ory-am/hydra

View on GitHub
internal/certification/I.F.T.T.s/OP-Registration-logo_uri.txt

Summary

Maintainability
Test Coverage
Test tool version: 2.1.3
Issuer: https://oidc-certification.ory.sh:8443/
Profile: []
Test ID: OP-Registration-logo_uri
Test description: Registration with logo_uri
Timestamp: 2018-06-23T11:27:08Z

============================================================

Trace output

0.0 phase <--<-- 0 --- Note -->-->
1.352 phase <--<-- 1 --- Webfinger -->-->
1.352 not expected to do WebFinger
1.352 phase <--<-- 2 --- Discovery -->-->
1.352 provider_config kwargs:{'issuer': 'https://oidc-certification.ory.sh:8443/'}
1.48 http response url:https://oidc-certification.ory.sh:8443/.well-known/openid-configuration status_code:200
1.481 ProviderConfigurationResponse {
    "authorization_endpoint": "https://oidc-certification.ory.sh:8443/oauth2/auth",
    "claims_parameter_supported": false,
    "claims_supported": [
        "sub"
    ],
    "grant_types_supported": [
        "authorization_code",
        "implicit",
        "client_credentials",
        "refresh_token"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "issuer": "https://oidc-certification.ory.sh:8443/",
    "jwks_uri": "https://oidc-certification.ory.sh:8443/.well-known/jwks.json",
    "registration_endpoint": "https://oidc-certification.ory.sh:8443/clients",
    "request_parameter_supported": true,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": true,
    "response_modes_supported": [
        "query",
        "fragment"
    ],
    "response_types_supported": [
        "code",
        "code id_token",
        "id_token",
        "token id_token",
        "token",
        "token id_token code"
    ],
    "scopes_supported": [
        "offline",
        "openid"
    ],
    "subject_types_supported": [
        "pairwise",
        "public"
    ],
    "token_endpoint": "https://oidc-certification.ory.sh:8443/oauth2/token",
    "token_endpoint_auth_methods_supported": [
        "client_secret_post",
        "client_secret_basic",
        "private_key_jwt",
        "none"
    ],
    "userinfo_endpoint": "https://oidc-certification.ory.sh:8443/userinfo",
    "userinfo_signing_alg_values_supported": [
        "none",
        "RS256"
    ],
    "version": "3.0"
}
1.481 phase <--<-- 3 --- Registration -->-->
1.481 register kwargs:{'application_name': 'OIC test tool', 'response_types': ['id_token'], 'contacts': ['roland@example.com'], 'redirect_uris': ['https://op.certification.openid.net:61353/authz_cb'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61353/logout'], 'jwks_uri': 'https://op.certification.openid.net:61353/static/jwks_61353.json', 'grant_types': ['implicit'], 'application_type': 'web', 'url': 'https://oidc-certification.ory.sh:8443/clients', 'logo_uri': 'https://op.certification.openid.net:61353/static/logo.png'}
1.482 RegistrationRequest {
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61353/static/jwks_61353.json",
    "logo_uri": "https://op.certification.openid.net:61353/static/logo.png",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61353/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61353/authz_cb"
    ],
    "request_uris": [
        "https://op.certification.openid.net:61353/requests/e3ecc141f5419bd33d25d760861d32323144d583feaf26eb1b5cbf20147608b9#eAsB2gJ7Ol2ZxVhF"
    ],
    "response_types": [
        "id_token"
    ]
}
1.641 http response url:https://oidc-certification.ory.sh:8443/clients status_code:201
1.642 RegistrationResponse {
    "client_id": "4034ce6b-b298-4152-9726-9eaadf0bebec",
    "client_secret": "aFYB1ALLgpto",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "id": "4034ce6b-b298-4152-9726-9eaadf0bebec",
    "jwks_uri": "https://op.certification.openid.net:61353/static/jwks_61353.json",
    "logo_uri": "https://op.certification.openid.net:61353/static/logo.png",
    "public": false,
    "redirect_uris": [
        "https://op.certification.openid.net:61353/authz_cb"
    ],
    "request_uris": [
        "https://op.certification.openid.net:61353/requests/e3ecc141f5419bd33d25d760861d32323144d583feaf26eb1b5cbf20147608b9#eAsB2gJ7Ol2ZxVhF"
    ],
    "response_types": [
        "id_token"
    ],
    "scope": "openid offline offline_access profile email address phone",
    "token_endpoint_auth_method": "client_secret_basic",
    "userinfo_signed_response_alg": "none"
}
1.642 phase <--<-- 4 --- AsyncAuthn -->-->
1.642 AuthorizationRequest {
    "client_id": "4034ce6b-b298-4152-9726-9eaadf0bebec",
    "nonce": "UmVbFc02d3W3l3vo",
    "redirect_uri": "https://op.certification.openid.net:61353/authz_cb",
    "response_type": "id_token",
    "scope": "openid",
    "state": "2mWYQyqZuIDCVnrR"
}
1.643 redirect url https://oidc-certification.ory.sh:8443/oauth2/auth?scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61353%2Fauthz_cb&client_id=4034ce6b-b298-4152-9726-9eaadf0bebec&state=2mWYQyqZuIDCVnrR&response_type=id_token&nonce=UmVbFc02d3W3l3vo
1.643 redirect https://oidc-certification.ory.sh:8443/oauth2/auth?scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61353%2Fauthz_cb&client_id=4034ce6b-b298-4152-9726-9eaadf0bebec&state=2mWYQyqZuIDCVnrR&response_type=id_token&nonce=UmVbFc02d3W3l3vo
3.849 http args {}
4.046 response URL with fragment
4.046 response id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6InB1YmxpYzowNWMyNDc4ZC02M2VkLTQ3YzgtYWQ5Mi03NTE4MWE1NjdmYTAiLCJ0eXAiOiJKV1QifQ.eyJhdWQiOlsiNDAzNGNlNmItYjI5OC00MTUyLTk3MjYtOWVhYWRmMGJlYmVjIl0sImF1dGhfdGltZSI6MTUyOTc1MzEzNiwiZXhwIjoxNTI5NzU2ODI3LCJpYXQiOjE1Mjk3NTMyMjcsImlzcyI6Imh0dHBzOi8vb2lkYy1jZXJ0aWZpY2F0aW9uLm9yeS5zaDo4NDQzLyIsImp0aSI6IjYzOTk1YzQ4LTIxZmItNDVlYy1iZmQ5LWY2MjA4MTI1MjRlMiIsIm5vbmNlIjoiVW1WYkZjMDJkM1czbDN2byIsInJhdCI6MTUyOTc1MzIyNSwic3ViIjoiZm9vQGJhci5jb20ifQ.aD4272wdBdtvf7U9sm0-2gEP6zqlsc8M8ugip5-ae8z70Kr1vn6PntbkSgKAvEx5LEAUzPfIUnoLf-z-g91NtrAbr3fAFXjcP67zNcUQaYwExe_6ZQuD-9_cWqDJ0IvmYev-63yIcrebG-wp2UADRwfqEp9eGUiIczTvo1Uo4AotaCnd8ZsIBpXD8hGEldc8PKixfLnqVyKQsK63IGmpHMSVbK0_l_TYYCjLPlUiQnZylDyRqHBhUFG4AA3JMKSQYfuO6LGw16VQIk3_yvIYagsAILSxWNyP4eJ4hu7oMH43Sm6XAyb8tFvZvdsC4cWDN8TEVOnPYZ_8IlwYaSvv8Hky-GUnAi5RVmAFriH8mGjFxbMVFkCDjbrpmSun2vLLTBEfBF9iBQZ2fRU5IIPbQzp5bzSNWEW-0huoQgn0-SS660_zQRl0d88XEtnjUdpxRo76Trs2dn0owOshZxfWyNEMn0hkfFKTrnB2y5dAJbrwt8TL-fGk0PzLrpXshMO7BSuDTOpch4ggxm9sL_PoYUwwLuJYBH3-uVnKN5DtAktRwcnOcA28C3tKV44EOCL_zZrXBOzK42xOvmQehI2wVy8jTRAfKt-Rwx6eWElvVEaz1WlQHl2Wo2IPnlKeQ-Z8LuZZ0dsUmetqKLfd6fdKEGQPWVv-1nVReCigXFXhzFs&state=2mWYQyqZuIDCVnrR
4.047 response {'id_token': 'eyJhbGciOiJSUzI1NiIsImtpZCI6InB1YmxpYzowNWMyNDc4ZC02M2VkLTQ3YzgtYWQ5Mi03NTE4MWE1NjdmYTAiLCJ0eXAiOiJKV1QifQ.eyJhdWQiOlsiNDAzNGNlNmItYjI5OC00MTUyLTk3MjYtOWVhYWRmMGJlYmVjIl0sImF1dGhfdGltZSI6MTUyOTc1MzEzNiwiZXhwIjoxNTI5NzU2ODI3LCJpYXQiOjE1Mjk3NTMyMjcsImlzcyI6Imh0dHBzOi8vb2lkYy1jZXJ0aWZpY2F0aW9uLm9yeS5zaDo4NDQzLyIsImp0aSI6IjYzOTk1YzQ4LTIxZmItNDVlYy1iZmQ5LWY2MjA4MTI1MjRlMiIsIm5vbmNlIjoiVW1WYkZjMDJkM1czbDN2byIsInJhdCI6MTUyOTc1MzIyNSwic3ViIjoiZm9vQGJhci5jb20ifQ.aD4272wdBdtvf7U9sm0-2gEP6zqlsc8M8ugip5-ae8z70Kr1vn6PntbkSgKAvEx5LEAUzPfIUnoLf-z-g91NtrAbr3fAFXjcP67zNcUQaYwExe_6ZQuD-9_cWqDJ0IvmYev-63yIcrebG-wp2UADRwfqEp9eGUiIczTvo1Uo4AotaCnd8ZsIBpXD8hGEldc8PKixfLnqVyKQsK63IGmpHMSVbK0_l_TYYCjLPlUiQnZylDyRqHBhUFG4AA3JMKSQYfuO6LGw16VQIk3_yvIYagsAILSxWNyP4eJ4hu7oMH43Sm6XAyb8tFvZvdsC4cWDN8TEVOnPYZ_8IlwYaSvv8Hky-GUnAi5RVmAFriH8mGjFxbMVFkCDjbrpmSun2vLLTBEfBF9iBQZ2fRU5IIPbQzp5bzSNWEW-0huoQgn0-SS660_zQRl0d88XEtnjUdpxRo76Trs2dn0owOshZxfWyNEMn0hkfFKTrnB2y5dAJbrwt8TL-fGk0PzLrpXshMO7BSuDTOpch4ggxm9sL_PoYUwwLuJYBH3-uVnKN5DtAktRwcnOcA28C3tKV44EOCL_zZrXBOzK42xOvmQehI2wVy8jTRAfKt-Rwx6eWElvVEaz1WlQHl2Wo2IPnlKeQ-Z8LuZZ0dsUmetqKLfd6fdKEGQPWVv-1nVReCigXFXhzFs', 'state': '2mWYQyqZuIDCVnrR'}
4.133 AuthorizationResponse {
    "id_token": {
        "aud": [
            "4034ce6b-b298-4152-9726-9eaadf0bebec"
        ],
        "auth_time": 1529753136,
        "exp": 1529756827,
        "iat": 1529753227,
        "iss": "https://oidc-certification.ory.sh:8443/",
        "jti": "63995c48-21fb-45ec-bfd9-f620812524e2",
        "nonce": "UmVbFc02d3W3l3vo",
        "rat": 1529753225,
        "sub": "foo@bar.com"
    },
    "state": "2mWYQyqZuIDCVnrR"
}
4.133 phase <--<-- 5 --- Done -->-->
4.134 end 
4.134 assertion VerifyAuthnResponse
4.134 condition verify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message]
4.134 condition Done: status=OK



============================================================

Conditions

verify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message]
Done: status=OK



============================================================

RESULT: PASSED