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
No related branches found
No related tags found
1 merge request!46fix: 🐛 set upstream ACRs even when not requested by service
Pipeline #358006 passed
......@@ -100,9 +100,9 @@ class Disco extends PowerIdPDisco
$this->originalAuthnContextClassRef =
$state[self::SAML_REQUESTED_AUTHN_CONTEXT][self::AUTHN_CONTEXT_CLASS_REF];
$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.
Finish editing this message first!
Please register or to comment