v2.7.0.GA

增加适配器注册
This commit is contained in:
MaxKey
2021-03-25 11:54:35 +08:00
parent 85cffc8977
commit 21c7c956e8
22 changed files with 1020 additions and 95 deletions

View File

@@ -187,7 +187,7 @@ public class ConsumerEndpoint {
ModelAndView mav = new ModelAndView();
mav.addObject("username", username);
mav.setViewName("redirect:/consumer/saml/v20/forward/webseal/eai");
mav.setViewName("redirect:/appList");
return mav;
}