Project 'perun-proxy-aai/simplesamlphp/simplesamlphp-module-authswitcher' was moved to 'perun/perun-proxyidp/v1/simplesamlphp-module-authswitcher'. Please update any links and bookmarks that may still have the old path.
utility class for proxy, configurable lists of AuthnContextClassRefs
Created by: melanger
Merge request reports
Activity
14 */ 15 class DiscoUtils 16 { 17 private const DEBUG_PREFIX = 'AuthSwitcher: '; 18 19 /** 20 * Store requested AuthnContextClassRef from SP and modify them before sending to upstream IdP. 21 * 22 * Contexts for password and MFA authentication are added to non-empty requested contexts so that upstream IdP does 23 * not fail with an error. 24 * 25 * @param array $state global state (request) 26 */ 27 public static function setUpstreamRequestedAuthnContext(array &$state) 28 { 29 $config = Configuration::getOptionalConfig('module_authswitcher.php'); Created by: github-actions[bot]
This PR is included in version 10.6.0The release is available on GitHub release
Your semantic-release bot :package::rocket:
Please register or sign in to reply