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

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

Part 04
Spring Authorization Server
Spring Resource Server
Spring OAuth2 Client

@WillyHomeLab

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

Thank you so much for your videos. I'm using Spring Boot 3.x and deploying microservices with Spring Cloud in my project, so I have to use the latest version of Spring Security. However, there aren't many videos or blogs introducing the basics of Spring Security 6 in China. I've watched a lot of your videos in the past few days and learned a lot. Thank you again!

seaharuki
Автор

Thanks for your invaluable time creating this content. Please, can you explain why do we need client and resource server ?. All the best for you.

mayikx
Автор

Thank you very much for this walkthrough. I have downloaded your program, and it works perfectly. Could you please provide an example of a customized login page? Once again, thank you.

szwgged
Автор

If i don't want to use http exchange, can i use rest template or something like that to fetch resources? would rest template automatically add access token and refresh tokens, and also will it automatically refresh the access token when is about to expire?

neroliciousable
Автор

Is there anyway i can view the access and refresh token from the client .I have installed the JWT plugin in chrome, but could get view the same

rajeevjayaram
Автор

Can anyone help me.
I am getting an error that there are 4 authentication manager and none is marked as primary.
However I have tried multiple ways to fix it but it does not get fix.
Please help me to fix it.

mayankgupta