Add Compromised Password Checker Sample

Closes gh-278
This commit is contained in:
Marcus Hert Da Coregio
2024-06-26 13:48:16 -03:00
parent e11d1cb770
commit 35a7ad06a9
14 changed files with 655 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ include ":servlet:java-configuration:max-sessions"
include ":servlet:java-configuration:saml2:login"
include ":servlet:spring-boot:java:authentication:username-password:user-details-service:custom-user"
include ":servlet:spring-boot:java:authentication:username-password:mfa"
include ":servlet:spring-boot:java:authentication:username-password:compromised-password-checker"
include ":servlet:spring-boot:java:data"
include ":servlet:spring-boot:java:hello"
include ":servlet:spring-boot:java:hello-security"