
if6vq (if6vq) asked a question.
Hello,
This morning when I was trying to access my working okta developer account using "Google Sing In" option I was presented with an error depicted below. If anyone could elaborate on how I could resolve this, that would be great. Had to create new account with personal email to post this question, because otherwise I cannot access anything else.

Good morning Mihhail,
Here is a list of possible caused of issue:
Authorize request is invalid which triggers from a misconfiguration, in your authorize URL or within the application settings in Okta.
Th redirect_uri provided is unrecognized, where there is an issue with the client_id.
Next steps:
Please check the following:
Ensure OIDC application and supplication that you are testing is set to ACTIVE in Okta
Ensure client_id provided is valid
Ensure the client_id you are using is associated with the Okta org that you are making the request to
Ensure the client_id matches the one shown in the Admin Console, as client_ids are case sensitive in OAuth
Ensure there is no spaces in client_id or any of the provided parameters
If you're still having issue, please open a support ticket so a session can be held with the customer to identify the issue as you will need to share information that is not appropriate for public forum.