Test Info

Issuerhttps://isamfed.com:30443/test
Profile[]
Test IDOP-Req-id_token_hint
Test descriptionUsing prompt=none with user hint through id_token_hint
Timestamp2019-06-18T04:22:36Z

Conditions


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": [
        "A128KW"
    ],
    "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 -->-->
0not expected to doDynamic registration
0phase<--<-- 3 --- AsyncAuthn -->-->
0AuthorizationRequest
{
    "client_id": "clientID",
    "nonce": "BC1iN09gYaBPa8LI",
    "redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "aCxugQxrq2ZNL0dU"
}
0redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=aCxugQxrq2ZNL0dU&nonce=BC1iN09gYaBPa8LI&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID
0redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=aCxugQxrq2ZNL0dU&nonce=BC1iN09gYaBPa8LI&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID
1http args{}
1responseURL with fragment
1responseaccess_token=22rJTMQeb7WykIzVTEOP&state=aCxugQxrq2ZNL0dU&expires_in=3599&token_type=bearer&code=2i2KwtVXfM64RdYvhedwMIpXmV4Mhy&scope=openid
1response{'access_token': '22rJTMQeb7WykIzVTEOP', 'state': 'aCxugQxrq2ZNL0dU', 'expires_in': 3599, 'token_type': 'bearer', 'code': '2i2KwtVXfM64RdYvhedwMIpXmV4Mhy', 'scope': 'openid'}
1AuthorizationResponse
{
    "access_token": "22rJTMQeb7WykIzVTEOP",
    "code": "2i2KwtVXfM64RdYvhedwMIpXmV4Mhy",
    "expires_in": 3599,
    "scope": "openid",
    "state": "aCxugQxrq2ZNL0dU",
    "token_type": "bearer"
}
1phase<--<-- 4 --- AccessToken -->-->
1requestop_args: {'state': 'aCxugQxrq2ZNL0dU'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'}
1do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': '2i2KwtVXfM64RdYvhedwMIpXmV4Mhy', 'state': 'aCxugQxrq2ZNL0dU', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'aCxugQxrq2ZNL0dU', 'authn_method': 'client_secret_basic'}
1AccessTokenRequest
{
    "code": "2i2KwtVXfM64RdYvhedwMIpXmV4Mhy",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
    "state": "aCxugQxrq2ZNL0dU"
}
1request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
1request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
1requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&code=2i2KwtVXfM64RdYvhedwMIpXmV4Mhy&state=aCxugQxrq2ZNL0dU
2http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
2response{'access_token': 'sPbbK3QaB5eHFgfTawE5', 'refresh_token': 'rXmc5ZFrZONEIOb5x82tKJ9He4EvAVo6owm3DSOn', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.fd24T_Xf-J9UzVpOLqiYl4Nt49jn_ckvXVD14ZemyTm60LUn5iEj5w.EuUznTnexg-OMcjUeaC75Q.vXrR-VSe78uYs8gSyXfLwaRWu5op7pP2MaE68TiUrn2fjIUtexpdc_RLM7R6SWNAn8pQ83GmR5DmKJ3fW3VDgE_TMHDS5XN82TCOoRu82aYCKz_bs4E7KynRoczUEj6KEixUj-B2UiU5awGNcJZxCZDHx8MeU_If8RgUFrGuKrmqLab-kwigGyVU4usA4AEw4N0h_K632iNbnvVmeCJB43ybdjhbMXff2RoAJ1nDDiLFh6q69Xk2JQnXvYklGrYffI4EJ165I33F8BYJz_dWK9brw9VYnfZQ90FXNckyoja1ytXoIKlFJG30CHgPcNmPLg7rU1KKPIelemV4WKIHI8QgcKpKnYxz5HzJ0q4s7Cm1duesk0xViWTPsPpnsPEDaYkj3OxGrcC6rthZhGLOfvLn4w1y_B0CeYfPtBxAIokJSndCEvmdASKkaaYJxxFsev6HMdholCNFqgHfmYdC-NdqsLtiEFjHq--oM4BMJ3emvmC5lhVB52cgybeF7m-2z26LRJr95zXZtXOnbv5R3jKA1b1_fXoLhpfQkgjJ-Waq1asK2imJLDBrQCTcxBW1ERPFZeJLJ3IiZV4MZ4yHmGaGdCY9g8ISCOZUXFrerlwdnlkbrXSYCSdWSUO6q6wsK9_YZWTR3NzmjGAEnEB5oSSAqxrm9xp6o8xEZsUiMEBkrJbsv-BZZBoPU-6SPtvYeRmazud_qH5r5IbQTu4yedjUHHKTTug1_eDfMkX_4_1aqTVqKAz5RvsSoOtDFd_2b2-lTjTmoCEEYCRE67t46NZXQ1EYe04ke51X_TWx0Rhm2_IryvTXQZWKggRRjivkw2XEHMJidNKtNsNRqSRnW8hnDmlb9_YjEFft8s0tAJVSgIprxR-MlE9hb9eTwmNcNMEgkq2vVTCrodkVguzyNeFjwy726fONAMMrzRXUp64cCynuJBP8CCwZsR3koT2U.1svDYcddLVKQNEcIDk1zew', 'token_type': 'bearer', 'expires_in': 3599}
2AccessTokenResponse
{
    "access_token": "sPbbK3QaB5eHFgfTawE5",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "EDqATnnbFqsl3RLLf-FHlg",
        "aud": [
            "clientID"
        ],
        "exp": 1560835174,
        "iat": 1560831754,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "BC1iN09gYaBPa8LI",
        "rt_hash": "Tgb8k1ztNhW6C9vWrfUiTA",
        "sub": "testuser"
    },
    "refresh_token": "rXmc5ZFrZONEIOb5x82tKJ9He4EvAVo6owm3DSOn",
    "scope": "openid",
    "token_type": "bearer"
}
2jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
2jwe header{'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'}
2phase<--<-- 5 --- AsyncAuthn -->-->
2AuthorizationRequest
{
    "client_id": "clientID",
    "id_token_hint": "eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.fd24T_Xf-J9UzVpOLqiYl4Nt49jn_ckvXVD14ZemyTm60LUn5iEj5w.EuUznTnexg-OMcjUeaC75Q.vXrR-VSe78uYs8gSyXfLwaRWu5op7pP2MaE68TiUrn2fjIUtexpdc_RLM7R6SWNAn8pQ83GmR5DmKJ3fW3VDgE_TMHDS5XN82TCOoRu82aYCKz_bs4E7KynRoczUEj6KEixUj-B2UiU5awGNcJZxCZDHx8MeU_If8RgUFrGuKrmqLab-kwigGyVU4usA4AEw4N0h_K632iNbnvVmeCJB43ybdjhbMXff2RoAJ1nDDiLFh6q69Xk2JQnXvYklGrYffI4EJ165I33F8BYJz_dWK9brw9VYnfZQ90FXNckyoja1ytXoIKlFJG30CHgPcNmPLg7rU1KKPIelemV4WKIHI8QgcKpKnYxz5HzJ0q4s7Cm1duesk0xViWTPsPpnsPEDaYkj3OxGrcC6rthZhGLOfvLn4w1y_B0CeYfPtBxAIokJSndCEvmdASKkaaYJxxFsev6HMdholCNFqgHfmYdC-NdqsLtiEFjHq--oM4BMJ3emvmC5lhVB52cgybeF7m-2z26LRJr95zXZtXOnbv5R3jKA1b1_fXoLhpfQkgjJ-Waq1asK2imJLDBrQCTcxBW1ERPFZeJLJ3IiZV4MZ4yHmGaGdCY9g8ISCOZUXFrerlwdnlkbrXSYCSdWSUO6q6wsK9_YZWTR3NzmjGAEnEB5oSSAqxrm9xp6o8xEZsUiMEBkrJbsv-BZZBoPU-6SPtvYeRmazud_qH5r5IbQTu4yedjUHHKTTug1_eDfMkX_4_1aqTVqKAz5RvsSoOtDFd_2b2-lTjTmoCEEYCRE67t46NZXQ1EYe04ke51X_TWx0Rhm2_IryvTXQZWKggRRjivkw2XEHMJidNKtNsNRqSRnW8hnDmlb9_YjEFft8s0tAJVSgIprxR-MlE9hb9eTwmNcNMEgkq2vVTCrodkVguzyNeFjwy726fONAMMrzRXUp64cCynuJBP8CCwZsR3koT2U.1svDYcddLVKQNEcIDk1zew",
    "nonce": "WMQngRkrndD0L6Gy",
    "prompt": [
        "none"
    ],
    "redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
    "response_type": "code token",
    "scope": "openid",
    "state": "nNWHj00czwngRUP9"
}
2redirect urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=nNWHj00czwngRUP9&nonce=WMQngRkrndD0L6Gy&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&prompt=none&id_token_hint=eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.fd24T_Xf-J9UzVpOLqiYl4Nt49jn_ckvXVD14ZemyTm60LUn5iEj5w.EuUznTnexg-OMcjUeaC75Q.vXrR-VSe78uYs8gSyXfLwaRWu5op7pP2MaE68TiUrn2fjIUtexpdc_RLM7R6SWNAn8pQ83GmR5DmKJ3fW3VDgE_TMHDS5XN82TCOoRu82aYCKz_bs4E7KynRoczUEj6KEixUj-B2UiU5awGNcJZxCZDHx8MeU_If8RgUFrGuKrmqLab-kwigGyVU4usA4AEw4N0h_K632iNbnvVmeCJB43ybdjhbMXff2RoAJ1nDDiLFh6q69Xk2JQnXvYklGrYffI4EJ165I33F8BYJz_dWK9brw9VYnfZQ90FXNckyoja1ytXoIKlFJG30CHgPcNmPLg7rU1KKPIelemV4WKIHI8QgcKpKnYxz5HzJ0q4s7Cm1duesk0xViWTPsPpnsPEDaYkj3OxGrcC6rthZhGLOfvLn4w1y_B0CeYfPtBxAIokJSndCEvmdASKkaaYJxxFsev6HMdholCNFqgHfmYdC-NdqsLtiEFjHq--oM4BMJ3emvmC5lhVB52cgybeF7m-2z26LRJr95zXZtXOnbv5R3jKA1b1_fXoLhpfQkgjJ-Waq1asK2imJLDBrQCTcxBW1ERPFZeJLJ3IiZV4MZ4yHmGaGdCY9g8ISCOZUXFrerlwdnlkbrXSYCSdWSUO6q6wsK9_YZWTR3NzmjGAEnEB5oSSAqxrm9xp6o8xEZsUiMEBkrJbsv-BZZBoPU-6SPtvYeRmazud_qH5r5IbQTu4yedjUHHKTTug1_eDfMkX_4_1aqTVqKAz5RvsSoOtDFd_2b2-lTjTmoCEEYCRE67t46NZXQ1EYe04ke51X_TWx0Rhm2_IryvTXQZWKggRRjivkw2XEHMJidNKtNsNRqSRnW8hnDmlb9_YjEFft8s0tAJVSgIprxR-MlE9hb9eTwmNcNMEgkq2vVTCrodkVguzyNeFjwy726fONAMMrzRXUp64cCynuJBP8CCwZsR3koT2U.1svDYcddLVKQNEcIDk1zew&client_id=clientID
2redirecthttps://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=nNWHj00czwngRUP9&nonce=WMQngRkrndD0L6Gy&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&prompt=none&id_token_hint=eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.fd24T_Xf-J9UzVpOLqiYl4Nt49jn_ckvXVD14ZemyTm60LUn5iEj5w.EuUznTnexg-OMcjUeaC75Q.vXrR-VSe78uYs8gSyXfLwaRWu5op7pP2MaE68TiUrn2fjIUtexpdc_RLM7R6SWNAn8pQ83GmR5DmKJ3fW3VDgE_TMHDS5XN82TCOoRu82aYCKz_bs4E7KynRoczUEj6KEixUj-B2UiU5awGNcJZxCZDHx8MeU_If8RgUFrGuKrmqLab-kwigGyVU4usA4AEw4N0h_K632iNbnvVmeCJB43ybdjhbMXff2RoAJ1nDDiLFh6q69Xk2JQnXvYklGrYffI4EJ165I33F8BYJz_dWK9brw9VYnfZQ90FXNckyoja1ytXoIKlFJG30CHgPcNmPLg7rU1KKPIelemV4WKIHI8QgcKpKnYxz5HzJ0q4s7Cm1duesk0xViWTPsPpnsPEDaYkj3OxGrcC6rthZhGLOfvLn4w1y_B0CeYfPtBxAIokJSndCEvmdASKkaaYJxxFsev6HMdholCNFqgHfmYdC-NdqsLtiEFjHq--oM4BMJ3emvmC5lhVB52cgybeF7m-2z26LRJr95zXZtXOnbv5R3jKA1b1_fXoLhpfQkgjJ-Waq1asK2imJLDBrQCTcxBW1ERPFZeJLJ3IiZV4MZ4yHmGaGdCY9g8ISCOZUXFrerlwdnlkbrXSYCSdWSUO6q6wsK9_YZWTR3NzmjGAEnEB5oSSAqxrm9xp6o8xEZsUiMEBkrJbsv-BZZBoPU-6SPtvYeRmazud_qH5r5IbQTu4yedjUHHKTTug1_eDfMkX_4_1aqTVqKAz5RvsSoOtDFd_2b2-lTjTmoCEEYCRE67t46NZXQ1EYe04ke51X_TWx0Rhm2_IryvTXQZWKggRRjivkw2XEHMJidNKtNsNRqSRnW8hnDmlb9_YjEFft8s0tAJVSgIprxR-MlE9hb9eTwmNcNMEgkq2vVTCrodkVguzyNeFjwy726fONAMMrzRXUp64cCynuJBP8CCwZsR3koT2U.1svDYcddLVKQNEcIDk1zew&client_id=clientID
3http args{}
3responseURL with fragment
3responseaccess_token=Oelem1wkYxTnbBB0drIO&state=nNWHj00czwngRUP9&expires_in=3599&token_type=bearer&code=Xurf2EBmS6cal0zqHQaqjKHDm0SmxT&scope=openid
3response{'access_token': 'Oelem1wkYxTnbBB0drIO', 'state': 'nNWHj00czwngRUP9', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'Xurf2EBmS6cal0zqHQaqjKHDm0SmxT', 'scope': 'openid'}
3AuthorizationResponse
{
    "access_token": "Oelem1wkYxTnbBB0drIO",
    "code": "Xurf2EBmS6cal0zqHQaqjKHDm0SmxT",
    "expires_in": 3599,
    "scope": "openid",
    "state": "nNWHj00czwngRUP9",
    "token_type": "bearer"
}
3phase<--<-- 6 --- AccessToken -->-->
3requestop_args: {'state': 'nNWHj00czwngRUP9'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'}
3do_access_token_request
kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'Xurf2EBmS6cal0zqHQaqjKHDm0SmxT', 'state': 'nNWHj00czwngRUP9', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'nNWHj00czwngRUP9', 'authn_method': 'client_secret_basic'}
3AccessTokenRequest
{
    "code": "Xurf2EBmS6cal0zqHQaqjKHDm0SmxT",
    "grant_type": "authorization_code",
    "redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
    "state": "nNWHj00czwngRUP9"
}
3request_urlhttps://isamfed.com:30443/mga/sps/oauth/oauth20/token
3request_http_args{'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}}
3requestgrant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&code=Xurf2EBmS6cal0zqHQaqjKHDm0SmxT&state=nNWHj00czwngRUP9
4http response
url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
4response{'access_token': 'vhHQQhsntOr37SH47dCM', 'refresh_token': 'iBnF0CpjGXrTgugOcRHOUJi7wB4SuIZmAyCyW68e', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.Y9GvAaMNpkNqjqcdTh60PxOMsdIeF-VC5IBziN9gITRgFH2oO1MrGA.5oCFT0MEHEfMdqlxtfgb4Q.1yhAhR121T55H-Jsy4xgA1pmdnSkg30V96WQR7Hy7bdO5rcY8c7fjEVnSv9rp-khMXEcpDQia8slCfejZ7akFGDvzgHFzpFinAMePp1I_Sk2MzuwTwSYuEcy22XH_Xu0Ep0KQkv9NSN3t52FfrQ3SHFfCnz3vFQc5nv2ubki9FMrPWgetgOYhWRT5cYQB8zKGq6RBw0BvyRTDylmBXJofCf9GSz-WQVymQhXekGMqW7wU9NkObp0OGXLBKwcQqklPZniQcOdtS18u2ZbFEZvm426QUfw1gQlDeMMUS6_Rs1VdEhjpuXd6LiRji0wsLG6axiVwfvrDpIFDluJVFNq7mRyFPMe-GXy_C7ILjwON0BHS1iiqpJ5qBlSww6rg1P3ahiFGcqByMEHfOb5ARYA1IdWdM5ckHOQFKfSjiInr1lvhFht_0GJVmkoWbKVUqULOqjXqKiYajZrRMcIjgWjRFOrJkXwZOFbAi93z9AS3grca6hyGIktq0s6UTMUmBcy84IMCWNVe9x7G_THLhREpREI8iX7nZ3KB0j4wfNjAgPg00dYkg_lvHQLz8MFexvWCWZQ-DKqCC5enWd0YxBIb2gnVfZiu8FGFK_MYGrRrR5SnuJymXjMehLUJxloUZLN9SI_PQBL1Ujxp_Cg2LaXZd60Xa4PtlR5WGyzRPVo_69PJA3dIwyfm8DjOKSBhlUHED-wXNdnaWxij6MUmuA1y2tbTqimCJLvjXvr1cObZV9FknAcJasnoZKwHjT8nYm-53koztTOKgx50R1wtG6Ip9O4KPvZMlcl9NLja6nFeYMsGRuMOFJSsI7zBueGXnmSoLzFZQAEry8ZxhY_eBrJMu5pReOvLSkwj_O2VBqKyXZQEz3ZUJlRgwiepxHAlo2woVJ_4kDmXERkWUgkHwCjAzk0vvgJmvoEZbYU_3WdmvHI37tyVeBSkGvRZAJfRCOd.XU2R5tMpA-IzEOCWXmEEGQ', 'token_type': 'bearer', 'expires_in': 3599}
4AccessTokenResponse
{
    "access_token": "vhHQQhsntOr37SH47dCM",
    "expires_in": 3599,
    "id_token": {
        "at_hash": "XUHe6jmXfmCNst-cFTMn3g",
        "aud": [
            "clientID"
        ],
        "exp": 1560835176,
        "iat": 1560831756,
        "iss": "https://isamfed.com:30443/test",
        "nonce": "WMQngRkrndD0L6Gy",
        "rt_hash": "6205Tp8NbdCjFrcsvjFBtQ",
        "sub": "testuser"
    },
    "refresh_token": "iBnF0CpjGXrTgugOcRHOUJi7wB4SuIZmAyCyW68e",
    "scope": "openid",
    "token_type": "bearer"
}
4jws header{'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'}
4jwe header{'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'}
4phase<--<-- 7 --- Done -->-->
4end
4assertionSameAuthn
4conditionDone: status=OK

Result

PASSED