使用 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 !
不,事实并非如此。
是的,在 CAS 服务器中编辑 deployerConfigContext.xml 并添加身份验证处理程序。
No, it doesn't.
Yes, edit deployerConfigContext.xml in your CAS server and add your authentication handlers.