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 | register | kwargs:{'response_types': ['code id_token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61365/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61365/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61365/static/jwks_61365.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
1 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61365/static/jwks_61365.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61365/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61365/authz_cb"
],
"response_types": [
"code id_token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
|
1 | RegistrationResponse | {
"application_type": "web",
"client_id": "F6g0V3TUWd4sZ7T9Uz3y",
"client_id_issued_at": 1560755831,
"client_secret": "obwIyR3gFk2M5jKdj8Te",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61365/static/jwks_61365.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61365/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61365/authz_cb"
],
"registration_access_token": "A88B9yUT4JyerQfoz79D",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=F6g0V3TUWd4sZ7T9Uz3y",
"response_types": [
"code",
"id_token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "F6g0V3TUWd4sZ7T9Uz3y",
"nonce": "AOLYrJIxHxK3d2Mj",
"redirect_uri": "https://op.certification.openid.net:61365/authz_cb",
"response_type": "code id_token",
"scope": "openid",
"state": "Mvnt4DOeFrPXxHw6"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=Mvnt4DOeFrPXxHw6&nonce=AOLYrJIxHxK3d2Mj&response_type=code+id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&client_id=F6g0V3TUWd4sZ7T9Uz3y |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=Mvnt4DOeFrPXxHw6&nonce=AOLYrJIxHxK3d2Mj&response_type=code+id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&client_id=F6g0V3TUWd4sZ7T9Uz3y |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | id_token=eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IkFPTFlySkl4SHhLM2QyTWoiLCJpYXQiOjE1NjA3NTU4MzEsImlzcyI6Imh0dHBzOi8vaXNhbWZlZC5jb206MzA0NDMvdGVzdCIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU5MjUxLCJjX2hhc2giOiJsTlJvZl9iYlQ2cVo0eVRGdVQ3dHR3IiwiYXVkIjoiRjZnMFYzVFVXZDRzWjdUOVV6M3kifQ.niuXMuQX1Zdd7AY7UJlG_fgOnkpnGJ8MZc4xkMSWGK5w4itsa3AhcnjUMlPMZUdw77D2cV0J2a2ow0UeswRgEbNiXtZ4yGvaN_FxRTTea1yTMXuBrp3OvAwDvzxy7QyDTGCWwuJbN8CtXMyT3yL8gQlbouo9uA-3fJ6C54TZcjSkmiN03QG3XNmbJoXsQFVd4Rl8rWdA0Lqsj6NXG9sTC34MjlEbF5OtPGnmV7eOf5UFxlh41iZ6HPE6Fn-tQ49d9LFqEeFB1LjF4oBoqlNQS5aqEGhUY-ByFLMf9wlNNgE3osh-9ITuYZrF4n-AcWuYmDpj5fXEg5Thm4JuN6__Zg&state=Mvnt4DOeFrPXxHw6&code=1tk6NFrahU5bz5SrduqYZPbbOEhs78 |
2 | response | {'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IkFPTFlySkl4SHhLM2QyTWoiLCJpYXQiOjE1NjA3NTU4MzEsImlzcyI6Imh0dHBzOi8vaXNhbWZlZC5jb206MzA0NDMvdGVzdCIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU5MjUxLCJjX2hhc2giOiJsTlJvZl9iYlQ2cVo0eVRGdVQ3dHR3IiwiYXVkIjoiRjZnMFYzVFVXZDRzWjdUOVV6M3kifQ.niuXMuQX1Zdd7AY7UJlG_fgOnkpnGJ8MZc4xkMSWGK5w4itsa3AhcnjUMlPMZUdw77D2cV0J2a2ow0UeswRgEbNiXtZ4yGvaN_FxRTTea1yTMXuBrp3OvAwDvzxy7QyDTGCWwuJbN8CtXMyT3yL8gQlbouo9uA-3fJ6C54TZcjSkmiN03QG3XNmbJoXsQFVd4Rl8rWdA0Lqsj6NXG9sTC34MjlEbF5OtPGnmV7eOf5UFxlh41iZ6HPE6Fn-tQ49d9LFqEeFB1LjF4oBoqlNQS5aqEGhUY-ByFLMf9wlNNgE3osh-9ITuYZrF4n-AcWuYmDpj5fXEg5Thm4JuN6__Zg', 'state': 'Mvnt4DOeFrPXxHw6', 'code': '1tk6NFrahU5bz5SrduqYZPbbOEhs78'} |
2 | AuthorizationResponse | {
"code": "1tk6NFrahU5bz5SrduqYZPbbOEhs78",
"id_token": {
"aud": [
"F6g0V3TUWd4sZ7T9Uz3y"
],
"c_hash": "lNRof_bbT6qZ4yTFuT7ttw",
"exp": 1560759251,
"iat": 1560755831,
"iss": "https://isamfed.com:30443/test",
"nonce": "AOLYrJIxHxK3d2Mj",
"sub": "testuser"
},
"state": "Mvnt4DOeFrPXxHw6"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': 'Mvnt4DOeFrPXxHw6'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61365/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61365/authz_cb', 'code': '1tk6NFrahU5bz5SrduqYZPbbOEhs78', 'state': 'Mvnt4DOeFrPXxHw6', 'grant_type': 'authorization_code', 'client_id': 'F6g0V3TUWd4sZ7T9Uz3y'}, 'state': 'Mvnt4DOeFrPXxHw6', 'authn_method': 'private_key_jwt'}
|
2 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiRjZnMFYzVFVXZDRzWjdUOVV6M3kiLCAic3ViIjogIkY2ZzBWM1RVV2Q0c1o3VDlVejN5IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJjUlF5YnRSbVBWeTdPZlZOM21nMHI0SHAwckxlZkRoOCIsICJleHAiOiAxNTYwNzU2NDMyLCAiaWF0IjogMTU2MDc1NTgzMn0.eb1BDrpvaG9DYNSOg1WDndC03bdbIsmp6qATDhUL84AXB-G3aF_yBhMI1KDYt8jmBgTmg-IFwa6MSqxP0UY5uD42DGV6ZtRhol8ixI6FPBf2qT6RBFpe521EoU9QN5INnf1sG_zS6AFQGmo19etsM_P0GDJCV2HxGPw_2FhKaqX3DRSMEpVzkh3C-sTGVfFRLiBL4PrcvfuGPSwyGWJ5k7BErlz6-VPJjYDkV9tLY0_uwOaCeVj0Z9CmwwxrDjEHZ57RJ8aJXdMKoVk9T6nRTZ-7sAPemWrf6PfWTWYq6PXJ5I3A1oLWfkGs2bKh_zRn3B3FCXXsE5iuNX3-j771Ng",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "1tk6NFrahU5bz5SrduqYZPbbOEhs78",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61365/authz_cb",
"state": "Mvnt4DOeFrPXxHw6"
}
|
2 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
2 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
2 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&code=1tk6NFrahU5bz5SrduqYZPbbOEhs78&state=Mvnt4DOeFrPXxHw6&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiRjZnMFYzVFVXZDRzWjdUOVV6M3kiLCAic3ViIjogIkY2ZzBWM1RVV2Q0c1o3VDlVejN5IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJjUlF5YnRSbVBWeTdPZlZOM21nMHI0SHAwckxlZkRoOCIsICJleHAiOiAxNTYwNzU2NDMyLCAiaWF0IjogMTU2MDc1NTgzMn0.eb1BDrpvaG9DYNSOg1WDndC03bdbIsmp6qATDhUL84AXB-G3aF_yBhMI1KDYt8jmBgTmg-IFwa6MSqxP0UY5uD42DGV6ZtRhol8ixI6FPBf2qT6RBFpe521EoU9QN5INnf1sG_zS6AFQGmo19etsM_P0GDJCV2HxGPw_2FhKaqX3DRSMEpVzkh3C-sTGVfFRLiBL4PrcvfuGPSwyGWJ5k7BErlz6-VPJjYDkV9tLY0_uwOaCeVj0Z9CmwwxrDjEHZ57RJ8aJXdMKoVk9T6nRTZ-7sAPemWrf6PfWTWYq6PXJ5I3A1oLWfkGs2bKh_zRn3B3FCXXsE5iuNX3-j771Ng&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer |
3 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
3 | response | {'access_token': 'vU838GnxDb6SVbxztlz8', 'refresh_token': 'K0sdgltPCYJhWM65JIqPerViIlgT5zxIi4hSyCdw', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiaW1nNmNZMHFyMTUydkZUZHFGQ21DdyIsIm5vbmNlIjoiQU9MWXJKSXhIeEszZDJNaiIsImlhdCI6MTU2MDc1NTgzMywiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6InEtYlhFS0hWMnpTSWR0Z0NfeGNJaEEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc1OTI1MywiYXVkIjoiRjZnMFYzVFVXZDRzWjdUOVV6M3kifQ.KpE3hAhLx_WwaqKq4MLeFrVX2WIxVl7T1W2EF6SkD2fK7hkyt1S8kyKGHRv2Ya-A0LSDJ7IFnQsqwXDQ-Droj0bt5gRVVNeDQ5mu_KIC8E2NTqcHSFrDjQm788wgrxy815pkff7f67ZtkgcI6qRlHGZIxetgfKKgg_lYioUK3OmHwRrXCugE55ctODpJHdYq2pNmQbpKsND7jiZttw2nVEeLSem0-N0BVYFi7eu7z-x2DQRdtTXJ8nv_s6jKRsdwDrzN_uhDBFublKajmjWJ4e4xIff1XLI9g397cawgLGHH7fFyg97FntNdcYzzq_YHNhZU7WIs0yxtI2dtC4dOnQ', 'token_type': 'bearer', 'expires_in': 3599} |
3 | AccessTokenResponse | {
"access_token": "vU838GnxDb6SVbxztlz8",
"expires_in": 3599,
"id_token": {
"at_hash": "q-bXEKHV2zSIdtgC_xcIhA",
"aud": [
"F6g0V3TUWd4sZ7T9Uz3y"
],
"exp": 1560759253,
"iat": 1560755833,
"iss": "https://isamfed.com:30443/test",
"nonce": "AOLYrJIxHxK3d2Mj",
"rt_hash": "img6cY0qr152vFTdqFCmCw",
"sub": "testuser"
},
"refresh_token": "K0sdgltPCYJhWM65JIqPerViIlgT5zxIi4hSyCdw",
"scope": "openid",
"token_type": "bearer"
}
|
3 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
3 | 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 | register | kwargs:{'response_types': ['code id_token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61365/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61365/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61365/static/jwks_61365.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
3 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61365/static/jwks_61365.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61365/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61365/authz_cb"
],
"response_types": [
"code id_token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
4 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
|
4 | RegistrationResponse | {
"application_type": "web",
"client_id": "26Q8JpQIhFVvqWhZs6G8",
"client_id_issued_at": 1560755834,
"client_secret": "irkiCRdYNgniiiGWMjcH",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61365/static/jwks_61365.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61365/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61365/authz_cb"
],
"registration_access_token": "F76FC0dh1G0tsXWv86mC",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=26Q8JpQIhFVvqWhZs6G8",
"response_types": [
"code",
"id_token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
4 | phase | <--<-- 9 --- AsyncAuthn -->--> |
4 | AuthorizationRequest | {
"client_id": "26Q8JpQIhFVvqWhZs6G8",
"max_age": 1,
"nonce": "t4fFLIqGga4ShFI3",
"redirect_uri": "https://op.certification.openid.net:61365/authz_cb",
"response_type": "code id_token",
"scope": "openid",
"state": "gM3PRZGmA7rT70DT"
}
|
4 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=gM3PRZGmA7rT70DT&nonce=t4fFLIqGga4ShFI3&response_type=code+id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&max_age=1&client_id=26Q8JpQIhFVvqWhZs6G8 |
4 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=gM3PRZGmA7rT70DT&nonce=t4fFLIqGga4ShFI3&response_type=code+id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&max_age=1&client_id=26Q8JpQIhFVvqWhZs6G8 |
7 | http args | {} |
7 | response | URL with fragment |
7 | response | id_token=eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTU4MzcsIm5vbmNlIjoidDRmRkxJcUdnYTRTaEZJMyIsImlhdCI6MTU2MDc1NTgzNiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0Iiwic3ViIjoidGVzdHVzZXIiLCJleHAiOjE1NjA3NTkyNTYsImNfaGFzaCI6IkE3QUdYLWxfanY4X3J0YmtSS3k4aXciLCJhdWQiOiIyNlE4SnBRSWhGVnZxV2haczZHOCJ9.VG0Ss42Hl12iaivka1zlPIXc0BkeA0tg-sUlq3zANV5dmTB4EVoYYbAxKnucz1MLgPEMz5nzHYwfgJ_zt4bHAVj3993uH10gagS9CafCrQQQlLk7ggaBCZbKrjXYzZXjLKlB_A_WgRJ6q14X842jm551XEJozNUcFKkuA6IiLV7l1BSBHYy2uY6bUioStng_6mi9wDGq8CRrn3qq9NlbSar8wXf4MEkHQSVif1FIFiHmvaUvqkfQF99jLnI7qhFqeG0n1h2GKEkuJ5unicn1tVKAayLo6MqTz6Ep0l90CjBYkbFJJ0MrmNdEp9mZZ7LvLZtED_f-9TD9yilLVMk73w&state=gM3PRZGmA7rT70DT&code=Ow8PfexA5a5pQg9RPsDCiVkJvkrqHh |
7 | response | {'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTU4MzcsIm5vbmNlIjoidDRmRkxJcUdnYTRTaEZJMyIsImlhdCI6MTU2MDc1NTgzNiwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0Iiwic3ViIjoidGVzdHVzZXIiLCJleHAiOjE1NjA3NTkyNTYsImNfaGFzaCI6IkE3QUdYLWxfanY4X3J0YmtSS3k4aXciLCJhdWQiOiIyNlE4SnBRSWhGVnZxV2haczZHOCJ9.VG0Ss42Hl12iaivka1zlPIXc0BkeA0tg-sUlq3zANV5dmTB4EVoYYbAxKnucz1MLgPEMz5nzHYwfgJ_zt4bHAVj3993uH10gagS9CafCrQQQlLk7ggaBCZbKrjXYzZXjLKlB_A_WgRJ6q14X842jm551XEJozNUcFKkuA6IiLV7l1BSBHYy2uY6bUioStng_6mi9wDGq8CRrn3qq9NlbSar8wXf4MEkHQSVif1FIFiHmvaUvqkfQF99jLnI7qhFqeG0n1h2GKEkuJ5unicn1tVKAayLo6MqTz6Ep0l90CjBYkbFJJ0MrmNdEp9mZZ7LvLZtED_f-9TD9yilLVMk73w', 'state': 'gM3PRZGmA7rT70DT', 'code': 'Ow8PfexA5a5pQg9RPsDCiVkJvkrqHh'} |
7 | AuthorizationResponse | {
"code": "Ow8PfexA5a5pQg9RPsDCiVkJvkrqHh",
"id_token": {
"aud": [
"26Q8JpQIhFVvqWhZs6G8"
],
"auth_time": 1560755837,
"c_hash": "A7AGX-l_jv8_rtbkRKy8iw",
"exp": 1560759256,
"iat": 1560755836,
"iss": "https://isamfed.com:30443/test",
"nonce": "t4fFLIqGga4ShFI3",
"sub": "testuser"
},
"state": "gM3PRZGmA7rT70DT"
}
|
7 | phase | <--<-- 10 --- AccessToken -->--> |
7 | request | op_args: {'state': 'gM3PRZGmA7rT70DT'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61365/authz_cb'} |
7 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61365/authz_cb', 'code': 'Ow8PfexA5a5pQg9RPsDCiVkJvkrqHh', 'state': 'gM3PRZGmA7rT70DT', 'grant_type': 'authorization_code', 'client_id': '26Q8JpQIhFVvqWhZs6G8'}, 'state': 'gM3PRZGmA7rT70DT', 'authn_method': 'private_key_jwt'}
|
7 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiMjZROEpwUUloRlZ2cVdoWnM2RzgiLCAic3ViIjogIjI2UThKcFFJaEZWdnFXaFpzNkc4IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIzbjJ3NHNoak5oRnBFam9nSjdFeDRKTktCS3JzaWlaWSIsICJleHAiOiAxNTYwNzU2NDM3LCAiaWF0IjogMTU2MDc1NTgzN30.fZsmqV9_Ry8cbA6coE6kmvM1lM1mBeadn9re1MjCvGrhwcKn_iyVQNgdwSWPw4F5Tjjqabyc6AiwwTz6-QXfT7bu9ZuSOguzGGjzlJCqQhzP-P9YW6J2udUrk_vx5uPXsBrn6Nnmt6DBoWYlZXaf_k5_ldK059YJtqAJL4sqOutvkGIY_ex172FkhdMXG8t8V4QPsRD9Eiy0rJKRGWXVuke8Vi3nbbdnt1r4bYgnCIsNK3G0hYqeuYCsXtTF2JDZ-ciOcIC43dqXLIhrMk9uqOdVAn7YnR1p7ZGd7HSvib9__nFtSJcU15-h8AVt5fqk0nt9kPpLMDXwF6tTcgkchg",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "Ow8PfexA5a5pQg9RPsDCiVkJvkrqHh",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61365/authz_cb",
"state": "gM3PRZGmA7rT70DT"
}
|
7 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
7 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
7 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61365%2Fauthz_cb&code=Ow8PfexA5a5pQg9RPsDCiVkJvkrqHh&state=gM3PRZGmA7rT70DT&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiMjZROEpwUUloRlZ2cVdoWnM2RzgiLCAic3ViIjogIjI2UThKcFFJaEZWdnFXaFpzNkc4IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIzbjJ3NHNoak5oRnBFam9nSjdFeDRKTktCS3JzaWlaWSIsICJleHAiOiAxNTYwNzU2NDM3LCAiaWF0IjogMTU2MDc1NTgzN30.fZsmqV9_Ry8cbA6coE6kmvM1lM1mBeadn9re1MjCvGrhwcKn_iyVQNgdwSWPw4F5Tjjqabyc6AiwwTz6-QXfT7bu9ZuSOguzGGjzlJCqQhzP-P9YW6J2udUrk_vx5uPXsBrn6Nnmt6DBoWYlZXaf_k5_ldK059YJtqAJL4sqOutvkGIY_ex172FkhdMXG8t8V4QPsRD9Eiy0rJKRGWXVuke8Vi3nbbdnt1r4bYgnCIsNK3G0hYqeuYCsXtTF2JDZ-ciOcIC43dqXLIhrMk9uqOdVAn7YnR1p7ZGd7HSvib9__nFtSJcU15-h8AVt5fqk0nt9kPpLMDXwF6tTcgkchg&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer |
8 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
8 | response | {'access_token': 'muAjfdkUg0yzXlvySUVu', 'refresh_token': 'TZ93f8no7D5MZWA1QwADEeIRbJDiTTQhKqa7255N', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTU4MzgsInJ0X2hhc2giOiJxXzFtclNXYXRFczBLSkdlTkF3Q2JRIiwibm9uY2UiOiJ0NGZGTElxR2dhNFNoRkkzIiwiaWF0IjoxNTYwNzU1ODM3LCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiOU43M0J3MkowaDlKVXMwcVNTS2RVQSIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU5MjU3LCJhdWQiOiIyNlE4SnBRSWhGVnZxV2haczZHOCJ9.dDvka4e_ghUr2h2bfiTA4xBDhoeE9FI7m27I3FrXTZZFLcr49ueyK5cT_6NcIyb0p1Y87po7mNMJY5NhzAFd-ljWpHA87zH8AkOy7Stf6DQcIhMDrcWrRCXVxfF1gbd90prZDCjkbOAM1zhxudQvwh3GrWjWW939N-DOnLFvze_z-HNwdktHJlrebvxxiCBgoD60BpjCsnkNatFH6gCP5As0IvEX1EvzeD-SD4C__n9x-1foRGq8A-FZNRd9rceZcNaqUU0Jjp9UB6p_Gqf2fOx5QXqf5XNBzbHAsgtAnKz2hVCWkrhdR5W5dmcX7NNOxBZwNTa7QV1nOohKXa521w', 'token_type': 'bearer', 'expires_in': 3599} |
8 | AccessTokenResponse | {
"access_token": "muAjfdkUg0yzXlvySUVu",
"expires_in": 3599,
"id_token": {
"at_hash": "9N73Bw2J0h9JUs0qSSKdUA",
"aud": [
"26Q8JpQIhFVvqWhZs6G8"
],
"auth_time": 1560755838,
"exp": 1560759257,
"iat": 1560755837,
"iss": "https://isamfed.com:30443/test",
"nonce": "t4fFLIqGga4ShFI3",
"rt_hash": "q_1mrSWatEs0KJGeNAwCbQ",
"sub": "testuser"
},
"refresh_token": "TZ93f8no7D5MZWA1QwADEeIRbJDiTTQhKqa7255N",
"scope": "openid",
"token_type": "bearer"
}
|
8 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
8 | phase | <--<-- 11 --- Done -->--> |
8 | end | |
8 | assertion | ClaimsCheck |
8 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
8 | assertion | AuthTimeCheck |
8 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
8 | assertion | MultipleSignOn |
8 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
8 | assertion | VerifyResponse |
8 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
8 | condition | Done: status=OK |