Skip to content

Commit 5111f10

Browse files
committed
Add __init__.py file
1 parent 153c607 commit 5111f10

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/onelogin/__init__.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)