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.
2 parents 4d4f9df + 3d7d2c1 commit 52abf76Copy full SHA for 52abf76
2 files changed
example.py
@@ -9,7 +9,7 @@
9
from BaseHTTPServer import BaseHTTPRequestHandler
10
from BaseHTTPServer import HTTPServer
11
12
-from onelogin.saml import AuthnRequest, Response
+from onelogin.saml import AuthRequest, Response
13
14
__version__ = '0.1'
15
onelogin/saml/__init__.py
@@ -4,3 +4,5 @@
4
ResponseNameIDError,
5
ResponseConditionError,
6
)
7
+import AuthRequest
8
+import SignatureVerifier
0 commit comments