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": [
"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"
}
|
0 | phase | <--<-- 2 --- Registration -->--> |
0 | not expected to do | Dynamic registration |
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "4x2LWXQrQ0LKq2Pp",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "XyhBU5bhmhCoGKNf"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=XyhBU5bhmhCoGKNf&nonce=4x2LWXQrQ0LKq2Pp&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=XyhBU5bhmhCoGKNf&nonce=4x2LWXQrQ0LKq2Pp&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&client_id=clientID |
1 | response | Response URL with query part |
1 | response | {'state': 'XyhBU5bhmhCoGKNf', 'code': 'Auk1ma5yq2AO1jXm4cTsNGB5y7o7tv'} |
1 | response | {'state': 'XyhBU5bhmhCoGKNf', 'code': 'Auk1ma5yq2AO1jXm4cTsNGB5y7o7tv'} |
1 | AuthorizationResponse | {
"code": "Auk1ma5yq2AO1jXm4cTsNGB5y7o7tv",
"state": "XyhBU5bhmhCoGKNf"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'XyhBU5bhmhCoGKNf'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb', 'code': 'Auk1ma5yq2AO1jXm4cTsNGB5y7o7tv', 'state': 'XyhBU5bhmhCoGKNf', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'XyhBU5bhmhCoGKNf', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "Auk1ma5yq2AO1jXm4cTsNGB5y7o7tv",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"state": "XyhBU5bhmhCoGKNf"
}
|
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%3A61764%2Fauthz_cb&code=Auk1ma5yq2AO1jXm4cTsNGB5y7o7tv&state=XyhBU5bhmhCoGKNf |
1 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
1 | response | {'access_token': 'WlDyPsGcurB1SWJBpFcJ', 'refresh_token': 'hCm2ovJaNxaqcLUkb56lqvPD2cA6mifkpI8oHPUf', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.mUSeXddjPzIGlRIphREYC5g7QROfeMdwFoh7gElLvP-HzV4lxSplCA.8helqp2SZh7xexd0xTRBjw.A2D7WS9eVp-Ko8UsmdVlXR49xbsnLSnaqIjq7oEBKUclFd2X4QRJKKsS9O679cCLeVDvhYdtXHQjxoTZPIUo02clME42oYZsACl7GrVpSp92BZSMRXGwRPWyhOiwelUjj_uAyrYBvZTNoOuUNe4AVY7ByzQOXYpEpipijczMKjtV6CBK279B1Im0YhpVJp5TQmeDhQLEiUg0mRd82q4oLwY1XZz_4y9h6HD0YHzxpYpr5pDgSV-6Czrcu8rfZ5ev3qFFt3x5P6qd6cjQxujARLofJ2mu35A_EuatDOzljmc5bFELdh1gSSdWn93o52FBYMByer-xahZoF_32LkXdzSuCV2Qp661sMGlOnRHG8b0nO3CNn17DChvIVqZIapUL5bO4qgfoZIkI6WDX1M86lFHCgkYxriv3DTK4e2zBBpOFbC0Fm8fJkY26UyxY0b09x_EJdRxpOCr2DgmmtG8xHoA_o4zU7MQa5LcqWI9KbiDYnHKHif6OddHrBK8ppW62VQv7wZDN9PsGA-wM46Xgx5pgeF3-ek49lEaYxeD-JaAjCbGZrl54tOig-r7K7RJJ-VQjHPkidmB3R93wDRtmxiLXCo0JTx3rG6EWtS_IWDP74vdtqP1KLFhhpcRPqoBgADJo8uFPUqAgkd7vSTEZ10oJBeOthh7-IQ3jfCcQ5Cb4yPKWG9eNL-7oCzyc1wb4Ga6hFxG0YvRbcI17tHPzSPfgkA8cywyK-X6tZHck34zyFXBvLTg06IgmH1jlG6tVgyNPhJ6lb9Xs9b2FhhT8VbzsAntnERsq2BeAHTM5XsRqfK1jT7rMUCbnNg2usejcKOlE9_BuFq1nKTw8j_AkEM5Ht73l8YK78T5c5h6pQYYErZiKPTLOqdJTUUYeiKN2eSH2GzkDDXDHUpfydVx-NrK6C7HN510p-z_vTMU1ItbqiTTzoDs-TX-c3ZONA-xn.ltUcxJH6Nj5n98UIeE_eFw', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "WlDyPsGcurB1SWJBpFcJ",
"expires_in": 3599,
"id_token": {
"at_hash": "r5gbpKs5sB5MBifiXVIfnQ",
"aud": [
"clientID"
],
"exp": 1560834584,
"iat": 1560831164,
"iss": "https://isamfed.com:30443/test",
"nonce": "4x2LWXQrQ0LKq2Pp",
"rt_hash": "DUEN63BwniFg-XOlO7tnuQ",
"sub": "testuser"
},
"refresh_token": "hCm2ovJaNxaqcLUkb56lqvPD2cA6mifkpI8oHPUf",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
2 | phase | <--<-- 5 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "clientID",
"max_age": 10000,
"nonce": "XJeuZg0eOpCPAEZQ",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "jKnrnoRbFcX4ruwT"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=jKnrnoRbFcX4ruwT&nonce=XJeuZg0eOpCPAEZQ&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&max_age=10000&client_id=clientID |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=jKnrnoRbFcX4ruwT&nonce=XJeuZg0eOpCPAEZQ&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&max_age=10000&client_id=clientID |
2 | response | Response URL with query part |
2 | response | {'state': 'jKnrnoRbFcX4ruwT', 'code': 'Z4xzDgf58muMoiicw6eVJOesqGguYo'} |
2 | response | {'state': 'jKnrnoRbFcX4ruwT', 'code': 'Z4xzDgf58muMoiicw6eVJOesqGguYo'} |
2 | AuthorizationResponse | {
"code": "Z4xzDgf58muMoiicw6eVJOesqGguYo",
"state": "jKnrnoRbFcX4ruwT"
}
|
2 | phase | <--<-- 6 --- AccessToken -->--> |
2 | request | op_args: {'state': 'jKnrnoRbFcX4ruwT'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb', 'code': 'Z4xzDgf58muMoiicw6eVJOesqGguYo', 'state': 'jKnrnoRbFcX4ruwT', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'jKnrnoRbFcX4ruwT', 'authn_method': 'client_secret_basic'}
|
2 | AccessTokenRequest | {
"code": "Z4xzDgf58muMoiicw6eVJOesqGguYo",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"state": "jKnrnoRbFcX4ruwT"
}
|
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%3A61764%2Fauthz_cb&code=Z4xzDgf58muMoiicw6eVJOesqGguYo&state=jKnrnoRbFcX4ruwT |
3 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
3 | response | {'access_token': 'AZeKx5oVvDBS564jgd0x', 'refresh_token': 'BdXJL90oJbhupali9C8Pj2PVr80w605hPR69w7o5', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.TeDLAT5hu3earsOJJvj4-qiR2Lzoptat8jlMvHi_TIa-pZL-R6ibaA.KmW2NDiNRk5S3-BF2lotxQ.fWhCoGJiiaK10sApVWnFu3i4_Stx1k4sKdl3oLlg_hi9ut7UN7k7BDw4q0F9ZWiEY08mt1OrU3c5FBNAm0rLX0jjUJ0rjSw346P0UE85o4zDDZ7uT_rotKQcEPFnriqWsKPLN1jlc7GC0ZdY7K-yJ-G7HwyqaA6E4p7ouOAxwGK98IGgCXfCkeNqVIQ4DV6xXPGUxQqe2meIlXDuBSGcWdbIr9FG97UMdRenoc42FqaRm3E67B8CjocX8F3jYQqdE7maUDUyrrPatJkRZpoqNKkeYcNZmvv1Y3VnLH_6uYKiPQK1Hursqg49U5Frz6eBfgowR8tViGpR7XORA3IMowYrN8FkM2iXdMestTubxFWiMrHcd72pjFzPBB5pmlmN2aRqn8Ep3HVrPOIpmcwa8RZ7bWDb2-BCLeqA2Mr79xYDvwTDrdZoBPQSgVUi0LJVGIYDQ_YQn2VWvXAZuKXh6sR-vg3pqu70fN5IuThDMXa4uWs0vvCL4WoN7oz4mnkyRSeTpj7xIeWZM557Mx97POeNdO86V9r8RzngyCAGoBRGQ87a4zjW-5d0Kaee58qH8kgAJOAdiq_Dlqkz8XEplBtYYgejcWS2mX7Bl0_fa16Q451nJYxlAntKpukXTdfo4V6IiIOul2DjBWjTMewez3xMpCYOOcJ_1iFwJyGPwGBaQSMdC5BWNnrdzPfX37ImObanUJ0Ummj8XFGA3CvyaeG066PDTEaXaZpyM3LV_hMVLJqPu_te5sCfdjno4dnrjdgGxR0Dd6RKQpr5nufY-QjbsA1wRYoXR5lkdAPkTgsFMm2WFlLLvumPsc62xeC1cVX3A3Dc_zYitqrVCkTNrQ0joMVUcbg-CrkewOK6AAEfjp7MkDLcrT84THA_bkNKPLDjwvdAz6gjCqWr9d6w9TGdxJPFmTboOXWzBprOpBeiMVE_49vDpgfYH952vMbtLsYCPhVNvTJyTIE-u3Wk80YnxXxUbQovX7L56oF-N_Q.rCuE3-FD44e5YrjPdhRhvw', 'token_type': 'bearer', 'expires_in': 3599} |
3 | AccessTokenResponse | {
"access_token": "AZeKx5oVvDBS564jgd0x",
"expires_in": 3599,
"id_token": {
"at_hash": "8N7ELp_UIjyl-KQAb50lqA",
"aud": [
"clientID"
],
"auth_time": 1560831166,
"exp": 1560834586,
"iat": 1560831166,
"iss": "https://isamfed.com:30443/test",
"nonce": "XJeuZg0eOpCPAEZQ",
"rt_hash": "wSZKM3fcZfow1E6BZO64Vg",
"sub": "testuser"
},
"refresh_token": "BdXJL90oJbhupali9C8Pj2PVr80w605hPR69w7o5",
"scope": "openid",
"token_type": "bearer"
}
|
3 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
3 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
3 | phase | <--<-- 7 --- Done -->--> |
3 | end | |
3 | assertion | ClaimsCheck |
3 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
3 | assertion | SameAuthn |
3 | condition | Done: status=OK |