-
Notifications
You must be signed in to change notification settings - Fork 91
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
Unable to use RefreshAccesToken() to get a new access token after the current one expires #225
Comments
I encountered the same issue. Upon investigating the asgardeo-auth-spa-sdk, I noticed that before
I believe it would be beneficial to have an option to bypass this check when attempting to refresh an expired access token. |
+1 same issue here |
A workaround would be to downgrade the SDK version to 3.0.2 |
@nisuraaa downgrade an major version can lead to a lot of other issues too 😢 |
Hi @nisuraaa and @davidtranjs, I too believe that it doesn't make sense to have @brionmario thoughts? |
+1 to remove the check. |
Ack. will send a fix. |
Trying to invoke the RefreshAccessToken() manually after the access token expires gives me the following error on the browser console
However attempting use the get a new token by sending the same refresh token via an API call (via Postman) to the Asgardeo Server is successful
Is this by design?
The text was updated successfully, but these errors were encountered: