Skip to content
Snippets Groups Projects

utility class for proxy, configurable lists of AuthnContextClassRefs

Merged Pavel Břoušek requested to merge disco-utils into main

Created by: melanger

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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');
  • Pavel Vyskočil
  • Author Contributor

    Merged by: melanger at 2022-07-20 09:45:59 UTC

  • Author Contributor

    Created by: github-actions[bot]

    :tada: This PR is included in version 10.6.0 :tada:

    The release is available on GitHub release

    Your semantic-release bot :package::rocket:

  • Please register or sign in to reply
    Loading