https://github.com/identitypython/djangosaml2
Django SAML2 Service Provider based on pySAML2
https://github.com/identitypython/djangosaml2
authentication django saml2 sso
Last synced: 19 days ago
JSON representation
Django SAML2 Service Provider based on pySAML2
- Host: GitHub
- URL: https://github.com/identitypython/djangosaml2
- Owner: IdentityPython
- License: apache-2.0
- Created: 2016-02-29T17:31:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T08:22:27.000Z (about 1 month ago)
- Last Synced: 2025-04-06T19:01:17.757Z (26 days ago)
- Topics: authentication, django, saml2, sso
- Language: Python
- Homepage:
- Size: 902 KB
- Stars: 266
- Watchers: 9
- Forks: 141
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
djangosaml2
===========

[](https://pepy.tech/project/djangosaml2)



A Django application that builds a Fully Compliant SAML2 Service Provider on top of PySAML2 library.
Djangosaml2 protects your project with a SAML2 SSO Authentication.Features:
- HTTP-REDIRECT SSO Binding
- HTTP-POST SSO Binding
- SLO POST and HTTP-REDIRECT Binding
- Discovery Service
- embedded Wayf page with customizable html template
- IdP Hinting
- IdP Scoping
- Samesite cookiePlease consult the [official Documentation of djangosaml2](https://djangosaml2.readthedocs.io) to get started.
Contributing
============Please open Issues to start debate regarding the requested
features, or the patch that you would apply. We do not use
a strict submission format, please try to be more concise as possible.The Pull Request MUST be done on the dev branch, please don't
push code directly on the master branch.Special thanks
==============This is a community-driven project, born as a
fork and maintained by different authors at different times, such as:- [Lorenzo Gil Sanchez](https://github.com/lorenzogil)
- [Jozef knaperek](https://github.com/knaperek)