We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91c5756 + 5039390 commit 86d9b49Copy full SHA for 86d9b49
README.md
@@ -190,7 +190,8 @@ $config = [
190
Default translation table from SAML attributes to OIDC claims is based on
191
[REFEDS wiki article: "Mapping SAML attributes to OIDC Claims"](https://wiki.refeds.org/display/GROUPS/Mapping+SAML+attributes+to+OIDC+Claims).
192
193
-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
194
+examples use friendly attribute names. If other attribute name format is used, adjust configuration accordingly.
195
196
```php
197
<?php
0 commit comments