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:24:59Z

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': ['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'}
0RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "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": "VXfMZCkTTGZFOv0hQ2Im",
    "client_id_issued_at": 1560785093,
    "client_secret": "rZUyeqe1b9UU0YmNFvAF",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "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": "lY2gFDmL325QYL4JSO4w",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=VXfMZCkTTGZFOv0hQ2Im",
    "response_types": [
        "id_token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
1phase<--<-- 3 --- AsyncAuthn -->-->
1AuthorizationRequest
{
    "client_id": "VXfMZCkTTGZFOv0hQ2Im",
    "nonce": "13ECzncqjhIbVo9D",
    "redirect_uri": "https://op.certification.openid.net:61584/authz_cb",
    "response_type": "id_token",
    "scope": "openid",
    "state": "367o1tjol4gAvr6f"
}
1redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=367o1tjol4gAvr6f&nonce=13ECzncqjhIbVo9D&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&client_id=VXfMZCkTTGZFOv0hQ2Im
1redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=367o1tjol4gAvr6f&nonce=13ECzncqjhIbVo9D&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&client_id=VXfMZCkTTGZFOv0hQ2Im
2http args{}
2responseURL with fragment
2responseid_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.mLAL_NROicaKZxIkA-KB0SlHMLuLRAyo8_hYjs0TCu5kGNYdFKwhW-0pVavpq3UhvvWPlTyPVrOhFGVMBC0FCcB00vuagArj4KiwinFrFQ14JUvPCUOeCbCGOY2RSfzWk6vga1VkPMmDT1UhCI5Fv9Ury7QG19GSchr3zy07OusAIcOzxCq1DMYi2W-xajDYAOxShRBGIFUS6pmABp-_cjq04PtF7d2CK6Hsmfud9Dwix8VHYsvSKE976hc_Ey10XLZuK55pHwYkiR9kVU4DaOV2ZF_SQBKfPbIBE0JGEDNvCVZde4QoBC_oaEP5gmRTCvqL3NcdyeEy_ZKYp9mqKw.5O4c_Fr9GFlsx2xs1f97jw.HfmKt07MyHH1wAfp15r98aCtLnVJMuqnlzkF9W7JA0g__tSLgAI_IU1Pr5jHtuTQyd0tJzj18J-Dxptdm-XQ0nsKXQvjYZ3KjpA2lEJqm3ibHvzwaFLghjC-D_q9bT9YfkPJeQndkRm95q_dCE1BZ3slQ4aY39xM-8IM-ZURNX1exJXPSUfeb1wh6Jx2Lsakj7y5m_OO960sZgwDID9gjGJU5uMDaD7WuzmQ269zg9FfH2Cw51C1nB66yLbHbyNUDf4MAfAcJ_mPc0CkYkea5uFpbtfqjdmkDoSOoMRs3bLvIn_hDvOWj_eRkTBXSZU3SNeGFmdzraT25vXWgjkWDhLH71ZtDamdctR5rbeIraDSWMWP8dxNnBsnzFuQ7gotHdP00Pf9NkYsU183l3MVGTdphaq8VUxXjSJ-wDCvN2D_vN-j75UPpGcBIbZqNc8KTektVkAS4FyG0wjFThxSwDQnJzn8t6qwdph-uQb4ZFKL50f1QYERhJRLmQu23v8l5iBlpi579ujeaEQU3OVqwzfgtw7hfQlsCIWQ0AZ_f5HHQjUpj8p2UUcH6FAEvuaRqusFxPBOIrYO7iN6gJtFDFxolIwTnT0BY5jDkZEQuy2BPEixp3_OFVUa1riw2fkNpoc8fiS18_usAdCtCAYlrTvWRn9PQESFzW4SDBGzJ2qKOxT9DM05aL9XjDamvvFIkq-v8oqnYHwGzOIjkHUMABXET8BfDAZOj8RsSuZ5uA2X1o_8oalCEtw0bROGL061Qq1C9u6mGHqEiVHpM_7iOENQfaqIbhXj0aJzXyovDdFY706mcZvWLVM5VjP5GhlypjZHhDfr1AiK1O6U8xRjPg.xByJSrEfsaHdi6zsjykQuA&state=367o1tjol4gAvr6f
2response{'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.mLAL_NROicaKZxIkA-KB0SlHMLuLRAyo8_hYjs0TCu5kGNYdFKwhW-0pVavpq3UhvvWPlTyPVrOhFGVMBC0FCcB00vuagArj4KiwinFrFQ14JUvPCUOeCbCGOY2RSfzWk6vga1VkPMmDT1UhCI5Fv9Ury7QG19GSchr3zy07OusAIcOzxCq1DMYi2W-xajDYAOxShRBGIFUS6pmABp-_cjq04PtF7d2CK6Hsmfud9Dwix8VHYsvSKE976hc_Ey10XLZuK55pHwYkiR9kVU4DaOV2ZF_SQBKfPbIBE0JGEDNvCVZde4QoBC_oaEP5gmRTCvqL3NcdyeEy_ZKYp9mqKw.5O4c_Fr9GFlsx2xs1f97jw.HfmKt07MyHH1wAfp15r98aCtLnVJMuqnlzkF9W7JA0g__tSLgAI_IU1Pr5jHtuTQyd0tJzj18J-Dxptdm-XQ0nsKXQvjYZ3KjpA2lEJqm3ibHvzwaFLghjC-D_q9bT9YfkPJeQndkRm95q_dCE1BZ3slQ4aY39xM-8IM-ZURNX1exJXPSUfeb1wh6Jx2Lsakj7y5m_OO960sZgwDID9gjGJU5uMDaD7WuzmQ269zg9FfH2Cw51C1nB66yLbHbyNUDf4MAfAcJ_mPc0CkYkea5uFpbtfqjdmkDoSOoMRs3bLvIn_hDvOWj_eRkTBXSZU3SNeGFmdzraT25vXWgjkWDhLH71ZtDamdctR5rbeIraDSWMWP8dxNnBsnzFuQ7gotHdP00Pf9NkYsU183l3MVGTdphaq8VUxXjSJ-wDCvN2D_vN-j75UPpGcBIbZqNc8KTektVkAS4FyG0wjFThxSwDQnJzn8t6qwdph-uQb4ZFKL50f1QYERhJRLmQu23v8l5iBlpi579ujeaEQU3OVqwzfgtw7hfQlsCIWQ0AZ_f5HHQjUpj8p2UUcH6FAEvuaRqusFxPBOIrYO7iN6gJtFDFxolIwTnT0BY5jDkZEQuy2BPEixp3_OFVUa1riw2fkNpoc8fiS18_usAdCtCAYlrTvWRn9PQESFzW4SDBGzJ2qKOxT9DM05aL9XjDamvvFIkq-v8oqnYHwGzOIjkHUMABXET8BfDAZOj8RsSuZ5uA2X1o_8oalCEtw0bROGL061Qq1C9u6mGHqEiVHpM_7iOENQfaqIbhXj0aJzXyovDdFY706mcZvWLVM5VjP5GhlypjZHhDfr1AiK1O6U8xRjPg.xByJSrEfsaHdi6zsjykQuA', 'state': '367o1tjol4gAvr6f'}
2AuthorizationResponse
{
    "id_token": {
        "aud": [
            "VXfMZCkTTGZFOv0hQ2Im"
        ],
        "exp": 1560788514,
        "iat": 1560785094,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "13ECzncqjhIbVo9D",
        "sub": "testuser"
    },
    "state": "367o1tjol4gAvr6f"
}
2phase<--<-- 4 --- AccessToken -->-->
2phase<--<-- 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': ['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'}
3RegistrationRequest
{
    "application_type": "web",
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "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"
}
3http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
3RegistrationResponse
{
    "application_type": "web",
    "client_id": "yYRMiaCUdf778eKlpAom",
    "client_id_issued_at": 1560785096,
    "client_secret": "FN56Tq3uPH3BkAzKa8ia",
    "client_secret_expires_at": 0,
    "contacts": [
        "roland@example.com"
    ],
    "grant_types": [
        "implicit"
    ],
    "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": "MyqeXxcQ34PfFBl3AjXh",
    "registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=yYRMiaCUdf778eKlpAom",
    "response_types": [
        "id_token"
    ],
    "token_endpoint_auth_method": "private_key_jwt"
}
3phase<--<-- 9 --- AsyncAuthn -->-->
3AuthorizationRequest
{
    "client_id": "yYRMiaCUdf778eKlpAom",
    "max_age": 1,
    "nonce": "vNaNvdzIEomCYnnW",
    "redirect_uri": "https://op.certification.openid.net:61584/authz_cb",
    "response_type": "id_token",
    "scope": "openid",
    "state": "2eQGxTPSiI3Zt0zj"
}
3redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=2eQGxTPSiI3Zt0zj&nonce=vNaNvdzIEomCYnnW&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&max_age=1&client_id=yYRMiaCUdf778eKlpAom
3redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=2eQGxTPSiI3Zt0zj&nonce=vNaNvdzIEomCYnnW&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&max_age=1&client_id=yYRMiaCUdf778eKlpAom
6http args{}
6responseURL with fragment
6responseid_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.JUzuC6TYwOibrH3r5Dkkht6_BCofwuqDuPMlRICmAGS1vSqJ0nfcdoaHSkYGUtCTW4-mO5nmUl2l4XshABBPCq0ODfyZHaK1wRDsoLm1rR-oJXlgLBAaWByKzAyT4I1795BYYJ7Hhn0CI2QCDCmF5fCsIeMzRnZWmTipOM9ZES8GPP9T9NZu6pPGVlyvVBV6EKqrDeOGHb0wP4bCzK6OQrIff8IU-cUbeArgQRAd_vpJHKcv6-brXoID7Hmd1Xc_iagXvYP6ZsGZaHSonxZru1c0tZynthC_jgq4dVKrojlzQfoKh9PI9bqxlDNqOxvXW_UoomdRAzSUiro_CIQTog.xvGQ6M2veDcV6mT9k8hBNw.ojQwT6P7PpCLvxsAIKJBkeGli5MfM9cCTVELvWKs8IrYK7uIIVLCFoXFggMQ5kpx2k7i5buNp4Mj5Ej8lJEk0XHY9Y_eEpKShx8s5qQ8DkSU-lxz99k9q-L-KCRek_RkwJeRxGhn07A_yl4Vwu9J4Lw1FZMoGuZ1IZMdYOvWdpUAUebfVSSarUhNHh92o1wk8RUYCo_6EyNQjsLuH9hvTdDfSQYriIMcTxbbRM0C88BJYAP0EKu_N3MdF5vcQOc-T8Ezb-u8HETTPTR2vJ06xOUmVyhu6Gi4RoBODcs3fqP8ihTGRxtYdcvW7pAZRfYLDj4EA4AvAJQFedvE_rsUtye7-xxRas1NQjoGpl7Bu3wCqN1dAbhKH4e3P8fnOCM8-W0-Bk4sw18GkVy218n1a9KrwXkyey79V5Wdb1qAkhXBmlYL9sYPPI6olx6rrSmS5LYgOyHa6YaSXHtLCmrjav0pyONUVTHic4ifZFA8JlX-j8yGW8qqeu0WQ-JeDHxc75wMb71MlJt07oepjfBaCq5KsXLtxXDDG8gst6Wm86I0DXBiOR3CUn_7gc5TnDnCJ-uuhZkxDj2QXzNjVP3gOWFDAisReDrka7x6PdOToP9UGhD6pH1eHF_DLHzJ3FedBh6mMLv8HIG6efK4iOZn98N8HHHiQMKuutTHYrk8-ZUxieyDIjDdPXLzwQr0jJBrMv2i3DUXti9dEY2N3O4cWOPsbJNDn7orj69smyMXVJjEAdX56em7Hh0oWvU9iINzH3P6PBvJm0wgusQeV3hxyPF8yca6A6vdwkQoah2Gf54jQzsw7DSuy6c5ZGjoVcTaWl1obcV_K4BJ0zgsEHr3bbW4p_YN8pGcQM5d8Xj_PovdtZA2YDj5zcBDuYD2azx7.zRsu-m7hzqQ1xwspi8sQnA&state=2eQGxTPSiI3Zt0zj
6response{'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.JUzuC6TYwOibrH3r5Dkkht6_BCofwuqDuPMlRICmAGS1vSqJ0nfcdoaHSkYGUtCTW4-mO5nmUl2l4XshABBPCq0ODfyZHaK1wRDsoLm1rR-oJXlgLBAaWByKzAyT4I1795BYYJ7Hhn0CI2QCDCmF5fCsIeMzRnZWmTipOM9ZES8GPP9T9NZu6pPGVlyvVBV6EKqrDeOGHb0wP4bCzK6OQrIff8IU-cUbeArgQRAd_vpJHKcv6-brXoID7Hmd1Xc_iagXvYP6ZsGZaHSonxZru1c0tZynthC_jgq4dVKrojlzQfoKh9PI9bqxlDNqOxvXW_UoomdRAzSUiro_CIQTog.xvGQ6M2veDcV6mT9k8hBNw.ojQwT6P7PpCLvxsAIKJBkeGli5MfM9cCTVELvWKs8IrYK7uIIVLCFoXFggMQ5kpx2k7i5buNp4Mj5Ej8lJEk0XHY9Y_eEpKShx8s5qQ8DkSU-lxz99k9q-L-KCRek_RkwJeRxGhn07A_yl4Vwu9J4Lw1FZMoGuZ1IZMdYOvWdpUAUebfVSSarUhNHh92o1wk8RUYCo_6EyNQjsLuH9hvTdDfSQYriIMcTxbbRM0C88BJYAP0EKu_N3MdF5vcQOc-T8Ezb-u8HETTPTR2vJ06xOUmVyhu6Gi4RoBODcs3fqP8ihTGRxtYdcvW7pAZRfYLDj4EA4AvAJQFedvE_rsUtye7-xxRas1NQjoGpl7Bu3wCqN1dAbhKH4e3P8fnOCM8-W0-Bk4sw18GkVy218n1a9KrwXkyey79V5Wdb1qAkhXBmlYL9sYPPI6olx6rrSmS5LYgOyHa6YaSXHtLCmrjav0pyONUVTHic4ifZFA8JlX-j8yGW8qqeu0WQ-JeDHxc75wMb71MlJt07oepjfBaCq5KsXLtxXDDG8gst6Wm86I0DXBiOR3CUn_7gc5TnDnCJ-uuhZkxDj2QXzNjVP3gOWFDAisReDrka7x6PdOToP9UGhD6pH1eHF_DLHzJ3FedBh6mMLv8HIG6efK4iOZn98N8HHHiQMKuutTHYrk8-ZUxieyDIjDdPXLzwQr0jJBrMv2i3DUXti9dEY2N3O4cWOPsbJNDn7orj69smyMXVJjEAdX56em7Hh0oWvU9iINzH3P6PBvJm0wgusQeV3hxyPF8yca6A6vdwkQoah2Gf54jQzsw7DSuy6c5ZGjoVcTaWl1obcV_K4BJ0zgsEHr3bbW4p_YN8pGcQM5d8Xj_PovdtZA2YDj5zcBDuYD2azx7.zRsu-m7hzqQ1xwspi8sQnA', 'state': '2eQGxTPSiI3Zt0zj'}
6AuthorizationResponse
{
    "id_token": {
        "aud": [
            "yYRMiaCUdf778eKlpAom"
        ],
        "auth_time": 1560785099,
        "exp": 1560788519,
        "iat": 1560785099,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "vNaNvdzIEomCYnnW",
        "sub": "testuser"
    },
    "state": "2eQGxTPSiI3Zt0zj"
}
6phase<--<-- 10 --- AccessToken -->-->
6phase<--<-- 11 --- Done -->-->
6end
6assertionClaimsCheck
6conditionclaims-check: status=OK [Checks if specific claims is present or not]
6assertionAuthTimeCheck
6conditionauth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.]
6assertionMultipleSignOn
6conditionmultiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow]
6assertionVerifyResponse
6conditionverify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses]
6conditionDone: status=OK

Result

PASSED