Move Saml2 Login Sample
To make room for more SAML 2.0 samples!
This commit is contained in:
parent
6dc97460c8
commit
7d915468ae
|
@ -42,7 +42,7 @@ Samples for https://github.com/spring-projects/spring-security
|
||||||
|
|
||||||
=== SAML 2.0
|
=== SAML 2.0
|
||||||
|
|
||||||
* https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/saml2-login[Login & Logout]
|
* https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/saml2/login[Login & Logout]
|
||||||
|
|
||||||
=== Authentication
|
=== Authentication
|
||||||
|
|
||||||
|
@ -68,4 +68,4 @@ Samples for https://github.com/spring-projects/spring-security
|
||||||
|
|
||||||
=== JWT
|
=== JWT
|
||||||
|
|
||||||
* Login - https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/jwt/login[Spring Boot]
|
* Login - https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/jwt/login[Spring Boot]
|
||||||
|
|
|
@ -54,7 +54,7 @@ include ":servlet:spring-boot:java:oauth2:resource-server:multi-tenancy"
|
||||||
include ":servlet:spring-boot:java:oauth2:resource-server:opaque"
|
include ":servlet:spring-boot:java:oauth2:resource-server:opaque"
|
||||||
include ":servlet:spring-boot:java:oauth2:resource-server:static"
|
include ":servlet:spring-boot:java:oauth2:resource-server:static"
|
||||||
include ":servlet:spring-boot:java:oauth2:webclient"
|
include ":servlet:spring-boot:java:oauth2:webclient"
|
||||||
include ":servlet:spring-boot:java:saml2-login"
|
include ":servlet:spring-boot:java:saml2:login"
|
||||||
include ":servlet:spring-boot:kotlin:hello-security"
|
include ":servlet:spring-boot:kotlin:hello-security"
|
||||||
include ":servlet:xml:java:helloworld"
|
include ":servlet:xml:java:helloworld"
|
||||||
include ":servlet:xml:java:preauth"
|
include ":servlet:xml:java:preauth"
|
||||||
|
|
Loading…
Reference in New Issue