Example of how to Redirect to different pages after Login with Spring Security.
Also find me here:
Baeldung Author
Eugen Paraschiv
I’m a software engineer with a passion for REST, TDD and clean code, Web Security and Data Mining. Baeldung is about all of these and more.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (152)
- Spring (33)
- Spring Security (29)
- REST (23)
- Java IO (22)
- HTTP Client-Side (20)
- Jackson (17)
- Data (17)
- Java Collections (12)
- Java (9)
- Testing (8)
- Spring MVC (7)
- Maven (7)
- Spring Persistence (6)
- Persistence (6)
- Java List (6)
- JPA (6)
- Java String (5)
- Spring Web (4)
- Spring Boot (4)
- Spring Data (3)
- JSON (3)
- Security (2)
- Meta (2)
- Java Map (2)
- Java Array (2)
- Cloud (2)
- News (1)
- Java Numbers (1)
- Java Concurrency (1)
- IDE (1)
- Core Java (1)
- Artificial Intelligence (1)
- Architecture (1)
Unable to Locate Spring NamespaceHandler for XML Schema Namespace
Filed under Spring Security
Solving the – Unable to locate Spring NamespaceHandler for XML schema namespace – for all namespaces.
Spring Security Digest Authentication
Filed under Spring Security
Digest Authentication with a Spring MVC project – the XML namespace configuration and several examples of consuming the application with curl.
No Bean Named ‘springSecurityFilterChain’ is Defined
Filed under Spring Security
No bean named ‘springSecurityFilterChain’ is defined – the Problem, the causes and the solutions.
Spring NoSuchBeanDefinitionException
Filed under Spring
Causes and Solutions for the NoSuchBeanDefinitionException in Spring – “No qualifying bean of type”, “No Bean Named”, Proxied Beans, etc.
Control the Session with Spring Security
Filed under Spring Security
Configure Sessions with Spring Security – set up Concurrent Sessions, enable Session Fixation Protection and prevent URLs from containing Session information.
Spring Security Authentication Provider
Filed under Spring Security
How to Set Up a Custom Authentication Provider with Spring Security and the namespace configuration.
Spring Security Basic Authentication
Filed under Spring Security
Set up Basic Authentication in Spring – the XML Configuration, the Error Messages, and example of consuming the secured URLs with curl.
Spring BeanCreationException
Filed under Spring
A quick and practical guide to dealing with different causes of Spring BeanCreationException