0 | phase | <--<-- 0 --- Webfinger -->--> |
0 | not expected to do | WebFinger |
0 | phase | <--<-- 1 --- Discovery -->--> |
0 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
1 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
1 | 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"
}
|
1 | phase | <--<-- 2 --- Registration -->--> |
1 | not expected to do | Dynamic registration |
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "279O2f59IDQBTGzK",
"redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "faozGBhjytBrhaVa"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=faozGBhjytBrhaVa&nonce=279O2f59IDQBTGzK&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&client_id=clientID |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=faozGBhjytBrhaVa&nonce=279O2f59IDQBTGzK&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&client_id=clientID |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=R48DhwV6MykAoyYE4YUR&state=faozGBhjytBrhaVa&expires_in=3599&token_type=bearer&code=PA388PsJagwxVlgDJtmxJYTifmvBGU&scope=openid |
2 | response | {'access_token': 'R48DhwV6MykAoyYE4YUR', 'state': 'faozGBhjytBrhaVa', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'PA388PsJagwxVlgDJtmxJYTifmvBGU', 'scope': 'openid'} |
2 | AuthorizationResponse | {
"access_token": "R48DhwV6MykAoyYE4YUR",
"code": "PA388PsJagwxVlgDJtmxJYTifmvBGU",
"expires_in": 3599,
"scope": "openid",
"state": "faozGBhjytBrhaVa",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': 'faozGBhjytBrhaVa'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb', 'code': 'PA388PsJagwxVlgDJtmxJYTifmvBGU', 'state': 'faozGBhjytBrhaVa', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'faozGBhjytBrhaVa', 'authn_method': 'client_secret_basic'}
|
2 | AccessTokenRequest | {
"code": "PA388PsJagwxVlgDJtmxJYTifmvBGU",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
"state": "faozGBhjytBrhaVa"
}
|
2 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
2 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
2 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&code=PA388PsJagwxVlgDJtmxJYTifmvBGU&state=faozGBhjytBrhaVa |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'cqtWiACmSQKgawJhgDmr', 'refresh_token': 'xMP0GecK7NEQ4oHJbDdvKBruv9wMf354yZI9wUvD', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiU3Y4S0pkR1ZMUndfNUl3X0NMSnpSQSIsIm5vbmNlIjoiMjc5TzJmNTlJRFFCVEd6SyIsImlhdCI6MTU2MDc1ODE1OCwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IlNoWVZfZmktc1BLXzN6Sno2eFhuWFEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTU3OCwiYXVkIjoiY2xpZW50SUQifQ.ZDfJkYl5nxMeTPLrDLjWy04QNO4N_C1MJTMXYd2UOp_yrPZaTegE16Kf_9aTBXyuldJEkJB5kC2aK3W_QVjbVhHOuw494XsdE4jN2j0kTnF_PVXP3Ias9Wm8n6E8vTihJbCzhR67XfgNAOleRNFprpqvyYBgtf04MW-MrZUVqo8cZCHJSw1voZbyIcMxr0o4oLi-t5q9zoG8W45R342NBGy2_4h4418ITRLqlWOeGAsPsQE9razWawUxPjV-LelUHGkFfq9fmTzxrJdshmIAIS52yWP-i4ESNr1nkf2c5BNk8SxD-X1JfYjfx7zGh1NdXVg7yVuiRH7iILdpy15oMw', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "cqtWiACmSQKgawJhgDmr",
"expires_in": 3599,
"id_token": {
"at_hash": "ShYV_fi-sPK_3zJz6xXnXQ",
"aud": [
"clientID"
],
"exp": 1560761578,
"iat": 1560758158,
"iss": "https://isamfed.com:30443/test",
"nonce": "279O2f59IDQBTGzK",
"rt_hash": "Sv8KJdGVLRw_5Iw_CLJzRA",
"sub": "testuser"
},
"refresh_token": "xMP0GecK7NEQ4oHJbDdvKBruv9wMf354yZI9wUvD",
"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 | not expected to do | Dynamic registration |
3 | phase | <--<-- 9 --- AsyncAuthn -->--> |
3 | AuthorizationRequest | {
"client_id": "clientID",
"max_age": 1,
"nonce": "B3PteqBAelOtNhvb",
"redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "WEbp3Ve3z7qYpoDs"
}
|
3 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=WEbp3Ve3z7qYpoDs&nonce=B3PteqBAelOtNhvb&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&max_age=1&client_id=clientID |
3 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=WEbp3Ve3z7qYpoDs&nonce=B3PteqBAelOtNhvb&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&max_age=1&client_id=clientID |
6 | http args | {} |
6 | response | URL with fragment |
6 | response | access_token=pVBd3yMNmvS6eDx2H5I9&state=WEbp3Ve3z7qYpoDs&expires_in=3599&token_type=bearer&code=IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs&scope=openid |
6 | response | {'access_token': 'pVBd3yMNmvS6eDx2H5I9', 'state': 'WEbp3Ve3z7qYpoDs', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs', 'scope': 'openid'} |
6 | AuthorizationResponse | {
"access_token": "pVBd3yMNmvS6eDx2H5I9",
"code": "IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs",
"expires_in": 3599,
"scope": "openid",
"state": "WEbp3Ve3z7qYpoDs",
"token_type": "bearer"
}
|
6 | phase | <--<-- 10 --- AccessToken -->--> |
6 | request | op_args: {'state': 'WEbp3Ve3z7qYpoDs'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb'} |
6 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61569/authz_cb', 'code': 'IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs', 'state': 'WEbp3Ve3z7qYpoDs', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'WEbp3Ve3z7qYpoDs', 'authn_method': 'client_secret_basic'}
|
6 | AccessTokenRequest | {
"code": "IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61569/authz_cb",
"state": "WEbp3Ve3z7qYpoDs"
}
|
6 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
6 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
6 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61569%2Fauthz_cb&code=IlSvp6FNbYyUxWvNAsm7bTpR5B9Jzs&state=WEbp3Ve3z7qYpoDs |
7 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
7 | response | {'access_token': 'C7u3dCVWnQn2gL7R4eno', 'refresh_token': 'U3qo4u7cKTRzZku5me0F7kMKfNcLet2rvXcHMMma', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTgxNjMsInJ0X2hhc2giOiJkTUl3bUhidlUyNHczdEl5azl2bEdRIiwibm9uY2UiOiJCM1B0ZXFCQWVsT3ROaHZiIiwiaWF0IjoxNTYwNzU4MTYzLCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiYnl0RDNERXlSdEJDSmNKbkk5N0NkdyIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzYxNTgzLCJhdWQiOiJjbGllbnRJRCJ9.bNwT5VWNcnA7c17521DeHTOnr-IWlrvaMDTHvfe_4Lc9_EPp6PFBsrVr-6z-qwvz32hLGK4zgP2E2cN31itOkRCDtAIPRXRxM32t1B5le0jOwmi99gLMkwSMpezE55kbOhdQhTxoE9JlQJuL3OFBq91--wOa0hzQfsMcH7V6-5VkyWeXwQQX2144jqQvyZHOKa8fysAJ7qdJ3L1SUlP82ISqmvXrH-2M2akuRX0tK0CtdBPTYPHQRiRgcHsEvYOLd5KudhjdyOU7uE-cMwFQquSQof2sSJwNVMR4Y8u7pV43zczArizvcstZCPFuU-NJljCUdCc93SDo0Lpw50OjbA', 'token_type': 'bearer', 'expires_in': 3599} |
7 | AccessTokenResponse | {
"access_token": "C7u3dCVWnQn2gL7R4eno",
"expires_in": 3599,
"id_token": {
"at_hash": "bytD3DEyRtBCJcJnI97Cdw",
"aud": [
"clientID"
],
"auth_time": 1560758163,
"exp": 1560761583,
"iat": 1560758163,
"iss": "https://isamfed.com:30443/test",
"nonce": "B3PteqBAelOtNhvb",
"rt_hash": "dMIwmHbvU24w3tIyk9vlGQ",
"sub": "testuser"
},
"refresh_token": "U3qo4u7cKTRzZku5me0F7kMKfNcLet2rvXcHMMma",
"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 |