-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More than one Auto Renewal calls are happening in sequence #459
Comments
I also got the "invalid_grant" error. Maybe this issue related with #390 (comment) |
Same problem here! |
The root case could be multiple open tabs. The problem is in the underlying library oidc-client-ts. See authts/oidc-client-ts#430 |
Same problem here! |
You will need to find out why it fails for your application/IDP. For others including me it works. You can do so by enabling logging like described here: https://github.com/authts/oidc-client-ts/blob/main/docs/index.md#logging |
This issue (question) staled some time ago, closing it for now. |
Hi team,
I am this library for oauth2.0 implementation . It has been observed that, some times it is making two successive calls to token -end point in silent renewal of access_token.
Though first call is successful, it is making the second call immediately to get the access token and refresh token,
and next time ,
when the refresh token used in the previous call is used in token rotation, I am getting the error response from server saying,
{"error_descirption":"Unknown, invalid or expired refresh token" , "error":"invalid_grant"}
Could some one please help me to sort out this issue.
The text was updated successfully, but these errors were encountered: