invalid_request (Parameter redirect_uri does not match code) #531
Answered
by
panva
AdnanAliArshadtx
asked this question in
Q&A
-
I am trying to get the authentication token while this library but I am getting this error: My code is below:
It opens the authention page and after login on server we are succesfully redirected back to our end point. which is handled by end-point authorize
Is there something I am doing wrong. Please suggest. 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
panva
Sep 19, 2022
Replies: 1 comment 5 replies
-
The url passed to client.callback is supposed to be your redirect url. Not the issuer's authorization_endpoint. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
AdnanAliArshadtx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The url passed to client.callback is supposed to be your redirect url. Not the issuer's authorization_endpoint.