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 | not expected to do | Dynamic registration |
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "uWA7gu8LV3IQ4jXH",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "FDxLNuj5R8gZRuzB"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=FDxLNuj5R8gZRuzB&nonce=uWA7gu8LV3IQ4jXH&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=FDxLNuj5R8gZRuzB&nonce=uWA7gu8LV3IQ4jXH&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&client_id=clientID |
1 | response | Response URL with query part |
1 | response | {'state': 'FDxLNuj5R8gZRuzB', 'code': 'KvFOcZrX0ibDHNnWAB2slV62EVzHXS'} |
1 | response | {'state': 'FDxLNuj5R8gZRuzB', 'code': 'KvFOcZrX0ibDHNnWAB2slV62EVzHXS'} |
1 | AuthorizationResponse | {
"code": "KvFOcZrX0ibDHNnWAB2slV62EVzHXS",
"state": "FDxLNuj5R8gZRuzB"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'FDxLNuj5R8gZRuzB'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb', 'code': 'KvFOcZrX0ibDHNnWAB2slV62EVzHXS', 'state': 'FDxLNuj5R8gZRuzB', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'FDxLNuj5R8gZRuzB', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "KvFOcZrX0ibDHNnWAB2slV62EVzHXS",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"state": "FDxLNuj5R8gZRuzB"
}
|
1 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
1 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
1 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&code=KvFOcZrX0ibDHNnWAB2slV62EVzHXS&state=FDxLNuj5R8gZRuzB |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'FC4TWQjHCXrLELK4UZk1', 'refresh_token': '2RqnDELsgB13ZTBzljfPNHMUyN71l9pb5frHB0LA', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoienpzclNZdTJIZGI3VkI5TDl2N2VyZyIsIm5vbmNlIjoidVdBN2d1OExWM0lRNGpYSCIsImlhdCI6MTU2MDc1ODM1NSwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6ImxPUDdvUlFWNkRESEd5NzJvODZ0LUEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc2MTc3NSwiYXVkIjoiY2xpZW50SUQifQ.Atkwh0lqwswE6gOyJ3pAXRHufPTEv8HgxRF2zQPaSmY5VtPs_gf395pxP2Xdc9aTRCWUt3GYZnIy6R7qWI2jPQGOaz87m4n23rK-7hjEFqVYqtGtP6zp-elXNKMQv9W5oWlY2Rb_GuL27QyCh8odHZy3V_C7q56JUOT3TCVNjuP7m86_iYtzTbKbA4VSb0bzdP5qa1VhSkDlLrvByV_mo9zxAJEo3HJHs3w6Ot-tJpPh-iU2FrtH5G6dngmjQnETfzX6TkuJnOy7cWCSl4AA7LU2m1aU_pHWjtK1trUCe9-1DRZGxkftFCauOy3sGCR4-dJuttDGfvVgEgczpsD1AQ', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "FC4TWQjHCXrLELK4UZk1",
"expires_in": 3599,
"id_token": {
"at_hash": "lOP7oRQV6DDHGy72o86t-A",
"aud": [
"clientID"
],
"exp": 1560761775,
"iat": 1560758355,
"iss": "https://isamfed.com:30443/test",
"nonce": "uWA7gu8LV3IQ4jXH",
"rt_hash": "zzsrSYu2Hdb7VB9L9v7erg",
"sub": "testuser"
},
"refresh_token": "2RqnDELsgB13ZTBzljfPNHMUyN71l9pb5frHB0LA",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | phase | <--<-- 5 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "clientID",
"max_age": 10000,
"nonce": "YJjtXDt0iwIVqRzS",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "AuzAGQZR9ZV6I2Yz"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=AuzAGQZR9ZV6I2Yz&nonce=YJjtXDt0iwIVqRzS&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&max_age=10000&client_id=clientID |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=AuzAGQZR9ZV6I2Yz&nonce=YJjtXDt0iwIVqRzS&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&max_age=10000&client_id=clientID |
3 | response | Response URL with query part |
3 | response | {'state': 'AuzAGQZR9ZV6I2Yz', 'code': 'zrVPjSixk5H2WYFpqTDwlx1svFyCCO'} |
3 | response | {'state': 'AuzAGQZR9ZV6I2Yz', 'code': 'zrVPjSixk5H2WYFpqTDwlx1svFyCCO'} |
3 | AuthorizationResponse | {
"code": "zrVPjSixk5H2WYFpqTDwlx1svFyCCO",
"state": "AuzAGQZR9ZV6I2Yz"
}
|
3 | phase | <--<-- 6 --- AccessToken -->--> |
3 | request | op_args: {'state': 'AuzAGQZR9ZV6I2Yz'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb'} |
3 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61375/authz_cb', 'code': 'zrVPjSixk5H2WYFpqTDwlx1svFyCCO', 'state': 'AuzAGQZR9ZV6I2Yz', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'AuzAGQZR9ZV6I2Yz', 'authn_method': 'client_secret_basic'}
|
3 | AccessTokenRequest | {
"code": "zrVPjSixk5H2WYFpqTDwlx1svFyCCO",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61375/authz_cb",
"state": "AuzAGQZR9ZV6I2Yz"
}
|
3 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
3 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
3 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61375%2Fauthz_cb&code=zrVPjSixk5H2WYFpqTDwlx1svFyCCO&state=AuzAGQZR9ZV6I2Yz |
4 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
4 | response | {'access_token': '9X526zms79iCcV0H2Klu', 'refresh_token': 'v7zthn60oLEQJHfD0nw30kkifzKmeumxrJBxo7vo', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTgzNTcsInJ0X2hhc2giOiJQbTFMWThGNHk1OWFNR1JWWklhZDd3Iiwibm9uY2UiOiJZSmp0WER0MGl3SVZxUnpTIiwiaWF0IjoxNTYwNzU4MzU2LCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiMjh6bmFPU1kwbHFKNURCWW51TWp2dyIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzYxNzc2LCJhdWQiOiJjbGllbnRJRCJ9.m7ZFux2oxepbsjKXPBhUaGYMIfLMjmJ_1EMxXEYMpxqvmpiUu7QRMW7vZNP8lcHuSkV3KCuWIEhMKlcGAZU2O2MX7TqALKUDKEQwG1T_2O3dE3d7mtin-2LUDgGmsxWLAQ0b7hTrDO_DhT0e2y0zyQlcBdNKVrlIMZa2jJnTi1lslcFq9eqMVljwKXq_z7GDa4QJR9Ld_besQRZPS5JBGXdj0LOJBEksRpcGrT5_FwVh_kRr5zwXw1C-Id4dj_RI0XXW9UE986l7ot8qXg95He58DmtZqIoK5aYK1ClTXScLv8kpcZMnYG78ec-hVk_zRHtAQPRF660COLdchXK2Mg', 'token_type': 'bearer', 'expires_in': 3599} |
4 | AccessTokenResponse | {
"access_token": "9X526zms79iCcV0H2Klu",
"expires_in": 3599,
"id_token": {
"at_hash": "28znaOSY0lqJ5DBYnuMjvw",
"aud": [
"clientID"
],
"auth_time": 1560758357,
"exp": 1560761776,
"iat": 1560758356,
"iss": "https://isamfed.com:30443/test",
"nonce": "YJjtXDt0iwIVqRzS",
"rt_hash": "Pm1LY8F4y59aMGRVZIad7w",
"sub": "testuser"
},
"refresh_token": "v7zthn60oLEQJHfD0nw30kkifzKmeumxrJBxo7vo",
"scope": "openid",
"token_type": "bearer"
}
|
4 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
4 | phase | <--<-- 7 --- Done -->--> |
4 | end | |
4 | assertion | ClaimsCheck |
4 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
4 | assertion | SameAuthn |
4 | condition | Done: status=OK |