Learn how we can verify if our users are logging in from a new device/location.
Also find me here:
Baeldung Author
Daniel Barrigas
I'm a passionate software craftsman that is always on the lookout for new challenges to develop and sharpen my skills. My interests reside mainly on distributed systems, message driven solutions, observability and big data.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (4)
- Spring (1)
- Java Collections (1)
- Java (1)
- DevOps (1)
- Architecture (1)
Self-Healing Applications with Kubernetes and Spring Boot
Filed under Architecture, DevOps, Spring
Learn how to weave Kubernetes, Docker, and Boot together to create applications that self-heal.
Removing Elements from Java Collections
Filed under Java, Java Collections
A quick tutorial to removing elements from Java Collection using different methods.
OAuth2 – @EnableResourceServer vs @EnableOAuth2Sso
Filed under Spring Security
Learn how to set up an OAuth2 Client and Resource Server using Spring’s @EnableResourceServer and @EnableOAuth2Sso annotations.
Extracting Principal and Authorities using Spring Security OAuth
Filed under Spring Security
Learn how to extract user information in an OAuth setup.
Spring Security Custom AuthenticationFailureHandler
Filed under Spring Security
Learn how to customize application’s authentication failure handler by using the Spring’s AuthenticationFailureHandler interface.