Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can django-cas-server work as a SAML 2.0 SSO? #78

Open
letian0805 opened this issue Aug 10, 2021 · 1 comment
Open

Can django-cas-server work as a SAML 2.0 SSO? #78

letian0805 opened this issue Aug 10, 2021 · 1 comment

Comments

@letian0805
Copy link

Can django-cas-server work as a SAML 2.0 SSO?

@nitmir
Copy link
Owner

nitmir commented Oct 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants