Add authorization server sample

This commit is contained in:
Steve Riesenberg
2021-07-23 14:59:33 -05:00
committed by Steve Riesenberg
parent def1af3e75
commit 67f36c5862
13 changed files with 908 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ include ":servlet:spring-boot:java:hello-security"
include ":servlet:spring-boot:java:hello-security-explicit"
include ":servlet:spring-boot:java:jwt:login"
include ":servlet:spring-boot:java:ldap"
include ":servlet:spring-boot:java:oauth2:authorization-server"
include ":servlet:spring-boot:java:oauth2:login"
include ":servlet:spring-boot:java:oauth2:resource-server:hello-security"
include ":servlet:spring-boot:java:oauth2:resource-server:jwe"