Spring Security
-
Enterprise Java
Caching in Spring Boot with Spring Security
In this post, I’d like to share a lesson learned by one of the teams at O&B. They were using…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: Securing your endpoints
Up until now in our previous posts we had our endpoints and controllers secured using the default spring security configuration.…
Read More » -
Enterprise Java
Authorizing Resources Based On Who Created Them
A colleague of mine pointed me to an interesting question on StackOverflow and suggested it may be a good one…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: Password Encoder
On a previous post we used the user details service in order to provide a way to load our data…
Read More » -
Enterprise Java
Secure a Spring Microservices Architecture with Spring Security and OAuth 2.0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: UserDetailsService
As we have seen on a previous post the username and password for our spring application was configured through environmental…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: Simple authentication using the Servlet Stack
Spring security is a great framework saving lots of time and effort from the developers. Also It is flexible enough…
Read More » -
Enterprise Java
2 Ways to Setup LDAP Active Directory Authentication in Java Spring Security Example Tutorial
LDAP authentication is one of the most popular authentication mechanism around the world for enterprise application and Active directory (an…
Read More » -
Enterprise Java
Spring Security Concurrent Session Control Example Tutorial – How to limit number of User Session in Java JEE Web Application
If you don’t know, Spring security can limit the number of sessions a user can have. If you are developing a…
Read More »