File tree Expand file tree Collapse file tree 2 files changed +16
-23
lines changed Expand file tree Collapse file tree 2 files changed +16
-23
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,18 @@ A Django application that builds a Fully Compliant SAML2 Service Provider on top
10
10
Djangosaml2 protects your project with a SAML2 SSO Authentication.
11
11
12
12
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.
14
25
15
26
16
27
Contributing
@@ -32,7 +43,3 @@ fork and maintained by different authors at different times, such as:
32
43
33
44
- [ Lorenzo Gil Sanchez] ( https://github.com/lorenzogil )
34
45
- [ 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.
Original file line number Diff line number Diff line change 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
-
6
1
Welcome to Djangosaml2's Documentation
7
2
======================================
8
3
9
4
A Django application that builds a fully compliant SAML2 Service Provider on top of
10
5
`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.
24
10
25
11
The entire project code is open sourced and therefore licensed
26
12
under the `Apache 2.0 <https://en.wikipedia.org/wiki/Apache_License >`_.
You can’t perform that action at this time.
0 commit comments