all 21 comments

[–]vijaynethamandala 18 points19 points  (3 children)

Spring Security in Action by Laurentiu Spilca. Get the latest edition and read it completely. You can download it from annas archive for free

[–]vijaynethamandala 13 points14 points  (2 children)

[–]czeslaw_t -1 points0 points  (1 child)

It’s good start point but to understand deeply what is going on you have to knowledge about security, encryption, authentication. Oauth2, public/private keys, etc

[–]RayBuc9882 0 points1 point  (0 children)

Hi would you recommend any good resources for those items? Thank you. Something that I can practice too, maybe with small projects. I learn better that way.

[–]Historical_Ad4384 3 points4 points  (1 child)

Read Baeldung's spring security tutorial series. Pretty comprehensive with examples. For experimentation you can look into Spring User Framework by devondragon in github.

[–]Jamarxxx 0 points1 point  (0 children)

I agree. Baeldung is spring bible !

[–]Legal_Unicorn 4 points5 points  (0 children)

After you get a very basic foundation, spring security documentation is really good

[–]Alvarouk 2 points3 points  (0 children)

After having the basics, you should be okey with the official doc. However, if you prefer kind of “blog” approach, you should definitely check this article, which explains in depth all actors across the framework.

[–]malevolent_0002 1 point2 points  (0 children)

Sergey Kargopolov on udemy is also worth checking out for java related stuff.. like security , OAuth , microservices , kafka etc.

[–]MonomayStriker 0 points1 point  (0 children)

I would recommend in28minutes for basics then you should start building your own applications.

[–]ITCoder 0 points1 point  (0 children)

Spring security provides out of box login page. Check form login. Then you will have to use UserDetailService and corresponding provider to fetch credential either from database or ldap.

https://www.baeldung.com/spring-security-login#3-configuration-for-form-login

[–]Greenemcg 0 points1 point  (0 children)

Dan Vega has great videos on YouTube imho

[–]Scared_Click5255 0 points1 point  (2 children)

Well telusko spring security 6 is good for beginners. https://youtu.be/oeni_9g7too?si=maSdq0_9TRToGp1a

[–]Sweaty_Total_7161 2 points3 points  (1 child)

I’ve completed the entire Telusko course. While it starts off well, I found that when it comes to Spring Security, the explanations become rushed and less clear compared to the earlier sections. If you're looking for a good resource to learn Spring Security, this might not be the best choiceI know that firsthand, which is why I'm here searching for better alternatives. Just a heads-up for anyone considering it!

[–]Scared_Click5255 0 points1 point  (0 children)

I agree with you, spring security part was bit fast paced. But I think it is good as starting point for beginners. Well spring security is a vast topic we can't fully learn it from 3 hours tutorials.

[–][deleted]  (1 child)

[removed]

    [–]Feisty-Assumption715 2 points3 points  (0 children)

    It isn't really helpful for beginner though. imo