java-tutorials/spring-security-modules/spring-security-x509
Krzysiek b2af9262a2 JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
..
spring-security-x509-basic-auth JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
spring-security-x509-client-auth JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
store JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
README.md JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
pom.xml JAVA-42: Upgrade spring-security-x509 to Spring Boot 2 2020-03-31 22:55:19 +02:00

README.md

Spring Security 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.