fief_client.client.FiefRequestError: [400] - {"error":"invalid_grant"} #341
Unanswered
harshitmaurya25
asked this question in
Q&A
Replies: 4 comments 5 replies
|
This error usually happens when the authorization code is expired or has been already used. Nothing wrong with your Redirect URI. Maybe you tried to refresh the |
0 replies
|
Am getting this error too, after 5 attempts at the redirect callback with a different code each time. I notice that the last code is noted twice w/ GET, but I think that's just how the logger displays that |
5 replies
|
same since some days only, worked before |
0 replies
|
I was able to get everything working in production like a charm, but can't figure out how to run everything locally inside docker containers. Tried lots of solutions around |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am getting this error for my web application. fief_client.client.FiefRequestError: [400] - {"error":"invalid_grant"}
I want to know the cause behind this error.
I had set two Redirect URI for my client- http://localhost:8000/auth-callback and https://(my-public-domain)/auth-callback This could be the cause but just want to be sure. Can anyone help me to understand this?
thank you
All reactions