Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Merge requests
!314
feat: method for getting the MFAEnfored resource attribute
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
feat: method for getting the MFAEnfored resource attribute
mfa_enforced_by_resource
into
main
Overview
18
Commits
1
Pipelines
16
Changes
3
Merged
feat: method for getting the MFAEnfored resource attribute
Jiří Prokop
requested to merge
mfa_enforced_by_resource
into
main
Sep 18, 2023
Overview
13
Commits
1
Pipelines
16
Changes
3
closes
PRX-313
0
0
Merge request reports
Compare
main
version 14
35d94143
Sep 25, 2023
version 13
a97e8c55
Sep 21, 2023
version 12
b967e76c
Sep 21, 2023
version 11
30096ed8
Sep 21, 2023
version 10
bdac1621
Sep 20, 2023
version 9
a33f5167
Sep 20, 2023
version 8
1fc1cc71
Sep 20, 2023
version 7
7ecab7a7
Sep 20, 2023
version 6
64aa86f7
Sep 20, 2023
version 5
42873d6d
Sep 20, 2023
version 4
ec434c68
Sep 20, 2023
version 3
3842e3c5
Sep 20, 2023
version 2
be999000
Sep 20, 2023
version 1
3d77634e
Sep 18, 2023
main (base)
and
latest version
latest version
12d46edb
1 commit,
Sep 25, 2023
version 14
35d94143
2 commits,
Sep 25, 2023
version 13
a97e8c55
1 commit,
Sep 21, 2023
version 12
b967e76c
4 commits,
Sep 21, 2023
version 11
30096ed8
3 commits,
Sep 21, 2023
version 10
bdac1621
2 commits,
Sep 20, 2023
version 9
a33f5167
2 commits,
Sep 20, 2023
version 8
1fc1cc71
2 commits,
Sep 20, 2023
version 7
7ecab7a7
6 commits,
Sep 20, 2023
version 6
64aa86f7
5 commits,
Sep 20, 2023
version 5
42873d6d
4 commits,
Sep 20, 2023
version 4
ec434c68
3 commits,
Sep 20, 2023
version 3
3842e3c5
2 commits,
Sep 20, 2023
version 2
be999000
2 commits,
Sep 20, 2023
version 1
3d77634e
1 commit,
Sep 18, 2023
3 files
+
153
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
config-templates/perun_attributes.php
+
5
−
0
View file @ 12d46edb
Edit in single-file editor
Open in Web IDE
Show full file
@@ -252,6 +252,11 @@ $config = [
'ldap'
=>
'capabilities'
,
'type'
=>
'array'
,
],
'perunResourceAttribute_MFAEnforced'
=>
[
'rpc'
=>
'urn:perun:resource:attribute-def:def:proxyMFAEnforced'
,
'ldap'
=>
'proxyMFAEnforced'
,
'type'
=>
'bool'
,
],
/*
* ENTITYLESS ATTRIBUTES
Loading