cas 退出后跳转指定页面
2018-06-04 09:01 不痒不痛 阅读(1689) 评论(0) 编辑 收藏 举报退出连接
https://localhost:8888/cas/logout?service=https://localhost:8080/cas-client/login
修改cas-server配置cas-server.xml文件
将这个属性修改为true,默认为flase p:followServiceRedirects="true"
退出连接
https://localhost:8888/cas/logout?service=https://localhost:8080/cas-client/login
修改cas-server配置cas-server.xml文件
将这个属性修改为true,默认为flase p:followServiceRedirects="true"
相关文章: