CAS Proxy

This commit is contained in:
MaxKey
2021-03-03 22:56:45 +08:00
parent cc2f20dd94
commit 9858eab556
28 changed files with 531 additions and 152 deletions

View File

@@ -170,9 +170,11 @@ public class MaxKeyMvcConfig implements WebMvcConfigurer {
//cas2.0 Validate
.excludePathPatterns("/authz/cas/serviceValidate")
.excludePathPatterns("/authz/cas/proxyValidate")
.excludePathPatterns("/authz/cas/proxy")
//cas3.0 Validate
.excludePathPatterns("/authz/cas/p3/serviceValidate")
.excludePathPatterns("/authz/cas/p3/proxyValidate")
.excludePathPatterns("/authz/cas/p3/proxy")
//rest
.excludePathPatterns("/authz/cas/v1/tickets")
.excludePathPatterns("/authz/cas/v1/tickets/*")