Skip to content

Commit

Permalink
RTD remove custom theme
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Apr 4, 2021
1 parent 468f73d commit 29ad753
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
22 changes: 4 additions & 18 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/IdentityPython/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 <https://en.wikipedia.org/wiki/Apache_License>`_.
Expand Down

0 comments on commit 29ad753

Please sign in to comment.