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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Merge requests
!29
Added filtering for AuthnContextClassRef
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added filtering for AuthnContextClassRef
github/fork/vyskocilpavel/AuthnContextClassRef
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Pavel Vyskočil
requested to merge
github/fork/vyskocilpavel/AuthnContextClassRef
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
The AuthnContextClassRef is now filtered before the request is send to idp and every AuthnContextClassRef values which start with prefix from configuration will be removed
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
499e5c52
1 commit,
2 years ago
2 files
+
51
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
config-templates/module_perun.php
+
6
−
0
Options
@@ -39,4 +39,10 @@ $config = array(
*/
//'disco.disableWhitelisting' => true,
/**
* Specify prefix for filtering AuthnContextClassRef
* All AuthnContextClassRef values starts with this prefix will be removed before the request will be send to IdP
*/
'disco.removeAuthnContextClassRefPrefix'
=>
'urn:cesnet:proxyidp:'
,
);
Loading