Open letian0805 opened 3 years ago
Hi
Django-cas-server can work as a SAML 2.0 service provider (SP) as long a you write a login class implementing login to Django-cas-server via SAML 2.0. This should be quite straight forward using https://github.com/IdentityPython/djangosaml2
In the other hand, Django-cas-server implement the CAS protocol and will probably nether implement SAML 2.0 IdP. If you want a SAML 2.0 identity provider, you will have to use another SSO server.
Can django-cas-server work as a SAML 2.0 SSO?