Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-Req-max_age=1
Test descriptionRequesting ID Token with max_age=1 seconds restriction
Timestamp2019-06-17T15:12:06Z

Conditions


claims-check: status=OK [Checks if specific claims is present or not]
auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
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': ['code token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61707/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61707/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61707/static/jwks_61707.json', 'token_endpoint_auth_method': 'private_key_jwt'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61707/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61707/authz_cb"
    ],
    "response_types": [
        "code token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
0http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
0RegistrationResponse
{
    "application_type": "web",
    "client_id": "phcsbHRTyIYw9Vkmb5s4",
    "client_id_issued_at": 1560784318,
    "client_secret": "euxNCVyWJRIctFtzkvO4",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61707/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61707/authz_cb"
    ],
    "registration_access_token": "GOM2n8MpP9mU4dpf11Hs",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=phcsbHRTyIYw9Vkmb5s4",
    "response_types": [
        "code",
        "token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
0phase<--<-- 3 --- AsyncAuthn -->-->
0AuthorizationRequest
{
    "client_id": "phcsbHRTyIYw9Vkmb5s4",
    "nonce": "H0Wn9BGQpTrccezK",
    "redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "uP3RR2CC2eQ720gC"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=uP3RR2CC2eQ720gC&nonce=H0Wn9BGQpTrccezK&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&client_id=phcsbHRTyIYw9Vkmb5s4
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=uP3RR2CC2eQ720gC&nonce=H0Wn9BGQpTrccezK&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&client_id=phcsbHRTyIYw9Vkmb5s4
1http args{}
1responseURL with fragment
1responseaccess_token=ru2GNztFwSpHauDJEOvy&state=uP3RR2CC2eQ720gC&expires_in=3599&token_type=bearer&code=gfQm0Vo5Wm2O16IkT0G5MLbHTAltl8&scope=openid
1response{'access_token': 'ru2GNztFwSpHauDJEOvy', 'state': 'uP3RR2CC2eQ720gC', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'gfQm0Vo5Wm2O16IkT0G5MLbHTAltl8', 'scope': 'openid'}
1AuthorizationResponse
{
    "access_token": "ru2GNztFwSpHauDJEOvy",
    "code": "gfQm0Vo5Wm2O16IkT0G5MLbHTAltl8",
    "expires_in": 3599,
    "scope": "openid",
    "state": "uP3RR2CC2eQ720gC",
    "token_type": "bearer"
}
1phase<--<-- 4 --- AccessToken -->-->
1requestop_args: {'state': 'uP3RR2CC2eQ720gC'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb'}
1do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb', 'code': 'gfQm0Vo5Wm2O16IkT0G5MLbHTAltl8', 'state': 'uP3RR2CC2eQ720gC', 'grant_type': 'authorization_code', 'client_id': 'phcsbHRTyIYw9Vkmb5s4'}, 'state': 'uP3RR2CC2eQ720gC', 'authn_method': 'private_key_jwt'}
1AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAicGhjc2JIUlR5SVl3OVZrbWI1czQiLCAic3ViIjogInBoY3NiSFJUeUlZdzlWa21iNXM0IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJMTGI5dDNZNFRRMFRHR1ladWl5UGcza1UwcUl4MEdIZyIsICJleHAiOiAxNTYwNzg0OTE5LCAiaWF0IjogMTU2MDc4NDMxOX0.AobKAOa6H6I9Wmo2XpP9_ckYIzCltNL6a1MD7NzLXCKYbXnv9JYF7ho8tEg0rsKGtYsdbUKqlUVVH7Vnzu94retlyIr2ZbT8FOIqWChc8LpHcoKVHiNfidAGwCSQGctSmL3n4L6LF6YCleK5FtM8K50yGs5St_aHLFIDxs8rXNJn6eSabpCK6bl-zsO62ZWL_vzHvpxxwHs1KZeJ7SVBPE-WIGfvj67WJWUcQddqyR6SmEkKOL61REhWtp_N7d7t4i5ku91owRbQUDmZ0B4X-pie57R2rgFxHkjxYkZVpaQSM5cUbng_pOaR5BJ0j14rUmtPakBMhCt5F2PBi-P7Eg",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "gfQm0Vo5Wm2O16IkT0G5MLbHTAltl8",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
    "state": "uP3RR2CC2eQ720gC"
}
1request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
1request_http_args{'headers': {'Content-Type': 'application/x-www-form-urlencoded'}}
1requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&code=gfQm0Vo5Wm2O16IkT0G5MLbHTAltl8&state=uP3RR2CC2eQ720gC&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAicGhjc2JIUlR5SVl3OVZrbWI1czQiLCAic3ViIjogInBoY3NiSFJUeUlZdzlWa21iNXM0IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJMTGI5dDNZNFRRMFRHR1ladWl5UGcza1UwcUl4MEdIZyIsICJleHAiOiAxNTYwNzg0OTE5LCAiaWF0IjogMTU2MDc4NDMxOX0.AobKAOa6H6I9Wmo2XpP9_ckYIzCltNL6a1MD7NzLXCKYbXnv9JYF7ho8tEg0rsKGtYsdbUKqlUVVH7Vnzu94retlyIr2ZbT8FOIqWChc8LpHcoKVHiNfidAGwCSQGctSmL3n4L6LF6YCleK5FtM8K50yGs5St_aHLFIDxs8rXNJn6eSabpCK6bl-zsO62ZWL_vzHvpxxwHs1KZeJ7SVBPE-WIGfvj67WJWUcQddqyR6SmEkKOL61REhWtp_N7d7t4i5ku91owRbQUDmZ0B4X-pie57R2rgFxHkjxYkZVpaQSM5cUbng_pOaR5BJ0j14rUmtPakBMhCt5F2PBi-P7Eg&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
2response{'access_token': '6cSNRoRmvUBkqvKzCX2W', 'refresh_token': 'SZQBFapYTPFVQgCEHQw72rZhrLdDhzAuSkUJIuPu', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.QMjXFmxD-KlosKUCb0ZjGYotae41n8ujBOkcufozYH101XSxt4tUBZql37mJjQeu2GWUAJy8cf_PSiFl8ZJgo_VgbZ3h7l5PvwY_HiPVU_TM5k_E1auQ9XLN68HqqNXJnl3jnIQfr0NFw2m71Dy2dfrqEtNBKIjCR_zh8Ie1eerwvyShYn4rQ_ggFrqgD32mxLyWH9dm1UqFkKJa5YoyjdL2nQ_lWDZT8QFiaSWYTIJJ0CZSFkoLxGmtofpkEAthOqE-A46PLZTZKMHULlTiUygQrlQGwx3YHSLH4f-sTCvG3PGGBIk5XgfPewh44ckwYMus2ZeqTaVjj123_YoJng.qNWjeRpBd7De67CB2l_Nyw.qoU34QKBky6d0BMuSwsQiTQlRb5fU2X__QmaUeNkbdF9B-I-MO2goGQPJL5G1HucO_5L0aAwIVP_7J80JZPNZcZv0QWmRhRHkLy3rCJvm6t8nG7LGyoeiQPb8bvx_LJqbFoMfletP01gU76p47lVzRqHsXploOXHNglDSi_NUQKr-qs1dGGdQfK7n5GAhumFemypRFp52RFD034HHI1XpwjK-qrzMR6YG7hmfMMBeeao8dBW-ltVp2d6qzqTJdZ9B7Gv9kRIj0fCp3cbX4t-1aP4zkec8zvukGyVFdM75WR0nFpdc34p8a9da_psgay492gSiAa3lQQkFZJspL7VMukhNtChGly6D43sJkDmYYkorncZRJk5uzhKMF22ZMidXPtFoAG25TlOlqWdO7RThv94fcalh6-cA63XMfK8NtPLCURjfRE0bfNvF61nSXrW14Qa1B8-YEM8G40KsjH_TMPxrnpZV9YydH-w-TiAHt3ViZVXZuCEg3SZum0jOfsaYZxTqinok8yzDawCvG4SXS1M_lp29FKQpGQvRASPaERMnolYkebkFi-AA363PLE6dvtNPa24WR-ZTC_6EJW0IkV7UsXJaVUh2Eo7zMCvNf77dzXKEv1sTJFCwBEzWyLkE-qNwmrGdCvaA_Lc-webMMfIw4OUd6YBldRdA618_sakfM-MarWLHgf1hbu95KiqNpFkMPe01Tvva1s7OFAgP_0YB6Fzi37D7z1pzozoio8dvtUjRNE-0eTLHi4rWcOckaViQ7cid92VBzubdHQQRMPfuprbGllzl_pvMTVsKTSIWH_h1nEHb3HbO5iRPQX4d5El0eHAhTOrc9_-bR4JH5WzIkFHrVX7oSJ9wvmX8rMAeJl-Flcsp6h1U-CO9ueW_XeNTM10U01Kehy5hnL4Sg4Rb1D1rThaJXEQsbI6P3fCM_vJWKdO5JOHzLQyG7VbotmxA0XhskUnZGWbwuJnXg.E5ou9EHgktD7w_LeCbX6zA', 'token_type': 'bearer', 'expires_in': 3599}
3AccessTokenResponse
{
    "access_token": "6cSNRoRmvUBkqvKzCX2W",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "F4NpGKmWL39tnMnfYomJdw",
        "aud": [
            "phcsbHRTyIYw9Vkmb5s4"
        ],
        "exp": 1560787740,
        "iat": 1560784320,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "H0Wn9BGQpTrccezK",
        "rt_hash": "dW3GWE_J9sUnJrFhdNl6gg",
        "sub": "testuser"
    },
    "refresh_token": "SZQBFapYTPFVQgCEHQw72rZhrLdDhzAuSkUJIuPu",
    "scope": "openid",
    "token_type": "bearer"
}
3jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
3jwe header{'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'}
3phase<--<-- 5 --- Note -->-->
3phase<--<-- 6 --- Webfinger -->-->
3not expected to doWebFinger
3phase<--<-- 7 --- Discovery -->-->
3provider_config
kwargs:{'issuer': 'https://isamfed.com:30443/test'}
3http response
url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
3ProviderConfigurationResponse
{
    "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"
}
3phase<--<-- 8 --- Registration -->-->
3register
kwargs:{'response_types': ['code token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61707/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61707/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61707/static/jwks_61707.json', 'token_endpoint_auth_method': 'private_key_jwt'}
3RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61707/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61707/authz_cb"
    ],
    "response_types": [
        "code token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
4http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
4RegistrationResponse
{
    "application_type": "web",
    "client_id": "btSFOkZExce6jfOTjqoX",
    "client_id_issued_at": 1560784322,
    "client_secret": "dG8TIEMArrrC2SGQpAu4",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit",
        "authorization_code"
    ],
    "jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
    "post_logout_redirect_uris": [
        "https://op.certification.openid.net:61707/logout"
    ],
    "redirect_uris": [
        "https://op.certification.openid.net:61707/authz_cb"
    ],
    "registration_access_token": "sqJ6yPgzTGo0VkE7o02s",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=btSFOkZExce6jfOTjqoX",
    "response_types": [
        "code",
        "token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
4phase<--<-- 9 --- AsyncAuthn -->-->
4AuthorizationRequest
{
    "client_id": "btSFOkZExce6jfOTjqoX",
    "max_age": 1,
    "nonce": "DCNt1kBa4If81bAt",
    "redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "Tkangva6upD6MaNp"
}
4redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=Tkangva6upD6MaNp&nonce=DCNt1kBa4If81bAt&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&max_age=1&client_id=btSFOkZExce6jfOTjqoX
4redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=Tkangva6upD6MaNp&nonce=DCNt1kBa4If81bAt&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&max_age=1&client_id=btSFOkZExce6jfOTjqoX
7http args{}
7responseURL with fragment
7responseaccess_token=aphEuEGD2HWDss75JMzo&state=Tkangva6upD6MaNp&expires_in=3599&token_type=bearer&code=lkNXTm69QeWoApvoZCEYT9RDV8UEOP&scope=openid
7response{'access_token': 'aphEuEGD2HWDss75JMzo', 'state': 'Tkangva6upD6MaNp', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'lkNXTm69QeWoApvoZCEYT9RDV8UEOP', 'scope': 'openid'}
7AuthorizationResponse
{
    "access_token": "aphEuEGD2HWDss75JMzo",
    "code": "lkNXTm69QeWoApvoZCEYT9RDV8UEOP",
    "expires_in": 3599,
    "scope": "openid",
    "state": "Tkangva6upD6MaNp",
    "token_type": "bearer"
}
7phase<--<-- 10 --- AccessToken -->-->
7requestop_args: {'state': 'Tkangva6upD6MaNp'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb'}
7do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb', 'code': 'lkNXTm69QeWoApvoZCEYT9RDV8UEOP', 'state': 'Tkangva6upD6MaNp', 'grant_type': 'authorization_code', 'client_id': 'btSFOkZExce6jfOTjqoX'}, 'state': 'Tkangva6upD6MaNp', 'authn_method': 'private_key_jwt'}
7AccessTokenRequest
{
    "client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiYnRTRk9rWkV4Y2U2amZPVGpxb1giLCAic3ViIjogImJ0U0ZPa1pFeGNlNmpmT1RqcW9YIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJhZUJGejJMZ2doSWRiRDJOWWFHOUZMcWJyek5lOTdhMiIsICJleHAiOiAxNTYwNzg0OTI1LCAiaWF0IjogMTU2MDc4NDMyNX0.sD0gH7EHxxszRZ8RXIeijF9XTxd-wG0suVO61CK31KOYiktibYFW1Xewoiz4mDCl_hJ51662KTOnTtcflDOzUXwPZ-FHJkMpEbs1ggUsZbzv6_r5faQq-6IdXD6Zjq5jfHoAltYH9g4G3Kdve0_hrIyisNTy_eYn7l-fZop88wvQdXuxoKpIm92OsZWGdkyCMbpwcLZZKJJVak1PBkY2VfF0jubI4jhYvXUDZG0F_5u7qvPfTYswoV7Mldd4zYk6MPI1MQ5NWaa70ClAPvMvM1Cm1sUjjfdLdEOf60q4tG3VGZ8QbuwYjWAPVmKf1-ovEasJtLqsiqbkibPgst2StQ",
    "client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
    "code": "lkNXTm69QeWoApvoZCEYT9RDV8UEOP",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
    "state": "Tkangva6upD6MaNp"
}
7request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
7request_http_args{'headers': {'Content-Type': 'application/x-www-form-urlencoded'}}
7requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&code=lkNXTm69QeWoApvoZCEYT9RDV8UEOP&state=Tkangva6upD6MaNp&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiYnRTRk9rWkV4Y2U2amZPVGpxb1giLCAic3ViIjogImJ0U0ZPa1pFeGNlNmpmT1RqcW9YIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJhZUJGejJMZ2doSWRiRDJOWWFHOUZMcWJyek5lOTdhMiIsICJleHAiOiAxNTYwNzg0OTI1LCAiaWF0IjogMTU2MDc4NDMyNX0.sD0gH7EHxxszRZ8RXIeijF9XTxd-wG0suVO61CK31KOYiktibYFW1Xewoiz4mDCl_hJ51662KTOnTtcflDOzUXwPZ-FHJkMpEbs1ggUsZbzv6_r5faQq-6IdXD6Zjq5jfHoAltYH9g4G3Kdve0_hrIyisNTy_eYn7l-fZop88wvQdXuxoKpIm92OsZWGdkyCMbpwcLZZKJJVak1PBkY2VfF0jubI4jhYvXUDZG0F_5u7qvPfTYswoV7Mldd4zYk6MPI1MQ5NWaa70ClAPvMvM1Cm1sUjjfdLdEOf60q4tG3VGZ8QbuwYjWAPVmKf1-ovEasJtLqsiqbkibPgst2StQ&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer
8http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
8response{'access_token': 'wdqjOnGNJ3zTaFjcDcNg', 'refresh_token': '8Y2Om1VT1PUxznAdp2ELdBBV79e96j8JNok5w3UI', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.evbSBSJ-IJjICDukP6qIsEn9TbwI8hPknwc0P33gskykhrGBVdGzIanTOSlhPbYYQgDA9derqavRvENjOCfqWHWZ1oLhoxI37wVEEsrygKGyRHm7Djf1R916qLfsqUEAKRgSe05_4_49Ka70GJnb-n5Y6oyXIGT6XFejg3Ozq45klbvzHsRyUmQiOLhB0ybuMUlxKs_zCk971oB2xZzqNFcrMiyERhOp85EOi3_rRW9U1Hz87A2He5dy3cpernMBOWwBhSATB7aWaL2E2Iu127PAFFIZLqAyUlMbhowwKvQg5jr0bpwdMxnRaEoDEAZfPxZy6bqJRh-oKVuRXf-DQw.VGg85Qjcoj9BUap0FG6J4w.orEZzSQz53bIANySlsE2xZ6VgOrEe7h_39z44ZSCMypH6Sr7Dc_htMMgXCv0GUZr99uyJ3LZa04Ojv1QNfmiAwYE7XGTl56GK-QD9b2uBvv87fKPULTFOCnqg781XVcXPphO2HQfeXg2LTEnljfIJi4B3XNsWwodI2dRRodHeYdxB5Pxkp1PMuopwHdDbyVGgTgJABXJfCqTnrGbD_5lcPxku9HKjq_jX7YHq8enWM_c6yVYjGY3wbVgsV2gUZ5-uZ2JBLKWVIvLqoq2-LSTD99OlIoEz_is1E6pBjvHtThcDp6q7y9LbSjwqotFHbFqwtmcRVXNPsGWeoa_QtGByLxeSbJCZkODmJQ_67UIxS89z3_nQGUViFy8AOidqtMnetNdrROaC0yqVJwuf3LLwq5CIjDtQat3NYPFOYJpFetK09XLE1OVHF7udxeTe2C3tdBpzFKGxcnqIYM5IWLOva1etoD7m6_8u6hnxDkRCeuieUrv9Rdlb1xyD9uxf5OnWCfM9IPmFzj-wdOYUGgktmakRI5gXr3RatN-XumyKxI3Bf7W9hCWFKPgylPlKxxkIRvSOJFEd97ZRNicQ1bD184EKCVPulY8EnUkb0FZQ5KIYplJru9cZFgv62xgT1Be_yiI5ZVts8xK7VCBZnInntGIARw5GgmySFq5ADbYDrcOfJ9JWlzE5IN78txUX4_wjCMcDbfVmFHeB4FSV1SK5veH9CE4VS7NDWa-fKrMahIe71qIOE-dpgh47e346Ap21ewCg9uw7jdcp1kct4Fr-6RrchyNEe1tdB-5-A0sxtl7zFF0TPomsiNyKvsh2CLWYa7fGspo6fYesQw0R2nyBd-Uzv8oYV2JIlWrezgKrSDCto533wiaaXTz1cuibC-vElsP8GEnq_9ltuFc_gCuLnXjo4qLh-o6uN4vsp9DZU9_0QjqTbvkzW-sh5zG71-nK20OVexq37Fsa5wVBXdMsJ5omkeZX-pFm6qVQjXm73SV8fYRVM687vlCAau1IiYq.E7m0w5xEK-TTdFgDeG_Qrg', 'token_type': 'bearer', 'expires_in': 3599}
8AccessTokenResponse
{
    "access_token": "wdqjOnGNJ3zTaFjcDcNg",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "sZ0RApgBo_O7rmbCfUXm3w",
        "aud": [
            "btSFOkZExce6jfOTjqoX"
        ],
        "auth_time": 1560784326,
        "exp": 1560787746,
        "iat": 1560784326,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "DCNt1kBa4If81bAt",
        "rt_hash": "AyCWgxsB7IXl9vMiqr3nHg",
        "sub": "testuser"
    },
    "refresh_token": "8Y2Om1VT1PUxznAdp2ELdBBV79e96j8JNok5w3UI",
    "scope": "openid",
    "token_type": "bearer"
}
8jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
8jwe header{'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'}
8phase<--<-- 11 --- Done -->-->
8end
8assertionClaimsCheck
8conditionclaims-check: status=OK [Checks if specific claims is present or not]
8assertionAuthTimeCheck
8conditionauth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
8assertionMultipleSignOn
8conditionmultiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
8assertionVerifyResponse
8conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
8conditionDone: status=OK

Result

PASSED