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 !
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.