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_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"
}
|
1 | phase | <--<-- 2 --- Registration -->--> |
1 | not expected to do | Dynamic registration |
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"acr_values": "1 2",
"client_id": "clientID",
"nonce": "JYVwiqSwb00KRZU1",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "7s7ookTjxrq6YTVm"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=7s7ookTjxrq6YTVm&nonce=JYVwiqSwb00KRZU1&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&acr_values=1+2&client_id=clientID |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=7s7ookTjxrq6YTVm&nonce=JYVwiqSwb00KRZU1&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&acr_values=1+2&client_id=clientID |
1 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=Diu2lSCnmHO7w1HJ8Lqo&state=7s7ookTjxrq6YTVm&expires_in=3599&token_type=bearer&code=PE3S60QJ8cSubOriHVREs5g9f3XcrY&scope=openid |
2 | response | {'access_token': 'Diu2lSCnmHO7w1HJ8Lqo', 'state': '7s7ookTjxrq6YTVm', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'PE3S60QJ8cSubOriHVREs5g9f3XcrY', 'scope': 'openid'} |
2 | AuthorizationResponse | {
"access_token": "Diu2lSCnmHO7w1HJ8Lqo",
"code": "PE3S60QJ8cSubOriHVREs5g9f3XcrY",
"expires_in": 3599,
"scope": "openid",
"state": "7s7ookTjxrq6YTVm",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': '7s7ookTjxrq6YTVm'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'PE3S60QJ8cSubOriHVREs5g9f3XcrY', 'state': '7s7ookTjxrq6YTVm', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': '7s7ookTjxrq6YTVm', 'authn_method': 'client_secret_basic'}
|
2 | AccessTokenRequest | {
"code": "PE3S60QJ8cSubOriHVREs5g9f3XcrY",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "7s7ookTjxrq6YTVm"
}
|
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%3A61771%2Fauthz_cb&code=PE3S60QJ8cSubOriHVREs5g9f3XcrY&state=7s7ookTjxrq6YTVm |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'uUpd7d9OPOqMMI0f2LZK', 'refresh_token': 'm8T7QZhSFunawXjP1XfywdBJN27yEJkipquImnE1', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.CCdbKl2xNq-inyzyjdvz7qEqtcVVYz_sFa3vXms2mxMwC7aPPp5nhQ.MTW8tXJzivnTv6i-0h14ag.QIXEDURC2A4AJb_rmw4ojNPivoeiHq1Ey-wminVjJ0Lg2pqxzEwGQoACC-iq0LrIUwbwfoolPrymkAJFfb0dxB8U4PXUsFLLBNg_G5aAzzdW2XrKzraUZYU2hT-gU8Tc54A0NFRM-086spXKxcyjX2zk1sH5uU-y7E13aRCZ7SYtmKiUCMfnCCrqW9FjNd2UUDnSFl3YSwgl5AteNHGe3XqyEQ_Arbf1o_JRoWfYvbkVwuOvmgCk7XFf3dUNm6QvyiZDAyLkRiPAbMNj5uB_7XjHY_O-VveFy_qrDJtA8lvGUfK-Wrt0E2U0DzswDExqclGUspgtDvCSFnI6cvK49QEnf4P-CfRhctGDA8owDN_VBIQ9NVDfT82O0HokK4-fY11jtmxUcfZF1Ke-FHH9fAYL7hCmSI_qzrq92-VWzXBcUAFDfegiTMjy123nilc8CI-DFeyI65RtcInXdDZEAjYqXmmbqW7JGylJwCuxLJOX3F8yk2cl9Ex0dolp7I5wotMMHGtS3kv5QNHuve6pv8k3U18P2MCVeANpad9TpXK0nKE0ZLxW_w6xvI1z-ldcc9E0tv9Wr7OsZDTzIPTrLh59obWamM4ZmPkRF6vd2BlFZjh0i3RNdomIRzEXsa6u7VLiUSESWokDbS0EePbfl6D3gb-Kr1Ta6Wna3Lw1CLL_KHACD-sfudlXSUlaId0Nc3EUWluKLG4dCYLwPvxntlRTQnVkxF4Q1qeKuqfEbTMpBL1kiIzD_chSrPWlwyArp3ugFv-z9TmCQcRPhjt_OUblEBGV1rLzyAR8IlABhfVabMhmW1Na_3cbWIyNdP4mK-N4v8jabDx0wQ9GxZQ6Ob4y1yHZv67yf0h0IkboouQZ1sJvmAhkcAXEEHb1sbmpTQ1wxtFTSas5WspiM0DI-RL07vR1LXUocgU26UauSubTe44dBAcbEIP0e6KdAQPG.rzh-Hp8f9aFtbHAQRxQaGg', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "uUpd7d9OPOqMMI0f2LZK",
"expires_in": 3599,
"id_token": {
"at_hash": "UlGDiYJh8lZiVO8atI_1eQ",
"aud": [
"clientID"
],
"exp": 1560835166,
"iat": 1560831746,
"iss": "https://isamfed.com:30443/test",
"nonce": "JYVwiqSwb00KRZU1",
"rt_hash": "_-gRjhEFoI2pPBT_inMdgQ",
"sub": "testuser"
},
"refresh_token": "m8T7QZhSFunawXjP1XfywdBJN27yEJkipquImnE1",
"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 --- Done -->--> |
2 | end | |
2 | assertion | UsedAcrValue |
2 | condition | used-acr-value: status=WARNING, message=No acr value present in the ID Token [The acr value in the ID Token] |
2 | assertion | VerifyResponse |
2 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
2 | condition | Done: status=OK |