by Alessandro | Sep 27, 2014 | Java, Spring Security
This post is a Spring Security form login tutorial which uses the Spring Java Configuration annotations rather than the XML Configuration. The post builds on the previous Form Login post translating all the XML Configuration into Java Configuration.
by Alessandro | Jun 9, 2014 | Java, OAuth, Spring Security
This post is a Spring Security OAuth 1.0 3-Legged authentication tutorial. Spring Security OAuth supports 3-Legged authentication out of the box, this includes both the Provider and the Consumer side of the process. This is the third post in a three part series:
by Alessandro | Jun 3, 2014 | Java, OAuth, Spring Security
This post is a Spring Security OAuth 1.0 2-Legged authentication tutorial. The post will show you how to configure and modify the Spring Security OAuth library in order to support 2-Legged OAuth. This is the second post in a three part series.
by Alessandro | May 9, 2014 | Java, OAuth, Spring Security
This post is a Spring Security OAuth 1.0 0-Legged authentication tutorial. The post will show you how to configure a signed fetch using the Spring Security OAuth library. This is the first post in a three part series.
by Alessandro | Apr 1, 2014 | Java, Spring Security
This post is a Spring Security form login tutorial. The post will show you how to configure form based login using the following methods to store credentials:
- Hardcoded with plain text
- Hardcoded using SHA1 encoded passwords
- JDBC based
- MongoDB based (these principles could be applied to any database)