修改是否启用统一认证

update  t_sys_golbal set golbal_value=2 where golbal_key='common.sso';

update  t_sys_golbal set golbal_value=0 where golbal_key='common.sso';

 

update  t_sys_golbal set golbal_value=0 where golbal_key='common.sso';

mysql -h 127.0.0.1 -uroot -p**************   dsideal_db -P$22066 -e  "${cmd}"

上一篇:SSO单点登陆,单点注销设计思想


下一篇:基于CAS的SSO单点登录搭建