0 | phase | <--<-- 0 --- Webfinger -->--> |
0 | not expected to do | WebFinger |
0 | phase | <--<-- 1 --- Discovery -->--> |
0 | provider_config | kwargs:{'issuer': 'https://isamfed.com:30443/test'}
|
1 | http response | url:https://isamfed.com:30443/test/.well-known/openid-configuration status_code:200
|
1 | 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"
}
|
1 | phase | <--<-- 2 --- Registration -->--> |
1 | register | kwargs:{'response_types': ['code id_token token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61737/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61737/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61737/static/jwks_61737.json', 'token_endpoint_auth_method': 'private_key_jwt', 'request_object_signing_alg': 'none'}
|
1 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61737/static/jwks_61737.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61737/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61737/authz_cb"
],
"request_object_signing_alg": "none",
"response_types": [
"code 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": "9N831Bq2VECO9Eo7Ysxb",
"client_id_issued_at": 1560783971,
"client_secret": "1jSYWCroy0Rq1FmB1B1L",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code",
"implicit"
],
"jwks_uri": "https://op.certification.openid.net:61737/static/jwks_61737.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61737/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61737/authz_cb"
],
"registration_access_token": "vTrXotWoZ9wlnFsi5LTD",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=9N831Bq2VECO9Eo7Ysxb",
"request_object_signing_alg": "none",
"response_types": [
"code",
"id_token",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"client_id": "9N831Bq2VECO9Eo7Ysxb",
"nonce": "UtcxaRjg7m7oXNMS",
"redirect_uri": "https://op.certification.openid.net:61737/authz_cb",
"request_uri": "https://op.certification.openid.net:61737/export/BSbcjXRLcw.jwt",
"response_type": "code id_token token",
"scope": "openid",
"state": "TZ3lTlusIfc7BMyW"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=TZ3lTlusIfc7BMyW&nonce=UtcxaRjg7m7oXNMS&response_type=code+id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fauthz_cb&client_id=9N831Bq2VECO9Eo7Ysxb&request_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fexport%2FBSbcjXRLcw.jwt |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=TZ3lTlusIfc7BMyW&nonce=UtcxaRjg7m7oXNMS&response_type=code+id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fauthz_cb&client_id=9N831Bq2VECO9Eo7Ysxb&request_uri=https%3A%2F%2Fop.certification.openid.net%3A61737%2Fexport%2FBSbcjXRLcw.jwt |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=a3Vc672bwC8SJOGVbMYy&state=TZ3lTlusIfc7BMyW&expires_in=3599&token_type=bearer&code=gJvaFvpCPW3YwwQkBoJM2QsYRS9bc7&scope=openid&id_token=eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.bXeMmEOxaE5KQDAmLCobhnkypYD6yRcWzXc2MuGBUYL9gRorAEpLHd2Mn4v9jQ3i8_ANdYO-FD04eQQl5sxDkXwWX_fL9B-7YdGlSp-Q2JMOyewXZRyprHURVN7f7eDMXgDsDG_RlC18d6mdzrWL6dvw0U4Mg7z0O8ZkH43WaGvMyeLdAkgW8-ig19ZaDcWS627QgJgDFGXHY_EFtGcc1uEHf6FRaikIZYd3rBllCDR35j7to1imTiFoJIbOFsjyXL4Daq4P0_Z3rQyAcT69FqRxVdnE5i-Nv2_CxESvM7N5421XssdgaxPH54brUgjGp5sAMrQO_qorNcp8j9qyOw.-L5E0MSVmqauGyA79FK9OA.zqca40vMPhNDZiWwW9cHaF1ys6iQy6B39ukO0mLMULo412u9YPTSyTtp9vXYBSFdVkQLdGokZxeKb8Xzd2yod4laZQYqU5gAYvoLLEM5WJerXVYbJFM4U49pgtuRiWyR1gcwzv573yqIwZW-osrzZ6vw-Gr0Se7i4bTBvUELJKBI_mTsXJFpU3BNKSSSgWDAVDU-2AmoFj_QCjFEQrhLKgZ3qGVO65ZMkFUVCVQI6Ow7-PceqDQ1iMLNqeFBxhPgGnKp37EFfrihleAWYKYre0_AcvrXP8-3xNBT4JWZKipw6enBwfOQgeN_QkCzPxoSgJA51rxveZXZc41ezddnJVa69ADFIOXMvBt9TZr5qOBcNGQQb4N2Biu863WU_7orDxVWukzKdoBx4FNvEH2taR21wCjeZtYCMpr3CTNkZewnez4AIevwAjl-dxazhzrKcMn2WVOOrNosMm_fb72zCHqptdTye2PdLfp8wE4NBJRnrUEBSxDr5aacmSjAOlzFHd66qfFdAwBADT5Wk6DgY6RQSK4RbvXoxCtG2MRsaoU0G3ulS4nkXfRtlVdFxidsLxaM1AIqSgJG4mVjcHOUb848DoM1nrE9PnxZ2__A5IEXX1xfAlZaml7Ugz_jEMVF3YLpVNV9lHZdS8298BgbgWzpvH4-c9mNX33yXnVy0vcrPKc_VwW9Pj809BgFJmEE4FWmQVHWhjSAuNTN6pZJyvHNw73iO1obUMdFoQkew7QWdLOyKE0YWOkiQECYb7gIborPtq7wwTi1bQGdZPiOsemVkcY6PBJG4YPchJT7BSuu_RFdE42MNA8Ia3z_soqph3odWFYGFWmCMICLWXpnZ077yup7BsTK5LR3o3HmUSiD_rrfJ9IQp0taq6NYSn7wB6SKDvfdp-_biL490yHSo5BUYHXEyWKf73kOBMJ4Th6KrRCXFjTKPtgPpEOdclFUBSn4AdvuMVwBfIw0pZL29A.GZ-TV4ZOMP7pMLQ2LBaKkA |
2 | response | {'access_token': 'a3Vc672bwC8SJOGVbMYy', 'state': 'TZ3lTlusIfc7BMyW', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'gJvaFvpCPW3YwwQkBoJM2QsYRS9bc7', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.bXeMmEOxaE5KQDAmLCobhnkypYD6yRcWzXc2MuGBUYL9gRorAEpLHd2Mn4v9jQ3i8_ANdYO-FD04eQQl5sxDkXwWX_fL9B-7YdGlSp-Q2JMOyewXZRyprHURVN7f7eDMXgDsDG_RlC18d6mdzrWL6dvw0U4Mg7z0O8ZkH43WaGvMyeLdAkgW8-ig19ZaDcWS627QgJgDFGXHY_EFtGcc1uEHf6FRaikIZYd3rBllCDR35j7to1imTiFoJIbOFsjyXL4Daq4P0_Z3rQyAcT69FqRxVdnE5i-Nv2_CxESvM7N5421XssdgaxPH54brUgjGp5sAMrQO_qorNcp8j9qyOw.-L5E0MSVmqauGyA79FK9OA.zqca40vMPhNDZiWwW9cHaF1ys6iQy6B39ukO0mLMULo412u9YPTSyTtp9vXYBSFdVkQLdGokZxeKb8Xzd2yod4laZQYqU5gAYvoLLEM5WJerXVYbJFM4U49pgtuRiWyR1gcwzv573yqIwZW-osrzZ6vw-Gr0Se7i4bTBvUELJKBI_mTsXJFpU3BNKSSSgWDAVDU-2AmoFj_QCjFEQrhLKgZ3qGVO65ZMkFUVCVQI6Ow7-PceqDQ1iMLNqeFBxhPgGnKp37EFfrihleAWYKYre0_AcvrXP8-3xNBT4JWZKipw6enBwfOQgeN_QkCzPxoSgJA51rxveZXZc41ezddnJVa69ADFIOXMvBt9TZr5qOBcNGQQb4N2Biu863WU_7orDxVWukzKdoBx4FNvEH2taR21wCjeZtYCMpr3CTNkZewnez4AIevwAjl-dxazhzrKcMn2WVOOrNosMm_fb72zCHqptdTye2PdLfp8wE4NBJRnrUEBSxDr5aacmSjAOlzFHd66qfFdAwBADT5Wk6DgY6RQSK4RbvXoxCtG2MRsaoU0G3ulS4nkXfRtlVdFxidsLxaM1AIqSgJG4mVjcHOUb848DoM1nrE9PnxZ2__A5IEXX1xfAlZaml7Ugz_jEMVF3YLpVNV9lHZdS8298BgbgWzpvH4-c9mNX33yXnVy0vcrPKc_VwW9Pj809BgFJmEE4FWmQVHWhjSAuNTN6pZJyvHNw73iO1obUMdFoQkew7QWdLOyKE0YWOkiQECYb7gIborPtq7wwTi1bQGdZPiOsemVkcY6PBJG4YPchJT7BSuu_RFdE42MNA8Ia3z_soqph3odWFYGFWmCMICLWXpnZ077yup7BsTK5LR3o3HmUSiD_rrfJ9IQp0taq6NYSn7wB6SKDvfdp-_biL490yHSo5BUYHXEyWKf73kOBMJ4Th6KrRCXFjTKPtgPpEOdclFUBSn4AdvuMVwBfIw0pZL29A.GZ-TV4ZOMP7pMLQ2LBaKkA'} |
2 | AuthorizationResponse | {
"access_token": "a3Vc672bwC8SJOGVbMYy",
"code": "gJvaFvpCPW3YwwQkBoJM2QsYRS9bc7",
"expires_in": 3599,
"id_token": {
"at_hash": "CakOSVIw8C2V27sirIMUhg",
"aud": [
"9N831Bq2VECO9Eo7Ysxb"
],
"c_hash": "6M2HAde3OWaRNrWU_Gpaog",
"exp": 1560787391,
"iat": 1560783971,
"iss": "https://isamfed.com:30443/test",
"nonce": "UtcxaRjg7m7oXNMS",
"sub": "testuser"
},
"scope": "openid",
"state": "TZ3lTlusIfc7BMyW",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- Done -->--> |
2 | end | |
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 |