Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-authswitcher
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-authswitcher
Merge requests
!53
chore: drop support for mfaEnforced
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: drop support for mfaEnforced
remove-mfaEnforced
into
main
Overview
1
Commits
1
Pipelines
2
Changes
3
Merged
Pavel Břoušek
requested to merge
remove-mfaEnforced
into
main
2 years ago
Overview
1
Commits
1
Pipelines
2
Changes
3
Expand
BREAKING CHANGE: mfaEnforced is no longed supported, use mfaEnforceSettings instead
re
PRX-28
Edited
2 years ago
by
Pavel Břoušek
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5e2b386f
1 commit,
2 years ago
3 files
+
4
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
lib/AuthSwitcher.php
+
0
−
5
Options
@@ -59,11 +59,6 @@ class AuthSwitcher
@@ -59,11 +59,6 @@ class AuthSwitcher
*/
*/
public
const
MFA_TOKENS
=
'mfaTokens'
;
public
const
MFA_TOKENS
=
'mfaTokens'
;
/**
* user attribute which contains boolean whether MFA should be enforced
*/
public
const
MFA_ENFORCED
=
'mfaEnforced'
;
/**
/**
* user attribute which contains settings object for enforcing MFA
* user attribute which contains settings object for enforcing MFA
*/
*/
Loading