Test Info

Issuerhttps://oidc-conformance.ping-eng.com:9031
Profile[]
Test IDOP-Req-login_hint
Test descriptionProviding login_hint
Timestamp2018-09-20T18:52:22Z

Conditions


verify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message]
Done: status=OK

Trace Output

0.0phase<--<-- 0 --- VerifyConfiguration -->-->
0.0phase<--<-- 1 --- Note -->-->
4.911phase<--<-- 2 --- Webfinger -->-->
4.911not expected to doWebFinger
4.911phase<--<-- 3 --- Discovery -->-->
4.911not expected to doDynamic discovery
4.911phase<--<-- 4 --- Registration -->-->
4.911register
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'}
4.912RegistrationRequest
{
    "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#WGcwHl6OWXr9yERI"
    ],
    "response_types": [
        "code"
    ]
}
5.297http response
url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
5.298RegistrationResponse
{
    "client_id": "dc-CPa26OPVQAyD2fDTcnlA1Z",
    "client_name": "dc-CPa26OPVQAyD2fDTcnlA1Z",
    "client_secret": "1zQA7rw5CLSaVec2ESuJAi",
    "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
}
5.298phase<--<-- 5 --- AsyncAuthn -->-->
5.299AuthorizationRequest
{
    "client_id": "dc-CPa26OPVQAyD2fDTcnlA1Z",
    "login_hint": "joe",
    "nonce": "zvk8WyQhMeAxGc35",
    "redirect_uri": "https://op.certification.openid.net:61401/authz_cb",
    "response_type": "code",
    "scope": "openid",
    "state": "t08U7rWgAxSpmMpQ"
}
5.299redirect urlhttps://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=t08U7rWgAxSpmMpQ&nonce=zvk8WyQhMeAxGc35&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&login_hint=joe&client_id=dc-CPa26OPVQAyD2fDTcnlA1Z
5.299redirecthttps://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=t08U7rWgAxSpmMpQ&nonce=zvk8WyQhMeAxGc35&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&login_hint=joe&client_id=dc-CPa26OPVQAyD2fDTcnlA1Z
10.032responseResponse URL with query part
10.033response{'code': 'FdXsQhMAp1TegQH-aHZRYydSn1qrX7HPOWf1lT8I', 'state': 't08U7rWgAxSpmMpQ'}
10.033response{'code': 'FdXsQhMAp1TegQH-aHZRYydSn1qrX7HPOWf1lT8I', 'state': 't08U7rWgAxSpmMpQ'}
10.034AuthorizationResponse
{
    "code": "FdXsQhMAp1TegQH-aHZRYydSn1qrX7HPOWf1lT8I",
    "state": "t08U7rWgAxSpmMpQ"
}
10.034phase<--<-- 6 --- Done -->-->
10.034end
10.034assertionVerifyAuthnResponse
10.034conditionverify-authn-response: status=OK [Checks that the last response was a JSON encoded authentication message]
10.034conditionDone: status=OK

Result

PASSED