Gee19 / djangosaml2

Django SAML2 Service Provider based on pySAML2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djangosaml2

CI build pypi Downloads Python version Django versions Documentation Status License

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 cookie

Please consult the official Documentation of djangosaml2 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:

About

Django SAML2 Service Provider based on pySAML2

License:Apache License 2.0


Languages

Language:Python 97.8%Language:HTML 2.1%Language:Shell 0.1%