mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 04:52:09 +08:00
oauth2 Approval fix & sso login history
This commit is contained in:
@@ -211,12 +211,13 @@ public class MaxKeyMvcConfig implements WebMvcConfigurer {
|
||||
registry.addInterceptor(historyLoginAppAdapter)
|
||||
.addPathPatterns("/authz/basic/*")
|
||||
.addPathPatterns("/authz/ltpa/*")
|
||||
.addPathPatterns("/authz/desktop/*")
|
||||
.addPathPatterns("/authz/api/*")
|
||||
.addPathPatterns("/authz/formbased/*")
|
||||
.addPathPatterns("/authz/tokenbased/*")
|
||||
.addPathPatterns("/authz/saml20/idpinit/*")
|
||||
.addPathPatterns("/authz/saml20/assertion")
|
||||
.addPathPatterns("/authz/cas/granting")
|
||||
.addPathPatterns("/authz/oauth/v20/approval_confirm")
|
||||
;
|
||||
_logger.debug("add HistoryLoginAppAdapter");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user