mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-19 22:08:09 +08:00
Single Sign-On fixed
Single Sign-On fixed
This commit is contained in:
@@ -146,7 +146,9 @@ public class CasAuthorizeEndpoint extends CasBaseAuthorizeEndpoint{
|
||||
|
||||
_logger.debug("redirect to CAS Client URL " + callbackUrl);
|
||||
|
||||
return WebContext.redirect(callbackUrl.toString());
|
||||
ModelAndView modelAndView=new ModelAndView("authorize/cas_sso_submint");
|
||||
modelAndView.addObject("callbackUrl", callbackUrl.toString());
|
||||
return modelAndView;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user