Skip to content
Snippets Groups Projects
Commit 1c8976e4 authored by Dominik František Bučík's avatar Dominik František Bučík
Browse files

chore: merge branch 'fix_disco_acrs' into 'main'

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

See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-elixir!46
parents 99b6ae08 b0797a77
Branches
Tags
1 merge request!46fix: 🐛 set upstream ACRs even when not requested by service
Checking pipeline status
...@@ -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