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,11 +100,11 @@ class Disco extends PowerIdPDisco ...@@ -100,11 +100,11 @@ 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); DiscoUtils::setUpstreamRequestedAuthnContext($state);
State::saveState($state, self::SAML_SP_SSO); State::saveState($state, self::SAML_SP_SSO);
} }
} }
}
$this->upstreamIdpEntityId = $this->discoConfiguration->getString(self::UPSTREAM_IDP_ENTITY_ID, ''); $this->upstreamIdpEntityId = $this->discoConfiguration->getString(self::UPSTREAM_IDP_ENTITY_ID, '');
if (empty($this->upstreamIdpEntityId)) { if (empty($this->upstreamIdpEntityId)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment