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": [
"RSA-OAEP-256"
],
"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 | register | kwargs:{'response_types': ['code'], 'grant_types': ['authorization_code'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61583/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61583/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61583/static/jwks_61583.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61583/static/jwks_61583.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61583/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61583/authz_cb"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
0 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
|
0 | RegistrationResponse | {
"application_type": "web",
"client_id": "4lWfeFLncj6fRBzXKuN9",
"client_id_issued_at": 1560786331,
"client_secret": "9BntIn2bJ9Xt4JksqAvy",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61583/static/jwks_61583.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61583/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61583/authz_cb"
],
"registration_access_token": "issJ1cwmchmNBEJV8zib",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=4lWfeFLncj6fRBzXKuN9",
"response_types": [
"code"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
0 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0 | AuthorizationRequest | {
"client_id": "4lWfeFLncj6fRBzXKuN9",
"nonce": "LDlbnREmpJzpbkvJ",
"redirect_uri": "https://op.certification.openid.net:61583/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "3z9j2MADypJH8gyz"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=3z9j2MADypJH8gyz&nonce=LDlbnREmpJzpbkvJ&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&client_id=4lWfeFLncj6fRBzXKuN9 |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=3z9j2MADypJH8gyz&nonce=LDlbnREmpJzpbkvJ&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&client_id=4lWfeFLncj6fRBzXKuN9 |
1 | response | Response URL with query part |
1 | response | {'state': '3z9j2MADypJH8gyz', 'code': '6P2bpPLCmnDBUUylccYFM3Mvw3RefD'} |
1 | response | {'state': '3z9j2MADypJH8gyz', 'code': '6P2bpPLCmnDBUUylccYFM3Mvw3RefD'} |
1 | AuthorizationResponse | {
"code": "6P2bpPLCmnDBUUylccYFM3Mvw3RefD",
"state": "3z9j2MADypJH8gyz"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': '3z9j2MADypJH8gyz'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61583/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61583/authz_cb', 'code': '6P2bpPLCmnDBUUylccYFM3Mvw3RefD', 'state': '3z9j2MADypJH8gyz', 'grant_type': 'authorization_code', 'client_id': '4lWfeFLncj6fRBzXKuN9'}, 'state': '3z9j2MADypJH8gyz', 'authn_method': 'private_key_jwt'}
|
1 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiNGxXZmVGTG5jajZmUkJ6WEt1TjkiLCAic3ViIjogIjRsV2ZlRkxuY2o2ZlJCelhLdU45IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJRT0RzOTFwUDUwT3RLbDFDcnVOdmY1cUFSOTNudUYwRSIsICJleHAiOiAxNTYwNzg2OTMyLCAiaWF0IjogMTU2MDc4NjMzMn0.hcga2tWx3dtPIAW6lcrQpJ930bnsnsgVbDboWUpSgJG5KX-jY0-696mLhCCanADSZRi-l0Y00TQ2-6W0cCcT8hqcWGQUzNQ3MzjHq39dMpdOlJ9UfJ2I1_9NexGg0mxvpbNPCrg2LSMvzZBHNjbn-XNoqPpssRkigomYb4sml2j064uk4wvQhWNoUDuaJrcFU7wtrvHRNJ5MLu-1IspELalzoiBgGkkxRwvf5rIFMd5fAFVmmAITegQdINA9h0DZnAJN_uQ1YySknFkYjSkhr_8NJz4LsmZHKH8tpL8kSxs_dd0u6cyLklBXJPQoH8bVNcMGVET4MEN-w3Fd5RgjxQ",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "6P2bpPLCmnDBUUylccYFM3Mvw3RefD",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61583/authz_cb",
"state": "3z9j2MADypJH8gyz"
}
|
1 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
1 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
1 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&code=6P2bpPLCmnDBUUylccYFM3Mvw3RefD&state=3z9j2MADypJH8gyz&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiNGxXZmVGTG5jajZmUkJ6WEt1TjkiLCAic3ViIjogIjRsV2ZlRkxuY2o2ZlJCelhLdU45IiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJRT0RzOTFwUDUwT3RLbDFDcnVOdmY1cUFSOTNudUYwRSIsICJleHAiOiAxNTYwNzg2OTMyLCAiaWF0IjogMTU2MDc4NjMzMn0.hcga2tWx3dtPIAW6lcrQpJ930bnsnsgVbDboWUpSgJG5KX-jY0-696mLhCCanADSZRi-l0Y00TQ2-6W0cCcT8hqcWGQUzNQ3MzjHq39dMpdOlJ9UfJ2I1_9NexGg0mxvpbNPCrg2LSMvzZBHNjbn-XNoqPpssRkigomYb4sml2j064uk4wvQhWNoUDuaJrcFU7wtrvHRNJ5MLu-1IspELalzoiBgGkkxRwvf5rIFMd5fAFVmmAITegQdINA9h0DZnAJN_uQ1YySknFkYjSkhr_8NJz4LsmZHKH8tpL8kSxs_dd0u6cyLklBXJPQoH8bVNcMGVET4MEN-w3Fd5RgjxQ&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'OvxjoWnx3uGi7p35s5GK', 'refresh_token': 'hOP192xaDYecsPvNyKTeKpNnS2kJZDAjLS10iueS', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.apDKK9isbumN9Ox0xk70QBmqKGdeAHa8ReeCHonP_r6Fr_By1NZDtpATOStu5sCMYkJEcDQh7wzvCdHBEq6eVYOEWLp5q1LqcYuU5oxHBZ004T8Qr522r4NiHN656auwkcMKVqDlR9eeYPSBNrWzm9StrpzzxdXiapr3cKuxiNd8uwzHKDuTjE57T_-cnqQB6ltBi_K5ZXzae0KNOIWbWsenRnNZ0PkeAbtFQr9JiqNbgxBt9uGpGeZyzxoAiBykwY2qYV_E6TYmqMFj1dFT6bM1cGG46vpPQdNP3EhCcGCTC3UsH10GF9Y9GZWM1sPZFiOukGwqKLNW4y3TOwoWPQ.es-r0QGhXJfAyvtWr2xemA._k_RUic23KqB5nTNyIuJIViai94JPfUMesJcxADwhN-Ind8jTaqhI-Rms2SXolY96hfQNBTlI8rk35WLfbHjYpPWchsO_aFNeBhXqszCv94oZ-8xrYOu6BsSRcd7XCwNzMI9WlTvpiOrF42x2d8eo-soLS5SrqsBdqrXzNbRlwFliEBk0qcD_z1ex7NG1SRMZjPN4VX63PnaUyf2ab0Z31fJRJNM9EJIGI3iTpkwt2Gps8r4ZiFTIr4srdUAz0h5tPdoebgd-8t_GP-Bn038M-oksqVkccXdu4XIGrMY7UfopDp1zps_svuhErJIOZeSD8C5XDKwTe4gITT1xU1jv9aaDz9QdGYJIIWKTLK4vVwYvfqxayZoVfLDRPuVMwPNfCFiTHwWWlRJXtNMJeXbXxe__XbA5j9doxexV0RsOXYQJ1zwNf1QEvAIQRdkdzzK4n2QDGHzU-r03xTkV57sqLLd2kOpo0yrSyzP3956T9-yRFqB9LMHvBw-Z4vPuR7DlaCSqY_NA5DDpWe0dEt3Q6_Q4-6_TJdE0Wkkcly6fTwLYV3oIJ5QmM2zSqFT31Wufy8McVaJ-Gn1gKwcKopoFweoloIHxgCbFpM55S3FiCXySNjLTcIwrcTPRwUw-fzBoyGE776u6XNAEI9kH1RvGZLXp7GXh02Spf-hOom9pAMSq-9oGhubfz3EKN5FN7xAbijMhx0t1l15AgsO6W7PxVuZ58_7l4OUT6ME9_7iFc8Rsm4YgCIeP0AtVqRuOzAgjlSEss5kWPPw5ALQXrCgCvM_ntp-OuXaj6ZLtMhxH-n--aOWskcoLkWyDcFklMDoIfg7qTQDjkExYnT6TIqIH74PBngrdgVTXG19bnGRM09OsPrT-jSb-jHAaLZ2uDZdFlVV9WCha5NAoT7kxVS2cnY-UZO8L9Z8IFKhnSAcDVSfJdgFOdCXby5K-jdgbPZG8erVaaPVKqUeZ5oYhNA_2Q.oVSDjZJ8aMQK_Uj5NQQOdg', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "OvxjoWnx3uGi7p35s5GK",
"expires_in": 3599,
"id_token": {
"at_hash": "3p-yUwn689k0Nw0GCdn6DA",
"aud": [
"4lWfeFLncj6fRBzXKuN9"
],
"exp": 1560789753,
"iat": 1560786333,
"iss": "https://isamfed.com:30443/test",
"nonce": "LDlbnREmpJzpbkvJ",
"rt_hash": "Fp5ATtdts1E_6oeDL5WjpA",
"sub": "testuser"
},
"refresh_token": "hOP192xaDYecsPvNyKTeKpNnS2kJZDAjLS10iueS",
"scope": "openid",
"token_type": "bearer"
}
|
2 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
2 | jwe header | {'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'} |
2 | phase | <--<-- 5 --- Note -->--> |
2 | phase | <--<-- 6 --- Webfinger -->--> |
2 | not expected to do | WebFinger |
2 | phase | <--<-- 7 --- Discovery -->--> |
2 | 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_encryption_alg_values_supported": [
"RSA-OAEP-256"
],
"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"
}
|
3 | phase | <--<-- 8 --- Registration -->--> |
3 | register | kwargs:{'response_types': ['code'], 'grant_types': ['authorization_code'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61583/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61583/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61583/static/jwks_61583.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
3 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61583/static/jwks_61583.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61583/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61583/authz_cb"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
3 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition status_code:200
|
3 | RegistrationResponse | {
"application_type": "web",
"client_id": "5Fzy4xYt9KN9Om0Bv6nj",
"client_id_issued_at": 1560786334,
"client_secret": "G8IGr17meMfKiRd9Js6l",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61583/static/jwks_61583.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61583/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61583/authz_cb"
],
"registration_access_token": "drMyullI5Ylv1Hx2EvZ2",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=5Fzy4xYt9KN9Om0Bv6nj",
"response_types": [
"code"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
3 | phase | <--<-- 9 --- AsyncAuthn -->--> |
3 | AuthorizationRequest | {
"client_id": "5Fzy4xYt9KN9Om0Bv6nj",
"max_age": 1,
"nonce": "D2AN4gVc1NYxIrvm",
"redirect_uri": "https://op.certification.openid.net:61583/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "A8TDzUFGtCATUwVQ"
}
|
3 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=A8TDzUFGtCATUwVQ&nonce=D2AN4gVc1NYxIrvm&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&max_age=1&client_id=5Fzy4xYt9KN9Om0Bv6nj |
3 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=A8TDzUFGtCATUwVQ&nonce=D2AN4gVc1NYxIrvm&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&max_age=1&client_id=5Fzy4xYt9KN9Om0Bv6nj |
6 | response | Response URL with query part |
6 | response | {'state': 'A8TDzUFGtCATUwVQ', 'code': 'W9petKfPvIL0JzqhwA6DjXJn50Mlcx'} |
6 | response | {'state': 'A8TDzUFGtCATUwVQ', 'code': 'W9petKfPvIL0JzqhwA6DjXJn50Mlcx'} |
6 | AuthorizationResponse | {
"code": "W9petKfPvIL0JzqhwA6DjXJn50Mlcx",
"state": "A8TDzUFGtCATUwVQ"
}
|
6 | phase | <--<-- 10 --- AccessToken -->--> |
6 | request | op_args: {'state': 'A8TDzUFGtCATUwVQ'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61583/authz_cb'} |
6 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61583/authz_cb', 'code': 'W9petKfPvIL0JzqhwA6DjXJn50Mlcx', 'state': 'A8TDzUFGtCATUwVQ', 'grant_type': 'authorization_code', 'client_id': '5Fzy4xYt9KN9Om0Bv6nj'}, 'state': 'A8TDzUFGtCATUwVQ', 'authn_method': 'private_key_jwt'}
|
6 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiNUZ6eTR4WXQ5S045T20wQnY2bmoiLCAic3ViIjogIjVGenk0eFl0OUtOOU9tMEJ2Nm5qIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIzcGhjV2VncGxIQndDZWM4eWlDV1BxeVh4Q1pZb3Y0WCIsICJleHAiOiAxNTYwNzg2OTM3LCAiaWF0IjogMTU2MDc4NjMzN30.z-dYNVL_WZY36Bc-OiGiplBh-KMyfrc5uGm2cpfu6ircUpirvnzyey8QZK6FIu5ZFKxIDyqwNFrOR88nitCzivqU0-1n22fo39aIbisRxfGFYtqCVlE3xkjpszLC5byQGRCsUzFBY7-sSt2Gh2I30OVg6P-KofnNQSdM1qUX_tMZ9L2nVwwQhNlOdGJxYMqM7dil8hz1M8M3R7118ya1poOh1n_zeQvT2zlCVeHpwna56W1r9WEfh01Iq9ovi3LoBnw-ahEWbOQTJTwNCVN2TddeyvFEH8WXMKpIK0fEcPGzkcY7ZkEMoRoHPuPeDo845yceYF5-xOB-vGcpRrZWnw",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "W9petKfPvIL0JzqhwA6DjXJn50Mlcx",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61583/authz_cb",
"state": "A8TDzUFGtCATUwVQ"
}
|
6 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
6 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
6 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61583%2Fauthz_cb&code=W9petKfPvIL0JzqhwA6DjXJn50Mlcx&state=A8TDzUFGtCATUwVQ&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAiNUZ6eTR4WXQ5S045T20wQnY2bmoiLCAic3ViIjogIjVGenk0eFl0OUtOOU9tMEJ2Nm5qIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICIzcGhjV2VncGxIQndDZWM4eWlDV1BxeVh4Q1pZb3Y0WCIsICJleHAiOiAxNTYwNzg2OTM3LCAiaWF0IjogMTU2MDc4NjMzN30.z-dYNVL_WZY36Bc-OiGiplBh-KMyfrc5uGm2cpfu6ircUpirvnzyey8QZK6FIu5ZFKxIDyqwNFrOR88nitCzivqU0-1n22fo39aIbisRxfGFYtqCVlE3xkjpszLC5byQGRCsUzFBY7-sSt2Gh2I30OVg6P-KofnNQSdM1qUX_tMZ9L2nVwwQhNlOdGJxYMqM7dil8hz1M8M3R7118ya1poOh1n_zeQvT2zlCVeHpwna56W1r9WEfh01Iq9ovi3LoBnw-ahEWbOQTJTwNCVN2TddeyvFEH8WXMKpIK0fEcPGzkcY7ZkEMoRoHPuPeDo845yceYF5-xOB-vGcpRrZWnw&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer |
7 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
7 | response | {'access_token': 'dvhqOWhZlDtcIqiHoOMu', 'refresh_token': 'D6ed19wD4ZtrMpvfIXGJKh1cRbeWGTg9a0C7fJ5r', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.FMe8MC_YjrbQZwnBDcOdofrepjLr1uXZ6pWfpOkqVU-n3vhNF24o9lMYMx6a12JfWXu1jffvbh-cnDDOEvsz-UvMs9Kqi7cSQwPa0LHRH6YiH1t1mipeSaNW5iAmtE4PH1ZxoeQE8oW2VOqblDir5EuJaYrxP8T2OecV2rTwQgEPfiMs7RmBbVWqwRuy_YHGd5fKj98Zl59QgeuIY0iEHeQOjSuh7K_jqWTYEutGmfHyyiyBbWq5m1B87NKD6QV8d8JWN4nZ8OcXZTr9AxO4H8iVicM3KDe4QtQj56WYRkNo6nBjk_5bxjmsV6vtazwwGV1KqEvply2Uuun-m7jiGA.LqFGl5L79xIcpy58tfFQkg.X0auEFnhFv16-NCi4v3mf13r1k4DJnP5is67eIsd8KWZJZm8Eph4HW7bOt3EfRVRJ-0TGTGHobdju65dBuL2uDIPANR3grZwfDRYT3brq8F9J3e0pygQyohDow4C9zr5mlj5yqaq7e8Qrh7S1b7v2yDgGvAV7gv7xGxu17j7Pi5IJjBO32Cqr4SZbng-MtE8gXpJBnQEtymt04ICQNvz1BONwiGB9Ya_YoNw8QxW-G_vDqX-jQXKFWkqDol2OAV_Ddt6q3eUqXiOCS5gu9YnbWdG8rJKQIo4FGKiDgik7pg5p8WkRq5p5z9QTdXu7gBw2o5A2OxOHfQjgtFwLMBs9iM7Ut87-XkaBgzi2Myi1Sk7QLrcp66CVSBcUocZM-xYahxfGAfSUXNjknYmdjLI7xzH50FziW4rtZH1qvLhCasIRtbsLuBmBwkqy8yGoawFc0IWWbs4kATzkNoRWn9G4Y6uDpHemjcl6vw3GQbtetR5jzTdbrIrJHOqVK-KdkeRQ82Dnrw0uM12SOGa6H1LoGCbb8Q5aZqgdzTLCkQfrRbCVLUVPoKcrnir8rkxxN2YM0dADBWIfIVfanN981pJHuUWcUyj6wtjRNd-BZ9iSgXek232pPGUibroQ6Fju0RyNTbAgp4CVwT_pgLC5ZtN-754vGxvQs8-DscfL_af1EWQFQ-kXQNG3iKHRjRpIRGku-Z6dMepbiCc5SUBFSLWA6ruBkPBOHTy4ktT5daOpqJ234nVKpUPsCPTnlMZQ1AfOxFZXqMHeZkejA4oJEXbRxp_bd4yaApvQ-Z7Tma75wiJJV5eUjlkCWx5g-Nl4bMLMt2HUKRIDbfMD3y3vjEec1SmYnbDU2RKXP0Rr7A-sfEWae6M6dNUj5wF4ulqW1nVZpKO6md9NW3tEhPM2I9DNv8Pj0WqaEC4gFkvX-Oxt0erzVwnUcVzlzjBZAI3Kk5SDQMEPuWPsuWyRu86Ws1XFxiV8X71unXXstuXNOJ8OTak6K0lMTNs_aSMSYFGC9iL.DmPWOrOjIXVeVN8jihs0TQ', 'token_type': 'bearer', 'expires_in': 3599} |
7 | AccessTokenResponse | {
"access_token": "dvhqOWhZlDtcIqiHoOMu",
"expires_in": 3599,
"id_token": {
"at_hash": "6QU48kkXd1Izli2pK61Qlg",
"aud": [
"5Fzy4xYt9KN9Om0Bv6nj"
],
"auth_time": 1560786338,
"exp": 1560789757,
"iat": 1560786337,
"iss": "https://isamfed.com:30443/test",
"nonce": "D2AN4gVc1NYxIrvm",
"rt_hash": "Yxeglq5ORjOn-33yIsu66g",
"sub": "testuser"
},
"refresh_token": "D6ed19wD4ZtrMpvfIXGJKh1cRbeWGTg9a0C7fJ5r",
"scope": "openid",
"token_type": "bearer"
}
|
7 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
7 | jwe header | {'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'} |
7 | phase | <--<-- 11 --- Done -->--> |
7 | end | |
7 | assertion | ClaimsCheck |
7 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
7 | assertion | AuthTimeCheck |
7 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
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 |