We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e54d5 commit 5039390Copy full SHA for 5039390
README.md
@@ -158,7 +158,8 @@ $config = [
158
Default translation table from SAML attributes to OIDC claims is based on
159
[REFEDS wiki article: "Mapping SAML attributes to OIDC Claims"](https://wiki.refeds.org/display/GROUPS/Mapping+SAML+attributes+to+OIDC+Claims).
160
161
-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
162
+examples use friendly attribute names. If other attribute name format is used, adjust configuration accordingly.
163
164
```php
165
<?php
0 commit comments