Skip to content

Commit 5039390

Browse files
authored
Add note about attribute name format used in examples (#266)
Co-authored-by: Marko Ivančić <[email protected]>
1 parent 73e54d5 commit 5039390

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ $config = [
158158
Default translation table from SAML attributes to OIDC claims is based on
159159
[REFEDS wiki article: "Mapping SAML attributes to OIDC Claims"](https://wiki.refeds.org/display/GROUPS/Mapping+SAML+attributes+to+OIDC+Claims).
160160

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

163164
```php
164165
<?php

0 commit comments

Comments
 (0)