1.3 KiB
1.3 KiB
Spring Security Login
This module contains articles about login mechanisms with Spring Security.
The Course
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
Relevant Articles:
- Spring Security Form Login
- Spring Security Logout
- Spring HTTP/HTTPS Channel Security
- Spring Security – Customize the 403 Forbidden/Access Denied Page
- Spring Security – Redirect to the Previous URL After Login
- Spring Security Custom AuthenticationFailureHandler
- Extra Login Fields with Spring Security
- More articles: [next -->]
Build the Project
mvn clean install
Run the Project
- Run the application using Maven Cargo plugin.
mvn cargo:run
- Go to the login page at http://localhost:8082/spring-security-web-login/login.html
- Login using
user1/user1Pass
details.