使用 CAS 和 ASP.NET 会员提供程序后端进行 SSO
我正在尝试利用 CAS 对同一域名执行 SSO。 但是我不太懂CAS。 CAS 提供用户管理还是我必须自己实现? 我可以将 ASP.NET 会员资格提供程序集成到 CAS 中作为身份验证提供程序吗?
谢谢 !
I'm trying to utilize CAS to perform SSO on the same domain name. however i can't really understand CAS. does CAS provides user management or i have to implement it myself ? can i integrate ASP.NET membership provider into CAS as the athentication provider ?
Thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,事实并非如此。
是的,在 CAS 服务器中编辑 deployerConfigContext.xml 并添加身份验证处理程序。
No, it doesn't.
Yes, edit deployerConfigContext.xml in your CAS server and add your authentication handlers.
有关如何将 CAS 与 ASP.NET 表单身份验证集成的完整文档,请访问:
https://wiki.jasig.org/display/CASC/ASP.NET +表单+身份验证
There's a full documentation of how to integrate CAS with ASP.NET form authentication at
https://wiki.jasig.org/display/CASC/ASP.NET+Forms+Authentication