Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

单点登录及实现方式 #98

Open
nmsn opened this issue Aug 1, 2023 · 2 comments
Open

单点登录及实现方式 #98

nmsn opened this issue Aug 1, 2023 · 2 comments
Labels

Comments

@nmsn
Copy link
Owner

nmsn commented Aug 1, 2023

关键词:SSO、OAuth、CAS

@nmsn nmsn added the 网络 label Aug 1, 2023
@nmsn
Copy link
Owner Author

nmsn commented Aug 1, 2023

概念

单点登录 (SSO) 是一种身份认证方法,用户一次可通过一组登录凭证登入会话,在该次会话期间无需再次登录,即可安全访问多个相关的应用和服务。

SSO 通常用于管理一些环境中的身份验证,包括企业内部网或外部网、学生门户网站、公有云服务以及用户需要使用多个应用以完成工作的其他环境。 它还越来越多地用于面向客户的网站和应用(如银行和电子商务网站),将第三方供应商提供的应用打造成无缝、不间断的用户体验。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant