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': ['code token'], 'grant_types': ['authorization_code', 'implicit'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61707/authz_cb'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61707/logout'], 'url': 'https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition', 'jwks_uri': 'https://op.certification.openid.net:61707/static/jwks_61707.json', 'token_endpoint_auth_method': 'private_key_jwt'}
|
0 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit",
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61707/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61707/authz_cb"
],
"response_types": [
"code 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": "w3zcgJuyAGZgZqsZpPwo",
"client_id_issued_at": 1560784296,
"client_secret": "onLUk8mxSX6unvMO88U4",
"client_secret_expires_at": 0,
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit",
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61707/static/jwks_61707.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61707/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61707/authz_cb"
],
"registration_access_token": "B4MbFiJLj6xhHWNg5r4k",
"registration_client_uri": "https://isamfed.com:30443/mga/sps/oauth/oauth20/register/OIDCDefinition?client_id=w3zcgJuyAGZgZqsZpPwo",
"response_types": [
"code",
"token"
],
"token_endpoint_auth_method": "private_key_jwt"
}
|
1 | phase | <--<-- 3 --- AsyncAuthn -->--> |
1 | AuthorizationRequest | {
"acr_values": "1 2",
"client_id": "w3zcgJuyAGZgZqsZpPwo",
"nonce": "P4sO9aTlM2sE7Uzq",
"redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
"response_type": "code token",
"scope": "openid",
"state": "pQ2dvLxtzLDMrugg"
}
|
1 | redirect url | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=pQ2dvLxtzLDMrugg&nonce=P4sO9aTlM2sE7Uzq&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&acr_values=1+2&client_id=w3zcgJuyAGZgZqsZpPwo |
1 | redirect | https://isamfed.com:30443/mga/sps/oauth/oauth20/authorize?state=pQ2dvLxtzLDMrugg&nonce=P4sO9aTlM2sE7Uzq&response_type=code+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&acr_values=1+2&client_id=w3zcgJuyAGZgZqsZpPwo |
2 | http args | {} |
2 | response | URL with fragment |
2 | response | access_token=4Q7wLOqFtAABC7S74iQd&state=pQ2dvLxtzLDMrugg&expires_in=3599&token_type=bearer&code=mJzv6WOeHKzVpsCTpqPNLWjKKxNtZa&scope=openid |
2 | response | {'access_token': '4Q7wLOqFtAABC7S74iQd', 'state': 'pQ2dvLxtzLDMrugg', 'expires_in': 3599, 'token_type': 'bearer', 'code': 'mJzv6WOeHKzVpsCTpqPNLWjKKxNtZa', 'scope': 'openid'} |
2 | AuthorizationResponse | {
"access_token": "4Q7wLOqFtAABC7S74iQd",
"code": "mJzv6WOeHKzVpsCTpqPNLWjKKxNtZa",
"expires_in": 3599,
"scope": "openid",
"state": "pQ2dvLxtzLDMrugg",
"token_type": "bearer"
}
|
2 | phase | <--<-- 4 --- AccessToken -->--> |
2 | request | op_args: {'state': 'pQ2dvLxtzLDMrugg'}, req_args: {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb'} |
2 | do_access_token_request | kwargs:{'request_args': {'redirect_uri': 'https://op.certification.openid.net:61707/authz_cb', 'code': 'mJzv6WOeHKzVpsCTpqPNLWjKKxNtZa', 'state': 'pQ2dvLxtzLDMrugg', 'grant_type': 'authorization_code', 'client_id': 'w3zcgJuyAGZgZqsZpPwo'}, 'state': 'pQ2dvLxtzLDMrugg', 'authn_method': 'private_key_jwt'}
|
2 | AccessTokenRequest | {
"client_assertion": "eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAidzN6Y2dKdXlBR1pnWnFzWnBQd28iLCAic3ViIjogInczemNnSnV5QUdaZ1pxc1pwUHdvIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJZWlRqNG4zZzNqYmtraWRZUEljOGloQ1VFRUpMSFloYSIsICJleHAiOiAxNTYwNzg0ODk4LCAiaWF0IjogMTU2MDc4NDI5OH0.lUqWTJwZtf37lSwqrp5gVKGOgjD66j3ZADSCv7ySnxv1CIi6gN5dNhIwNlEz2nnftnP7GEklnQp4lcN7YMV9ASNcJ9dr3klcDasueys62_sJVDPeBqT65DrowLKjYw8R36hVoP6sbmoUOn_IX_yIWpIQJfHQDmGm1d4a6h7VqLm1-Qp1r7urQLYMCPxIcC-pn6nWeYTCQxsz9WqeCpO3NxY5bmSuxy5GKN89rP3b7jiQU_84Ry-rmwXzYMlCK0wjDufJIYwZp6BL_ehHrjlrRFKvwGRapgQsK4ZXmxDtXUjFXgYXFefQy2gUg4Z6lA9jPrmfZvkzI6uf4QqB16_rJg",
"client_assertion_type": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer",
"code": "mJzv6WOeHKzVpsCTpqPNLWjKKxNtZa",
"grant_type": "authorization_code",
"redirect_uri": "https://op.certification.openid.net:61707/authz_cb",
"state": "pQ2dvLxtzLDMrugg"
}
|
2 | request_url | https://isamfed.com:30443/mga/sps/oauth/oauth20/token |
2 | request_http_args | {'headers': {'Content-Type': 'application/x-www-form-urlencoded'}} |
2 | request | grant_type=authorization_code&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61707%2Fauthz_cb&code=mJzv6WOeHKzVpsCTpqPNLWjKKxNtZa&state=pQ2dvLxtzLDMrugg&client_assertion=eyJhbGciOiJSUzI1NiIsImtpZCI6Ind0MjVPZ3lSX256RzNPb1E3ZGFhMnJMNi1nTW5GZGZSekJqaFVWUHU4UlEifQ.eyJpc3MiOiAidzN6Y2dKdXlBR1pnWnFzWnBQd28iLCAic3ViIjogInczemNnSnV5QUdaZ1pxc1pwUHdvIiwgImF1ZCI6IFsiaHR0cHM6Ly9pc2FtZmVkLmNvbTozMDQ0My9tZ2Evc3BzL29hdXRoL29hdXRoMjAvdG9rZW4iXSwgImp0aSI6ICJZWlRqNG4zZzNqYmtraWRZUEljOGloQ1VFRUpMSFloYSIsICJleHAiOiAxNTYwNzg0ODk4LCAiaWF0IjogMTU2MDc4NDI5OH0.lUqWTJwZtf37lSwqrp5gVKGOgjD66j3ZADSCv7ySnxv1CIi6gN5dNhIwNlEz2nnftnP7GEklnQp4lcN7YMV9ASNcJ9dr3klcDasueys62_sJVDPeBqT65DrowLKjYw8R36hVoP6sbmoUOn_IX_yIWpIQJfHQDmGm1d4a6h7VqLm1-Qp1r7urQLYMCPxIcC-pn6nWeYTCQxsz9WqeCpO3NxY5bmSuxy5GKN89rP3b7jiQU_84Ry-rmwXzYMlCK0wjDufJIYwZp6BL_ehHrjlrRFKvwGRapgQsK4ZXmxDtXUjFXgYXFefQy2gUg4Z6lA9jPrmfZvkzI6uf4QqB16_rJg&client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer |
2 | http response | url:https://isamfed.com:30443/mga/sps/oauth/oauth20/token status_code:200
|
2 | response | {'access_token': 'hveG1UdOPYlEbQYfwoC9', 'refresh_token': 'Fy5IG1GHvkOj466Y1M75ZdVpQCfbGp6aY7JpDrJN', 'scope': 'openid', 'id_token': 'eyJhbGciOiJSU0EtT0FFUC0yNTYiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2Iiwia2lkIjoiZ3RINHYzWXIyUXFMcmVCU3owQnlRUTh2a2Y4ZUZvMUtJaXQzcy0zQmJ3dyIsImN0eSI6IkpXVCJ9.BNpWNYCg1GErPJnFIkvEDn-klRxS-d_-MaeQ1bJMOf-dbBnRFZvxLXhMrhHtGjrRE4VTIEzw3JSCjXeJOd-MU-EFT1zIsvKylpAhm99I8t8jrXqcMuNId52f4PhFIm50eY47vBKDz2lDQjVbVFDura6Zo7qgrvnqA1fez6U9KAk1Yl39Zb1RWgyddu4NOwE-venLQAQaZUGHl-ifm1TV0jt98JDie5KpR0yEbIsQDn0Lrm7e9osTohGFPFXZXjFqYQ-0fwUfJ_k83wxK08JZ73LL-8C5_pjhRjKbKMXZRuHFgDuX42maoVaEEGVhH6cKQubO2APr6wZ2dXaMwMrlPA.0M9QNV6qcpmf162WOEE2uA.Z-cuiGzt4jq_OFqW5-t6-D8w-W0jCzCKQ1onifj960moKoz7uchMtgpGm6DNELKQSNb4h-RPC5KfyKfNM-oCln9-0VLoE2P2o0fom-bt1zEe1L_DxqTfVBSWNwu1mRGBfyceZWB2eqgXHjfezUlRDQXyNCJBMsH1YYtECK40DnUIjFJATP2_VPPyBMsL7obXnppN7yhzV0xRFTuWr9b2RkVpd6dZZDT8NqUPgpsPGI5EPjURdboJwxiEQ5ef0hFpVlI58F6zVJRYQYSFayZvzFnfKtkwzMbLKLaMyELdEJSjrV0i42D7tB0Rc9OqqOcd0CPbps--uADuIDm0aYWKMVgvqQXoKlYsaK0G-yih-RduqWYEmFHZaMymn268bf_z81ctsXqnXrbmweN_3mET_9ux3Z1XK7bMSw1fEW4irz6k62fB-bJqFle1EpwMe_7Smd6dlzQ1EbIIy52MjfYIbavddmfgcLnRez01fOgHFwch-e-_o9VhA6c4kxB7l8Qi0iwIEL62ffNoOY7Ad07yLhFoMP2dEKrmfNqMVADO8FZl0mhisSkH6rwTQi4afgK6bquNXKp0nIa4WdwZjGBGPDXqeMXg-N0U7CySK9imiQzTVM9cLA44pkUGfMZOyFsxMIlVSk5of5oEwce6jt3JOWjQ1vVNhTvjefkaWWdBCdfdyRA8nyPGaKzj7gwauhLQGe41nLrCDRC4dNZv9sVGM9XfmM_qms57okbX5nVqjH4lt_4LvQddUeZNO4bu_07AuQYwzI1NImnHgxSFMu1SwA2ngT7wUsDf2-k0smT5-s4ato13_4aJAYO5G0rIU6eyiLUhmTVpbaV23VQkdJdtd1UouAv6yJOPhq5CzPbDCyJspKT-4m5igkXgsD3YyYLInvtuEompxLJtKZmjK20xF6QntM4Y3YzOZZWC-F6q-DZWjiPWldJvBXUOJkjJEDSSVUH2YG43XxxvKBk6ecdLZA.4_NqBciT15Jk_BVFy5MskQ', 'token_type': 'bearer', 'expires_in': 3599} |
3 | AccessTokenResponse | {
"access_token": "hveG1UdOPYlEbQYfwoC9",
"expires_in": 3599,
"id_token": {
"at_hash": "f4AMHhB0hd8Sjl8RMkRatw",
"aud": [
"w3zcgJuyAGZgZqsZpPwo"
],
"exp": 1560787718,
"iat": 1560784298,
"iss": "https://isamfed.com:30443/test",
"nonce": "P4sO9aTlM2sE7Uzq",
"rt_hash": "jHDJ_AUbQiowkHABfKPFYw",
"sub": "testuser"
},
"refresh_token": "Fy5IG1GHvkOj466Y1M75ZdVpQCfbGp6aY7JpDrJN",
"scope": "openid",
"token_type": "bearer"
}
|
3 | jws header | {'kid': '_uhPdeGrTWxobFeH0XbzjJpRrzp3CB9nknx1yFV1G-0', 'alg': 'RS256'} |
3 | jwe header | {'alg': 'RSA-OAEP-256', 'enc': 'A128CBC-HS256', 'kid': 'gtH4v3Yr2QqLreBSz0ByQQ8vkf8eFo1KIit3s-3Bbww', 'cty': 'JWT'} |
3 | phase | <--<-- 5 --- Done -->--> |
3 | end | |
3 | assertion | UsedAcrValue |
3 | condition | used-acr-value: status=WARNING, message=No acr value present in the ID Token [The acr value in the ID Token] |
3 | assertion | VerifyResponse |
3 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
3 | condition | Done: status=OK |