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": "M19ZgPDsTr4B599V",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "xJSi24fyqEd1cEGA"
}
|
0 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=xJSi24fyqEd1cEGA&nonce=M19ZgPDsTr4B599V&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
0 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=xJSi24fyqEd1cEGA&nonce=M19ZgPDsTr4B599V&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&client_id=clientID |
1 | http args | {} |
1 | response | URL with fragment |
1 | response | access_token=x8qDr0xo3eCjsqsg1QO6&state=xJSi24fyqEd1cEGA&expires_in=3599&token_type=bearer&code=y4kbZeO9mdqtF7PcQmPpH7glUrPdXK&scope=openid |
1 | response | {'access_token': 'x8qDr0xo3eCjsqsg1QO6', 'state': 'xJSi24fyqEd1cEGA', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'y4kbZeO9mdqtF7PcQmPpH7glUrPdXK', 'scope': 'openid'} |
1 | AuthorizationResponse | {
"access_token": "x8qDr0xo3eCjsqsg1QO6",
"code": "y4kbZeO9mdqtF7PcQmPpH7glUrPdXK",
"expires_in": 3599,
"scope": "openid",
"state": "xJSi24fyqEd1cEGA",
"token_type": "bearer"
}
|
1 | phase | <--<-- 4 --- AccessToken -->--> |
1 | request | op_args: {'state': 'xJSi24fyqEd1cEGA'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
1 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': 'y4kbZeO9mdqtF7PcQmPpH7glUrPdXK', 'state': 'xJSi24fyqEd1cEGA', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'xJSi24fyqEd1cEGA', 'authn_method': 'client_secret_basic'}
|
1 | AccessTokenRequest | {
"code": "y4kbZeO9mdqtF7PcQmPpH7glUrPdXK",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "xJSi24fyqEd1cEGA"
}
|
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%3A61771%2Fauthz_cb&code=y4kbZeO9mdqtF7PcQmPpH7glUrPdXK&state=xJSi24fyqEd1cEGA |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': '3fCskKgQQFha9wqcfPia', 'refresh_token': '575KagTHqVgluLYHwElK06FBcdfKXwDFs2NW3Ec0', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0._QpsmTA-M2AO2MllpAkN-eyVr7-aITR8oSRDQNL7EGYNDS6zZ_KJBA.l7DeGI-DiEYryj0tvUH0Eg.7LdkhWOnWzqaqSdfbpz89lbjAXXwxKQE6THTUTexFDRqPmKbSE_PumF7hTZOWRjGZDaRZsok7lks2Z1HX8tUYUKGmHCO7_LqJaaWOduK93Mt1bTbvtgtyl_2_bbGEU_yOb3W9gyc-A7fuJkHvXVSulGT8JmWcKfVnd05DqS32WTua9xB_aDTBoGqxkiRyGx4bbjlqrPt2HqRnxjwqit_onKrHnG5MILtj-TO7T8fGdoxJdDxNd2YyRMR27g7-f3Y0Ysbty0hBnxX5F7Iqdk2fhr2Po_EZsMBb0bS_2V6o1cUzJ8Q7O712t4o1MAUokOxm7w9kqFYqxvmLdUH_Z6ewskl331yuzvnFRlYN-gQH4l1hloOIwjgKfmwKLmNp4GkzIHQ8wLM-McOrwbWrImxOPlPcEsFaq8cBkh35-O8NORLyieOaOMgk-MP7XKi3Yt7qSrI4eJW5tTAzms4uej-e0vpcG_oGbMh6w_ztOAeC435Aw9ZZeIjJM2FzDGXGChR0HVUQUObqmq_W4X7Cheaqx0WXJG5OMKHqp9cN8wPOBxn5dGuWUhE-xP50f9M59eC9Gn5c3d4mQeqfu0044lFdF3xafkAsJxU4EwuOFPhEPWE_FvPQI7XSMY6JgSLZY1M07ZY_et_RL3UdnqJPTsnSwXiuSRCeTBv45yKsptGk3m0rIG1gJglftZiPjA1dTQDPfekrTXG-pNbJFrx7q2QQqmsC_FwLKL8fqy2HgSmL8Guio7XF8hB4eH37eRmA2V279V90A4jb3kGkTnyhRG8Xzq56XBZWV_MqqbjO1DzBoYsySgYMo5Dhjp6-7dv1QqxtZytaPa2IvmPJd3Pe_Xv5RlK7ZPZzxUFPeSglQdofDCk79vjDqjF0-QttOrMJhLLO9us3O1ExobB7NyWWYRk93uqpXrKDaKrnBCNsJ_uDRdhJc-JseHQEXQOc9-kDSvR.I3XsREEaZE-j8lFQbi09OA', 'token_type': 'bearer', 'expires_in': 3599} |
2 | AccessTokenResponse | {
"access_token": "3fCskKgQQFha9wqcfPia",
"expires_in": 3599,
"id_token": {
"at_hash": "XYz5fBjdsuxn3SFXuRpVkQ",
"aud": [
"clientID"
],
"exp": 1560835194,
"iat": 1560831774,
"iss": "https://isamfed.com:30443/test",
"nonce": "M19ZgPDsTr4B599V",
"rt_hash": "NPNwBClp7P8Ynf5NxcrI0g",
"sub": "testuser"
},
"refresh_token": "575KagTHqVgluLYHwElK06FBcdfKXwDFs2NW3Ec0",
"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 --- AsyncAuthn -->--> |
2 | AuthorizationRequest | {
"client_id": "clientID",
"max_age": 10000,
"nonce": "WACCS0sMEs1D3z0C",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "CIt25Ejd4EkOHeCi"
}
|
2 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=CIt25Ejd4EkOHeCi&nonce=WACCS0sMEs1D3z0C&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&max_age=10000&client_id=clientID |
2 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=CIt25Ejd4EkOHeCi&nonce=WACCS0sMEs1D3z0C&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&max_age=10000&client_id=clientID |
3 | http args | {} |
3 | response | URL with fragment |
3 | response | access_token=hOqZE00kgIGe3g8YL4yA&state=CIt25Ejd4EkOHeCi&expires_in=3599&token_type=bearer&code=6Tn2GNFSVw3vS6MDvUMgqQ20mT1eTz&scope=openid |
3 | response | {'access_token': 'hOqZE00kgIGe3g8YL4yA', 'state': 'CIt25Ejd4EkOHeCi', 'expires_in': 3599, 'token_type': 'bearer', 'code': '6Tn2GNFSVw3vS6MDvUMgqQ20mT1eTz', 'scope': 'openid'} |
3 | AuthorizationResponse | {
"access_token": "hOqZE00kgIGe3g8YL4yA",
"code": "6Tn2GNFSVw3vS6MDvUMgqQ20mT1eTz",
"expires_in": 3599,
"scope": "openid",
"state": "CIt25Ejd4EkOHeCi",
"token_type": "bearer"
}
|
3 | phase | <--<-- 6 --- AccessToken -->--> |
3 | request | op_args: {'state': 'CIt25Ejd4EkOHeCi'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb'} |
3 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61771/authz_cb', 'code': '6Tn2GNFSVw3vS6MDvUMgqQ20mT1eTz', 'state': 'CIt25Ejd4EkOHeCi', 'grant_type': 'authorization_code', 'client_id': 'clientID'}, 'state': 'CIt25Ejd4EkOHeCi', 'authn_method': 'client_secret_basic'}
|
3 | AccessTokenRequest | {
"code": "6Tn2GNFSVw3vS6MDvUMgqQ20mT1eTz",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61771/authz_cb",
"state": "CIt25Ejd4EkOHeCi"
}
|
3 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
3 | request_http_args | {'headers': {'Authorization': 'Basic Y2xpZW50SUQ6Y2xpZW50U2VjcmV0', 'Content-Type': 'application/x-www-form-urlencoded'}} |
3 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61771%2Fauthz_cb&code=6Tn2GNFSVw3vS6MDvUMgqQ20mT1eTz&state=CIt25Ejd4EkOHeCi |
4 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
4 | response | {'access_token': 'oa2hZULbUG6Aug5bwvKs', 'refresh_token': 's3IpFLrJX0MtIHDE9fhzpNbuo2dJyJZSCosQ2foD', 'scope': 'openid', 'id_token': 'eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiY3R5IjoiSldUIn0.tKee6SNk7pCiOI-eYanHFd2tQGgss2Q5z_TGeEQBlZq3YcRqcUIARA.AwBcDWmFMfTysRfCmxyKqw.jp26mYtALM1t9AE_pMm0Vj_XmOE1K4VzeHJ4wXvVEagkFAtM50jqJ36XT-_seMyJL6PeIxMHUWILeev62u9rjC4ayTpuJLZub25ZDl4ca3nmb1dqLhumCcv42QClFoassany3MVEvT6njUvLlRy04Gu-9rcZPcI3JHxz-nT29OYKH_ISOgKGiw8hasa4WQT_S5r57RG1SCMhdFYKt9Y0Xqv96P8sPnfS-Jg5EtO3asqjvVAgAfB6uwO1cb4dhfhfkwOSIE2wzSHubHQoyJM8hd0ycIjMBXM_CesL9fnrIkGihfHXfKalDwtePsTZOocNav9KuuV7n3zsVJs8ax8Hol3KAEiTlwARSDH-LElEGDokUtI3deJEFJtEtLX5Ljj_T1W_1W5B8UnMdS72tKfmaDrGhRDJubNJBCuTyjWDnEv51eVfOs4nEc0EPuSb2AGaJvsVRAEJuEY-AshtAVW5JL2AKYnQcPfG8xuShWkLD7RZxk34vSMeHUJaCYgoR98ixAzEsG59yFM60QmdCXsrv09RyJQAYN3tRzrngHky0jSyOCTWp85-_MmYZanjw1PnKOYRX5xRNEag-gRW7NU5fH3suFfNd-5F3DbezfLelZgtVHGMrkDdBGzgbgxl5r7RatpwmBrUukjkeAXIH2EAvFFycNMv2_2ecbKe3NormFoISmUnvcdyrFXnS0tWaNKb6YSOM5ncJSItbHhUSRB2RZVF57I_S5XZWSNrM5QQ9rPkZecl7micRvEuCOisWJ85vn5ANduY3VHrboJCl2R7jKFoZFHUtG_gt89Ax_pK-ct12D1jB_w73ZRXodNzFtUEcjQTTsau4o_b-OP1gbbW4ww9NgSgttWpjOan-yRQvPqZoWVpWTWtwdam7DJzr1t6CfiYt4o7O69fxJ98vw3a35O4wnYzxUoDTBXwIe_lLExvcSKc_fVYvAQtPXmPiW0O0ZOtek3G7TO_k6TeNGT7na3PPIqq3-8sCskVVXCaNow.8TPnHwa49RB8WZ3wXlUdmQ', 'token_type': 'bearer', 'expires_in': 3599} |
4 | AccessTokenResponse | {
"access_token": "oa2hZULbUG6Aug5bwvKs",
"expires_in": 3599,
"id_token": {
"at_hash": "PFxDz0QPo03hYJRW9Pamnw",
"aud": [
"clientID"
],
"auth_time": 1560831776,
"exp": 1560835196,
"iat": 1560831776,
"iss": "https://isamfed.com:30443/test",
"nonce": "WACCS0sMEs1D3z0C",
"rt_hash": "2y5Q4NcgOoaS3shpvqm75A",
"sub": "testuser"
},
"refresh_token": "s3IpFLrJX0MtIHDE9fhzpNbuo2dJyJZSCosQ2foD",
"scope": "openid",
"token_type": "bearer"
}
|
4 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
4 | jwe header | {'alg': 'A128KW', 'enc': 'A128CBC-HS256', 'cty': 'JWT'} |
4 | phase | <--<-- 7 --- Done -->--> |
4 | end | |
4 | assertion | ClaimsCheck |
4 | condition | claims-check: status=OK [Checks if specific claims is present or not] |
4 | assertion | SameAuthn |
4 | condition | Done: status=OK |