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": "eeuTevoi2f9kX9p9",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "C4UghxXmGAZMaPNd"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=C4UghxXmGAZMaPNd&nonce=eeuTevoi2f9kX9p9&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=C4UghxXmGAZMaPNd&nonce=eeuTevoi2f9kX9p9&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
1 | http args | {} |
1 | response | URL with fragment |
1 | response | access_token=ks0lDpueaHL81AWFmTzO&state=C4UghxXmGAZMaPNd&expires_in=3599&token_type=bearer&code=wEeQEpMVsKejTbM4JC4W8ovaggSxBG&scope=openid |
1 | response | {'access_token': 'ks0lDpueaHL81AWFmTzO', 'state': 'C4UghxXmGAZMaPNd', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'wEeQEpMVsKejTbM4JC4W8ovaggSxBG', 'scope': 'openid'} |
1 | AuthorizationResponse | {
"access_token": "ks0lDpueaHL81AWFmTzO",
"code": "wEeQEpMVsKejTbM4JC4W8ovaggSxBG",
"expires_in": 3599,
"scope": "openid",
"state": "C4UghxXmGAZMaPNd",
"token_type": "bearer"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'C4UghxXmGAZMaPNd'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'wEeQEpMVsKejTbM4JC4W8ovaggSxBG', 'state': 'C4UghxXmGAZMaPNd', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'C4UghxXmGAZMaPNd', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "wEeQEpMVsKejTbM4JC4W8ovaggSxBG",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "C4UghxXmGAZMaPNd"
}
|
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%3A61771%2Fauthz_cb&code=wEeQEpMVsKejTbM4JC4W8ovaggSxBG&state=C4UghxXmGAZMaPNd |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'JCCD91wTp8qGF2kwOFrE', 'refresh_token': 'yM7Wt5mCGi4znwiSWdogOepJ8qwmUztMuoKxEA2Z', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.BvcGKfwO-yKl_OHcvOyFR6V8dKnrnQW7V3fsWaXNAiC90SIZa_P7sQ.Xa8PkK_35pfUIoNoPzTGbw.80l1DjTZSVWr3WL7hR1pxs9jN4uuKqghUj5Jxvtpv4UKP4axY2fKPnpOEiGfrJ6o3Cq2D7yKVckgnuehc16xepRX29dha_aGUdUPyWnqr5Isv7r_t6AyEs3EH5HEFCZOQUtHAz1UFwxK_GgzutT9h5w1J6cjjaeuemaH-ZUnxho4RRs_TME6gAAypE8JRgl9hGKCOweKRRbbjRItwlyPlaryfqhRvHLCOLiNr5Cp_Xcu25X27g5YAynydEZqLjdT2UlzvSlwbsmcXKExWn8cBtCHAwX5kS5a3wvTuvw5ozubnlmM2aSXHSX_sAEtWw-0sSae7FhaojpQtfjccjed-Se_9NJTheyggqnVd3MfWqa8lkEKf93RHY1HpjG2CwzuXfzLe3d7ezJOB3Hk_oWYw4ZLCEUqIIM9fX5tonrVPQcr_ZLlgcXzw8KSPEJellKYOqrIei-7IlegOsxMkydlGHL5v0TRvAhCdna_WTaKG7mXtq3gMuZGUtPbEreRWA1S9w6mA3r9DHFX5MLlqIeViEJYeMt6mTDD1sg5tFG00Q1ga3wyYFk39YBKw5Jl_VXLTkBPa_oCPRLMerdUbRHP6UfRY9UZiUl13FhPHYyh-LYruKiUXKYw8s8vPyGxKExzoWU0_6abb8oogwci7E5Uc62YLqlNmSVBMgZBaFcQIZjzECBjd65w8wfjsjkax-F7ykpDwl4LP16aI7VdiTLVwAz_i8-q_Fm13nP_yguQOqYMeoEWxrztevlK5j6HRiakQMRfubhASxn8lwp-o9pt7o119F-P2g-SVR0gNVMvzonQo3lIpjmO-9Ry7MU0ru5vS2IX52PsjXaYiKX2VfrxV4zkCbEjQGqoKJpPWNUn32FvpEY3KAbMkYcyJgxVjdwtgfiXyOqzE1SN3ay2zJhIKBGWApnrm7MTWGAK2qZ3bOa9Hh38TVmwc8cVoTdc3uXl.XJM_UC9qFATnEgzlutumdw', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "JCCD91wTp8qGF2kwOFrE",
"expires_in": 3599,
"id_token": {
"at_hash": "DOssDKzmSXEd5G0IOFA_AQ",
"aud": [
"clientID"
],
"exp": 1560835121,
"iat": 1560831701,
"iss": "https://isamfed.com:30443/test",
"nonce": "eeuTevoi2f9kX9p9",
"rt_hash": "yHfVLL2k-6XXrX6Fs4RUNw",
"sub": "testuser"
},
"refresh_token": "yM7Wt5mCGi4znwiSWdogOepJ8qwmUztMuoKxEA2Z",
"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 --- Note -->--> |
2 | phase | <--<-- 6 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "clientID",
"nonce": "5piIKMzsda32wofg",
"prompt": [
"login"
],
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "sDzwiO6ElbMy756s"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=sDzwiO6ElbMy756s&nonce=5piIKMzsda32wofg&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&prompt=login&client_id=clientID |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=sDzwiO6ElbMy756s&nonce=5piIKMzsda32wofg&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&prompt=login&client_id=clientID |
6 | http args | {} |
6 | response | URL with fragment |
6 | response | access_token=qKzImYhCxH01TSnUWHQw&state=sDzwiO6ElbMy756s&expires_in=3599&token_type=bearer&code=koPc0aGiunI1gZ3EEEEXxtNBqNv8QE&scope=openid |
6 | response | {'access_token': 'qKzImYhCxH01TSnUWHQw', 'state': 'sDzwiO6ElbMy756s', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'koPc0aGiunI1gZ3EEEEXxtNBqNv8QE', 'scope': 'openid'} |
6 | AuthorizationResponse | {
"access_token": "qKzImYhCxH01TSnUWHQw",
"code": "koPc0aGiunI1gZ3EEEEXxtNBqNv8QE",
"expires_in": 3599,
"scope": "openid",
"state": "sDzwiO6ElbMy756s",
"token_type": "bearer"
}
|
6 | phase | <--<-- 7 --- AccessToken -->--> |
6 | request | op_args: {'state': 'sDzwiO6ElbMy756s'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
6 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'koPc0aGiunI1gZ3EEEEXxtNBqNv8QE', 'state': 'sDzwiO6ElbMy756s', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'sDzwiO6ElbMy756s', 'authn_method': 'client_secret_basic'}
|
6 | AccessTokenRequest | {
"code": "koPc0aGiunI1gZ3EEEEXxtNBqNv8QE",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "sDzwiO6ElbMy756s"
}
|
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%3A61771%2Fauthz_cb&code=koPc0aGiunI1gZ3EEEEXxtNBqNv8QE&state=sDzwiO6ElbMy756s |
7 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
7 | response | {'access_token': '2E7l0lK58DqjrJuB3Y2p', 'refresh_token': 'Kt2aSw5z8ZNb0vZ1mN0HalaRsAljnBCBerQwfblt', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.OdITPhi_6AGIj2iZGaj7Iz1Qpie03XasvKUWxL_XB245mKh8SIv90w.XcqEDhNcbOXu2Z1Um12ktw.lQD5MiJuTolJQpvmW1IGe2U4IyamavJe1_HIA714Zgv2LxCpdjf88r7N5IZF999xGAxcb2bS4_AZQDS2dtAlXoR7xBu8FfRzpXQGbsFLiRFFH6nl1pPJ7sFm9gle_GKZZDysPSHRfX9HLHSbLvUvtm6cIfAn8JQr4PeSJRmLtU0Ly2xfux3mPHM-NXjGqKcCykbigzfs4oDGbSyf-4I4-zs7lStJfYFN3ut0Kh19degnX_q4wAyLDdNBvPVid_YzmmgBJlzzUrqaHRr3MQAuL_ZtFG-pmSsy_B4VQmQ_EDGW3XVd3JfnPk8Uc01U42PbHiSZv2CL_ClDNdUvbkOPKL_u9JJ-47MAJsax6QiJxi1D-SdgFejVYM_mf6N4trhJYppQvIXfhpm2Fu5xyI6dRwykoMK8wNB4PLIuPKYFAFzpatXmMXdqZeYhb7DSavaQGgfN87RTSsUeC63leRGUluKtL46eatQufifQovUnZq-eyH3EfosENArn4yWdjFVtYA_D_bMR2fLGuNwrvm2djKvNMMlq_z4oQ_e8yMNq3PC0UTLz0qQZQNjJ5H0_DaqKSFbX4b9Mt_CuvoD5mjBrhoEtTNv2AC5CRg_XqlWzv9MaDzTGiIFtw-e9N4SGLp9h5hMTVu2qOhBRLQhEfG3o8codoeWeJYcHDhTko3iLM0a0vpY2PCQxwoj3_SpV4N_ke6fGzU1Qvinn8gyGj2rBLi4g-tAC19z1Gz6JV_wL3TCVon7FGahslqXoCJsUaxJ7G_60u2PhJY_88HF5iAPw7i8rLQQEZIw3MbNWDC8oCrMDheQhblMg8UngSQzCxnmvBl8II6RUbpPMDm1WD3q4PWrmIwSWa--E5aYUgvHe8aavRZSeKXDzZ60iuCnnvNKrZLFe9kTTR8aCUuzYvLbN7AymaEYAdjtcwre0S9aepjTL7LZANO7dGE6zTSPW79Gk.hd2CtdxhmjB_SE5sKKlhDg', 'token_type': 'bearer', 'expires_in': 3599} |
7 | AccessTokenResponse | {
"access_token": "2E7l0lK58DqjrJuB3Y2p",
"expires_in": 3599,
"id_token": {
"at_hash": "7LLl2B23RvkJ64fGXxp5ug",
"aud": [
"clientID"
],
"exp": 1560835126,
"iat": 1560831706,
"iss": "https://isamfed.com:30443/test",
"nonce": "5piIKMzsda32wofg",
"rt_hash": "MLZwpcAcxEj6HzJeTRmX_A",
"sub": "testuser"
},
"refresh_token": "Kt2aSw5z8ZNb0vZ1mN0HalaRsAljnBCBerQwfblt",
"scope": "openid",
"token_type": "bearer"
}
|
7 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
7 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
7 | phase | <--<-- 8 --- Done -->--> |
7 | end | |
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 |