0.0 | phase | <--<-- 0 --- Note -->--> |
3.316 | phase | <--<-- 1 --- Webfinger -->--> |
3.316 | not expected to do | WebFinger |
3.316 | phase | <--<-- 2 --- Discovery -->--> |
3.316 | not expected to do | Dynamic discovery |
3.316 | phase | <--<-- 3 --- Registration -->--> |
3.316 | 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'}
|
3.316 | 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#WP0Z1BjMsu6TzRfl"
],
"response_types": [
"code"
]
}
|
3.725 | http response | url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
|
3.726 | RegistrationResponse | {
"client_id": "dc-s6Q0cDCJxJHbGaEQZ4j7NM",
"client_name": "dc-s6Q0cDCJxJHbGaEQZ4j7NM",
"client_secret": "uFfKndHb5YpWFa5rFzvTBg",
"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
}
|
3.726 | phase | <--<-- 4 --- AsyncAuthn -->--> |
3.727 | AuthorizationRequest | {
"client_id": "dc-s6Q0cDCJxJHbGaEQZ4j7NM",
"display": "page",
"nonce": "jR5pKh2RdZxIW1Xf",
"redirect_uri": "https://op.certification.openid.net:61401/authz_cb",
"response_type": "code",
"scope": "openid",
"state": "SensMT5abC4NoJzI"
}
|
3.727 | redirect url | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=SensMT5abC4NoJzI&nonce=jR5pKh2RdZxIW1Xf&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&display=page&client_id=dc-s6Q0cDCJxJHbGaEQZ4j7NM |
3.727 | redirect | https://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=SensMT5abC4NoJzI&nonce=jR5pKh2RdZxIW1Xf&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&display=page&client_id=dc-s6Q0cDCJxJHbGaEQZ4j7NM |
9.082 | response | Response URL with query part |
9.082 | response | {'code': '8Je2c3AXpPrfdn1B3kz7euqc9kIffUPPkvu5OBB_', 'state': 'SensMT5abC4NoJzI'} |
9.082 | response | {'code': '8Je2c3AXpPrfdn1B3kz7euqc9kIffUPPkvu5OBB_', 'state': 'SensMT5abC4NoJzI'} |
9.083 | AuthorizationResponse | {
"code": "8Je2c3AXpPrfdn1B3kz7euqc9kIffUPPkvu5OBB_",
"state": "SensMT5abC4NoJzI"
}
|
9.083 | phase | <--<-- 5 --- Done -->--> |
9.083 | end | |
9.083 | assertion | VerifyResponse |
9.083 | condition | verify-response: status=OK [Checks that the last response was one of a possible set of OpenID Connect Responses] |
9.084 | condition | Done: status=OK |