cas/README.md
2017-08-02 15:05:06 +08:00

12 lines
583 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cas-server-3.5.2
================
对于JasigCAS 3.5.2版本进行简化只保留基本的功能用JDBC方式验证并使用Metronic模板美化界面以达到可以直接在项目中使用的目的。
关于代码改动内容,很早之前写过一篇文章,如下;
http://blog.csdn.net/puma_dong/article/details/11564309
cas的java客户端也进行了小调整让登陆之后自动返回到登陆之前的页面不再使用p:service定义的值并有一个客户端配置单点登陆的例子如下
https://github.com/pumadong/cas-client-3.2.1