Multiple Authentication Providers Spring Security

preview_player
Показать описание
In this lesson of #springsecurity, we will see how to configure multiple #authenticationproviders in your #spring or #springboot application. Authentication providers are core part of Spring security. There are multiple #authenticationprovider available OTB by Spring Security.

There are few cases where we need more than one authentication provider. This lesson covers how to create #customauthenitcationprovider and how to configure it for your spring security application.

#springboot #springsecuritycourse #springsecuritytutorial #springsecuritytutorials #springframework #security #providermanager #springmvc
Рекомендации по теме
Комментарии
Автор

Hi bro, do you think you can do some tutorials explaining how to work with Spring boot and react, specifically authentication and authorisation, the routing in react etc. It makes me all confused because both front and back end are served on different ports so how do you do that

pt_trainer
Автор

How to secure with multiple Oauth2 auth servers/ providers? example keycloak and some other Oauth2 provider, any example app or refrence?

chrispure
Автор

i have two userdetailservices employees and students, i configured two userdetails with DaoAuthenticationProvider. when i try to login with /employee/signIn or /student/singin it is checking in both userdetailservices. But i need to use respective userdetails. How to configure that bro?

vudumshiva
Автор

What if I have only username? My password (OTP) is getting verified by third party.

sush