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 7e9ac0c commit e47b2c4Copy full SHA for e47b2c4
djangosaml2/views.py
@@ -156,7 +156,9 @@ def login(request,
156
# http://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf
157
binding = BINDING_HTTP_POST if getattr(conf, '_sp_authn_requests_signed', False) else BINDING_HTTP_REDIRECT
158
159
+ client = Saml2Client(conf)
160
http_response = None
161
+
162
logger.debug('Redirecting user to the IdP via %s binding.', binding)
163
if binding == BINDING_HTTP_REDIRECT:
164
try:
0 commit comments