I'm developing an app with django and when I try to use auth0 for the login I get:
"error": {
"message": "Grant type 'authorization_code' not allowed for the client.",
"oauthError": "unauthorized_client",
"type": "oauth-authorization"
}
I have configured my public key and private key, the login url, and in auth0 i have configured the urls.
Additionally I notest that the mistake might be when I'm asking the access_token because i'm getting a http 403 error when i'm accessing to the auth0.com/oauth/token.
Meanwhile the server sends me this "GET /complete/auth0?redirect_state=y8oPFziJ01BmdGaRbsRJZod3GZ4dP0hW HTTP/1.1" 500 116725
I got the same issue, and I found I had to grant more permission using the Advanced setting on the Application page (Grant Type tab):
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With