Spring Boot 3 Tutorial Security - Oauth2 - Authorization Server - Resource Server and OAuth2 Client

preview_player
Показать описание
Spring Boot 3.0.0 Tutorial - Security - Oauth2

Part 05
Log the Oauth2 flow
Spring Authorization Server
Spring Resource Server
Spring OAuth2 Client

© 2022 Willy De Keyser, All Rights Reserved.
Рекомендации по теме
Комментарии
Автор

I have set all those applications but when it comes to token, I set its expiration time to 10 seconds without refresh token, but spring allows me to access the resources even after that time, I guess there is a session somewhere recreating another token

tiagovieira
Автор

Everything is working well providing I don't have to restart neither AuthorizationServer or ResouceServer. I wonder I there is a way to make them reconnect automatically.

lucianosilva