1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Welcome to Djangosaml2's Documentation
======================================
A Django application that builds a fully compliant SAML2 Service Provider on top of
`PySAML2 <https://github.com/IdentityPython/pysaml2>`_ library.
Djangosaml2 protects your project with a SAML2 SSO Authentication, supporting features like
**HTTP-REDIRECT** and **HTTP-POST SSO Binding**, **Single logout**,
**Discovery Service**, **Wayf page** with customizable html template,
**IdP Hinting**, **IdP Scoping** and **Samesite cookie** SSO workaround.
The entire project code is open sourced and therefore licensed
under the `Apache 2.0 <https://en.wikipedia.org/wiki/Apache_License>`_.
.. toctree::
:maxdepth: 2
:caption: Setup
contents/setup.rst
.. toctree::
:maxdepth: 2
:caption: Usage
contents/usage.md
.. toctree::
:maxdepth: 2
:caption: Developer's
contents/developer.rst
.. toctree::
:maxdepth: 2
:caption: Miscellanea
contents/miscellanea.rst
.. toctree::
:maxdepth: 2
:caption: FAQ
contents/faq.md
.. toctree::
:maxdepth: 2
:caption: Security considerations
contents/security.md
|