Skip to content
Snippets Groups Projects

Added IdPAttribute ProcessingFilter

Merged Pavel Vyskočil requested to merge github/fork/vyskocilpavel/IdPAttribute into master
2 files
+ 73
0
Compare changes
  • Side-by-side
  • Inline
Files
2
## IdPAttribute
Example how to enable filter IdPAttribute:
```php
29 => array(
'class' => 'perun:IdPAttribute',
'attrMap' => array(
'OrganizationName:en' => 'idp_organizationName',
),
),
```
'OrganizationName:en' => 'idp_organizationName' means that the $IdPMetadata['Organization']['en'] will be save into
$request['Attributes']['idp_organizationName']
Loading