A user receives the following error message when are redirected to the /authorize endpoint. No detailed error description appears on the page. This issue typically occurs during an attempt to initiate an OpenID Connect(OIDC) authentication flow.
400 Bad Request
- OIDC Application
The authorization request is invalid due to a misconfiguration in the authorized URL or within the application settings in Okta. If no error description appears on the page, see if the redirect_uri provided is unrecognized the usual issue is with the client_id.
Perform the following checks to resolve the error:
- Verify the application status in the Okta Admin Console. Ensure the OIDC application is set to Active.
- Check if the valid
client_idis provided in the request. - Confirm the
client_idis associated with the specific Okta organization subdomain where the request is made. - Ensure the
client_idmatches the value in the Admin Console exactly, as these values are case-sensitive. - Verify that no extraneous spaces exist in the
client_idor other request parameters.
