views:

557

answers:

2

Hey Folks, 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 !

A: 

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.

rodrigoap
A: 

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

Daniel Cukier