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
!39
Generate metadata from Perun
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Generate metadata from Perun
github/fork/vyskocilpavel/getSpMetadata
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Pavel Vyskočil
requested to merge
github/fork/vyskocilpavel/getSpMetadata
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Added function for generating metadata for SimpleSAMLphp Proxy AAI from facilities in Perun
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8b532994
1 commit,
2 years ago
3 files
+
148
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
config-templates/module_perun_getMetadata.php
0 → 100644
+
31
−
0
Options
<?php
$config
=
array
(
/**
* Identifier of Proxy
*/
'proxyIdentifier'
=>
''
,
/**
* Name of facility attribute Proxy Identifiers
*/
'perunProxyIdentifierAttr'
=>
''
,
/**
* Name of facility attribute EntityID
*/
'perunProxyEntityIDAttr'
=>
''
,
/**
* Absolute path, where the metadata will be stored
*/
'absoluteFileName'
=>
''
,
/**
* List of attributes definitions
*/
'attributesDefinitions'
=>
array
(
// Name of attribute from perun => key which will be used in generated metadata
'perunAttrName'
=>
'metadataName'
,
),
);
\ No newline at end of file
Loading