Files
MaxKey/docs/sso/cas.md

25 lines
676 B
Markdown
Raw Normal View History

2020-03-12 12:55:58 +08:00
<h2>CAS应用集成</h2>
本文介绍CAS应用如何与MaxKey进行集成。
<h2>应用注册</h2>
应用在MaxKey管理系统进行注册注册的配置信息如下
<img src="{{ "/images/sso/sso_cas_conf.png" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" alt=""/>
<h2>CAS客户端配置</h2>
本文使用JAVA WEB程序为例
2020-03-12 12:59:08 +08:00
2020-03-12 12:55:58 +08:00
jar包依赖如下
2020-03-12 12:59:08 +08:00
2020-03-12 14:45:39 +08:00
https://github.com/shimingxy/MaxKey-Demo/tree/master/maxkey-demo-cas/lib
2020-03-12 12:55:58 +08:00
2020-03-12 12:59:08 +08:00
web.xml配置
2020-03-12 12:55:58 +08:00
2020-03-12 14:45:39 +08:00
https://github.com/shimingxy/MaxKey-Demo/blob/master/maxkey-demo-cas/src/main/webapp/WEB-INF/web.xml
2020-03-12 12:55:58 +08:00
2020-03-12 12:59:08 +08:00
JSP实现Code
2020-03-12 12:55:58 +08:00
2020-03-12 14:45:39 +08:00
https://github.com/shimingxy/MaxKey-Demo/blob/master/maxkey-demo-cas/src/main/webapp/index.jsp