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 22734cd commit be1c1c8Copy full SHA for be1c1c8
demo-django/demo/views.py
@@ -87,7 +87,7 @@ def index(request):
87
if 'RelayState' in req['post_data'] and OneLogin_Saml2_Utils.get_self_url(req) != req['post_data']['RelayState']:
88
return HttpResponseRedirect(auth.redirect_to(req['post_data']['RelayState']))
89
elif auth.get_settings().is_debug_active():
90
- error_reason = auth.get_last_error_reason()
+ error_reason = auth.get_last_error_reason()
91
elif 'sls' in req['get_data']:
92
request_id = None
93
if 'LogoutRequestID' in request.session:
0 commit comments