0.0 | phase | <--<-- 0 --- Note -->--> |
31.628 | phase | <--<-- 1 --- Webfinger -->--> |
31.629 | not expected to do | WebFinger |
31.629 | phase | <--<-- 2 --- Discovery -->--> |
31.629 | not expected to do | Dynamic discovery |
31.629 | phase | <--<-- 3 --- Registration -->--> |
31.629 | 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_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'}
|
31.629 | 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_cb"
],
"request_uris": [
"https://op.certification.openid.net:61401/requests/876669ef2b3891075309a06e00b98e6ace4cfca108af01becb9a804fff95d8c4#X46HMZFDNIRJqYJi"
],
"response_types": [
"code"
]
}
|
32.101 | http response | url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
|
32.102 | RegistrationResponse | {
"client_id": "dc-mxyJrSIFSUrZuWyAl8vRgU",
"client_name": "dc-mxyJrSIFSUrZuWyAl8vRgU",
"client_secret": "g0ZduH2wfka1OPoupq579w",
"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_cb"
],
"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
}
|
32.102 | phase | <--<-- 4 --- AsyncAuthn -->--> |
32.103 | AuthorizationRequest | {
"client_id": "dc-mxyJrSIFSUrZuWyAl8vRgU",
"display": "popup",
"nonce": "eCV3IN1QB0XIYwa3",
"redirect_uri": "https://op.certification.openid.net:61401/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "Nvi1JvZ9o2FvCWIO"
}
|
32.103 | redirect url | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=Nvi1JvZ9o2FvCWIO&nonce=eCV3IN1QB0XIYwa3&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&display=popup&client_id=dc-mxyJrSIFSUrZuWyAl8vRgU |
32.103 | redirect | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=Nvi1JvZ9o2FvCWIO&nonce=eCV3IN1QB0XIYwa3&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&display=popup&client_id=dc-mxyJrSIFSUrZuWyAl8vRgU |
37.849 | response | Response URL with query part |
37.85 | response | {'code': 'z-hvTDDafWAddMvNPxro8Kn1A50vBQXUlLxMlDEs', 'state': 'Nvi1JvZ9o2FvCWIO'} |
37.85 | response | {'code': 'z-hvTDDafWAddMvNPxro8Kn1A50vBQXUlLxMlDEs', 'state': 'Nvi1JvZ9o2FvCWIO'} |
37.85 | AuthorizationResponse | {
"code": "z-hvTDDafWAddMvNPxro8Kn1A50vBQXUlLxMlDEs",
"state": "Nvi1JvZ9o2FvCWIO"
}
|
37.85 | phase | <--<-- 5 --- Done -->--> |
37.85 | end | |
37.851 | assertion | VerifyResponse |
37.851 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
37.851 | condition | Done: status=OK |