java-tutorials/spring-security-modules/spring-security-web-x509
anuragkumawat 1c24d18f62 JAVA-14886 Update spring-security-web-x509 module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12902) 2022-10-29 14:18:52 +05:30
..
spring-security-web-x509-basic-auth JAVA-14886 Update spring-security-web-x509 module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12902) 2022-10-29 14:18:52 +05:30
spring-security-web-x509-client-auth JAVA-14886 Update spring-security-web-x509 module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12902) 2022-10-29 14:18:52 +05:30
store JAVA-69: Renamed spring-security-x509 to spring-security-web-x509 2020-08-18 15:39:46 +05:30
README.md JAVA-69: README updates 2020-08-18 15:43:55 +05:30
pom.xml JAVA-5223: Fix formatting of POMs (Spring Security Modules) 2021-05-17 20:22:27 +05:30

README.md

Spring Security Web - X.509

This module contains articles about X.509 authentication with Spring Security

Relevant Articles:

Note for the X.509 Authentication in Spring Security:

All the ready to use certificates are located in the store directory. The application is already configured to use these files. This means the app works out of the box.

However, it's highly recommended that you follow the article step by step and generate all the needed files by yourself. This will let you understand the topic more deeply.