-
Notifications
You must be signed in to change notification settings - Fork 816
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
希望在介绍中说明是否 OAuth 2.0 和 OIDC #61
Comments
用户管理后台
http://116.196.102.142:2200/sso
admin/111111
门户地址
http://116.196.102.142:8089/uac
系统所有初始用户密码均为123456
test/123456(该用户使用了自定义门户)
test1/123456(该用户使用的默认门户)
鄙人有个认证系统贱卖
…------------------ 原始邮件 ------------------
发件人: "xuxueli/xxl-sso" <notifications@github.com>;
发送时间: 2021年1月8日(星期五) 中午11:38
收件人: "xuxueli/xxl-sso"<xxl-sso@noreply.github.com>;
抄送: "Subscribed"<subscribed@noreply.github.com>;
主题: [xuxueli/xxl-sso] 希望在介绍中说明是否 OAuth 2.0 和 OIDC (#61)
最近在研究采购的统一认证项目,发现了你这个项目顺道看看,看文档好像是遵循Spring协议的,不知道能不能用这个直接调:
https://github.com/spring-cloud-samples/sso
希望在介绍中说明是否 OAuth 2.0 和 OIDC,
参考:
•中文:
单点登录协议有哪些?CAS、OAuth、OIDC、SAML有何异同?
https://blog.csdn.net/nidengxia/article/details/109227964
•英文:
OAuth 2.0:简单总结
https://aaronparecki.com/oauth-2-simplified/
OAuth 2.0:Java 代码
https://oauth.net/code/java/
OIDC:规范官网 Specifications
https://openid.net/developers/specs/
OIDC:认证的 OpenID Connect 实现
https://openid.net/developers/certified/
其中 OIDC 标准的前三个接口是基于 OAuth 2.0 国际授权标准。
认证(Authentication)即确认该用户的身份是他所声明的那个人;
授权(Authorization)即根据用户身份授予他访问特定资源的权限。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
一些资料
…------------------ 原始邮件 ------------------
发件人: "xuxueli/xxl-sso" <notifications@github.com>;
发送时间: 2021年1月8日(星期五) 中午11:38
收件人: "xuxueli/xxl-sso"<xxl-sso@noreply.github.com>;
抄送: "Subscribed"<subscribed@noreply.github.com>;
主题: [xuxueli/xxl-sso] 希望在介绍中说明是否 OAuth 2.0 和 OIDC (#61)
最近在研究采购的统一认证项目,发现了你这个项目顺道看看,看文档好像是遵循Spring协议的,不知道能不能用这个直接调:
https://github.com/spring-cloud-samples/sso
希望在介绍中说明是否 OAuth 2.0 和 OIDC,
参考:
•中文:
单点登录协议有哪些?CAS、OAuth、OIDC、SAML有何异同?
https://blog.csdn.net/nidengxia/article/details/109227964
•英文:
OAuth 2.0:简单总结
https://aaronparecki.com/oauth-2-simplified/
OAuth 2.0:Java 代码
https://oauth.net/code/java/
OIDC:规范官网 Specifications
https://openid.net/developers/specs/
OIDC:认证的 OpenID Connect 实现
https://openid.net/developers/certified/
其中 OIDC 标准的前三个接口是基于 OAuth 2.0 国际授权标准。
认证(Authentication)即确认该用户的身份是他所声明的那个人;
授权(Authorization)即根据用户身份授予他访问特定资源的权限。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最近在研究采购的统一认证项目,发现了你这个项目顺道看看,看文档好像是遵循Spring协议的,不知道能不能用这个直接调:
https://github.com/spring-cloud-samples/sso
希望在介绍中说明是否 OAuth 2.0 和 OIDC,
参考:
•中文:
单点登录协议有哪些?CAS、OAuth、OIDC、SAML有何异同?
https://blog.csdn.net/nidengxia/article/details/109227964
•英文:
OAuth 2.0:简单总结
https://aaronparecki.com/oauth-2-simplified/
OAuth 2.0:Java 代码
https://oauth.net/code/java/
OIDC:规范官网 Specifications
https://openid.net/developers/specs/
OIDC:认证的 OpenID Connect 实现
https://openid.net/developers/certified/
其中 OIDC 标准的前三个接口是基于 OAuth 2.0 国际授权标准。
认证(Authentication)即确认该用户的身份是他所声明的那个人;
授权(Authorization)即根据用户身份授予他访问特定资源的权限。
The text was updated successfully, but these errors were encountered: