0.0 | phase | <--<-- 0 --- Webfinger -->--> |
0.0 | not expected to do | WebFinger |
0.0 | phase | <--<-- 1 --- Discovery -->--> |
0.0 | not expected to do | Dynamic discovery |
0.0 | phase | <--<-- 2 --- Registration -->--> |
0.0 | register | kwargs:{'response_types': ['code'], 'grant_types': ['authorization_code'], 'application_name': 'OIC test tool', 'application_type': 'web', 'redirect_uris': ['https://op.certification.openid.net:61401/authz_post'], 'contacts': ['roland@example.com'], 'post_logout_redirect_uris': ['https://op.certification.openid.net:61401/logout'], 'url': 'https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2', 'jwks_uri': 'https://op.certification.openid.net:61401/static/jwks_61401.json'}
|
0.001 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61401/static/jwks_61401.json",
"post_logout_redirect_uris": [
"https://op.certification.openid.net:61401/logout"
],
"redirect_uris": [
"https://op.certification.openid.net:61401/authz_post"
],
"request_uris": [
"https://op.certification.openid.net:61401/requests/876669ef2b3891075309a06e00b98e6ace4cfca108af01becb9a804fff95d8c4#gEGn7azoPhtsVcGK"
],
"response_types": [
"code"
]
}
|
0.337 | http response | url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
|
0.338 | RegistrationResponse | {
"client_id": "dc-pMpoICM7WijVbbLifahaK8",
"client_name": "dc-pMpoICM7WijVbbLifahaK8",
"client_secret": "tNY0MPRoigTbJoijVI6EFa",
"client_secret_expires_at": 0,
"grant_access_session_revocation_api": false,
"grant_types": [
"authorization_code"
],
"jwks_uri": "https://op.certification.openid.net:61401/static/jwks_61401.json",
"persistent_grant_expiration_type": "server_default",
"pingaccess_logout_capable": false,
"redirect_uris": [
"https://op.certification.openid.net:61401/authz_post"
],
"refresh_token_rolling_policy": "server_default",
"response_types": [
"code"
],
"scope": "address phone edit openid profile admin email",
"token_endpoint_auth_method": "client_secret_basic",
"validate_using_all_eligible_atms": false
}
|
0.338 | phase | <--<-- 3 --- AsyncAuthn -->--> |
0.338 | AuthorizationRequest | {
"client_id": "dc-pMpoICM7WijVbbLifahaK8",
"nonce": "dv2b64kYhndDaGbe",
"redirect_uri": "https://op.certification.openid.net:61401/authz_post",
"response_mode": "form_post",
"response_type": "code",
"scope": "openid",
"state": "5bjTA965ADiA6sxK"
}
|
0.339 | redirect url | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=5bjTA965ADiA6sxK&nonce=dv2b64kYhndDaGbe&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_post&response_mode=form_post&client_id=dc-pMpoICM7WijVbbLifahaK8 |
0.339 | redirect | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=5bjTA965ADiA6sxK&nonce=dv2b64kYhndDaGbe&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_post&response_mode=form_post&client_id=dc-pMpoICM7WijVbbLifahaK8 |
5.86 | response | Form post |
5.86 | response | {'code': 'cmOKpmimFik2Ng9p1ttI-w4DZYcLcpjquofYO1gu', 'state': '5bjTA965ADiA6sxK'} |
5.861 | response | {'code': 'cmOKpmimFik2Ng9p1ttI-w4DZYcLcpjquofYO1gu', 'state': '5bjTA965ADiA6sxK'} |
5.861 | AuthorizationResponse | {
"code": "cmOKpmimFik2Ng9p1ttI-w4DZYcLcpjquofYO1gu",
"state": "5bjTA965ADiA6sxK"
}
|
5.861 | phase | <--<-- 4 --- Done -->--> |
5.861 | end | |
5.862 | assertion | VerifyAuthnResponse |
5.862 | condition | verify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message] |
5.862 | condition | Done: status=OK |