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 | register | kwargs:{'response_types': ['code token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61240/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61240/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61240/static/jwks_61240.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61240/static/jwks_61240.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61240/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61240/authz_cb"
],
"response_types": [
"code 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": "Oo0HqBDHxyVlRd1GwLsI",
"client_id_issued_at": 1560755078,
"client_secret": "Ngm0S9akiIt3zpGxsJ50",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61240/static/jwks_61240.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61240/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61240/authz_cb"
],
"registration_access_token": "raJV9dSlG271Ngzyk5qv",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=Oo0HqBDHxyVlRd1GwLsI",
"response_types": [
"code",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "Oo0HqBDHxyVlRd1GwLsI",
"nonce": "3KtPod35R1Adx3r0",
"redirect_uri": "https://op.certification.openid.net:61240/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "y5Dl2CQRVKaYEEdR"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=y5Dl2CQRVKaYEEdR&nonce=3KtPod35R1Adx3r0&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61240%2Fauthz_cb&client_id=Oo0HqBDHxyVlRd1GwLsI |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=y5Dl2CQRVKaYEEdR&nonce=3KtPod35R1Adx3r0&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61240%2Fauthz_cb&client_id=Oo0HqBDHxyVlRd1GwLsI |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=GwcVgY0SubtY46lIhjQ8&state=y5Dl2CQRVKaYEEdR&expires_in=3599&token_type=bearer&code=Nh4pHbR7LqlYMVXs7Xeorz9cGI39n3&scope=openid |
2 | response | {'access_token': 'GwcVgY0SubtY46lIhjQ8', 'state': 'y5Dl2CQRVKaYEEdR', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'Nh4pHbR7LqlYMVXs7Xeorz9cGI39n3', 'scope': 'openid'} |
2 | AuthorizationResponse | {
"access_token": "GwcVgY0SubtY46lIhjQ8",
"code": "Nh4pHbR7LqlYMVXs7Xeorz9cGI39n3",
"expires_in": 3599,
"scope": "openid",
"state": "y5Dl2CQRVKaYEEdR",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': 'y5Dl2CQRVKaYEEdR'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61240/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61240/authz_cb', 'code': 'Nh4pHbR7LqlYMVXs7Xeorz9cGI39n3', 'state': 'y5Dl2CQRVKaYEEdR', 'grant_type': 'authorization_code', 'client_id': 'Oo0HqBDHxyVlRd1GwLsI'}, 'state': 'y5Dl2CQRVKaYEEdR', 'authn_method': 'private_key_jwt'}
|
2 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiT28wSHFCREh4eVZsUmQxR3dMc0kiLCAic3ViIjogIk9vMEhxQkRIeHlWbFJkMUd3THNJIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJsNjcyamhWd1lLYnlNUU1BVE5GMjBZb2Z0ZWU5NEFJNCIsICJleHAiOiAxNTYwNzU1Njc5LCAiaWF0IjogMTU2MDc1NTA3OX0.NZBn_-gSblLP0zKd4O87MeNeeEu58-wshaV-lvM34FXdGTSBeOgRiE91hjCTTBeWFyFOpQqZboX0guDAmbxFip9eKh8gZvYAApTGcEKHfvMFugMG0fFZkc8bW3zcfwPimuTw6E_eyNTm82CvBoOqhVzXcT2Ll1Vn7D-S37mU_q2RuSFJkOQ4rw-8ZaQS-9cstTk0ALqTmutlW5daKKyDdiT5vKuQRLlwoizXKFBBP1Rr_ZNBsRX1aP_isSDaYH8m4nXnQST8DYIM5lspIulY4UY9NanAdrq8hsYicyX9uCVQ0UVhGCYo6ULHsvoDXa69a5BdbeFTMevWP-fxzq9E-A",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "Nh4pHbR7LqlYMVXs7Xeorz9cGI39n3",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61240/authz_cb",
"state": "y5Dl2CQRVKaYEEdR"
}
|
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%3A61240%2Fauthz_cb&code=Nh4pHbR7LqlYMVXs7Xeorz9cGI39n3&state=y5Dl2CQRVKaYEEdR&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiT28wSHFCREh4eVZsUmQxR3dMc0kiLCAic3ViIjogIk9vMEhxQkRIeHlWbFJkMUd3THNJIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJsNjcyamhWd1lLYnlNUU1BVE5GMjBZb2Z0ZWU5NEFJNCIsICJleHAiOiAxNTYwNzU1Njc5LCAiaWF0IjogMTU2MDc1NTA3OX0.NZBn_-gSblLP0zKd4O87MeNeeEu58-wshaV-lvM34FXdGTSBeOgRiE91hjCTTBeWFyFOpQqZboX0guDAmbxFip9eKh8gZvYAApTGcEKHfvMFugMG0fFZkc8bW3zcfwPimuTw6E_eyNTm82CvBoOqhVzXcT2Ll1Vn7D-S37mU_q2RuSFJkOQ4rw-8ZaQS-9cstTk0ALqTmutlW5daKKyDdiT5vKuQRLlwoizXKFBBP1Rr_ZNBsRX1aP_isSDaYH8m4nXnQST8DYIM5lspIulY4UY9NanAdrq8hsYicyX9uCVQ0UVhGCYo6ULHsvoDXa69a5BdbeFTMevWP-fxzq9E-A&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': 'wtlbQZZwVV3wU3XOLkgo', 'refresh_token': '5W7B3KYkldPDly4uiwQArLxhSh50qtZMUXGUrfe2', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJydF9oYXNoIjoiN19KdDRRLW0zMEtXSUVRcHp5RGlhQSIsIm5vbmNlIjoiM0t0UG9kMzVSMUFkeDNyMCIsImlhdCI6MTU2MDc1NTA4MCwiaXNzIjoiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My90ZXN0IiwiYXRfaGFzaCI6IkJQNml4MXRrRXZIcm9SeTRla2UyUVEiLCJzdWIiOiJ0ZXN0dXNlciIsImV4cCI6MTU2MDc1ODUwMCwiYXVkIjoiT28wSHFCREh4eVZsUmQxR3dMc0kifQ.q2e2xxamEpGtjwRGyDlEB1WQwaVIJJmiDb8uy5d9zH5J6U92k1IrhunbuCe_eSbKY6qINVG6sBCxDuT2FTF-cQYCah9cDizSzs-n3UQBYQSjzwTgBkokD6bURdSUvwSyWCnPZkQr_Iyn2ifXd-z7T8gAjaWme6pTGTECJCNFt0W1aEQRGOFkeYBtAWnsjAFtCd9I990RHihgehQ4JqDL75cWIPrWGPAgvO4i1-YWPWV-BogFm59BbaGSWF0Qihlz5bVYNAbkrSn6I6hG37dLcwCpl_2l3voOMTlTY-72MgBxB7gFqyUtcTDE6cP_FUruvgP5ZUEVX40sFonNaVnH2Q', 'token_type': 'bearer', 'expires_in': 3599} |
3 | AccessTokenResponse | {
"access_token": "wtlbQZZwVV3wU3XOLkgo",
"expires_in": 3599,
"id_token": {
"at_hash": "BP6ix1tkEvHroRy4eke2QQ",
"aud": [
"Oo0HqBDHxyVlRd1GwLsI"
],
"exp": 1560758500,
"iat": 1560755080,
"iss": "https://isamfed.com:30443/test",
"nonce": "3KtPod35R1Adx3r0",
"rt_hash": "7_Jt4Q-m30KWIEQpzyDiaA",
"sub": "testuser"
},
"refresh_token": "5W7B3KYkldPDly4uiwQArLxhSh50qtZMUXGUrfe2",
"scope": "openid",
"token_type": "bearer"
}
|
3 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
3 | phase | <--<-- 5 --- Note -->--> |
4 | phase | <--<-- 6 --- Webfinger -->--> |
4 | not expected to do | WebFinger |
4 | phase | <--<-- 7 --- Discovery -->--> |
4 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
4 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
4 | 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"
}
|
4 | phase | <--<-- 8 --- Registration -->--> |
4 | register | kwargs:{'response_types': ['code token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61240/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61240/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61240/static/jwks_61240.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
4 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61240/static/jwks_61240.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61240/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61240/authz_cb"
],
"response_types": [
"code 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": "yUjLhHIsZWhzLRiTcE3a",
"client_id_issued_at": 1560755081,
"client_secret": "4SkK9EdU0nShtaLUi4sc",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61240/static/jwks_61240.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61240/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61240/authz_cb"
],
"registration_access_token": "KXwIuOYf6cyEJKn3qxcd",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=yUjLhHIsZWhzLRiTcE3a",
"response_types": [
"code",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
4 | phase | <--<-- 9 --- AsyncAuthn -->--> |
4 | AuthorizationRequest | {
"client_id": "yUjLhHIsZWhzLRiTcE3a",
"max_age": 1,
"nonce": "8QcEA750FzVOG1gt",
"redirect_uri": "https://op.certification.openid.net:61240/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "rYAom5cuFo2bcHXS"
}
|
4 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=rYAom5cuFo2bcHXS&nonce=8QcEA750FzVOG1gt&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61240%2Fauthz_cb&max_age=1&client_id=yUjLhHIsZWhzLRiTcE3a |
4 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=rYAom5cuFo2bcHXS&nonce=8QcEA750FzVOG1gt&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61240%2Fauthz_cb&max_age=1&client_id=yUjLhHIsZWhzLRiTcE3a |
7 | http args | {} |
7 | response | URL with fragment |
7 | response | access_token=y3aQMsr9NQXn8aCtbELn&state=rYAom5cuFo2bcHXS&expires_in=3599&token_type=bearer&code=vjsPr87XH2ugbTVqZmQbtHU7zNsSA1&scope=openid |
7 | response | {'access_token': 'y3aQMsr9NQXn8aCtbELn', 'state': 'rYAom5cuFo2bcHXS', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'vjsPr87XH2ugbTVqZmQbtHU7zNsSA1', 'scope': 'openid'} |
7 | AuthorizationResponse | {
"access_token": "y3aQMsr9NQXn8aCtbELn",
"code": "vjsPr87XH2ugbTVqZmQbtHU7zNsSA1",
"expires_in": 3599,
"scope": "openid",
"state": "rYAom5cuFo2bcHXS",
"token_type": "bearer"
}
|
7 | phase | <--<-- 10 --- AccessToken -->--> |
7 | request | op_args: {'state': 'rYAom5cuFo2bcHXS'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61240/authz_cb'} |
7 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61240/authz_cb', 'code': 'vjsPr87XH2ugbTVqZmQbtHU7zNsSA1', 'state': 'rYAom5cuFo2bcHXS', 'grant_type': 'authorization_code', 'client_id': 'yUjLhHIsZWhzLRiTcE3a'}, 'state': 'rYAom5cuFo2bcHXS', 'authn_method': 'private_key_jwt'}
|
7 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAieVVqTGhISXNaV2h6TFJpVGNFM2EiLCAic3ViIjogInlVakxoSElzWldoekxSaVRjRTNhIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJVMzVNYkFwUkNxSTdCS3NCYTJWUEhidUVLZmNIdm13cSIsICJleHAiOiAxNTYwNzU1Njg0LCAiaWF0IjogMTU2MDc1NTA4NH0.Z6m0Lqqwb6LZEfIt-iw7MzLTL5goLLWzWjMSoX-0zGpmBLRlcy8w8KOfjjWeCdI4D4jwvSLyLC8C7Z9aLrq7NdP0RJhbQQbzWwebLW1kjnOEpKKPWdUuqx8Izy5PB-9aRtxmxNmSWPorGzaws4_Z3PsJEXA7KYWMlfy4zj7rzoQPetBr6z7j-rePivl1oyxpYLk8JPYLSEw0NcFOb-C5mbIKNrWfvDa2CDSK4dFOwAwDE6AfBCCmh1i38LG0lIML0hn2_pw6BcQ78Uw7rQc6y-EmJgSj2wyswTZzX9fa0nGJ9qoEVOPZMAZE3xU_b2hFZGOB7tXyTwAicgOUaxpCXQ",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "vjsPr87XH2ugbTVqZmQbtHU7zNsSA1",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61240/authz_cb",
"state": "rYAom5cuFo2bcHXS"
}
|
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%3A61240%2Fauthz_cb&code=vjsPr87XH2ugbTVqZmQbtHU7zNsSA1&state=rYAom5cuFo2bcHXS&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAieVVqTGhISXNaV2h6TFJpVGNFM2EiLCAic3ViIjogInlVakxoSElzWldoekxSaVRjRTNhIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJVMzVNYkFwUkNxSTdCS3NCYTJWUEhidUVLZmNIdm13cSIsICJleHAiOiAxNTYwNzU1Njg0LCAiaWF0IjogMTU2MDc1NTA4NH0.Z6m0Lqqwb6LZEfIt-iw7MzLTL5goLLWzWjMSoX-0zGpmBLRlcy8w8KOfjjWeCdI4D4jwvSLyLC8C7Z9aLrq7NdP0RJhbQQbzWwebLW1kjnOEpKKPWdUuqx8Izy5PB-9aRtxmxNmSWPorGzaws4_Z3PsJEXA7KYWMlfy4zj7rzoQPetBr6z7j-rePivl1oyxpYLk8JPYLSEw0NcFOb-C5mbIKNrWfvDa2CDSK4dFOwAwDE6AfBCCmh1i38LG0lIML0hn2_pw6BcQ78Uw7rQc6y-EmJgSj2wyswTZzX9fa0nGJ9qoEVOPZMAZE3xU_b2hFZGOB7tXyTwAicgOUaxpCXQ&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': 'wU2gG7FPcH4F7oRNGXiY', 'refresh_token': 'Zw2mcdfHe5U3vqnX3xNyREHZfgXTB4LSZU3CknJ1', 'scope': 'openid', 'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJhdXRoX3RpbWUiOjE1NjA3NTUwODUsInJ0X2hhc2giOiJTVWhZTF91RDBUN05aVG1DN1hlMlVnIiwibm9uY2UiOiI4UWNFQTc1MEZ6Vk9HMWd0IiwiaWF0IjoxNTYwNzU1MDg1LCJpc3MiOiJodHRwczovL2lzYW1mZWQuY29tOjMwNDQzL3Rlc3QiLCJhdF9oYXNoIjoiOWM4bmFLUEJrZ01NZThOYjFBVU96USIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU4NTA1LCJhdWQiOiJ5VWpMaEhJc1pXaHpMUmlUY0UzYSJ9.SjX5pdNQipsRJiG58QMdv29IrHE0Cmjh6TYKRKS1aAxArorEh-y7kEF4wGX11G7a8khXDs_QtpehAthtL52_4J7YNlpSV3TBnI1MXmwaRfN8OfcKQrlQgR_WJS2wxAg2A5yRWfjlb1SN2lRxA9xlqcp0MfQhWYetJqXPne_yeHZMsseqzlAoiC9oMKUD8fmukGSiQu5vFoFLBkv1-c1h7AnootRLT7w6-agfJlHQ0KGm2sDip83IYwmHEnXlyL7_12d3MyGT04xSNetamQdhCaCj1zTkkYeJQx8R54UnQiFeZ9CLh8VYf9xUsPOilkjuSW7vtC5acCXinUNToR_3hA', 'token_type': 'bearer', 'expires_in': 3599} |
8 | AccessTokenResponse | {
"access_token": "wU2gG7FPcH4F7oRNGXiY",
"expires_in": 3599,
"id_token": {
"at_hash": "9c8naKPBkgMMe8Nb1AUOzQ",
"aud": [
"yUjLhHIsZWhzLRiTcE3a"
],
"auth_time": 1560755085,
"exp": 1560758505,
"iat": 1560755085,
"iss": "https://isamfed.com:30443/test",
"nonce": "8QcEA750FzVOG1gt",
"rt_hash": "SUhYL_uD0T7NZTmC7Xe2Ug",
"sub": "testuser"
},
"refresh_token": "Zw2mcdfHe5U3vqnX3xNyREHZfgXTB4LSZU3CknJ1",
"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 |