Skip to content
Snippets Groups Projects
Unverified Commit ba69e84a authored by Robin Ward's avatar Robin Ward
Browse files

More logging

parent 7921de82
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,9 @@ class SamlAuthenticator < ::Auth::OAuth2Authenticator
if GlobalSetting.try(:saml_log_auth)
::PluginStore.set("saml", "saml_last_auth", auth.inspect)
::PluginStore.set("saml", "saml_last_auth_raw_info", auth.raw_info.inspect)
::PluginStore.set("saml", "saml_last_auth_info", auth.info.inspect)
::PluginStore.set("saml", "saml_last_auth_extra", auth.extra.inspect)
end
uid = auth[:uid]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment