使用 CAS 作为应用程序网关和 OpenID IdP 来实现 Idenity
我目前有一组 web 应用程序,它们都使用 CAS 进行身份验证。 CAS 由 LDAP 身份存储支持。我想做的是允许用户使用 OpenId 提供商登录。 CAS 是否可以根据 OpenId 身份创建身份验证上下文?
我看到 CAS 对 OpenId 有一些支持,但文档很少。
I currently have a group of webapps which all use CAS for Authentication. CAS is backed by an LDAP Identity store. What I would like to do is allow uses to sign in using an OpenId provider. Is it possible for CAS to create an authentication context off an OpenId Identity?
I have seen the CAS has some support for OpenId but the documentation is light.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这当然是可能的并且经常使用。在我工作的公司中,我们完全使用了文档中的方法来获取它启动并运行
That's of course possible and used quite often. In the company I'm working for we used exactly the approach from the documentation to get it up and running