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': ['id_token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61169/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61169/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61169/static/jwks_61169.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:61169/static/jwks_61169.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61169/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61169/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": "A8QoZX5ZjCz94BcGApeZ",
"client_id_issued_at": 1560753900,
"client_secret": "sGlLuYLnVWUiKzRh0rvb",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61169/static/jwks_61169.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61169/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61169/authz_cb"
],
"registration_access_token": "lPRFSAB3fv1hMCGkseF7",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=A8QoZX5ZjCz94BcGApeZ",
"response_types": [
"id_token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "A8QoZX5ZjCz94BcGApeZ",
"nonce": "3tsN3AWvMe3pCteX",
"redirect_uri": "https://op.certification.openid.net:61169/authz_cb",
"response_type": "id_token",
"scope": "openid",
"state": "h6ijRRrsxiZPqozx"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=h6ijRRrsxiZPqozx&nonce=3tsN3AWvMe3pCteX&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61169%2Fauthz_cb&client_id=A8QoZX5ZjCz94BcGApeZ |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=h6ijRRrsxiZPqozx&nonce=3tsN3AWvMe3pCteX&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61169%2Fauthz_cb&client_id=A8QoZX5ZjCz94BcGApeZ |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | id_token=eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IjN0c04zQVd2TWUzcEN0ZVgiLCJpYXQiOjE1NjA3NTM5MDAsImlzcyI6Imh0dHBzOi8vaXNhbWZlZC5jb206MzA0NDMvdGVzdCIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU3MzIwLCJhdWQiOiJBOFFvWlg1WmpDejk0QmNHQXBlWiJ9.XA_Yj10sa0v-Sjs2P1PbPlmimd1N5XLQR76QAUrgdKLBO_5qAlFjoeNDfJZySwdvPqh5-2xDonFxJzm6_kA0wPdj-scVbuJ_WVGdh3SVE-kReF-smtmhw3C4cMS64XWKxIG0J0Ls6ITMcqJUl871zquFPBp5vBRQNGTgfrwWHh71MsE3KClBxhvtMLjrx_I0Dcek5SuBVMGPBqHXcjxUtUXW3FupMEHofWuy691hj_9wNz2_THX3-gUaKc512JEGVpSqVVNRTiUD5WF9niJrFopRA44WvMGVbgdZQL9HpTO0-5p9TqoQO7Rp5hl4ox2Ip3UqaTTfV0liiPcy8YijQg&state=h6ijRRrsxiZPqozx |
2 | response | {'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IjN0c04zQVd2TWUzcEN0ZVgiLCJpYXQiOjE1NjA3NTM5MDAsImlzcyI6Imh0dHBzOi8vaXNhbWZlZC5jb206MzA0NDMvdGVzdCIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU3MzIwLCJhdWQiOiJBOFFvWlg1WmpDejk0QmNHQXBlWiJ9.XA_Yj10sa0v-Sjs2P1PbPlmimd1N5XLQR76QAUrgdKLBO_5qAlFjoeNDfJZySwdvPqh5-2xDonFxJzm6_kA0wPdj-scVbuJ_WVGdh3SVE-kReF-smtmhw3C4cMS64XWKxIG0J0Ls6ITMcqJUl871zquFPBp5vBRQNGTgfrwWHh71MsE3KClBxhvtMLjrx_I0Dcek5SuBVMGPBqHXcjxUtUXW3FupMEHofWuy691hj_9wNz2_THX3-gUaKc512JEGVpSqVVNRTiUD5WF9niJrFopRA44WvMGVbgdZQL9HpTO0-5p9TqoQO7Rp5hl4ox2Ip3UqaTTfV0liiPcy8YijQg', 'state': 'h6ijRRrsxiZPqozx'} |
2 | AuthorizationResponse | {
"id_token": {
"aud": [
"A8QoZX5ZjCz94BcGApeZ"
],
"exp": 1560757320,
"iat": 1560753900,
"iss": "https://isamfed.com:30443/test",
"nonce": "3tsN3AWvMe3pCteX",
"sub": "testuser"
},
"state": "h6ijRRrsxiZPqozx"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | phase | <--<-- 5 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "A8QoZX5ZjCz94BcGApeZ",
"nonce": "2aBmbwe2R29gTTwA",
"prompt": [
"none"
],
"redirect_uri": "https://op.certification.openid.net:61169/authz_cb",
"response_type": "id_token",
"scope": "openid",
"state": "RE6GEtTWUVOBrqP6"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=RE6GEtTWUVOBrqP6&nonce=2aBmbwe2R29gTTwA&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61169%2Fauthz_cb&prompt=none&client_id=A8QoZX5ZjCz94BcGApeZ |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=RE6GEtTWUVOBrqP6&nonce=2aBmbwe2R29gTTwA&response_type=id_token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61169%2Fauthz_cb&prompt=none&client_id=A8QoZX5ZjCz94BcGApeZ |
3 | http args | {} |
3 | response | URL with fragment |
3 | response | id_token=eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IjJhQm1id2UyUjI5Z1RUd0EiLCJpYXQiOjE1NjA3NTM5MDIsImlzcyI6Imh0dHBzOi8vaXNhbWZlZC5jb206MzA0NDMvdGVzdCIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU3MzIyLCJhdWQiOiJBOFFvWlg1WmpDejk0QmNHQXBlWiJ9.fWl84YBJamXP6jm3UNOQqdKbvpSi-hhwC8TJcB7vDHJECqGqRupdHeQF32bYrdOT0LU-Cv04kJJzlHkjVUUNhvGriG4Y7nXsYoUSqH-MyzCuCERwid5B-YwdSFPpcCBa1xAeP8SO6_J4rCxaWBhTa0pmFrGhx5k1b-MKEthcnt5VYCxjYCIdegNusdFxftRomSVwGzdOWT9Z5vV1_CHvHlZv0Nllma53vbizeRtN3m_HIxi6CDIx_bZ-ILf5IzwOZpWrRx1avUnxa8dVxfu2MqhAml5YXIgiIMrAuPIvnn3ARyxlHjhMJrbujhvjHum5d_ZG414UC9b4uXrY8myDVA&state=RE6GEtTWUVOBrqP6 |
3 | response | {'id_token': 'eyJraWQiOiJfdWhQZGVHclRXeG9iRmVIMFhiempKcFJyenAzQ0I5bmtueDF5RlYxRy0wIiwiYWxnIjoiUlMyNTYifQ.eyJub25jZSI6IjJhQm1id2UyUjI5Z1RUd0EiLCJpYXQiOjE1NjA3NTM5MDIsImlzcyI6Imh0dHBzOi8vaXNhbWZlZC5jb206MzA0NDMvdGVzdCIsInN1YiI6InRlc3R1c2VyIiwiZXhwIjoxNTYwNzU3MzIyLCJhdWQiOiJBOFFvWlg1WmpDejk0QmNHQXBlWiJ9.fWl84YBJamXP6jm3UNOQqdKbvpSi-hhwC8TJcB7vDHJECqGqRupdHeQF32bYrdOT0LU-Cv04kJJzlHkjVUUNhvGriG4Y7nXsYoUSqH-MyzCuCERwid5B-YwdSFPpcCBa1xAeP8SO6_J4rCxaWBhTa0pmFrGhx5k1b-MKEthcnt5VYCxjYCIdegNusdFxftRomSVwGzdOWT9Z5vV1_CHvHlZv0Nllma53vbizeRtN3m_HIxi6CDIx_bZ-ILf5IzwOZpWrRx1avUnxa8dVxfu2MqhAml5YXIgiIMrAuPIvnn3ARyxlHjhMJrbujhvjHum5d_ZG414UC9b4uXrY8myDVA', 'state': 'RE6GEtTWUVOBrqP6'} |
3 | AuthorizationResponse | {
"id_token": {
"aud": [
"A8QoZX5ZjCz94BcGApeZ"
],
"exp": 1560757322,
"iat": 1560753902,
"iss": "https://isamfed.com:30443/test",
"nonce": "2aBmbwe2R29gTTwA",
"sub": "testuser"
},
"state": "RE6GEtTWUVOBrqP6"
}
|
3 | phase | <--<-- 6 --- AccessToken -->--> |
3 | phase | <--<-- 7 --- Done -->--> |
3 | end | |
3 | assertion | SameAuthn |
3 | condition | Done: status=OK |