如何收集单点登录系统思维导图相关资料?
摘要:2020年写的学习笔记。 1. 单点登录(SSO)系统 简介 几种实现方式简介 https:cnodejs.orgtopic55f6e69904556da7553d20dd https:yq.aliyun.comarticle
2020年写的学习笔记。
1. 单点登录(SSO)系统
简介
几种实现方式简介
https://cnodejs.org/topic/55f6e69904556da7553d20dd
https://yq.aliyun.com/articles/636281?spm=a2c4e.11153940.0.0.753060887O3oXC
关键词:CAS(Central Authentication Service)、顶域、跨域
https://zhuanlan.zhihu.com/p/84600688 补充了销毁会话的流程
从浏览器调试模式进一步观察SSO过程
https://blog.csdn.net/qq_34246546/article/details/79493208
信任登录(OAuth2.0为例)和SSO的区别和联系
Oauth简介
http://www.ruanyifeng.com/blog/2019/04/oauth_design.html
http://www.ruanyifeng.com/blog/2019/04/oauth-grant-types.html
http://www.ruanyifeng.com/blog/2019/04/github-oauth.html
区别和实现
https://www.zifangsky.cn/1309.html
https://www.zifangsky.cn/1313.html
https://www.zifangsky.cn/1327.html
分布式session
关于jsession:https://blog.csdn.net/chunqiuwei/article/details/23461995
禁用cookie后如何使用session:https://blog.csdn.net/ai_shuyingzhixia/article/details/80778183
分布式session:
https://www.cnblogs.com/daofaziran/p/10933221.html
https://blog.csdn.net/Mrxuchen/article/details/79787159
单一应用Spring-session接入 https://blog.csdn.net/qq_35830949/article/details/79995318
