ory-am/hydra

View on GitHub
internal/certification/IT.F.T.T.s/OP-IDToken-at_hash.txt

Summary

Maintainability
Test Coverage
Test tool version: 2.1.3
Issuer: https://oidc-certification.ory.sh:8443/
Profile: []
Test ID: OP-IDToken-at_hash
Test description: ID Token has at_hash when ID Token and Access Token are returned from the Authorization Endpoint
Timestamp: 2018-06-23T11:22:22Z

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

Trace output

0.0 phase <--<-- 0 --- Webfinger -->-->
0.0 not expected to do WebFinger
0.0 phase <--<-- 1 --- Discovery -->-->
0.0 provider_config kwargs:{'issuer': 'https://oidc-certification.ory.sh:8443/'}
0.118 http response url:https://oidc-certification.ory.sh:8443/.well-known/openid-configuration status_code:200
0.12 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"
}
0.12 phase <--<-- 2 --- Registration -->-->
0.12 register kwargs:{'application_name': 'OIC test tool', 'response_types': ['id_token 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'}
0.121 RegistrationRequest {
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "jwks_uri": "https://op.certification.openid.net:61353/static/jwks_61353.json",
    "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#VkNNKSOB1Apl81rj"
    ],
    "response_types": [
        "id_token token"
    ]
}
0.292 http response url:https://oidc-certification.ory.sh:8443/clients status_code:201
0.293 RegistrationResponse {
    "client_id": "d0684ecc-6275-448d-a22b-b4dd50fa65d7",
    "client_secret": "vBigtNw5FAmz",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "id": "d0684ecc-6275-448d-a22b-b4dd50fa65d7",
    "jwks_uri": "https://op.certification.openid.net:61353/static/jwks_61353.json",
    "public": false,
    "redirect_uris": [
        "https://op.certification.openid.net:61353/authz_cb"
    ],
    "request_uris": [
        "https://op.certification.openid.net:61353/requests/e3ecc141f5419bd33d25d760861d32323144d583feaf26eb1b5cbf20147608b9#VkNNKSOB1Apl81rj"
    ],
    "response_types": [
        "id_token token"
    ],
    "scope": "openid offline offline_access profile email address phone",
    "token_endpoint_auth_method": "client_secret_basic",
    "userinfo_signed_response_alg": "none"
}
0.293 phase <--<-- 3 --- AsyncAuthn -->-->
0.294 AuthorizationRequest {
    "client_id": "d0684ecc-6275-448d-a22b-b4dd50fa65d7",
    "nonce": "BzJ9TAXwhaH2RjCZ",
    "redirect_uri": "https://op.certification.openid.net:61353/authz_cb",
    "response_type": "id_token token",
    "scope": "openid",
    "state": "4hT6UDJGBfiMcOMh"
}
0.294 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=d0684ecc-6275-448d-a22b-b4dd50fa65d7&state=4hT6UDJGBfiMcOMh&response_type=id_token+token&nonce=BzJ9TAXwhaH2RjCZ
0.294 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=d0684ecc-6275-448d-a22b-b4dd50fa65d7&state=4hT6UDJGBfiMcOMh&response_type=id_token+token&nonce=BzJ9TAXwhaH2RjCZ
2.351 http args {}
2.529 response URL with fragment
2.53 response access_token=2d6mmKewKfUcpUf1eY4jeU8mINKUqhAVNd6oVkXnvXI.UEEdf9cL3JGzAIDeKGtsPBd4ol5LWaeTFHC5GggoInM&expires_in=3599&id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6InB1YmxpYzo0YWU0OWJmNC05ZGEwLTRhODItYmNjZS04OTNjMzcyOWYyMmEiLCJ0eXAiOiJKV1QifQ.eyJhdF9oYXNoIjoicHFqbVRGQ09jRmgwU2t5VXJMY0MzZyIsImF1ZCI6WyJkMDY4NGVjYy02Mjc1LTQ0OGQtYTIyYi1iNGRkNTBmYTY1ZDciXSwiYXV0aF90aW1lIjoxNTI5NzUyODIwLCJleHAiOjE1Mjk3NTY1NDIsImlhdCI6MTUyOTc1Mjk0MiwiaXNzIjoiaHR0cHM6Ly9vaWRjLWNlcnRpZmljYXRpb24ub3J5LnNoOjg0NDMvIiwianRpIjoiNDNhZmNkNzYtOWQyYy00MmE5LWFkNjEtYzhmMmQzMWE2YzdiIiwibm9uY2UiOiJCeko5VEFYd2hhSDJSakNaIiwicmF0IjoxNTI5NzUyOTQwLCJzdWIiOiJmb29AYmFyLmNvbSJ9.D9sD3f6I_5vNEaDvWTSpdQeaJfmXkfW2GplQ-XD71Wj1PZkIFew4gnWCdashCHi4-x8NpaPyRf_3r4GJ1Dbt8_bpeEU0ZnM24pg623maH-BXxw8wr_sJAx4g1GREaNOfC6lP3AEoGSyFdlFNcS1BAp5Zti_8pNjV23zn651TwfCq9fuujbvICqSzaNKMTik5Ab2cLxwlDrkv18JWFaeYbwYQHJvYpzTD2SwBN2qQJA6VqeeWzMLcxf0THwXCOSXZ6LLnV0wcfJxe3udtIlF1Ne1Pu4XHDQVoO4m5Uhz29T0at7Kr5fU_7BR9MZDIlJkZUuM986GhVqsJ2K2zQTyvfnruV24VGGD_NgnId4ZC849uLJnJe3k-qCEO1NGEUagqoaUU7AxosP_ofI-OMMMup2GtsDky6aff8tgziSHrQlajFxUMQCqG8g0T97rJjzQyoGy8Ix2h4_4L_Ao_CNbJmA9BbJBsI-nt2S5Vhyr57iw9DY021b5QQaTDSN8SxJQvUu24S51jJ6DhhZ5-s6YqarsWu4nw1LMX5x3UiN2n2lDc6Aeg37mtdO4DiN4iybbZ1I3SnlpniGZr-Dd9orx_WiA5KOwbOoooHkGrzNBEL0b-XQG8o3vhfw27W79aGuIglNb_MuGziN-AKnrr66Ixmsag95Bj-bTVgdUhun1rXek&scope=openid&state=4hT6UDJGBfiMcOMh&token_type=bearer
2.53 response {'id_token': 'eyJhbGciOiJSUzI1NiIsImtpZCI6InB1YmxpYzo0YWU0OWJmNC05ZGEwLTRhODItYmNjZS04OTNjMzcyOWYyMmEiLCJ0eXAiOiJKV1QifQ.eyJhdF9oYXNoIjoicHFqbVRGQ09jRmgwU2t5VXJMY0MzZyIsImF1ZCI6WyJkMDY4NGVjYy02Mjc1LTQ0OGQtYTIyYi1iNGRkNTBmYTY1ZDciXSwiYXV0aF90aW1lIjoxNTI5NzUyODIwLCJleHAiOjE1Mjk3NTY1NDIsImlhdCI6MTUyOTc1Mjk0MiwiaXNzIjoiaHR0cHM6Ly9vaWRjLWNlcnRpZmljYXRpb24ub3J5LnNoOjg0NDMvIiwianRpIjoiNDNhZmNkNzYtOWQyYy00MmE5LWFkNjEtYzhmMmQzMWE2YzdiIiwibm9uY2UiOiJCeko5VEFYd2hhSDJSakNaIiwicmF0IjoxNTI5NzUyOTQwLCJzdWIiOiJmb29AYmFyLmNvbSJ9.D9sD3f6I_5vNEaDvWTSpdQeaJfmXkfW2GplQ-XD71Wj1PZkIFew4gnWCdashCHi4-x8NpaPyRf_3r4GJ1Dbt8_bpeEU0ZnM24pg623maH-BXxw8wr_sJAx4g1GREaNOfC6lP3AEoGSyFdlFNcS1BAp5Zti_8pNjV23zn651TwfCq9fuujbvICqSzaNKMTik5Ab2cLxwlDrkv18JWFaeYbwYQHJvYpzTD2SwBN2qQJA6VqeeWzMLcxf0THwXCOSXZ6LLnV0wcfJxe3udtIlF1Ne1Pu4XHDQVoO4m5Uhz29T0at7Kr5fU_7BR9MZDIlJkZUuM986GhVqsJ2K2zQTyvfnruV24VGGD_NgnId4ZC849uLJnJe3k-qCEO1NGEUagqoaUU7AxosP_ofI-OMMMup2GtsDky6aff8tgziSHrQlajFxUMQCqG8g0T97rJjzQyoGy8Ix2h4_4L_Ao_CNbJmA9BbJBsI-nt2S5Vhyr57iw9DY021b5QQaTDSN8SxJQvUu24S51jJ6DhhZ5-s6YqarsWu4nw1LMX5x3UiN2n2lDc6Aeg37mtdO4DiN4iybbZ1I3SnlpniGZr-Dd9orx_WiA5KOwbOoooHkGrzNBEL0b-XQG8o3vhfw27W79aGuIglNb_MuGziN-AKnrr66Ixmsag95Bj-bTVgdUhun1rXek', 'scope': 'openid', 'access_token': '2d6mmKewKfUcpUf1eY4jeU8mINKUqhAVNd6oVkXnvXI.UEEdf9cL3JGzAIDeKGtsPBd4ol5LWaeTFHC5GggoInM', 'state': '4hT6UDJGBfiMcOMh', 'expires_in': 3599, 'token_type': 'bearer'}
2.632 AuthorizationResponse {
    "access_token": "2d6mmKewKfUcpUf1eY4jeU8mINKUqhAVNd6oVkXnvXI.UEEdf9cL3JGzAIDeKGtsPBd4ol5LWaeTFHC5GggoInM",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "pqjmTFCOcFh0SkyUrLcC3g",
        "aud": [
            "d0684ecc-6275-448d-a22b-b4dd50fa65d7"
        ],
        "auth_time": 1529752820,
        "exp": 1529756542,
        "iat": 1529752942,
        "iss": "https://oidc-certification.ory.sh:8443/",
        "jti": "43afcd76-9d2c-42a9-ad61-c8f2d31a6c7b",
        "nonce": "BzJ9TAXwhaH2RjCZ",
        "rat": 1529752940,
        "sub": "foo@bar.com"
    },
    "scope": "openid",
    "state": "4hT6UDJGBfiMcOMh",
    "token_type": "bearer"
}
2.632 phase <--<-- 4 --- Done -->-->
2.632 end 
2.633 assertion VerifyAuthnResponse
2.633 condition verify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message]
2.633 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