Open
Description
It seems like the redirect_uri given in the authorization phase is different than the one given when requesting the token. The state and code parameters are added. But, I think according to the oauth spec, this shouldn't be the case.
https://tools.ietf.org/html/rfc6749#section-4.1.3
For context, I'm trying to use this with django-oauth-toolkit which is giving me an access_denied error because the redirect_uri's don't match exactly.
Metadata
Metadata
Assignees
Labels
No labels