SSO using CAS with ASP.NET Backend Membership Provider

I am trying to use CAS to perform single sign-on on a single domain name. however, I cannot understand CAS. Does CAS do user management, or should I implement it myself? Can I Integrate ASP.NET Membership Provider into CAS as an Authentication Provider?

Thanks!

+3
source share
2 answers

CAS provides user management, or should I implement it myself?

No, it is not.

Can I integrate an ASP.NET membership provider into CAS as an authentication provider?

, deployerConfigContext.xml CAS .

+2

Source: https://habr.com/ru/post/1711405/


All Articles