Skip to content
Snippets Groups Projects
Commit 9175d675 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

Merge branch 'entityless' into 'main'

docs: adds entityless attribute to the config template

Closes #153

See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-perun!297
parents 5f1d0deb 4e4c5243
Branches
Tags
1 merge request!297docs: adds entityless attribute to the config template
Pipeline #215995 passed with warnings
......@@ -252,4 +252,13 @@ $config = [
'ldap' => 'capabilities',
'type' => 'array',
],
/*
* ENTITYLESS ATTRIBUTES
*/
'perunEntitylessAttribute_orgAups' => [
'rpc' => 'urn:perun:entityless:attribute-def:def:orgAups',
'ldap' => '',
'type' => 'dictionary',
],
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment