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 c640634 + 83a27ea commit 7d2db68Copy full SHA for 7d2db68
README.md
@@ -483,7 +483,7 @@ auth = OneLogin_Saml2_Auth(req)
483
auth.process_response()
484
errors = auth.get_errors()
485
if not errors:
486
- if not auth.is_authenticated():
+ if auth.is_authenticated():
487
request.session['samlUserdata'] = auth.get_attributes()
488
if 'RelayState' in req['post_data'] and
489
OneLogin_Saml2_Utils.get_self_url(req) != req['post_data']['RelayState']:
0 commit comments