-
Notifications
You must be signed in to change notification settings - Fork 887
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
No auth configuration available for refresh token #427
Comments
Having the same issue, is this solved? |
I am not sure if this is the right solution, but this may help.
|
prior to saving your authState json, ensure you have updated the authState with an
after your handler gets new I have to say that the documentation is not very extended in how to do this |
This is quite helpful, if you see no refresh-token being provided either the first time tokens are generated or when they are refreshed, make sure to include |
I was missing |
are you talking about setting like this for |
When i use the method
performActionWithFreshTokens
after the auth flow completion, and after the access_token is expired, I receive:java.lang.IllegalStateException: No authorization configuration available for refresh request
What could be gone wrong? Parsing the response? I've saved the authState json previously, but I don't see any lastAuthorizationResponse key...
The text was updated successfully, but these errors were encountered: