【发布时间】:2014-10-21 16:13:14
【问题描述】:
我一直在阅读 OAuth,发现 它大致执行以下操作
- client sends request token during redirect to server
- Server displays authorization screen to resource owner
- Resource owner provides uid and pw (not passed to client)
- Server sends access token back to client
- clients then users the Access token to gain access to a
resource
根据我的 reding 看来,OAuth 不启用 SSO 或联合,但在某些 它暗示它确实执行 SSO 的博客
这是对还是错。它可以执行 SSO 没有其他协议的帮助?
谢谢
【问题讨论】:
标签: security authentication oauth single-sign-on saml