Advanced Spring Security - How to create multiple Spring Security Configurations

preview_player
Показать описание
In this comprehensive tutorial, we'll guide you through the process of setting up and managing multiple Spring Security configurations for your applications. We will demonstrate real-world scenarios and best practices, ensuring that you understand the fundamentals of implementing various authentication and authorization schemes.

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

rare to see a good java content like what you are producting, congrats for that Dan.

vgwmmwp
Автор

Found value? Holy moly...absolutely! Invaluable channel. Period.

SleepThatBurns
Автор

Thank you so much, I'm building an app as a university project and I needed separate UserDetails interface implementation for two entities. Tried everything with one configuration and went past your video (thought it's not what I'm searching for). Basically after spending 4 hours you helped me, definitely new sub :) I love Spring.

benjaminpeljto
Автор

Really thanks you for this series of videos about Spring Security, I start to understand it very well and appreciate how Spring Boot simplifies the security side of our applications.

marouaniAymen
Автор

Really useful tutorial. Short and to the point.
Thank you!

informatik
Автор

useful, thank you!!! I applied this to your video with resource server with oauth, get token works with basic and API with bearer token

TheGuroguro
Автор

Dan makes it look so easy. Thanks buddy!

justreason
Автор

Thank you, I need this topic these days..

pad
Автор

Awesome video! Seems to me this way of decoupling might be useful if I wanna separate my security configurations for my SPA web client and mobile client since both requires different types of filters and possibly different oauth flow

fusing
Автор

@Dan Vega
Thank you very much for this very much useful video! You're doing good job, very clean and concise explanations. :)

MradnanBIH
Автор

I'm not getting why the apiSecurityFilterChain ("api/**") matches the "/h2-console"-request.
15:19

ddarkodev
Автор

Great video and explanation Dan! It seems that for higher versions of Spring Boot (e.g. 3.1.5), securityFilterChain method has to be modified to specify appropriate MVC matcher. Would you know the reason behind the same? Also, what could be the probable fix?

ankushanandjec
Автор

could you please make a video about spring security with oauth2 inside it, , and how does it look like if the be and fe place on different domain

ajimulyadi
Автор

This is good information but I need to have multiple logins and security configurations for different user types. I need a login page for regular users and a login for administrators backed by a postgres database. My security for the regular users works fine but the security for admin users is not working always goes back to the login page for managers. Do you have any security videos for different user types?

andrelong
Автор

I need to perform LDAP authentication and thus generate a JWT token, do you know how to do this?

alefsousaaguiardaniel
Автор

good one! what's the theme of intelliJ? thanks!

headshotmaster
Автор

Hi Dan. You are doing a great job by explaining updates after 2.7.0 springBoot version. Could you explain please why I can still access secured pages even after I logged out? and how It could be fixed? thanks

uigreseu
Автор

Hi, thank's for this video, I just needed this for my work this week !
Is it possible to do a video on Spring Security ACL with Domain Object Security ?
Have a good day !

Trodix
Автор

Great. Can you also explain how to handle 2 different authorization servers like jwt token can be from Keycloak auth server or Spring Auth server?

chrispure
Автор

Hey Dan thank you for this awesome tutorial. I'm not finding the annotation @SecurityMatcher can you help me with that.

hasseneayoub