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 token'], 'grant_types': ['implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61585/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61585/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61585/static/jwks_61585.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:61585/static/jwks_61585.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61585/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61585/authz_cb"
],
"response_types": [
"id_token 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": "vjgFTPPhMNNxHtPjrpc0",
"client_id_issued_at": 1560784501,
"client_secret": "hjJXv1X7VRXZ8O8JClOx",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61585/static/jwks_61585.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61585/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61585/authz_cb"
],
"registration_access_token": "33iZtFtnsvTPG29KfoQw",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=vjgFTPPhMNNxHtPjrpc0",
"response_types": [
"id_token",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "vjgFTPPhMNNxHtPjrpc0",
"nonce": "VgEububuaEdV6czI",
"redirect_uri": "https://op.certification.openid.net:61585/authz_cb",
"response_type": "id_token token",
"scope": "openid",
"state": "IC2T7i1lElhI2tWs"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=IC2T7i1lElhI2tWs&nonce=VgEububuaEdV6czI&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&client_id=vjgFTPPhMNNxHtPjrpc0 |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=IC2T7i1lElhI2tWs&nonce=VgEububuaEdV6czI&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&client_id=vjgFTPPhMNNxHtPjrpc0 |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=zCT3WWAbaioAO8jSw394&state=IC2T7i1lElhI2tWs&expires_in=3599&token_type=bearer&scope=openid&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.fqAgU_j3XBr1H3dKdhHtS_eXdMYtIKmmV8MLN1yqtsFzTaGv8zXrEWX-LGMxdmgTiuvXHMXr0R--lCPFo3XiI-_Crjvmr-cybx2JEswC-TKinO2oMyeTBpHBGDcUvMb9I_LTFhfjNdKFXnU0Ws9Dv78md8N_NLek_Hc-asLGNK2VxNOYKCd9StZDDkf6cKv9R74eQE3dCLBFf4yD9kGY6B8Bo3apmYcchZPftEqMybMxeHTtixELX2VT4GkSUBVrzKokclo1ek1X59jGhj2dnJg6FUr9923xax92nest_PTfL2R8tXgolm41Y0KGlkiU2PM0mYJwKbs4T35mFgUKdw.V69fY9vV48pkkrSQCPnlZw.KuaxvH5cH6kDvFQ4dnxAYmGbGNVQ5z2Ii_B2ZMc8yDt1HaMkoDqa8pxWuBr72P9xDrWqVwl7O1xoxuJkC5I4r46OqBOtI-t0YFP95IEU6I4BunXgxLqma51p4raLiSl9UG4IEedEAd2hCUXQJ0lmuADdk8lwZoFARv8p6N4YZuVGdwqmhgot7OXVx4thEi6PIQ6-hzvK-L3pTDKeWPbexitM0UWT-QP3t_yvb1g7VP81uY5A33ZRdHsMCe9qP4oduAYJtWmUo5oUXL8PoWVZpiTvhxWQFuJKcqPUeFcRjtHfJ7pSqSvnym2mXgBOUFygIXJTE7JXttSuAr7ZdUfyy4QoxX0AJUrJsnUydCN846P0_FuhMAZ-QBgPfoiVATBqXh9bprSFLgPVTDEY9j-ndFbRbdq54iSttaM61DK-r4wm-9c0pxtEqKAFvoo09qXX7kas1yXQY4w1AxC0Xy6D73RSyWy6e_ZE7Kpu1EaCrC9VUAyTGwjTmc66LeNfid4GxtUcUdV4bbW7KMPLwxmwH4gC2Lm9K9MMTOAURzqv-wdTfQo7YSdV4QiAvhux1AvmShDRewBqqKK3DNyozFyG86KlZquZZJTQJR_6sTg98sPEwl1ar-R-R18umC1uGUZq2ndYFeVDlys-oJOA4V95KDfmOWk-jhZgHz_T9ALDfWy959DB20GhVORcq5u56cQncHulcDGaxKKEppm8_O6blT3xALLUwPq7YxUfgPkbHg6DxSfeDKZHLcUGNZa9RD8mGlgQ8QCQE-F57PEBkhZoish1-dnKnSbPKLWkM1UU_WYtA3itugUrBE4JV1Gc6DKg5qCX3B6cTnt4CjvjIZFa-X-l7IRPoHHTsGAxpAVLT9WqHi4b5IiAA1IxpOgoi7fDAQ0eXXVaeWx2VQwljKy17w.B3o3UUgS4e49FTw0WuShIg |
2 | response | {'access_token': 'zCT3WWAbaioAO8jSw394', 'state': 'IC2T7i1lElhI2tWs', 'expires_in': 3599, 'token_type': 'bearer', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.fqAgU_j3XBr1H3dKdhHtS_eXdMYtIKmmV8MLN1yqtsFzTaGv8zXrEWX-LGMxdmgTiuvXHMXr0R--lCPFo3XiI-_Crjvmr-cybx2JEswC-TKinO2oMyeTBpHBGDcUvMb9I_LTFhfjNdKFXnU0Ws9Dv78md8N_NLek_Hc-asLGNK2VxNOYKCd9StZDDkf6cKv9R74eQE3dCLBFf4yD9kGY6B8Bo3apmYcchZPftEqMybMxeHTtixELX2VT4GkSUBVrzKokclo1ek1X59jGhj2dnJg6FUr9923xax92nest_PTfL2R8tXgolm41Y0KGlkiU2PM0mYJwKbs4T35mFgUKdw.V69fY9vV48pkkrSQCPnlZw.KuaxvH5cH6kDvFQ4dnxAYmGbGNVQ5z2Ii_B2ZMc8yDt1HaMkoDqa8pxWuBr72P9xDrWqVwl7O1xoxuJkC5I4r46OqBOtI-t0YFP95IEU6I4BunXgxLqma51p4raLiSl9UG4IEedEAd2hCUXQJ0lmuADdk8lwZoFARv8p6N4YZuVGdwqmhgot7OXVx4thEi6PIQ6-hzvK-L3pTDKeWPbexitM0UWT-QP3t_yvb1g7VP81uY5A33ZRdHsMCe9qP4oduAYJtWmUo5oUXL8PoWVZpiTvhxWQFuJKcqPUeFcRjtHfJ7pSqSvnym2mXgBOUFygIXJTE7JXttSuAr7ZdUfyy4QoxX0AJUrJsnUydCN846P0_FuhMAZ-QBgPfoiVATBqXh9bprSFLgPVTDEY9j-ndFbRbdq54iSttaM61DK-r4wm-9c0pxtEqKAFvoo09qXX7kas1yXQY4w1AxC0Xy6D73RSyWy6e_ZE7Kpu1EaCrC9VUAyTGwjTmc66LeNfid4GxtUcUdV4bbW7KMPLwxmwH4gC2Lm9K9MMTOAURzqv-wdTfQo7YSdV4QiAvhux1AvmShDRewBqqKK3DNyozFyG86KlZquZZJTQJR_6sTg98sPEwl1ar-R-R18umC1uGUZq2ndYFeVDlys-oJOA4V95KDfmOWk-jhZgHz_T9ALDfWy959DB20GhVORcq5u56cQncHulcDGaxKKEppm8_O6blT3xALLUwPq7YxUfgPkbHg6DxSfeDKZHLcUGNZa9RD8mGlgQ8QCQE-F57PEBkhZoish1-dnKnSbPKLWkM1UU_WYtA3itugUrBE4JV1Gc6DKg5qCX3B6cTnt4CjvjIZFa-X-l7IRPoHHTsGAxpAVLT9WqHi4b5IiAA1IxpOgoi7fDAQ0eXXVaeWx2VQwljKy17w.B3o3UUgS4e49FTw0WuShIg'} |
3 | AuthorizationResponse | {
"access_token": "zCT3WWAbaioAO8jSw394",
"expires_in": 3599,
"id_token": {
"at_hash": "tU_eKHAYp2oE1CoWdtcoZw",
"aud": [
"vjgFTPPhMNNxHtPjrpc0"
],
"exp": 1560787921,
"iat": 1560784501,
"iss": "https://isamfed.com:30443/test",
"nonce": "VgEububuaEdV6czI",
"sub": "testuser"
},
"scope": "openid",
"state": "IC2T7i1lElhI2tWs",
"token_type": "bearer"
}
|
3 | phase | <--<-- 4 --- AccessToken -->--> |
3 | phase | <--<-- 5 --- Note -->--> |
3 | phase | <--<-- 6 --- AsyncAuthn -->--> |
3 | AuthorizationRequest | {
"client_id": "vjgFTPPhMNNxHtPjrpc0",
"nonce": "qagyxb6VMpWBTPfd",
"prompt": [
"login"
],
"redirect_uri": "https://op.certification.openid.net:61585/authz_cb",
"response_type": "id_token token",
"scope": "openid",
"state": "fGDMQeJwVQ6XVFEn"
}
|
3 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=fGDMQeJwVQ6XVFEn&nonce=qagyxb6VMpWBTPfd&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&prompt=login&client_id=vjgFTPPhMNNxHtPjrpc0 |
3 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=fGDMQeJwVQ6XVFEn&nonce=qagyxb6VMpWBTPfd&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61585%2Fauthz_cb&prompt=login&client_id=vjgFTPPhMNNxHtPjrpc0 |
7 | http args | {} |
7 | response | URL with fragment |
7 | response | access_token=PaKilZfB8Ee1dVkq6Eni&state=fGDMQeJwVQ6XVFEn&expires_in=3599&token_type=bearer&scope=openid&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.O-_znVLSoSLopKI5Q1tUjPaAD1zUkkxtPgVhyzkp-LOO_0M8NdFxPn_pLIIIP8ol1BttCZe2LwMYPFWBLRLgNbowwhtfduFS3HIbsgUZpxFthC9IvmtRh8PGYamK-Q2RlsJPXW4z7d3E38XvSWtdWWVhfxjWdcksxv4WMcMzXpWQEagJmGtvz7yGQZxP5CC-sufRF_HoleXYjprd7zZOUnvKDyMOWaGebsvkBJkXRjdho3w2i5l-4uETYCGe0h0fG-VRoQ09BDq8oJNHsG0JvigUTI8HvsUPxBGDniceFuyfxqBe74I40aym4p5oGkxXa4akkK8QppA9PFqD5V3bPg.KBgJX7ANJZ43e2LBE_f2tg.M_Dgw9e25ZCf6HZgdxtRRpzh6IFgNYJwjQqMceyQrMwJCeC7Q8RM224zJ-6QaV0ohUPfGoZVQ7AncMR5DXR5Imwp07wSF0fewoHJMkxmgi21SeoRO-gWu8mrHpsowiHe-naBGy4mk1ErLwxxn_5Q32w_fQUanAX2sW9lMCpVPYOnNDo96KseDmIABTUvPsc0L8vJN3n6pJbhDcMQPhsi2tA5Fc-HvynobO1wnnmEy5iKrd2BgRglFToFUUc78HTYJjGtUVYhv3aEWh74Mo-r4y18um5Ok6UOgGz34yeaqsQ30Adwff-JRQ7aiI2rP007Ea65ZzUwUbjj7xU1TTwO0JxRQ1jLAPcQvIKWw90kEW7X_oo2SdHKfmghrAgLTamEkpy8tCX_Jt7XsNOySuPV6xf_12EkLS8CHJliLFBJh3rCW6-T_p7AiTvhHZiM70TfI1H6YzsM1CumWh1RSyrc14BjO_0DPFL1RUXVuywAgr2qITs1fmc6nQv6fT5tFzeJ9TMq6wzO-kOU2cNYiyDoi4LD813Xknggk9xfVMnVt9pmeugs0G5T8304jCupIDRGJ-5lpV54lS0lYeH0xQZ7Doyceg0jsJMUVoU7niM6c77bi4tCERfLIxlceDi2x6f0jNwBsthYE36-ccN1mAnGyEnFVAlPOxjmEYsNoo9xdx4NUoD1k3JduXcKyiOtI1kSL5kK4taU-UxEqhOCZKbLiqOsHEEtO3PssKpg5CLU6QgV9JEgr0Xp-rLhEKDYP2Jd_TN2jHBaG6JLxXawUjvQjObt5eNVWyUUT_XWmTXXg48wqZdAzrJPbbw0qcWEA_6TO0fi10Ft_G8UiWl5SQ31pJ1qkAfppqqnwyo7upJNnS8AU7wvQIMVDK90pSphgLuYxIIk0NDyfbe9HkxcBVRB0Q.Q3Ff0xWylW9YsjF9QbXLmQ |
7 | response | {'access_token': 'PaKilZfB8Ee1dVkq6Eni', 'state': 'fGDMQeJwVQ6XVFEn', 'expires_in': 3599, 'token_type': 'bearer', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.O-_znVLSoSLopKI5Q1tUjPaAD1zUkkxtPgVhyzkp-LOO_0M8NdFxPn_pLIIIP8ol1BttCZe2LwMYPFWBLRLgNbowwhtfduFS3HIbsgUZpxFthC9IvmtRh8PGYamK-Q2RlsJPXW4z7d3E38XvSWtdWWVhfxjWdcksxv4WMcMzXpWQEagJmGtvz7yGQZxP5CC-sufRF_HoleXYjprd7zZOUnvKDyMOWaGebsvkBJkXRjdho3w2i5l-4uETYCGe0h0fG-VRoQ09BDq8oJNHsG0JvigUTI8HvsUPxBGDniceFuyfxqBe74I40aym4p5oGkxXa4akkK8QppA9PFqD5V3bPg.KBgJX7ANJZ43e2LBE_f2tg.M_Dgw9e25ZCf6HZgdxtRRpzh6IFgNYJwjQqMceyQrMwJCeC7Q8RM224zJ-6QaV0ohUPfGoZVQ7AncMR5DXR5Imwp07wSF0fewoHJMkxmgi21SeoRO-gWu8mrHpsowiHe-naBGy4mk1ErLwxxn_5Q32w_fQUanAX2sW9lMCpVPYOnNDo96KseDmIABTUvPsc0L8vJN3n6pJbhDcMQPhsi2tA5Fc-HvynobO1wnnmEy5iKrd2BgRglFToFUUc78HTYJjGtUVYhv3aEWh74Mo-r4y18um5Ok6UOgGz34yeaqsQ30Adwff-JRQ7aiI2rP007Ea65ZzUwUbjj7xU1TTwO0JxRQ1jLAPcQvIKWw90kEW7X_oo2SdHKfmghrAgLTamEkpy8tCX_Jt7XsNOySuPV6xf_12EkLS8CHJliLFBJh3rCW6-T_p7AiTvhHZiM70TfI1H6YzsM1CumWh1RSyrc14BjO_0DPFL1RUXVuywAgr2qITs1fmc6nQv6fT5tFzeJ9TMq6wzO-kOU2cNYiyDoi4LD813Xknggk9xfVMnVt9pmeugs0G5T8304jCupIDRGJ-5lpV54lS0lYeH0xQZ7Doyceg0jsJMUVoU7niM6c77bi4tCERfLIxlceDi2x6f0jNwBsthYE36-ccN1mAnGyEnFVAlPOxjmEYsNoo9xdx4NUoD1k3JduXcKyiOtI1kSL5kK4taU-UxEqhOCZKbLiqOsHEEtO3PssKpg5CLU6QgV9JEgr0Xp-rLhEKDYP2Jd_TN2jHBaG6JLxXawUjvQjObt5eNVWyUUT_XWmTXXg48wqZdAzrJPbbw0qcWEA_6TO0fi10Ft_G8UiWl5SQ31pJ1qkAfppqqnwyo7upJNnS8AU7wvQIMVDK90pSphgLuYxIIk0NDyfbe9HkxcBVRB0Q.Q3Ff0xWylW9YsjF9QbXLmQ'} |
7 | AuthorizationResponse | {
"access_token": "PaKilZfB8Ee1dVkq6Eni",
"expires_in": 3599,
"id_token": {
"at_hash": "PRof140b7D-5utjUYzcKmg",
"aud": [
"vjgFTPPhMNNxHtPjrpc0"
],
"exp": 1560787926,
"iat": 1560784506,
"iss": "https://isamfed.com:30443/test",
"nonce": "qagyxb6VMpWBTPfd",
"sub": "testuser"
},
"scope": "openid",
"state": "fGDMQeJwVQ6XVFEn",
"token_type": "bearer"
}
|
7 | phase | <--<-- 7 --- AccessToken -->--> |
7 | phase | <--<-- 8 --- Done -->--> |
7 | end | |
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 |