Skip to content
Snippets Groups Projects
Verified Commit b0797a77 authored by Dominik Frantisek Bucik's avatar Dominik Frantisek Bucik
Browse files

fix: :bug: set upstream ACRs even when not requested by service

parent 152ae5ea
No related branches found
No related tags found
1 merge request!46fix: 🐛 set upstream ACRs even when not requested by service
Pipeline #355639 passed
...@@ -100,9 +100,9 @@ class Disco extends PowerIdPDisco ...@@ -100,9 +100,9 @@ class Disco extends PowerIdPDisco
$this->originalAuthnContextClassRef = $this->originalAuthnContextClassRef =
$state[self::SAML_REQUESTED_AUTHN_CONTEXT][self::AUTHN_CONTEXT_CLASS_REF]; $state[self::SAML_REQUESTED_AUTHN_CONTEXT][self::AUTHN_CONTEXT_CLASS_REF];
$this->removeAuthContextClassRefWithPrefixes($state); $this->removeAuthContextClassRefWithPrefixes($state);
DiscoUtils::setUpstreamRequestedAuthnContext($state);
State::saveState($state, self::SAML_SP_SSO);
} }
DiscoUtils::setUpstreamRequestedAuthnContext($state);
State::saveState($state, self::SAML_SP_SSO);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment