Add PKI Mutual-TLS client authentication method

Issue gh-101

Closes gh-1558
This commit is contained in:
Joe Grandja
2024-03-12 07:34:33 -04:00
parent 726096613d
commit 682c1f936e
19 changed files with 1081 additions and 15 deletions

View File

@@ -21,6 +21,8 @@ dependencies {
testImplementation "org.springframework.security:spring-security-test"
testImplementation "org.springframework:spring-webmvc"
testImplementation "org.bouncycastle:bcpkix-jdk18on"
testImplementation "org.bouncycastle:bcprov-jdk18on"
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core"