We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153c607 commit 5111f10Copy full SHA for 5111f10
1 file changed
src/onelogin/__init__.py
@@ -0,0 +1,23 @@
1
+# -*- coding: utf-8 -*-
2
+
3
+"""
4
+Copyright (c) 2014, OneLogin, Inc.
5
+All rights reserved.
6
7
+Add SAML support to your Python softwares using this library.
8
+Forget those complicated libraries and use that open source
9
+library provided and supported by OneLogin Inc.
10
11
+OneLogin's SAML Python toolkit let you build a SP (Service Provider)
12
+over your Python application and connect it to any IdP (Identity Provider).
13
14
+Supports:
15
16
+* SSO and SLO (SP-Initiated and IdP-Initiated).
17
+* Assertion and nameId encryption.
18
+* Assertion signature.
19
+* Message signature: AuthNRequest, LogoutRequest, LogoutResponses.
20
+* Enable an Assertion Consumer Service endpoint.
21
+* Enable a Single Logout Service endpoint.
22
+* Publish the SP metadata (which can be signed).
23
0 commit comments