Hello,
I am trying to setup OAuth for my plugin but i am receiving this when sending request to https://app.frontapp.com/oauth/token
{ error: 'invalid_client', error_description: 'Invalid OAuth Client' }
What is the meaning of this response, please?
Hello,
I am trying to setup OAuth for my plugin but i am receiving this when sending request to https://app.frontapp.com/oauth/token
{ error: 'invalid_client', error_description: 'Invalid OAuth Client' }
What is the meaning of this response, please?
Best answer by justin
Hello!
Thanks for reach out regarding this. Based on your recording, it appears that you are being redirected to http, rather than https…, as specified by you Oauth client configuration.
After making this change, I would also suggest ensuring that your secret is correct for this particular client. The error we see on our end indicates that there was a failure to exchange the authorization code that can be caused by this.
If you continue to encounter errors after making these changes and confirming the details of the configuration, I would recommend reach out separately to our support team as further investigation would require attention into more private details of your Oauth client that would not be suitable for a public forum such as this.
Best,
Justin
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.