Spring Boot 3.1.0 - Authorization Server 1.1.0 - Spring OAuth Client - Custom Login & Logout

preview_player
Показать описание
Spring Boot 3.1.0
Spring Authorization Server 1.1.0
Spring Resource Server
Spring OAuth Client
Custom Login & Logout

Spring Authorization Server Reference:

Github:

Twitter:

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

Very good this video, I was able to understand how to dynamically create external authorization server clients to obtain the application access token. Could you make a video I don't know if it's possible with an example of how it would be to do this authentication through the gateway being an oauth client that forwards tokens generated by my authorization server, but this client authentication via browser would be done without using the default login page of authorization server, but using for example the google login page that would be another authentication provider that would be used only to obtain user information, but the token that google provides would not be used in my application, as it will be used for access in the gateway's internal services, only the token generated by the authorization server after it obtains the user's information from google. Can you tell me if it would be possible to combine these two things, generate my authorization token on the server from another authentication obtained from another provider without using the default login of the authorization server, but the login page of the external provider?

saracristina
Автор

I want to add TwoFactorAuthenticationFIlter after successful login and before authorization code request attempt.
After successful two factor authentication, i want to continue the normal flow of oauth2. How to add filter in this case?
can you provide hint to do it?

siyu
Автор

I want integrate angular login app with this spring boot app.Please suggest way of implementing this ?

rababsadriwala
Автор

Hi Willy can you guide me please
I have changed the token store from in memory to db but now I am not able to logout
So please guide me to change the default logout

HimankShah-pbvb
Автор

Can you help me with generating refresh & access tokens with the help of authorization server, resource server & Client

HimankShah-pbvb
welcome to shbcf.ru