mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-07 10:55:40 +00:00
SAML debug attributes
This commit is contained in:
parent
f2704649f1
commit
e550b0a109
@ -722,6 +722,7 @@ def saml_authorized():
|
|||||||
req = saml.prepare_flask_request(request)
|
req = saml.prepare_flask_request(request)
|
||||||
auth = saml.init_saml_auth(req)
|
auth = saml.init_saml_auth(req)
|
||||||
auth.process_response()
|
auth.process_response()
|
||||||
|
current_app.logger.debug( auth.get_attributes() )
|
||||||
errors = auth.get_errors()
|
errors = auth.get_errors()
|
||||||
if len(errors) == 0:
|
if len(errors) == 0:
|
||||||
session['samlUserdata'] = auth.get_attributes()
|
session['samlUserdata'] = auth.get_attributes()
|
||||||
|
Loading…
Reference in New Issue
Block a user