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_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': ['code'], 'grant_types': ['authorization_code'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61164/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61164/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61164/static/jwks_61164.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61164/static/jwks_61164.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61164/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61164/authz_cb"
],
"response_types": [
"code"
],
"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": "XQNeMV0QuF64gJWubWD9",
"client_id_issued_at": 1560753660,
"client_secret": "adplPzvuFgbeNsurDHE8",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61164/static/jwks_61164.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61164/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61164/authz_cb"
],
"registration_access_token": "9lBDviqL00K3oj2jALXv",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=XQNeMV0QuF64gJWubWD9",
"response_types": [
"code"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "XQNeMV0QuF64gJWubWD9",
"nonce": "QiU5lAuLiqAO74gO",
"redirect_uri": "https://op.certification.openid.net:61164/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "9GMzd7PFVfWZAkuU"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=9GMzd7PFVfWZAkuU&nonce=QiU5lAuLiqAO74gO&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61164%2Fauthz_cb&client_id=XQNeMV0QuF64gJWubWD9 |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=9GMzd7PFVfWZAkuU&nonce=QiU5lAuLiqAO74gO&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61164%2Fauthz_cb&client_id=XQNeMV0QuF64gJWubWD9 |
1 | response | Response URL with query part |
1 | response | {'state': '9GMzd7PFVfWZAkuU', 'code': 'Wiwn4gJrmuWWTNgn9eDIh6ZSRmDnne'} |
1 | response | {'state': '9GMzd7PFVfWZAkuU', 'code': 'Wiwn4gJrmuWWTNgn9eDIh6ZSRmDnne'} |
1 | AuthorizationResponse | {
"code": "Wiwn4gJrmuWWTNgn9eDIh6ZSRmDnne",
"state": "9GMzd7PFVfWZAkuU"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': '9GMzd7PFVfWZAkuU'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61164/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61164/authz_cb', 'code': 'Wiwn4gJrmuWWTNgn9eDIh6ZSRmDnne', 'state': '9GMzd7PFVfWZAkuU', 'grant_type': 'authorization_code', 'client_id': 'XQNeMV0QuF64gJWubWD9'}, 'state': '9GMzd7PFVfWZAkuU', 'authn_method': 'private_key_jwt'}
|
1 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiWFFOZU1WMFF1RjY0Z0pXdWJXRDkiLCAic3ViIjogIlhRTmVNVjBRdUY2NGdKV3ViV0Q5IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJlSDg3Mk9EYTU1dEZhVXBGeWNiczFGT2g5ZktSb1FPMSIsICJleHAiOiAxNTYwNzU0MjYwLCAiaWF0IjogMTU2MDc1MzY2MH0.WmvU8HHtE-swGT9oBzWl0dLLP9mh8kYN31Z74o8fn-QRYlM6MlYEk-bKj7un6HdPU6JY93HqmTD3lfLXbe-bD0k_ebVaeZOi0WUyOfg6lZWFnNCFqwjIlre40RN7RhKFKOEP2vkQCi_uXfaLgBZIXf5Aqandvn0QTkitUYXEUc1raUrGqGNNYLXNwTh9OIPLlpWhus-EZeruGgDFkwYKaTSa9QQP8JWWjAh1B7iJW7YiMIyMVd0gb3LzGHfdqGKV1QBuDsM9kW4DVA8zNiLsmDiJIEnbQOGSnUSndhA4Wtxu7nKBH-tfmKrr6gFln0stcto3Mf4pGV0QuR1_zK-bWw",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "Wiwn4gJrmuWWTNgn9eDIh6ZSRmDnne",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61164/authz_cb",
"state": "9GMzd7PFVfWZAkuU"
}
|
1 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
1 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
1 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61164%2Fauthz_cb&code=Wiwn4gJrmuWWTNgn9eDIh6ZSRmDnne&state=9GMzd7PFVfWZAkuU&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiWFFOZU1WMFF1RjY0Z0pXdWJXRDkiLCAic3ViIjogIlhRTmVNVjBRdUY2NGdKV3ViV0Q5IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJlSDg3Mk9EYTU1dEZhVXBGeWNiczFGT2g5ZktSb1FPMSIsICJleHAiOiAxNTYwNzU0MjYwLCAiaWF0IjogMTU2MDc1MzY2MH0.WmvU8HHtE-swGT9oBzWl0dLLP9mh8kYN31Z74o8fn-QRYlM6MlYEk-bKj7un6HdPU6JY93HqmTD3lfLXbe-bD0k_ebVaeZOi0WUyOfg6lZWFnNCFqwjIlre40RN7RhKFKOEP2vkQCi_uXfaLgBZIXf5Aqandvn0QTkitUYXEUc1raUrGqGNNYLXNwTh9OIPLlpWhus-EZeruGgDFkwYKaTSa9QQP8JWWjAh1B7iJW7YiMIyMVd0gb3LzGHfdqGKV1QBuDsM9kW4DVA8zNiLsmDiJIEnbQOGSnUSndhA4Wtxu7nKBH-tfmKrr6gFln0stcto3Mf4pGV0QuR1_zK-bWw&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'pYlsgHUgPJvSwq3FfKtX', 'refresh_token': 'G27nKckQxJBTtjzoADDbi78GDfkPw10Jp9WMt2mt', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiTzYwckwyUWVFbEdWT2tzd2dGY3g3ZyIsIm5vbmNlIjoiUWlVNWxBdUxpcUFPNzRnTyIsImlhdCI6MTU2MDc1MzY2MSwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IlRKQXA2NGI0ZGx4UUxqTFp6NmpiSVEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc1NzA4MSwiYXVkIjoiWFFOZU1WMFF1RjY0Z0pXdWJXRDkifQ.0_26pnSaplTPG7Hr-xUHRnDkL-8NnavQOMgFvsI1iW9-PjXNeudl4LF-2oGnhbeJzF3anPRjAUlQpGc5kOfv63nDCTINKMuG0vBbOxSLkA1A9DeLjeoiACUBGDPun-s0rvMhP9rRyzwwZnXGQ5bvoL2ZdrlX8cWKrcAsyWu0m8wBEunKpWSB-ggFEEcplCGjxNzuXZDMCk5kuvUjSLdj1ElKVEKy3LUBz9z7WU_Ph-VUnsQ9NGKtC6QgO13o9gLS7vHhKdSnVux69U2yRjNwpYx4Y2rjiQAwbSAz8wZ8kcL1sUOKk4WWAnStmmGVshkjRXRazK1e57J-C6Sa0NP8kQ', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "pYlsgHUgPJvSwq3FfKtX",
"expires_in": 3599,
"id_token": {
"at_hash": "TJAp64b4dlxQLjLZz6jbIQ",
"aud": [
"XQNeMV0QuF64gJWubWD9"
],
"exp": 1560757081,
"iat": 1560753661,
"iss": "https://isamfed.com:30443/test",
"nonce": "QiU5lAuLiqAO74gO",
"rt_hash": "O60rL2QeElGVOkswgFcx7g",
"sub": "testuser"
},
"refresh_token": "G27nKckQxJBTtjzoADDbi78GDfkPw10Jp9WMt2mt",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | phase | <--<-- 5 --- Note -->--> |
3 | phase | <--<-- 6 --- Webfinger -->--> |
3 | not expected to do | WebFinger |
3 | phase | <--<-- 7 --- Discovery -->--> |
3 | 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_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': ['code'], 'grant_types': ['authorization_code'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61164/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61164/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61164/static/jwks_61164.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
3 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61164/static/jwks_61164.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61164/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61164/authz_cb"
],
"response_types": [
"code"
],
"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": "MKDlg1WZZqHVzPvsRXEk",
"client_id_issued_at": 1560753662,
"client_secret": "jInBpHOkyn2rtRrHtA0F",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61164/static/jwks_61164.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61164/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61164/authz_cb"
],
"registration_access_token": "Kr2WkBdwvV8hUiINdbHV",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=MKDlg1WZZqHVzPvsRXEk",
"response_types": [
"code"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
3 | phase | <--<-- 9 --- AsyncAuthn -->--> |
3 | AuthorizationRequest | {
"client_id": "MKDlg1WZZqHVzPvsRXEk",
"max_age": 1,
"nonce": "vpIiNaLLHItOUQoP",
"redirect_uri": "https://op.certification.openid.net:61164/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "JQZPaIH2RLidA7GL"
}
|
3 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=JQZPaIH2RLidA7GL&nonce=vpIiNaLLHItOUQoP&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61164%2Fauthz_cb&max_age=1&client_id=MKDlg1WZZqHVzPvsRXEk |
3 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=JQZPaIH2RLidA7GL&nonce=vpIiNaLLHItOUQoP&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61164%2Fauthz_cb&max_age=1&client_id=MKDlg1WZZqHVzPvsRXEk |
6 | response | Response URL with query part |
6 | response | {'state': 'JQZPaIH2RLidA7GL', 'code': 'oxe6OXadaeVWH3shIQ20Xtilr23QXy'} |
6 | response | {'state': 'JQZPaIH2RLidA7GL', 'code': 'oxe6OXadaeVWH3shIQ20Xtilr23QXy'} |
6 | AuthorizationResponse | {
"code": "oxe6OXadaeVWH3shIQ20Xtilr23QXy",
"state": "JQZPaIH2RLidA7GL"
}
|
6 | phase | <--<-- 10 --- AccessToken -->--> |
6 | request | op_args: {'state': 'JQZPaIH2RLidA7GL'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61164/authz_cb'} |
6 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61164/authz_cb', 'code': 'oxe6OXadaeVWH3shIQ20Xtilr23QXy', 'state': 'JQZPaIH2RLidA7GL', 'grant_type': 'authorization_code', 'client_id': 'MKDlg1WZZqHVzPvsRXEk'}, 'state': 'JQZPaIH2RLidA7GL', 'authn_method': 'private_key_jwt'}
|
6 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiTUtEbGcxV1pacUhWelB2c1JYRWsiLCAic3ViIjogIk1LRGxnMVdaWnFIVnpQdnNSWEVrIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJoWEVOTHRybVlmWjhLbXZ1c3k3VHpacHhrUERPN0VxTiIsICJleHAiOiAxNTYwNzU0MjY1LCAiaWF0IjogMTU2MDc1MzY2NX0.cs84eYexIACazqW0sCVAsbvQFfhytTZU6pNgrU8FpoU71DI4UhlxIli9NOv5c1YTGVT2tOoh5TteiI_IzhxbpwjrQ5qjJsaOYt9te_WY9jc_JGy3mJ8YimSGV-O8A8VlHfGQtX6fWzTMUpXUvD8-BYpdRwOSCkL0nKtFZKrpc57V5G_Jc4DynDX8Mp5uLB1hs-k_6oWvXro3H3c7twtWQl9DIaoI5hxNu0OM2XKwiVZtfvIsjTb22MMoNtn72MntBEEMH0S3hz7opZmQq6mBp0iyyiLYH3Rng_yIihaAXYzDVP9QpmTJeKVn3f6XrgzMc2wF6h6ISMBLLuk-gPjeew",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "oxe6OXadaeVWH3shIQ20Xtilr23QXy",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61164/authz_cb",
"state": "JQZPaIH2RLidA7GL"
}
|
6 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
6 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
6 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61164%2Fauthz_cb&code=oxe6OXadaeVWH3shIQ20Xtilr23QXy&state=JQZPaIH2RLidA7GL&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiTUtEbGcxV1pacUhWelB2c1JYRWsiLCAic3ViIjogIk1LRGxnMVdaWnFIVnpQdnNSWEVrIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJoWEVOTHRybVlmWjhLbXZ1c3k3VHpacHhrUERPN0VxTiIsICJleHAiOiAxNTYwNzU0MjY1LCAiaWF0IjogMTU2MDc1MzY2NX0.cs84eYexIACazqW0sCVAsbvQFfhytTZU6pNgrU8FpoU71DI4UhlxIli9NOv5c1YTGVT2tOoh5TteiI_IzhxbpwjrQ5qjJsaOYt9te_WY9jc_JGy3mJ8YimSGV-O8A8VlHfGQtX6fWzTMUpXUvD8-BYpdRwOSCkL0nKtFZKrpc57V5G_Jc4DynDX8Mp5uLB1hs-k_6oWvXro3H3c7twtWQl9DIaoI5hxNu0OM2XKwiVZtfvIsjTb22MMoNtn72MntBEEMH0S3hz7opZmQq6mBp0iyyiLYH3Rng_yIihaAXYzDVP9QpmTJeKVn3f6XrgzMc2wF6h6ISMBLLuk-gPjeew&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer |
7 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
7 | response | {'access_token': 'XpoRWycD75ZUscuONLjM', 'refresh_token': 'HDLAPayhslpOM8ZCGblBg7lxkr70XeDU8XBSpCtS', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTM2NjYsInJ0X2hhc2giOiJSZE1NajQ1Yzk5eEM1cnlTS2hSejJnIiwibm9uY2UiOiJ2cElpTmFMTEhJdE9VUW9QIiwiaWF0IjoxNTYwNzUzNjY2LCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiQ2NScEFtdnp4ZTJ2N2JmVkJaQXNKUSIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU3MDg2LCJhdWQiOiJNS0RsZzFXWlpxSFZ6UHZzUlhFayJ9.Hk_xYegO4C0C58BNOlwZEOYXi96SIbhTyx641saHkXp5chr-SzNXgNkiePtJXgSKOfwiZc_-Kt3HRLJoX0FGLE8-zd2hbAD7_WYRv9GzNBdJnSPCFOvw0AW3T0rVIQMnbnPDyQ1vyiBIEu2w0HFUyagHrbbXwPuz6BAE-mz9X2okiiEglCkKtrgel3srv9SYyMaswMWvqDQVRVM0fxtXsuNiJ4ImS7sd-SP6p2b_hhhKB8WE4ndgQYCrB88WNga4IRekSAFmbOzQmWM4fN1ZaqU22Oh5Qd4paxlNhD0wsltGQk-tN2Z1Hk3sSUD4NfUMpK6hpAn00gpvLTzYQHdLFQ', 'token_type': 'bearer', 'expires_in': 3599} |
7 | AccessTokenResponse | {
"access_token": "XpoRWycD75ZUscuONLjM",
"expires_in": 3599,
"id_token": {
"at_hash": "CcRpAmvzxe2v7bfVBZAsJQ",
"aud": [
"MKDlg1WZZqHVzPvsRXEk"
],
"auth_time": 1560753666,
"exp": 1560757086,
"iat": 1560753666,
"iss": "https://isamfed.com:30443/test",
"nonce": "vpIiNaLLHItOUQoP",
"rt_hash": "RdMMj45c99xC5rySKhRz2g",
"sub": "testuser"
},
"refresh_token": "HDLAPayhslpOM8ZCGblBg7lxkr70XeDU8XBSpCtS",
"scope": "openid",
"token_type": "bearer"
}
|
7 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
7 | phase | <--<-- 11 --- Done -->--> |
7 | end | |
7 | assertion | ClaimsCheck |
7 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
7 | assertion | AuthTimeCheck |
7 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
7 | assertion | MultipleSignOn |
7 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
7 | assertion | VerifyResponse |
7 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
7 | condition | Done: status=OK |