403 error on token endpoint

Hi,
I’m trying to authenticate via a a chrome extension. Using identity.launchWebAuthFlow i can correctly get a code but when i try to exchange this code for an access_token and a refresh_token, i get a 403 error.
The url is correctly put in the permissions, i use a fetch to POST to the token endpoint, the data is correctly form encoded.

Hey @Illidev, Welcome to the Auth0 Community!

What type of application have you configured on Auth0 Side? Regular Webapp or SPA?
If you can DM me your HAR file to have a look will be great!

Regards,
Sid

I managed to do it my problem is solved thank you. I had an url encoding problem in the redirect url parameter.

1 Like

Thanks Great, Thanks for letting us know!

Can you check maybe the problem lies in what @Illidev suggested above?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.