diff --git a/README.md b/README.md index c7b0c212..70edcec3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,18 @@ A Django application that builds a Fully Compliant SAML2 Service Provider on top Djangosaml2 protects your project with a SAML2 SSO Authentication. -Please consult the [official Documentation of djangosaml2](https://djangosaml2.readthedocs.io/en/latest/) to get started. +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 +- Samesite cookie + + +Please consult the [official Documentation of djangosaml2](https://djangosaml2.readthedocs.io) to get started. Contributing @@ -32,7 +43,3 @@ fork and maintained by different authors at different times, such as: - [Lorenzo Gil Sanchez](https://github.com/lorenzogil) - [Jozef knaperek](https://github.com/knaperek) - -A special thank to Jozef for having maintained this project with passion and diligence until the birth of version v0.19.0 and not least for allowing me to take the reins of all this. -A special thank to [Mathieu Hinderyckx](https://github.com/mhindery) for having give an important contribution to v1.0. -I'd like to thank all the contributors, one by one, for the color and creativity with which they have enriched this project and will continue to do so. diff --git a/docs/source/index.rst b/docs/source/index.rst index c2a9899a..56ba472f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,26 +1,12 @@ -.. Djangosaml2 documentation master file, created by - sphinx-quickstart on Sat Dec 19 15:42:17 2020. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - Welcome to Djangosaml2's Documentation ====================================== 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, it -will talk SAML2 with your Identity Provider allowing you to use this authentication mechanism. - -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 -* Samesite cookie - +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**, **Samesite cookie** SSO workaround. The entire project code is open sourced and therefore licensed under the `Apache 2.0 `_.