This commit is contained in:
Crystal.Sea
2020-09-09 07:08:19 +08:00
parent 9ed7b08cdf
commit 00edd24274
16 changed files with 966 additions and 5 deletions

View File

@@ -112,6 +112,9 @@ public class MaxKeyMvcConfig implements WebMvcConfigurer {
//cas3.0 Validate
.excludePathPatterns("/authz/cas/p3/serviceValidate")
.excludePathPatterns("/authz/cas/p3/proxyValidate")
//rest
.excludePathPatterns("/authz/cas/v1/tickets")
.excludePathPatterns("/authz/cas/v1/tickets/*")
//OAuth
.addPathPatterns("/oauth/v20/authorize")