SAML debug attributes

This commit is contained in:
Attila DEBRECZENI 2020-03-25 21:05:30 +00:00
parent f2704649f1
commit e550b0a109

View file

@ -722,6 +722,7 @@ def saml_authorized():
req = saml.prepare_flask_request(request)
auth = saml.init_saml_auth(req)
auth.process_response()
current_app.logger.debug( auth.get_attributes() )
errors = auth.get_errors()
if len(errors) == 0:
session['samlUserdata'] = auth.get_attributes()