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": "eB0JXMp43w0vQYsn",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "PmDpNH4YeBKgJ9ER"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=PmDpNH4YeBKgJ9ER&nonce=eB0JXMp43w0vQYsn&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=PmDpNH4YeBKgJ9ER&nonce=eB0JXMp43w0vQYsn&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&client_id=clientID |
1 | response | Response URL with query part |
1 | response | {'state': 'PmDpNH4YeBKgJ9ER', 'code': '1QfeG3WivRoc7BO7In5tAZgaZ0Subt'} |
1 | response | {'state': 'PmDpNH4YeBKgJ9ER', 'code': '1QfeG3WivRoc7BO7In5tAZgaZ0Subt'} |
1 | AuthorizationResponse | {
"code": "1QfeG3WivRoc7BO7In5tAZgaZ0Subt",
"state": "PmDpNH4YeBKgJ9ER"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'PmDpNH4YeBKgJ9ER'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb', 'code': '1QfeG3WivRoc7BO7In5tAZgaZ0Subt', 'state': 'PmDpNH4YeBKgJ9ER', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'PmDpNH4YeBKgJ9ER', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "1QfeG3WivRoc7BO7In5tAZgaZ0Subt",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"state": "PmDpNH4YeBKgJ9ER"
}
|
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%3A61764%2Fauthz_cb&code=1QfeG3WivRoc7BO7In5tAZgaZ0Subt&state=PmDpNH4YeBKgJ9ER |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': '1JQOZYPDSkoTZ0AgVrQM', 'refresh_token': 'lN6WHkOdDbqRx9XlETGDcCjEdvr0OByvehfjhDYm', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.cppjjUs04Dyz4y8knUxHwX4YWqJqI-yuCLemy_p9uHW5Gk2m3pBgEQ.R9qJDNX45VTSslUngHRmHg.mN4WOOld86XcEnF3zvxtAQNVoAXe95AB4qarPPuT4kjEldRLYsw4BigjhwFmwkCjZaJm6-_12ZnMSpIXfSvQxtnEMzCfilIjV0Cpgix1lMEcRRupwIeQhNfRwOCTA8NZrk6BorM8h7c3SliDR92aB_eSdOXNcW4TXgtcdFMfHe1-mpQBhP2OGO4HLY4MteuNVukHLlTyrfanBcxaTsBXyKukiXXC1avlQZOAUvfIkPI4CRxXWMpP0FI_WPnd3kk765_ZIbWNpdB4lg057BTLY4-QpdkjNaO2WyRrceg4EB0T1nBNh75SbNL8zJ4JV9a8a4xrWP94ljkYkA7ZHeuTlc1r-4KA_aKzkaGijV5xl8H3fg7nwD3WNEA61P6uBz9L9q4_ViWHu9Gz3m2VN_qUMCJ73cs7JkIuADk9VWjZgKpbYfe2-eOJTqlQGOJ5yXSMuk-g2iwlfwSYGaLxTLCCkhU5bK3RGlG69D6yyJulCBnkmHsiVqvhh20biRVrsdjr8CCZf1ajL85CgeYtWyxQRcrWbghUbIowEWeMMyuPkKn8Yj_P6MpwObHGx9quEL9wAKisTqjUwXEzvnqhCnOeseIRNs_kST0HNlKgfKoi0-7hzHbj8vPprh1oAeX4KKH_0h_cuGuBIbZ3b4AyZDyEzLAskwUzcunpuFDEI5-9cxaoL6mq6TBOAMFW8n3Lf33FoKxC3MM8xyQ3oH-tVhGpS57mEedHMSPWmn_SnGMfme9KK3U3rqhg0geoAhBY-cNE_jfJy9nesboFJ_Sv6x6go6YHNUlucnsX7DW0QljODJMYwY1Waa1gDBNuLdz7o-6bqzOPZKMfB5w5PfwBi3nxMN80X6yNC5x2f7yLZGhxtE-F4ylIE5zvD00IDzhONC8XU22qsx5jttvTW8X7Iji4HCHF0J5u85T5VwTBQVldKwltVi8prXzO6DVNLjPNYXLG.vL166xIRlHLr1H4WKvc3Lw', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "1JQOZYPDSkoTZ0AgVrQM",
"expires_in": 3599,
"id_token": {
"at_hash": "znWlzRptWetsMMW0XikInw",
"aud": [
"clientID"
],
"exp": 1560834577,
"iat": 1560831157,
"iss": "https://isamfed.com:30443/test",
"nonce": "eB0JXMp43w0vQYsn",
"rt_hash": "QjAdm27zNHtYaNNSdb4ZPw",
"sub": "testuser"
},
"refresh_token": "lN6WHkOdDbqRx9XlETGDcCjEdvr0OByvehfjhDYm",
"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 -->--> |
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_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"
}
|
3 | phase | <--<-- 8 --- Registration -->--> |
3 | not expected to do | Dynamic registration |
3 | phase | <--<-- 9 --- AsyncAuthn -->--> |
3 | AuthorizationRequest | {
"client_id": "clientID",
"max_age": 1,
"nonce": "NHOeUaGKE6m1XUG3",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "0qWGsLvqVkBDt0DX"
}
|
3 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=0qWGsLvqVkBDt0DX&nonce=NHOeUaGKE6m1XUG3&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&max_age=1&client_id=clientID |
3 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=0qWGsLvqVkBDt0DX&nonce=NHOeUaGKE6m1XUG3&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61764%2Fauthz_cb&max_age=1&client_id=clientID |
6 | response | Response URL with query part |
6 | response | {'state': '0qWGsLvqVkBDt0DX', 'code': 'Dr6oz9I0ysiKfDmXCpfzeXvfmYFWKP'} |
6 | response | {'state': '0qWGsLvqVkBDt0DX', 'code': 'Dr6oz9I0ysiKfDmXCpfzeXvfmYFWKP'} |
6 | AuthorizationResponse | {
"code": "Dr6oz9I0ysiKfDmXCpfzeXvfmYFWKP",
"state": "0qWGsLvqVkBDt0DX"
}
|
6 | phase | <--<-- 10 --- AccessToken -->--> |
6 | request | op_args: {'state': '0qWGsLvqVkBDt0DX'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb'} |
6 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61764/authz_cb', 'code': 'Dr6oz9I0ysiKfDmXCpfzeXvfmYFWKP', 'state': '0qWGsLvqVkBDt0DX', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': '0qWGsLvqVkBDt0DX', 'authn_method': 'client_secret_basic'}
|
6 | AccessTokenRequest | {
"code": "Dr6oz9I0ysiKfDmXCpfzeXvfmYFWKP",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61764/authz_cb",
"state": "0qWGsLvqVkBDt0DX"
}
|
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%3A61764%2Fauthz_cb&code=Dr6oz9I0ysiKfDmXCpfzeXvfmYFWKP&state=0qWGsLvqVkBDt0DX |
6 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
6 | response | {'access_token': 'sZqbT9g3UhXvAcVQY3da', 'refresh_token': 'm71NYxP4En5Tw8Q00aSZoqpejndtRVxie1oj81hj', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.kpZce_yVFsCGucrzwA0MtG-Q3wlIVYBQJmAzwAFUhsqC0XRcIglWFA.urquOJggzafBRvdk1xw6rg.n8rYZLudshtntDPUvpa6tKcif3ptDDfhv6Y5kig3_eIkF7S-U412nP-vS7nnu-JmiyLZaTb6P7_yREY7EW8_srON9kctYerBHLKAyYuJh0ri7q7PLBbqsLxQ22NeapXXICJkAUApOkVGaeoLpcQjzc530Q23CyB_1A0VupZGRfd5vQ0FesRUHvf-kW5stLAKlioppMcZ4F4YKEcx2SbfG0VpqQ78K5DOlU80nfwUNyuZc8yA4BwZeDhygvtzQljYYopCEjlX7sUO33upXP0WgM9J3WhZxa-WCZkc_KW7Yq9U5Hr5C2NX1erHgjpIlaM6nTXD7x4vED_K0Z1K1r6vKDFAfusohi__R65Zp-OVN-vkUQM0ZjmJI9J_kI_t5OnHgeEGQYBiNANaaZ74Cb62I42_vQGDON0i4LlGn5rrRY47Kcb-9XS1sqdk4OS4krTKBRCS2w_SCIdRiJy1vOEYX0WddzpPEWwM5kDD90u6LD6-eD_KMG0AvzlfZzqIrbMmTGIwJGJJ0x6Jm2do5WWJ5kYwLeprlsoF1DWbFdqOGLE2jCdqSCSAlVcQWeGQTU_byavXSNIp0n58Y77U0mVLT5Vcd58fVjCRERKMKB12kVqaZOmzq2pllHgarNm7E5ffyLld3EGSZPuhESitW2RP-HbmOQFNveDBmUbxaPhp9XUHummug3k9-iQROhvVxitQpDRmDVKDHMAbrSqYe325o-aE0oY8t2OQRyZIluCmwvNe0YzdXXO2myZXbQPsBFdwkxREVyGtpIAiFAdoJKMHRFv92scw6X5r3y7rFEVtwSYVNRGwcvkHm36qbiyqkrBSl7ILZgFXsmrzh7qdhY6LceLWOjp9RSHcyw5K4-e7n5U5sbZR6H-_PLCDHGS8ZiGrmStVYdtxgMiNdky16f9TNTFW_px-Gcyh3xilut3q95HfoqyAckEC2_ucLWCrtSNjchl0caj0BfXPrCufWDtq5ZJNB8c5YCKJuvIwCY1Zk8o.eHxD_RNvv9q769A43-1FgA', 'token_type': 'bearer', 'expires_in': 3599} |
6 | AccessTokenResponse | {
"access_token": "sZqbT9g3UhXvAcVQY3da",
"expires_in": 3599,
"id_token": {
"at_hash": "lesH5bRd1Hfm2t77r_gipA",
"aud": [
"clientID"
],
"auth_time": 1560831162,
"exp": 1560834581,
"iat": 1560831161,
"iss": "https://isamfed.com:30443/test",
"nonce": "NHOeUaGKE6m1XUG3",
"rt_hash": "jRijImO5b60KL4d2AM5X4Q",
"sub": "testuser"
},
"refresh_token": "m71NYxP4En5Tw8Q00aSZoqpejndtRVxie1oj81hj",
"scope": "openid",
"token_type": "bearer"
}
|
6 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
6 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
6 | phase | <--<-- 11 --- Done -->--> |
6 | end | |
6 | assertion | ClaimsCheck |
6 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
6 | assertion | AuthTimeCheck |
6 | condition | auth_time-check: status=OK [Check that the auth_time returned in the ID Token is in the expected range.] |
6 | assertion | MultipleSignOn |
6 | condition | multiple-sign-on: status=OK [Verifies that multiple authentications was used in the flow] |
6 | assertion | VerifyResponse |
6 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
6 | condition | Done: status=OK |