Test Info

Issuerhttps://oidc-conformance.ping-eng.com:9031
Profile[]
Test IDOP-prompt-none-NotLoggedIn
Test descriptionRequest with prompt=none when not logged in
Timestamp2018-09-20T18:47:23Z

Conditions


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

Trace Output

0.0phase<--<-- 0 --- Note -->-->
3.73phase<--<-- 1 --- Webfinger -->-->
3.731not expected to doWebFinger
3.731phase<--<-- 2 --- Discovery -->-->
3.731not expected to doDynamic discovery
3.731phase<--<-- 3 --- Registration -->-->
3.731register
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.731RegistrationRequest
{
    "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#3SufyYAnlnvxyVvn"
    ],
    "response_types": [
        "code"
    ]
}
4.233http response
url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
4.234RegistrationResponse
{
    "client_id": "dc-Dncfs8MdI4fqi6tmO9Jio1",
    "client_name": "dc-Dncfs8MdI4fqi6tmO9Jio1",
    "client_secret": "n8EKFLP4K8dDSICO7KA8jF",
    "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
}
4.234phase<--<-- 4 --- AsyncAuthn -->-->
4.235AuthorizationRequest
{
    "client_id": "dc-Dncfs8MdI4fqi6tmO9Jio1",
    "nonce": "iQo6n4O6CApSVqp8",
    "prompt": [
        "none"
    ],
    "redirect_uri": "https://op.certification.openid.net:61401/authz_cb",
    "response_type": "code",
    "scope": "openid",
    "state": "YNCJau0S6LIWGRvf"
}
4.235redirect urlhttps://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=YNCJau0S6LIWGRvf&nonce=iQo6n4O6CApSVqp8&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&prompt=none&client_id=dc-Dncfs8MdI4fqi6tmO9Jio1
4.235redirecthttps://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=YNCJau0S6LIWGRvf&nonce=iQo6n4O6CApSVqp8&response_type=code&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&prompt=none&client_id=dc-Dncfs8MdI4fqi6tmO9Jio1
4.587responseResponse URL with query part
4.587response{'state': 'YNCJau0S6LIWGRvf', 'error': 'login_required'}
4.587response{'state': 'YNCJau0S6LIWGRvf', 'error': 'login_required'}
4.587AuthorizationErrorResponse
{
    "error": "login_required",
    "state": "YNCJau0S6LIWGRvf"
}
4.587AuthorizationErrorResponse
{
    "error": "login_required",
    "state": "YNCJau0S6LIWGRvf"
}
4.588phase<--<-- 5 --- Done -->-->
4.588end
4.588assertionVerifyErrorMessage
4.588conditionverify-error-response: status=OK [Checks that the last response was a JSON encoded error message]
4.588conditionDone: status=OK

Result

PASSED