Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-IDToken-RS256
Test descriptionAsymmetric ID Token signature with RS256
Timestamp2019-06-17T15:23:00Z

Conditions


verify-idtoken-is-signed: status=OK [Verifies that an ID Token is signed]
verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
Done: status=OK

Trace Output

0phase<--<-- 0 --- Webfinger -->-->
0not expected to doWebFinger
0phase<--<-- 1 --- Discovery -->-->
0provider_config
kwargs:{'issuer': 'https://isamfed.com:30443/test'}
0http response
url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
0ProviderConfigurationResponse
{
    "authorization_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize",
    "claims_parameter_supported": false,
    "claims_supported": [
        "realmName",
        "preferred_username",
        "given_name",
        "uid",
        "upn",
        "groupIds",
        "employee_id",
        "name",
        "tenantId",
        "mobile_number",
        "department",
        "job_title",
        "family_name",
        "email"
    ],
    "device_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/device_authorize",
    "grant_types_supported": [
        "urn:ietf:params:oauth:grant-type:jwt-bearer",
        "implicit",
        "urn:ietf:params:oauth:grant-type:saml2-bearer",
        "urn:ietf:params:oauth:grant-type:device_code",
        "client_credentials",
        "password",
        "authorization_code",
        "refresh_token"
    ],
    "id_token_encryption_alg_values_supported": [
        "RSA-OAEP-256"
    ],
    "id_token_encryption_enc_values_supported": [
        "A128CBC-HS256"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "introspect_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/introspect",
    "issuer": "https://isamfed.com:30443/test",
    "jwks_uri": "https://isamfed.com:30443/mga/sps/jwks",
    "name": "OIDCDefinition",
    "poc": "https://isamfed.com:30443/mga/",
    "registration_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition",
    "request_parameter_supported": true,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": false,
    "response_modes_supported": [
        "fragment",
        "form_post"
    ],
    "response_types_supported": [
        "token",
        "id_token",
        "token id_token",
        "code",
        "code id_token",
        "code token id_token",
        "code token",
        "none"
    ],
    "revocation_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/revoke",
    "subject_types_supported": [
        "public"
    ],
    "token_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/token",
    "token_endpoint_auth_methods_supported": [
        "private_key_jwt",
        "client_secret_post",
        "client_secret_basic"
    ],
    "user_authorize_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/user_authorize",
    "userinfo_endpoint": "https://isamfed.com:30443/mga/sps/oauth/oauth20/userinfo",
    "userinfo_signing_alg_values_supported": [
        "RS256"
    ],
    "version": "3.0"
}
0phase<--<-- 2 --- Registration -->-->
0register
kwargs:{'response_types': ['id_token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61584/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61584/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61584/static/jwks_61584.json', 'token_endpoint_auth_method': 'private_key_jwt', 'id_token_signed_response_alg': 'RS256'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "id_token_signed_response_alg": "RS256",
    "jwks_uri": "https://op.certification.openid.net:61584/static/jwks_61584.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61584/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61584/authz_cb"
    ],
    "response_types": [
        "id_token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
1RegistrationResponse
{
    "application_type": "web",
    "client_id": "kVMGXbLJNY8CwXP5w2S9",
    "client_id_issued_at": 1560784979,
    "client_secret": "HjoUn0K6gFUuEedAiE8y",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "id_token_signed_response_alg": "RS256",
    "jwks_uri": "https://op.certification.openid.net:61584/static/jwks_61584.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61584/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61584/authz_cb"
    ],
    "registration_access_token": "72dp6j0XnQc1auNJyeP5",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=kVMGXbLJNY8CwXP5w2S9",
    "response_types": [
        "id_token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "kVMGXbLJNY8CwXP5w2S9",
    "nonce": "Wdg0aqy1eZeEJCU4",
    "redirect_uri": "https://op.certification.openid.net:61584/authz_cb",
    "response_type": "id_token",
    "scope": "openid",
    "state": "avBE7Xmj4xxlPLAd"
}
1redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=avBE7Xmj4xxlPLAd&nonce=Wdg0aqy1eZeEJCU4&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&client_id=kVMGXbLJNY8CwXP5w2S9
1redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=avBE7Xmj4xxlPLAd&nonce=Wdg0aqy1eZeEJCU4&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&client_id=kVMGXbLJNY8CwXP5w2S9
1http args{}
2responseURL with fragment
2responseid_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.VjOw80uwLkc4gVKETaCJ2WU-66LpmxCDmBliCXzBDZMWJ7KvjHABFf0g8FJDzK4bH7ehi8KzeOAmxug1Jrjgh3m3WmJWcGEQ3nti5xwXzA-r8VGPwuWroQmeuofOMy0zKjW4smlA5Y9Y6J91GIaKjlm3vK4aOjyO0QRUR7rcT4JmozesS8Go7ASWmNenEq80BEFbeuxRtRL7wlrcpSFiact2alnm0_A_Z7zg4HFc_4aikyBW9rQcocpv53JOM6oTaHL9cAHyPf078B1y54AtAqHoc2t1sQmqCjAxugMPtEkelmoBh18EfH6KQ4TpXFY3U5xVhXNaCK4aZZ01Ws_kaA.mQKwVjjp2JBJ09ZSDQz2gw.ISA1xmVz4CfNsKEgP5qUmoNNCTQLYhJJ6DzUzlCfQC9KNkuDCXWPyFxnr3e2J4YY_h3uE7Gb68P4IrSxUyu36bDGracx-B5_Rzc9GX_mojpTqjoiy_Cezo1xNiMFzH9QJsCXWN6JOOLEISpwhSfBIO6F-6SxE35MuvJ4TDhEp58iF64rfV6lSzSD_OXy4ClvFguZky7zIInlZgTqWwdcyVdWj26fh9tdSKCXLaItQzDO6Ig3eqE4a1saN7Cu6AJztR3LLKHahsxH5rDjmzA82-cG0LJUhCxONVRdyJq9dGMYiPZDgQwO_VlJUEgyeGLm1r7zKC55h59Gd-8b-GNCEfAoI77EMMES4pexICYA5CsPqbHePIByPMjJZu1YJ6CwrB0-vNRtiL8spqa9SWhTQYlAa8goKUuGuQEYdoY4TcbXMQlfSa9mbZzjsX9ZsEeR6z9Z4gsaeXEW2Kfo1MNMHgjTzLsHa86R2RYUNPoF8TkwkymEla0Z6EX8MikBFTbB6Whsor5_0PXf8XVbmsRSWpibMJErEg1pMr6ZgfewAUxAZ5zlm6MJPyCxp8O2oHoz0qwozDlv6HcOS7NY_VYtZRPH3q9ysgbOHh4L_cOl4lbkj1Y2DGLQVRpGENdxbNEicblG8be4_86xQsPDIw6FuzdWLwEui1fAg27HMRJuUTOniuHO57LtRGtoFqAOd3QXyF9rvG44CIAAWKVrwpQxzbqxQpy7Cx0R4FI_l3Xlh-9dYFx1VscbqFvIjHjbA9uCpdqZKASdrIswUcVZg31sYoN-wZWQuYd-f8JUhfS0ql73IHMhpBJNAhF1w_Eubs9VecMfAUV7Vj99jK4Cn6Dd0A.qnf5rTk3lKV9gBRmhdS13Q&state=avBE7Xmj4xxlPLAd
2response{'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.VjOw80uwLkc4gVKETaCJ2WU-66LpmxCDmBliCXzBDZMWJ7KvjHABFf0g8FJDzK4bH7ehi8KzeOAmxug1Jrjgh3m3WmJWcGEQ3nti5xwXzA-r8VGPwuWroQmeuofOMy0zKjW4smlA5Y9Y6J91GIaKjlm3vK4aOjyO0QRUR7rcT4JmozesS8Go7ASWmNenEq80BEFbeuxRtRL7wlrcpSFiact2alnm0_A_Z7zg4HFc_4aikyBW9rQcocpv53JOM6oTaHL9cAHyPf078B1y54AtAqHoc2t1sQmqCjAxugMPtEkelmoBh18EfH6KQ4TpXFY3U5xVhXNaCK4aZZ01Ws_kaA.mQKwVjjp2JBJ09ZSDQz2gw.ISA1xmVz4CfNsKEgP5qUmoNNCTQLYhJJ6DzUzlCfQC9KNkuDCXWPyFxnr3e2J4YY_h3uE7Gb68P4IrSxUyu36bDGracx-B5_Rzc9GX_mojpTqjoiy_Cezo1xNiMFzH9QJsCXWN6JOOLEISpwhSfBIO6F-6SxE35MuvJ4TDhEp58iF64rfV6lSzSD_OXy4ClvFguZky7zIInlZgTqWwdcyVdWj26fh9tdSKCXLaItQzDO6Ig3eqE4a1saN7Cu6AJztR3LLKHahsxH5rDjmzA82-cG0LJUhCxONVRdyJq9dGMYiPZDgQwO_VlJUEgyeGLm1r7zKC55h59Gd-8b-GNCEfAoI77EMMES4pexICYA5CsPqbHePIByPMjJZu1YJ6CwrB0-vNRtiL8spqa9SWhTQYlAa8goKUuGuQEYdoY4TcbXMQlfSa9mbZzjsX9ZsEeR6z9Z4gsaeXEW2Kfo1MNMHgjTzLsHa86R2RYUNPoF8TkwkymEla0Z6EX8MikBFTbB6Whsor5_0PXf8XVbmsRSWpibMJErEg1pMr6ZgfewAUxAZ5zlm6MJPyCxp8O2oHoz0qwozDlv6HcOS7NY_VYtZRPH3q9ysgbOHh4L_cOl4lbkj1Y2DGLQVRpGENdxbNEicblG8be4_86xQsPDIw6FuzdWLwEui1fAg27HMRJuUTOniuHO57LtRGtoFqAOd3QXyF9rvG44CIAAWKVrwpQxzbqxQpy7Cx0R4FI_l3Xlh-9dYFx1VscbqFvIjHjbA9uCpdqZKASdrIswUcVZg31sYoN-wZWQuYd-f8JUhfS0ql73IHMhpBJNAhF1w_Eubs9VecMfAUV7Vj99jK4Cn6Dd0A.qnf5rTk3lKV9gBRmhdS13Q', 'state': 'avBE7Xmj4xxlPLAd'}
2AuthorizationResponse
{
    "id_token": {
        "aud": [
            "kVMGXbLJNY8CwXP5w2S9"
        ],
        "exp": 1560788399,
        "iat": 1560784979,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "Wdg0aqy1eZeEJCU4",
        "sub": "testuser"
    },
    "state": "avBE7Xmj4xxlPLAd"
}
2phase<--<-- 4 --- AccessToken -->-->
2phase<--<-- 5 --- Done -->-->
2end
2assertionVerifySignedIdToken
2conditionverify-idtoken-is-signed: status=OK [Verifies that an ID Token is signed]
2assertionVerifyResponse
2conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
2conditionDone: status=OK

Result

PASSED