0.0 | phase | <--<-- 0 --- Note -->--> |
9.712 | phase | <--<-- 1 --- Webfinger -->--> |
9.712 | not expected to do | WebFinger |
9.712 | phase | <--<-- 2 --- Discovery -->--> |
9.713 | not expected to do | Dynamic discovery |
9.713 | phase | <--<-- 3 --- Registration -->--> |
9.713 | 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: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'}
|
9.713 | RegistrationRequest | {
"application_type": "web",
"contacts": [
"roland@example.com"
],
"grant_types": [
"implicit",
"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#9fK00yJOvTm9PMmk"
],
"response_types": [
"code id_token token"
]
}
|
10.035 | http response | url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
|
10.036 | RegistrationResponse | {
"client_id": "dc-9tE6J31WW9kjrFlhpn7OwB",
"client_name": "dc-9tE6J31WW9kjrFlhpn7OwB",
"client_secret": "yJEKBzNSFGHcOvvZsCwyaM",
"client_secret_expires_at": 0,
"grant_access_session_revocation_api": false,
"grant_types": [
"implicit",
"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 id_token token"
],
"scope": "address phone edit openid profile admin email",
"token_endpoint_auth_method": "client_secret_basic",
"validate_using_all_eligible_atms": false
}
|
10.036 | phase | <--<-- 4 --- AsyncAuthn -->--> |
10.037 | AuthorizationRequest | {
"client_id": "dc-9tE6J31WW9kjrFlhpn7OwB",
"nonce": "3KeV0EgFm9uPmzBu",
"prompt": [
"none"
],
"redirect_uri": "https://op.certification.openid.net:61401/authz_post",
"response_mode": "form_post",
"response_type": "code id_token token",
"scope": "openid",
"state": "6HvKKGsKYsDXMcxR"
}
|
10.037 | redirect url | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=6HvKKGsKYsDXMcxR&nonce=3KeV0EgFm9uPmzBu&response_type=code+id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_post&response_mode=form_post&prompt=none&client_id=dc-9tE6J31WW9kjrFlhpn7OwB |
10.037 | redirect | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=6HvKKGsKYsDXMcxR&nonce=3KeV0EgFm9uPmzBu&response_type=code+id_token+token&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_post&response_mode=form_post&prompt=none&client_id=dc-9tE6J31WW9kjrFlhpn7OwB |
10.485 | response | Form post |
10.486 | response | {'state': '6HvKKGsKYsDXMcxR', 'error': 'login_required'} |
10.486 | response | {'state': '6HvKKGsKYsDXMcxR', 'error': 'login_required'} |
10.486 | AuthorizationErrorResponse | {
"error": "login_required",
"state": "6HvKKGsKYsDXMcxR"
}
|
10.486 | AuthorizationErrorResponse | {
"error": "login_required",
"state": "6HvKKGsKYsDXMcxR"
}
|
10.486 | phase | <--<-- 5 --- Done -->--> |
10.486 | end | |
10.487 | assertion | VerifyErrorMessage |
10.487 | condition | verify-error-response: status=OK [Checks that the last response was a JSON encoded error message] |
10.487 | condition | Done: status=OK |