Test Info

Issuerhttps://oidc-conformance.ping-eng.com:9031
Profile[]
Test IDOP-Response-Missing
Test descriptionAuthorization request missing the response_type parameter
Timestamp2018-09-21T17:58:56Z

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 --- Webfinger -->-->
0.0not expected to doWebFinger
0.0phase<--<-- 1 --- Discovery -->-->
0.0not expected to doDynamic discovery
0.0phase<--<-- 2 --- Registration -->-->
0.0register
kwargs:{'response_types': ['code token'], 'grant_types': ['authorization_code', 'implicit'], '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'}
0.001RegistrationRequest
{
    "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_cb"
    ],
    "request_uris": [
        "https://op.certification.openid.net:61401/requests/876669ef2b3891075309a06e00b98e6ace4cfca108af01becb9a804fff95d8c4#vY04V68OySNyBsUU"
    ],
    "response_types": [
        "code token"
    ]
}
0.614http response
url:https://oidc-conformance.ping-eng.com:9031/as/clients.oauth2 status_code:201
0.615RegistrationResponse
{
    "client_id": "dc-UKAVUG1Vr0RPwhZv8owF6o",
    "client_name": "dc-UKAVUG1Vr0RPwhZv8owF6o",
    "client_secret": "JsCl6KLNjzod3cUnJF0LtX",
    "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_cb"
    ],
    "refresh_token_rolling_policy": "server_default",
    "response_types": [
        "code token"
    ],
    "scope": "address phone edit openid profile admin email",
    "token_endpoint_auth_method": "client_secret_basic",
    "validate_using_all_eligible_atms": false
}
0.615phase<--<-- 3 --- Note -->-->
2.187phase<--<-- 4 --- AsyncAuthn -->-->
2.188AuthorizationRequest
{
    "client_id": "dc-UKAVUG1Vr0RPwhZv8owF6o",
    "nonce": "AppLWXILY9065j4X",
    "redirect_uri": "https://op.certification.openid.net:61401/authz_cb",
    "scope": "openid",
    "state": "rS48TGxhqM3PB47I"
}
2.188redirect urlhttps://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=rS48TGxhqM3PB47I&nonce=AppLWXILY9065j4X&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&client_id=dc-UKAVUG1Vr0RPwhZv8owF6o
2.188redirecthttps://oidc-conformance.ping-eng.com:9031/as/authorization.oauth2?state=rS48TGxhqM3PB47I&nonce=AppLWXILY9065j4X&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61401%2Fauthz_cb&client_id=dc-UKAVUG1Vr0RPwhZv8owF6o
3.055responseResponse URL with query part
3.056response{'error_description': 'response_type is required.', 'state': 'rS48TGxhqM3PB47I', 'error': 'invalid_request'}
3.056response{'error_description': 'response_type is required.', 'state': 'rS48TGxhqM3PB47I', 'error': 'invalid_request'}
3.056AuthorizationErrorResponse
{
    "error": "invalid_request",
    "error_description": "response_type is required.",
    "state": "rS48TGxhqM3PB47I"
}
3.056AuthorizationErrorResponse
{
    "error": "invalid_request",
    "error_description": "response_type is required.",
    "state": "rS48TGxhqM3PB47I"
}
3.056phase<--<-- 5 --- Done -->-->
3.056end
3.057assertionVerifyErrorMessage
3.057conditionverify-error-response: status=OK [Checks that the last response was a JSON encoded error message]
3.057conditionDone: status=OK

Result

PASSED