使用 CAS 和 ASP.NET 会员提供程序后端进行 SSO

发布于 2024-07-26 01:06:09 字数 192 浏览 4 评论 0原文

我正在尝试利用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七禾 2024-08-02 01:06:09

CAS 提供用户管理还是我必须自己实现?

不,事实并非如此。

我可以将 ASP.NET 会员资格提供程序集成到 CAS 中作为身份验证提供程序吗?

是的,在 CAS 服务器中编辑 deployerConfigContext.xml 并添加身份验证处理程序。

does CAS provides user management or i have to implement it myself ?

No, it doesn't.

can i integrate ASP.NET membership provider into CAS as the athentication provider ?

Yes, edit deployerConfigContext.xml in your CAS server and add your authentication handlers.

南城追梦 2024-08-02 01:06:09

有关如何将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文