Skip to content
Snippets Groups Projects
Commit 7f090a42 authored by Patrick Radtke's avatar Patrick Radtke
Browse files

Clarify authproc filters

parent 08e369a1
No related branches found
No related tags found
No related merge requests found
...@@ -38,13 +38,17 @@ requires the least configuration. ...@@ -38,13 +38,17 @@ requires the least configuration.
], ],
``` ```
and then you can map the ODIC attributes to regular friendly names in your `authprocs`. and if are using this with a SAML IdP then you can map the OIDC attributes to regular friendly names in your `authproc` section of `saml20-idp-hosted.php`.
```php ```php
// saml20-idp-hosted.php
$metadata['myEntityId'] = array(
'authproc' => array( 'authproc' => array(
// Convert oidc names to ldap friendly names // Convert oidc names to ldap friendly names
90 => array('class' => 'core:AttributeMap', 'authoauth2:oidc2name'), 90 => array('class' => 'core:AttributeMap', 'authoauth2:oidc2name'),
), ),
// other IdP config options
)
``` ```
## Resitricting hosted domain ## Resitricting hosted domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment