Tag: Spring Security
-
How to Disable Spring Security Logout Redirects
1. Overview In this short tutorial, we’re going to take a close look at how to disable logout redirects in Spring Security. We’ll first …
-
Spring Security vs Apache Shiro
1. Overview Security is a primary concern in the world of application development, especially in the area of enterprise web and mobile …
-
Spring Security With Auth0
1. Overview Auth0 provides authentication and authorization services for various types of applications like Native, Single Page …
-
Disable Security for a Profile in Spring Boot
1. Overview In this tutorial, we’re going to take a look at how we can disable Spring Security for a given profile. 2. Configuration First …
-
Deep Dive to OAuth2.0 and JWT (Part 4 JWT Use Case)
Up your Spring Security game! Scenario Assume that you are building an application for a hypothetical store …
-
Integrate SSO With Spring Boot and OAuth 2.0
Integrate SSO with Spring Boot and OAuth 2.0. Single sign-on (SSO) is the standard nowadays, regardless of industry or company …
-
3 Books and Courses to Learn Spring Security 5 in Depth
Spring Security is one of the most popular projects under the Spring Framework umbrella, which addresses security requirements for modern …
-
Spring Cleaning: Vulnerabilities Disclosed in Spring
162 security vulnerabilities disclosed in Java’s top 10 libraries, including Jackson, Spring, and Jetty. Spring Framework The Spring …
-
Authenticating with Amazon Cognito Using Spring Security
1. Introduction In this tutorial, we will look at how we can use Spring Security‘s OAuth 2.0 support to authenticate with Amazon Cognito. …
-
Spring Data-LDAP: Part 2
Now, since we have plugged in the LDAP information, it is time to stitch it with Spring Security. The easiest thing to do …
-
Spring Security Kerberos Integration
1. Overview In this tutorial, we’ll provide an overview of Spring Security Kerberos. We’ll write a Kerberos client in Java that …
●●●