yidao620c / comments

用来存储用户评论
MIT License
1 stars 0 forks source link

CAS教程 - 实现单点登录 | 飞污熊博客 #585

Open yidao620c opened 1 year ago

yidao620c commented 1 year ago

https://www.xncoding.com/security/cas/cas04.html

通过前面几篇的介绍,熟悉了CAS Server的运行和调试,这一篇演示一个实际的单点登录例子。 统一使用 SpringBoot+Meven 构建。 项目 地址 说明 cas-overlay https://cas.server.com:8443/cas cas-server 服务端 cas-app1 http://app1.com:8181 cas-client 客户端1 ca