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