Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 235116c

Browse files
committed
Add example how to configure PerunEntitlement filter
1 parent 73b47b6 commit 235116c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config-templates/processFilterConfigurations-example.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,21 @@ Example how to enable filter IdPAttribute:
3838
'OrganizationName:en' => 'idp_organizationName' means that the $IdPMetadata['Organization']['en'] will be save into
3939
$request['Attributes']['idp_organizationName']
4040

41+
## PerunEntitlement
42+
43+
Example how to enable/configure filter PerunEntitlement:
44+
45+
```php
46+
33 => array(
47+
'class' => 'perun:PerunEntitlement',
48+
'interface' => 'ldap',
49+
'eduPersonEntitlement' => 'eduPersonEntitlement',
50+
# forwarded entitlement are released by default
51+
#'releaseForwardedEntitlement' => false, OPTIONAL
52+
'forwardedEduPersonEntitlement' => 'eduPersonEntitlement',
53+
),
54+
```
55+
4156
## ForceAup
4257

4358
1.Create these attributes in Perun:

0 commit comments

Comments
 (0)