0 | phase | <--<-- 0 --- Webfinger -->--> |
0 | not expected to do | WebFinger |
0 | phase | <--<-- 1 --- Discovery -->--> |
0 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
0 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
0 | ProviderConfigurationResponse | {
"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"
}
|
0 | phase | <--<-- 2 --- Registration -->--> |
0 | register | kwargs:{'response_types': ['id_token token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61585/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61585/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61585/static/jwks_61585.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61585/static/jwks_61585.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61585/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61585/authz_cb"
],
"response_types": [
"id_token token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
|
1 | RegistrationResponse | {
"application_type": "web",
"client_id": "CSiR5tR1EVogwhwgyuoo",
"client_id_issued_at": 1560784595,
"client_secret": "bx6oLSdWcRZ1NaQ8yJ8D",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61585/static/jwks_61585.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61585/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61585/authz_cb"
],
"registration_access_token": "u7fM5eRx87IOiksqPSmJ",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=CSiR5tR1EVogwhwgyuoo",
"response_types": [
"id_token",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "CSiR5tR1EVogwhwgyuoo",
"nonce": "Fro4EQSFGi8BQHzI",
"redirect_uri": "https://op.certification.openid.net:61585/authz_cb",
"response_type": "id_token token",
"scope": "openid",
"state": "zJ7KJQb9rjdBHnAo"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=zJ7KJQb9rjdBHnAo&nonce=Fro4EQSFGi8BQHzI&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&client_id=CSiR5tR1EVogwhwgyuoo |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=zJ7KJQb9rjdBHnAo&nonce=Fro4EQSFGi8BQHzI&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&client_id=CSiR5tR1EVogwhwgyuoo |
1 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=kPpRFXW1cNl4faPHhkuH&state=zJ7KJQb9rjdBHnAo&expires_in=3599&token_type=bearer&scope=openid&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.kNJRlC_RmhuAmITrp2mU3P1LOELVFZhPrDXZYodA6SlBeoFp9qOzWpqszBaOeV9t0Em1_A0ldu6xyXZB9AfiHWMIVMW6Jbvj47YgN14hZsq2hKErbm-ahLazJWMhwRZMPWI7qomKlbWvQMvDC5tPtACCa5tUrQ5fkswKO5atJI6ZwsyknpjbJsph_PEkg5KECbGj6_43mCyP4n2q8kwlfF7hCbSKJVSWXmUAGcYr-xIslayaI4fgpp7dTmcukTwYGItw1Qk1dGrayTKyzdUSoJzHiU4AnBX_5Qo8iXTDgRBnodAFQHebW_4jn5p8I7xolxrsF_FejgYxnsDzOUZ4kg.gjxyHmZl2NEG33ysYdrRgA.PwR1VmAH1wWX1v9B9ftYpZd8eEEzgHfJnqVzb7XBobYNQQjnstz-VBUZO-cuqNDJndBysvlMqMj8hpuWKtYe908BStFEVqPIg0-aKFqtB1AXNf8y_YwZZBrPYGWjgOWDETp1RzK8fBANgbfZozjp8j7FF0QDKw5J7sKpeIN3ywP0JJIMEf6pE-Cwlphk2S7NqSkYFxHyaL_1SHgM0N--AzN9cQKWNlayMjavecn8iTb-LMf2uBtXUY9I7eszNMF1PTSXBrBEmmJHbci0CcigjRBCNDK4i_fFeVOuAAybs8x51LGfUatBLp-xtBr0T5HjcYOn0hkfozD0Mu76l-DzptI2hHZYNeuMldpajPaA9ifhxEFyiZNZXOa9ghhlYzfQhbq93X_ZNYdV7_4hR-iqhMywVrfSf2IaOS80627ZuPMzO39F64fmLzItG7H0eKOvFU-swaE2T3Pg5A1itQSAhjnOP00i3m9hziS-ph3V5rA9aQD0lA7nG6Xgix_nHVqIsRLG7UGXWT4AINQVs3iL6OEkCx9azkNfutfm0uyOcg8OCIh7OTyKt4GaOE2JkxOee3rg0LsLss5Tc-nLWaXEvAn8Ppb-m8TzMLvENhS_kCyASzU8gFf074O2mVJZlloAdVnANsImBk_gfjxysnSSpEMVMSGRznlACBz2k_eaCBp_-jHTonQ6msry2LWwQYHMlMcKKx0Xa37k4OiZprbpwhOnO4usUte79bF1-IR1NJ91nPvZu47bDT3qhDdoZ-fvqEyI-HDnbgQ2EelYyHMsLrpmIkwW6X1_E2I03NNjvBd0MPXrAk7BH35b_SzcQ63UCI3dLy1l2s-45bDuLTmadyNRKkQIAYRGJixPam05br9Hb28WVKZVop5POXrtJV-YWJPqJuObhgDV9GtiNBebOQ.NDOvMIVVzU0iQ3kzQWn2WA |
2 | response | {'access_token': 'kPpRFXW1cNl4faPHhkuH', 'state': 'zJ7KJQb9rjdBHnAo', 'expires_in': 3599, 'token_type': 'bearer', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.kNJRlC_RmhuAmITrp2mU3P1LOELVFZhPrDXZYodA6SlBeoFp9qOzWpqszBaOeV9t0Em1_A0ldu6xyXZB9AfiHWMIVMW6Jbvj47YgN14hZsq2hKErbm-ahLazJWMhwRZMPWI7qomKlbWvQMvDC5tPtACCa5tUrQ5fkswKO5atJI6ZwsyknpjbJsph_PEkg5KECbGj6_43mCyP4n2q8kwlfF7hCbSKJVSWXmUAGcYr-xIslayaI4fgpp7dTmcukTwYGItw1Qk1dGrayTKyzdUSoJzHiU4AnBX_5Qo8iXTDgRBnodAFQHebW_4jn5p8I7xolxrsF_FejgYxnsDzOUZ4kg.gjxyHmZl2NEG33ysYdrRgA.PwR1VmAH1wWX1v9B9ftYpZd8eEEzgHfJnqVzb7XBobYNQQjnstz-VBUZO-cuqNDJndBysvlMqMj8hpuWKtYe908BStFEVqPIg0-aKFqtB1AXNf8y_YwZZBrPYGWjgOWDETp1RzK8fBANgbfZozjp8j7FF0QDKw5J7sKpeIN3ywP0JJIMEf6pE-Cwlphk2S7NqSkYFxHyaL_1SHgM0N--AzN9cQKWNlayMjavecn8iTb-LMf2uBtXUY9I7eszNMF1PTSXBrBEmmJHbci0CcigjRBCNDK4i_fFeVOuAAybs8x51LGfUatBLp-xtBr0T5HjcYOn0hkfozD0Mu76l-DzptI2hHZYNeuMldpajPaA9ifhxEFyiZNZXOa9ghhlYzfQhbq93X_ZNYdV7_4hR-iqhMywVrfSf2IaOS80627ZuPMzO39F64fmLzItG7H0eKOvFU-swaE2T3Pg5A1itQSAhjnOP00i3m9hziS-ph3V5rA9aQD0lA7nG6Xgix_nHVqIsRLG7UGXWT4AINQVs3iL6OEkCx9azkNfutfm0uyOcg8OCIh7OTyKt4GaOE2JkxOee3rg0LsLss5Tc-nLWaXEvAn8Ppb-m8TzMLvENhS_kCyASzU8gFf074O2mVJZlloAdVnANsImBk_gfjxysnSSpEMVMSGRznlACBz2k_eaCBp_-jHTonQ6msry2LWwQYHMlMcKKx0Xa37k4OiZprbpwhOnO4usUte79bF1-IR1NJ91nPvZu47bDT3qhDdoZ-fvqEyI-HDnbgQ2EelYyHMsLrpmIkwW6X1_E2I03NNjvBd0MPXrAk7BH35b_SzcQ63UCI3dLy1l2s-45bDuLTmadyNRKkQIAYRGJixPam05br9Hb28WVKZVop5POXrtJV-YWJPqJuObhgDV9GtiNBebOQ.NDOvMIVVzU0iQ3kzQWn2WA'} |
2 | AuthorizationResponse | {
"access_token": "kPpRFXW1cNl4faPHhkuH",
"expires_in": 3599,
"id_token": {
"at_hash": "SJwf1iS5B43QV4Uxc0dW_A",
"aud": [
"CSiR5tR1EVogwhwgyuoo"
],
"exp": 1560788016,
"iat": 1560784596,
"iss": "https://isamfed.com:30443/test",
"nonce": "Fro4EQSFGi8BQHzI",
"sub": "testuser"
},
"scope": "openid",
"state": "zJ7KJQb9rjdBHnAo",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | phase | <--<-- 5 --- Note -->--> |
2 | phase | <--<-- 6 --- Webfinger -->--> |
2 | not expected to do | WebFinger |
2 | phase | <--<-- 7 --- Discovery -->--> |
2 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
3 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
3 | ProviderConfigurationResponse | {
"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"
}
|
3 | phase | <--<-- 8 --- Registration -->--> |
3 | register | kwargs:{'response_types': ['id_token token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61585/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61585/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61585/static/jwks_61585.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
3 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61585/static/jwks_61585.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61585/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61585/authz_cb"
],
"response_types": [
"id_token token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
3 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
|
3 | RegistrationResponse | {
"application_type": "web",
"client_id": "V9zEOZUBWVdmH5tSMBUX",
"client_id_issued_at": 1560784598,
"client_secret": "UGcoZ7GFu2vmHamBR5J4",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61585/static/jwks_61585.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61585/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61585/authz_cb"
],
"registration_access_token": "Edyk8yTE3saXaEidWi04",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=V9zEOZUBWVdmH5tSMBUX",
"response_types": [
"id_token",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
3 | phase | <--<-- 9 --- AsyncAuthn -->--> |
3 | AuthorizationRequest | {
"client_id": "V9zEOZUBWVdmH5tSMBUX",
"max_age": 1,
"nonce": "nmkY3fOGcvuEdx89",
"redirect_uri": "https://op.certification.openid.net:61585/authz_cb",
"response_type": "id_token token",
"scope": "openid",
"state": "M93ZsxyhMaiCP9Ka"
}
|
3 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=M93ZsxyhMaiCP9Ka&nonce=nmkY3fOGcvuEdx89&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&max_age=1&client_id=V9zEOZUBWVdmH5tSMBUX |
3 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=M93ZsxyhMaiCP9Ka&nonce=nmkY3fOGcvuEdx89&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&max_age=1&client_id=V9zEOZUBWVdmH5tSMBUX |
7 | http args | {} |
8 | response | URL with fragment |
8 | response | access_token=zASDxyFks4jraXisw7ZG&state=M93ZsxyhMaiCP9Ka&expires_in=3599&token_type=bearer&scope=openid&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.DWeIeagLGp_OWF5gtkZczbYD0FSKmBViRQ3VQ0NGpTXoLoegfqq6AtImkToa9FCQwanV-UyWiIZV9qGaT3nFyLgVxb1NntMIkxXmkHu46ghSuIuKUhFRLYJX52Nv5faV9qAPi2BQ3XUYikWZkaAQ4j5JPowq9W1kLfmGnu6mnpXJQYyc-ae1UcfT_HkcjAbA9yjchh5x9pBXynd4K6Ka8wnk-44kKPrXOP5SevZl55zJUFNErMYNvtxmWOH7I6xoq8vw0s9INML8GJwmKpx0dlLA14OBN67TDyJPfYLtp3Gd8-0vqm_NSQy3MkEjH4TonDTQYuoMOeon5LxH_p-hdQ.dDTju-R09PgrinnUf0uopg.5D9vH9Gn7gzkwtyNog-p6nFpNisC30bqzefyZFU319WP12pbKKmpDqD6hNfs6vTS2pIYNMzc2IABsJoDP2pSzuvw1cnarw0TIfUGxtgm3a1quOk1lrzRolHyFIwjVphktTI8g44Oqke7jBsOh1AwRvlI5qVCbgKK6QgaQiLcdtXsB95q7EOeq1lzYcaUFEKvr2sOCJNZdcOTMeEcJXiesrNparyKjGhgIzk8nx0iR4c6G5QkTcmh1n6qUwK1zpzSPQfJtMGu_OZgfKQrXtsCVVRntkgXO7iSLDOUQO_2mD0nZ2b-GCItmzYgu8w4C9lEYug8lYo8a5Dm9WZVwDGPVwrJRuSZ6vYxZOIDkqUFERRLt3FGZ1O_2qFGDoVTE422JN36D3aFY9DdARbPav7BxVgLY-ui1GC44J4NZ2sFCqgoFKT_LiDpzeOf6WeXIFbzi4_8ZRpbzAKt6KE7hkqqNVturio_tIhyNTxJmQhl8v_4iOUeH1vNCMno0zwcQ3tq5j6Nu3Ku5otfuTkRs9rc-ScfoBcDHo5BJWbqq_nyXZKM2SxObsbD4XiTfVKUkE65UfK1D5qJ7tFq2yWNAqFEE0Iv6jZqJciDqd--GpVZa6iK4vTQclepExZuDXyrq9JWvfWJkfLoixJBZ4zbR3gGCxTY_LcT51oW4XDwI8E2Vl3onNubF-f05EDslUHOP4ju5J7113iRvowjN2ZLefJjZ6DDdrgA6alJQ36o-HpVaNzsRgLnvgl8uPnq5kfCZUigXwFGDrbFvnhgKVsB8CO0WlkvCsYF_vRq8BfLc9qtJnIa37GP1SM9shuYWi-i6g6fkZVLSghhuzEiPn6gfYjCIeWrN-I1RERzefUUxKXvExNnRFvHCXaw6CDTQ7oegkh0651IyMf6ouVWs4olywHl4uhG8BreAfPoVfGiJUS9PfJzHKkC7rBYj3YQhqjmZdyK.cWqNxjHb7yzfaGyQuaNM3A |
8 | response | {'access_token': 'zASDxyFks4jraXisw7ZG', 'state': 'M93ZsxyhMaiCP9Ka', 'expires_in': 3599, 'token_type': 'bearer', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.DWeIeagLGp_OWF5gtkZczbYD0FSKmBViRQ3VQ0NGpTXoLoegfqq6AtImkToa9FCQwanV-UyWiIZV9qGaT3nFyLgVxb1NntMIkxXmkHu46ghSuIuKUhFRLYJX52Nv5faV9qAPi2BQ3XUYikWZkaAQ4j5JPowq9W1kLfmGnu6mnpXJQYyc-ae1UcfT_HkcjAbA9yjchh5x9pBXynd4K6Ka8wnk-44kKPrXOP5SevZl55zJUFNErMYNvtxmWOH7I6xoq8vw0s9INML8GJwmKpx0dlLA14OBN67TDyJPfYLtp3Gd8-0vqm_NSQy3MkEjH4TonDTQYuoMOeon5LxH_p-hdQ.dDTju-R09PgrinnUf0uopg.5D9vH9Gn7gzkwtyNog-p6nFpNisC30bqzefyZFU319WP12pbKKmpDqD6hNfs6vTS2pIYNMzc2IABsJoDP2pSzuvw1cnarw0TIfUGxtgm3a1quOk1lrzRolHyFIwjVphktTI8g44Oqke7jBsOh1AwRvlI5qVCbgKK6QgaQiLcdtXsB95q7EOeq1lzYcaUFEKvr2sOCJNZdcOTMeEcJXiesrNparyKjGhgIzk8nx0iR4c6G5QkTcmh1n6qUwK1zpzSPQfJtMGu_OZgfKQrXtsCVVRntkgXO7iSLDOUQO_2mD0nZ2b-GCItmzYgu8w4C9lEYug8lYo8a5Dm9WZVwDGPVwrJRuSZ6vYxZOIDkqUFERRLt3FGZ1O_2qFGDoVTE422JN36D3aFY9DdARbPav7BxVgLY-ui1GC44J4NZ2sFCqgoFKT_LiDpzeOf6WeXIFbzi4_8ZRpbzAKt6KE7hkqqNVturio_tIhyNTxJmQhl8v_4iOUeH1vNCMno0zwcQ3tq5j6Nu3Ku5otfuTkRs9rc-ScfoBcDHo5BJWbqq_nyXZKM2SxObsbD4XiTfVKUkE65UfK1D5qJ7tFq2yWNAqFEE0Iv6jZqJciDqd--GpVZa6iK4vTQclepExZuDXyrq9JWvfWJkfLoixJBZ4zbR3gGCxTY_LcT51oW4XDwI8E2Vl3onNubF-f05EDslUHOP4ju5J7113iRvowjN2ZLefJjZ6DDdrgA6alJQ36o-HpVaNzsRgLnvgl8uPnq5kfCZUigXwFGDrbFvnhgKVsB8CO0WlkvCsYF_vRq8BfLc9qtJnIa37GP1SM9shuYWi-i6g6fkZVLSghhuzEiPn6gfYjCIeWrN-I1RERzefUUxKXvExNnRFvHCXaw6CDTQ7oegkh0651IyMf6ouVWs4olywHl4uhG8BreAfPoVfGiJUS9PfJzHKkC7rBYj3YQhqjmZdyK.cWqNxjHb7yzfaGyQuaNM3A'} |
8 | AuthorizationResponse | {
"access_token": "zASDxyFks4jraXisw7ZG",
"expires_in": 3599,
"id_token": {
"at_hash": "cWtti9alweim-hxGVLloYQ",
"aud": [
"V9zEOZUBWVdmH5tSMBUX"
],
"auth_time": 1560784602,
"exp": 1560788021,
"iat": 1560784601,
"iss": "https://isamfed.com:30443/test",
"nonce": "nmkY3fOGcvuEdx89",
"sub": "testuser"
},
"scope": "openid",
"state": "M93ZsxyhMaiCP9Ka",
"token_type": "bearer"
}
|
8 | phase | <--<-- 10 --- AccessToken -->--> |
8 | phase | <--<-- 11 --- Done -->--> |
8 | end | |
8 | assertion | ClaimsCheck |
8 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
8 | assertion | AuthTimeCheck |
8 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
8 | assertion | MultipleSignOn |
8 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
8 | assertion | VerifyResponse |
8 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
8 | condition | Done: status=OK |