Update MaxKeyMvcConfig.java

This commit is contained in:
shimingxy
2020-06-07 17:11:32 +08:00
parent 6a5a54bbcf
commit ce45cfc649

View File

@@ -86,12 +86,12 @@ public class MaxKeyMvcConfig implements WebMvcConfigurer {
.addPathPatterns("/authz/cas/login")
.addPathPatterns("/authz/cas/login/")
.addPathPatterns("/authz/cas/granting/*")
//cas1.0 validate
.excludePathPatterns("/authz/cas/validate")
//cas2.0 Validate
.excludePathPatterns("/authz/cas/serviceValidate")
.excludePathPatterns("/authz/cas/proxyValidate")
//cas3.0 Validate
.excludePathPatterns("/authz/cas/p3/serviceValidate")
.excludePathPatterns("/authz/cas/p3/proxyValidate")