fief_client.client.FiefRequestError: [400] - {"error":"invalid_grant"} #341
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 |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
same since some days only, worked before |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions