Unable to Authenticate using OAuth 2.0

@mkp

The error message indicates that there is an issue with either the client_id or the redirect_uri, or possibly both. Please verify that the client_id you’re using matches the apiKey of the application you’ve set up. Also, ensure that the redirect_uri is consistent with the one you specified during the app creation process.

Thank you!