-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Refresh Token with Spring Cloud Gateway #2714
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
Comments
Hey, did you find an issue? if you enable |
Any progress on this? |
I will check it in this week end. I was busy these days |
If you can replicate with Spring Boot 3.2 and Spring Cloud 2023 let me know. Sorry for the late reply. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Hi,
I'm working on a project in which I have a gateway which connects to keycloak in order to authenticate requests.
Everything works as expected but each time access token expires, it doesn't get renewed automatically.
I have checked keycloak properties and there are no problem with it. It returns a refresh token as well.
I've read that this kind of fix is closed (spring-attic/spring-cloud-security#175) but I still can't make it work.
I've declared a bean of type DefaultReactiveOAuth2AuthorizedClientManager but nothing changed. Version of spring cloud used 2021.0.3
The text was updated successfully, but these errors were encountered: