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': ['id_token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61584/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61584/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61584/static/jwks_61584.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61584/static/jwks_61584.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61584/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61584/authz_cb"
],
"response_types": [
"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": "GqVVHeeFyudHHy30DZPp",
"client_id_issued_at": 1560785055,
"client_secret": "WKZ2bztZ4VV4kqDhO9un",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61584/static/jwks_61584.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61584/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61584/authz_cb"
],
"registration_access_token": "khaFyBmVqS90pYQ9AXYj",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=GqVVHeeFyudHHy30DZPp",
"response_types": [
"id_token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "GqVVHeeFyudHHy30DZPp",
"nonce": "1Baz1PkdvI3EKAUE",
"redirect_uri": "https://op.certification.openid.net:61584/authz_cb",
"response_type": "id_token",
"scope": "openid profile email address phone",
"state": "d2VBL5egbCb84Q1G"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=d2VBL5egbCb84Q1G&nonce=1Baz1PkdvI3EKAUE&response_type=id_token&scope=openid+profile+email+address+phone&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&client_id=GqVVHeeFyudHHy30DZPp |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=d2VBL5egbCb84Q1G&nonce=1Baz1PkdvI3EKAUE&response_type=id_token&scope=openid+profile+email+address+phone&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61584%2Fauthz_cb&client_id=GqVVHeeFyudHHy30DZPp |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | state=d2VBL5egbCb84Q1G&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.dQ0eTyWFRmqU4Q0sA2opJOWzGZ86q8Iygh9D6QjJ7T48LtU_GbTO-bJZw4XIrIWV8pntoidhz2AmrbWvWzZN-IQ2blX3K6c1p_Lvj4hvm8mbSIvDnqRiRiHUWRP7A9CMD4Q3Bk5Yf92wq80-KBPFHVK8p9RU1U1hW0QMct4xf1MvfrthanmVAMbiZPTFLBbNTv_45WSyGqw0kVRvP3xXflQXobFo4iEoAKpjZb3Phq2lf4Qu8f56tJsxJGSqz98Q7G-DVrqk1yV1nqxtnzj_Xs7-KwQWIn1puj8N9mS5iT87xOzU6w54h1JBJeJaknJymHF9725sszurcXYeC0nuxw.MkjA3_CrMGB48lwNNUhJNg.gpWLsH6qQV3MaKNQ49ltdU5B2_oOCYRdNCPOFrgXrxMLs9gm9LdUT5DaiZlXRiYBaj1fmiTS3dxrJXwUBxTzJVcEC2pk2jBTcV1FusGtG2eQa877HCpMQUdYBz2-OqE2nPzEBj_u2uYCB9oA1_MsSR625cm6DvZV6sgo17NGgzu6yAupxAvM2Cd1z0h9Dr0a_gBFaWIubveGpbSgHyRggiSyBg1ou5a-jEFOubGuC0sciFlFdehAX2-cnAubZkS7eD7UoFokW5fl9BDgOZosJ1qZfnTYFShLZLAMcO_A7YLIQ8YhmsUzMhvXuDsWAFdnV_xc_2-UCX14ji88lpaundSpyh2e9EcIuEPXhHBJb2zQKMk5Slnpj06bUT1sdFAHDYUvoXlDoLmd5Wfl6aGzigEyT1sb1BNaRo80doz6UQAmdpvvakX7bTpOP_V_Ek_lsfGsKjdX01BYJk5pzjUrwG_hWIqcmYpeEO1kRGqkw_8atnFOdBgEG6PnsLDurdzbHcYXXOsMYSyriZmtx6PbTam6xVTlREBFK7sWQtnlsJjSZg-vUTCmUQxRX0iaS7vRUgNTtqb8sEelnlxlaopsuRcE0n3TiIl2_UUSBLW0TaMshHNV9ApcRdpzgDau_bxZ2krPo282PAgycb-LBHgMAjYK7RJ0TdHmz8L28s2ZWYkPA6u4I_di3VSHzQBotsqTljGpSjvg3Tp5ntrnrNJVGSXYPUjtcgobvjsn2P5kfTeIaYmI0MNBwwV4y46ZEVNzi5_tUKaBVRHYHFWUYXjjsTaoFkOEpgvgLhtkE-JV0ayrsyXWCHYY-QeQHD7qiK6YlAPNtmY74WjTTKbHio05mtCWaxCvB7B7utbilmCaogIbFr5KZJhQ-tIGpVEg7MvP5nLtkw_HXJ9usHJxrjh7pXkfRZa77ExC7X0C29Q70Yj0Fp9BkS13OXVnKFRmzBe22QkB87CY5aJOjaV4ngFmPU2YLuHsMdPG0jzcdiQFANx5dvu87dlnBeL0xNRkdOKxG3xCRgKOqlsUoJA221D6lV5p0aANwOWeZmicexjBKbSzAiHnAHC1VPaD4__VmNry.HU-p-BmI07INhGefSmuYig |
2 | response | {'state': 'd2VBL5egbCb84Q1G', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.dQ0eTyWFRmqU4Q0sA2opJOWzGZ86q8Iygh9D6QjJ7T48LtU_GbTO-bJZw4XIrIWV8pntoidhz2AmrbWvWzZN-IQ2blX3K6c1p_Lvj4hvm8mbSIvDnqRiRiHUWRP7A9CMD4Q3Bk5Yf92wq80-KBPFHVK8p9RU1U1hW0QMct4xf1MvfrthanmVAMbiZPTFLBbNTv_45WSyGqw0kVRvP3xXflQXobFo4iEoAKpjZb3Phq2lf4Qu8f56tJsxJGSqz98Q7G-DVrqk1yV1nqxtnzj_Xs7-KwQWIn1puj8N9mS5iT87xOzU6w54h1JBJeJaknJymHF9725sszurcXYeC0nuxw.MkjA3_CrMGB48lwNNUhJNg.gpWLsH6qQV3MaKNQ49ltdU5B2_oOCYRdNCPOFrgXrxMLs9gm9LdUT5DaiZlXRiYBaj1fmiTS3dxrJXwUBxTzJVcEC2pk2jBTcV1FusGtG2eQa877HCpMQUdYBz2-OqE2nPzEBj_u2uYCB9oA1_MsSR625cm6DvZV6sgo17NGgzu6yAupxAvM2Cd1z0h9Dr0a_gBFaWIubveGpbSgHyRggiSyBg1ou5a-jEFOubGuC0sciFlFdehAX2-cnAubZkS7eD7UoFokW5fl9BDgOZosJ1qZfnTYFShLZLAMcO_A7YLIQ8YhmsUzMhvXuDsWAFdnV_xc_2-UCX14ji88lpaundSpyh2e9EcIuEPXhHBJb2zQKMk5Slnpj06bUT1sdFAHDYUvoXlDoLmd5Wfl6aGzigEyT1sb1BNaRo80doz6UQAmdpvvakX7bTpOP_V_Ek_lsfGsKjdX01BYJk5pzjUrwG_hWIqcmYpeEO1kRGqkw_8atnFOdBgEG6PnsLDurdzbHcYXXOsMYSyriZmtx6PbTam6xVTlREBFK7sWQtnlsJjSZg-vUTCmUQxRX0iaS7vRUgNTtqb8sEelnlxlaopsuRcE0n3TiIl2_UUSBLW0TaMshHNV9ApcRdpzgDau_bxZ2krPo282PAgycb-LBHgMAjYK7RJ0TdHmz8L28s2ZWYkPA6u4I_di3VSHzQBotsqTljGpSjvg3Tp5ntrnrNJVGSXYPUjtcgobvjsn2P5kfTeIaYmI0MNBwwV4y46ZEVNzi5_tUKaBVRHYHFWUYXjjsTaoFkOEpgvgLhtkE-JV0ayrsyXWCHYY-QeQHD7qiK6YlAPNtmY74WjTTKbHio05mtCWaxCvB7B7utbilmCaogIbFr5KZJhQ-tIGpVEg7MvP5nLtkw_HXJ9usHJxrjh7pXkfRZa77ExC7X0C29Q70Yj0Fp9BkS13OXVnKFRmzBe22QkB87CY5aJOjaV4ngFmPU2YLuHsMdPG0jzcdiQFANx5dvu87dlnBeL0xNRkdOKxG3xCRgKOqlsUoJA221D6lV5p0aANwOWeZmicexjBKbSzAiHnAHC1VPaD4__VmNry.HU-p-BmI07INhGefSmuYig'} |
2 | AuthorizationResponse | {
"id_token": {
"aud": [
"GqVVHeeFyudHHy30DZPp"
],
"email": "test_isamfed@gmail.com",
"email_verified": false,
"exp": 1560788475,
"iat": 1560785055,
"iss": "https://isamfed.com:30443/test",
"name": "isamfed testuser",
"nonce": "1Baz1PkdvI3EKAUE",
"phone_number": "87654215",
"phone_number_verified": false,
"sub": "testuser"
},
"state": "d2VBL5egbCb84Q1G"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | phase | <--<-- 5 --- UserInfo -->--> |
2 | phase | <--<-- 6 --- Done -->--> |
2 | end | |
2 | assertion | VerifyScopes |
2 | condition | verify-scopes: status=WARNING, message=The following claims were missing from the returned information: ['given_name', 'family_name', 'middle_name', 'nickname', 'profile', 'picture', 'website', 'gender', 'birthdate', 'zoneinfo', 'locale', 'updated_at', 'preferred_username', 'address'] [Verifies that the claims corresponding to the requested scopes are returned] |
2 | assertion | CheckHTTPResponse |
2 | condition | check-http-response: status=OK [Checks that the HTTP response status is within the 200 or 300 range. Also does some extra JSON checks] |
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 |