Test Info

Issuerhttps://cloud-api.loginradius.com/sso/oidc/v2/internal-mayank/oidctest
Profile[]
Test IDOP-Response-Missing
Test descriptionAuthorization request missing the response_type parameter
Timestamp2020-07-09T09:21:47Z

Conditions


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

Trace Output

0phase<--<-- 0 --- Webfinger -->-->
0not expected to doWebFinger
0phase<--<-- 1 --- Discovery -->-->
0provider_config
kwargs:{'issuer': 'https://cloud-api.loginradius.com/sso/oidc/v2/internal-mayank/oidctest'}
1http response
url:https://cloud-api.loginradius.com/sso/oidc/v2/internal-mayank/oidctest/.well-known/openid-configuration status_code:200
1ProviderConfigurationResponse
{
    "acr_values_supported": [
        "loginradius:nist:level:1:re-auth"
    ],
    "authorization_endpoint": "https://cloud-api.loginradius.com/sso/oidc/v2/oidctest/authorize",
    "backchannel_logout_session_supported": false,
    "backchannel_logout_supported": false,
    "claims_parameter_supported": false,
    "claims_supported": [
        "LastName",
        "phone_number_verified",
        "name",
        "locale",
        "auth_time",
        "Uid",
        "Favicon",
        "website",
        "gender",
        "FirstName",
        "CustomFields.customerid",
        "birthdate",
        "acr",
        "profile",
        "email_verified",
        "phone_number",
        "updated_at",
        "email",
        "address",
        "preferred_username",
        "picture",
        "zoneinfo",
        "Country",
        "given_name",
        "nickname",
        "family_name",
        "UserName",
        "middle_name"
    ],
    "frontchannel_logout_session_supported": false,
    "frontchannel_logout_supported": false,
    "grant_types_supported": [
        "authorization_code",
        "refresh_token"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ],
    "issuer": "https://cloud-api.loginradius.com/sso/oidc/v2/internal-mayank/oidctest",
    "jwks_uri": "https://cloud-api.loginradius.com/sso/oidc/v2/internal-mayank/oidctest/jwks",
    "request_parameter_supported": false,
    "request_uri_parameter_supported": true,
    "require_request_uri_registration": false,
    "response_modes_supported": [
        "query",
        "form_post",
        "fragment"
    ],
    "response_types_supported": [
        "code",
        "token",
        "id_token",
        "code token",
        "code id_token",
        "token id_token",
        "code token id_token"
    ],
    "revocation_endpoint": "https://cloud-api.loginradius.com/sso/oidc/v2/oidctest/revoke",
    "scopes_supported": [
        "openid",
        "email",
        "phone",
        "profile",
        "address"
    ],
    "subject_types_supported": [
        "public"
    ],
    "token_endpoint": "https://cloud-api.loginradius.com/sso/oidc/v2/oidctest/token",
    "token_endpoint_auth_methods_supported": [
        "client_secret_post",
        "client_secret_basic"
    ],
    "userinfo_endpoint": "https://cloud-api.loginradius.com/sso/oidc/v2/internal-mayank/oidctest/userinfo",
    "version": "3.0"
}
1phase<--<-- 2 --- Registration -->-->
1not expected to doDynamic registration
1phase<--<-- 3 --- Note -->-->
3phase<--<-- 4 --- AsyncAuthn -->-->
3AuthorizationRequest
{
    "client_id": "112563f6-1480-40b8-8e28-e072ca212c82",
    "nonce": "sy2RqphrwCzyBGaq",
    "redirect_uri": "https://op.certification.openid.net:61909/authz_cb",
    "scope": "openid",
    "state": "G2Df8seJL4ACOi3v"
}
3redirect urlhttps://cloud-api.loginradius.com/sso/oidc/v2/oidctest/authorize?state=G2Df8seJL4ACOi3v&nonce=sy2RqphrwCzyBGaq&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61909%2Fauthz_cb&client_id=112563f6-1480-40b8-8e28-e072ca212c82
3redirecthttps://cloud-api.loginradius.com/sso/oidc/v2/oidctest/authorize?state=G2Df8seJL4ACOi3v&nonce=sy2RqphrwCzyBGaq&scope=openid&redirect_uri=https%3A%2F%2Fop.certification.openid.net%3A61909%2Fauthz_cb&client_id=112563f6-1480-40b8-8e28-e072ca212c82
4responseResponse URL with query part
4response{'error': 'invalid_request', 'error_description': 'The response_type is a required parameter'}
4response{'error': 'invalid_request', 'error_description': 'The response_type is a required parameter'}
4AuthorizationErrorResponse
{
    "error": "invalid_request",
    "error_description": "The response_type is a required parameter"
}
4AuthorizationErrorResponse
{
    "error": "invalid_request",
    "error_description": "The response_type is a required parameter"
}
4phase<--<-- 5 --- Done -->-->
4end
4assertionVerifyErrorMessage
4conditionverify-error-response: status=OK [Checks that the last response was a JSON encoded error message]
4conditionDone: status=OK

Result

PASSED