Skip to content

Commit

Permalink
Add note about attribute name format used in examples (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Ivančić <[email protected]>
  • Loading branch information
cicnavi and Marko Ivančić authored Nov 6, 2024
1 parent 73e54d5 commit 5039390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ $config = [
Default translation table from SAML attributes to OIDC claims is based on
[REFEDS wiki article: "Mapping SAML attributes to OIDC Claims"](https://wiki.refeds.org/display/GROUPS/Mapping+SAML+attributes+to+OIDC+Claims).

You can change or extend this table in the `module_oidc.php` config file, for example:
You can change or extend this table in the `module_oidc.php` config file, like in example below. Note that translation
examples use friendly attribute names. If other attribute name format is used, adjust configuration accordingly.

```php
<?php
Expand Down

0 comments on commit 5039390

Please sign in to comment.