Add SAML 2.0 sample using SAML Extension's endpoints

Closes gh-76
This commit is contained in:
Marcus Da Coregio
2022-05-11 16:01:50 -03:00
parent 1aa3d010fa
commit fbe7baec45
20 changed files with 848 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ include ":servlet:spring-boot:java:oauth2:webclient"
include ":servlet:spring-boot:java:saml2:login"
include ":servlet:spring-boot:java:saml2:login-single-tenant"
include ":servlet:spring-boot:java:saml2:refreshable-metadata"
include ":servlet:spring-boot:java:saml2:custom-urls"
include ":servlet:spring-boot:kotlin:hello-security"
include ":servlet:xml:java:helloworld"
include ":servlet:xml:java:preauth"