0.0 | phase | <--<-- 0 --- Note -->--> |
12.403 | phase | <--<-- 1 --- Webfinger -->--> |
12.403 | not expected to do | WebFinger |
12.403 | phase | <--<-- 2 --- Discovery -->--> |
12.403 | not expected to do | Dynamic discovery |
12.404 | phase | <--<-- 3 --- Registration -->--> |
12.404 | 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:61401/authz_cb'], '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'}
|
12.404 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit"
],
"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_cb"
],
"request_uris": [
"https://op.certification.openid.net:61401/requests/876669ef2b3891075309a06e00b98e6ace4cfca108af01becb9a804fff95d8c4#VJEDrcnlahkBT0na"
],
"response_types": [
"id_token token"
]
}
|
12.771 | http response | url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
|
12.772 | RegistrationResponse | {
"client_id": "dc-lEUky9BIO5GZYOjKxvhUJp",
"client_name": "dc-lEUky9BIO5GZYOjKxvhUJp",
"client_secret": "KDiaWKaPBE0lso0qsnh42c",
"client_secret_expires_at": 0,
"grant_access_session_revocation_api": false,
"grant_types": [
"implicit"
],
"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_cb"
],
"refresh_token_rolling_policy": "server_default",
"response_types": [
"id_token token"
],
"scope": "address phone edit openid profile admin email",
"token_endpoint_auth_method": "client_secret_basic",
"validate_using_all_eligible_atms": false
}
|
12.772 | phase | <--<-- 4 --- AsyncAuthn -->--> |
12.773 | AuthorizationRequest | {
"client_id": "dc-lEUky9BIO5GZYOjKxvhUJp",
"nonce": "9lBqxPijFWdrd4Vr",
"prompt": [
"none"
],
"redirect_uri": "https://op.certification.openid.net:61401/authz_cb",
"response_type": "id_token token",
"scope": "openid",
"state": "wmCdyhsqe2W49ZeH"
}
|
12.773 | redirect url | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=wmCdyhsqe2W49ZeH&nonce=9lBqxPijFWdrd4Vr&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&prompt=none&client_id=dc-lEUky9BIO5GZYOjKxvhUJp |
12.773 | redirect | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=wmCdyhsqe2W49ZeH&nonce=9lBqxPijFWdrd4Vr&response_type=id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&prompt=none&client_id=dc-lEUky9BIO5GZYOjKxvhUJp |
13.012 | http args | {} |
13.176 | response | URL with fragment |
13.176 | response | state=wmCdyhsqe2W49ZeH&error=login_required |
13.177 | response | {'state': 'wmCdyhsqe2W49ZeH', 'error': 'login_required'} |
13.177 | AuthorizationErrorResponse | {
"error": "login_required",
"state": "wmCdyhsqe2W49ZeH"
}
|
13.177 | AuthorizationErrorResponse | {
"error": "login_required",
"state": "wmCdyhsqe2W49ZeH"
}
|
13.177 | phase | <--<-- 5 --- Done -->--> |
13.177 | end | |
13.178 | assertion | VerifyErrorMessage |
13.178 | condition | verify-error-response: status=OK [Checks that the last response was a JSON encoded error message] |
13.178 | condition | Done: status=OK |