Skip to content
Snippets Groups Projects
Unverified Commit cdec4874 authored by Pavel Břoušek's avatar Pavel Břoušek Committed by GitHub
Browse files

fix: change log message about setUpstreamRequestedAuthnContext from error to info

setUpstreamRequestedAuthnContext is not called whenever the user has an existing session
parent 8e5c487f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class ProxyHelper ...@@ -33,7 +33,7 @@ class ProxyHelper
if (isset($state[AuthSwitcher::SP_REQUESTED_CONTEXTS])) { if (isset($state[AuthSwitcher::SP_REQUESTED_CONTEXTS])) {
$state['saml:RequestedAuthnContext']['AuthnContextClassRef'] = $state[AuthSwitcher::SP_REQUESTED_CONTEXTS]; $state['saml:RequestedAuthnContext']['AuthnContextClassRef'] = $state[AuthSwitcher::SP_REQUESTED_CONTEXTS];
} else { } else {
Logger::error('authswitcher: running in proxy mode but setUpstreamRequestedAuthnContext was not called.'); Logger::info('authswitcher: running in proxy mode but setUpstreamRequestedAuthnContext was not called');
} }
} }
} }
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