Skip to content

Commit

Permalink
Merge branch 'master' into version-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Ivančić committed Nov 6, 2024
2 parents 62a2b17 + 5039390 commit 83f02e1
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 83f02e1

Please sign in to comment.