Skip to content

Commit 0e72c45

Browse files
committed
RTD remove custom theme
1 parent 468f73d commit 0e72c45

File tree

2 files changed

+16
-23
lines changed

2 files changed

+16
-23
lines changed

Diff for: README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,18 @@ A Django application that builds a Fully Compliant SAML2 Service Provider on top
1010
Djangosaml2 protects your project with a SAML2 SSO Authentication.
1111

1212

13-
Please consult the [official Documentation of djangosaml2](https://djangosaml2.readthedocs.io/en/latest/) to get started.
13+
Features:
14+
15+
- HTTP-REDIRECT SSO Binding
16+
- HTTP-POST SSO Binding
17+
- SLO POST and HTTP-REDIRECT Binding
18+
- Discovery Service
19+
- embedded Wayf page with customizable html template
20+
- IdP Hinting
21+
- Samesite cookie
22+
23+
24+
Please consult the [official Documentation of djangosaml2](https://djangosaml2.readthedocs.io) to get started.
1425

1526

1627
Contributing
@@ -32,7 +43,3 @@ fork and maintained by different authors at different times, such as:
3243

3344
- [Lorenzo Gil Sanchez](https://github.com/lorenzogil)
3445
- [Jozef knaperek](https://github.com/knaperek)
35-
36-
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.
37-
A special thank to [Mathieu Hinderyckx](https://github.com/mhindery) for having give an important contribution to v1.0.
38-
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 for: docs/source/index.rst

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
1-
.. Djangosaml2 documentation master file, created by
2-
sphinx-quickstart on Sat Dec 19 15:42:17 2020.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
61
Welcome to Djangosaml2's Documentation
72
======================================
83

94
A Django application that builds a fully compliant SAML2 Service Provider on top of
105
`PySAML2 <https://github.com/IdentityPython/pysaml2>`_ library.
11-
Djangosaml2 protects your project with a SAML2 SSO Authentication, it
12-
will talk SAML2 with your Identity Provider allowing you to use this authentication mechanism.
13-
14-
Features:
15-
16-
* HTTP-REDIRECT SSO Binding
17-
* HTTP-POST SSO Binding
18-
* SLO POST and HTTP-REDIRECT Binding
19-
* Discovery Service
20-
* embedded Wayf page with customizable html template
21-
* IdP Hinting
22-
* Samesite cookie
23-
6+
Djangosaml2 protects your project with a SAML2 SSO Authentication, supporting features like
7+
**HTTP-REDIRECT** and ** HTTP-POST SSO Binding**, **Single logout**,
8+
**Discovery Service**, **Wayf page** with customizable html template,
9+
**IdP Hinting**, **Samesite cookie** SSO workaround.
2410

2511
The entire project code is open sourced and therefore licensed
2612
under the `Apache 2.0 <https://en.wikipedia.org/wiki/Apache_License>`_.

0 commit comments

Comments
 (0)