Ipsilon: Fix the attribute mapping
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
9a8e482206
commit
9b4832feee
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ openidc tos url=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
|
|||
openidc idp sig key id=20161031-sig
|
||||
openidc allow dynamic client registration=False
|
||||
{% if env == 'staging' %}
|
||||
openidc default attribute mapping=[["email", "email"], ["username", "preferred_username"], ["timezone", "zoneinfo"], ["locale", "locale"], ["human_name","name"], ["agreements","agreements"], ["groups","groups"]]
|
||||
openidc default attribute mapping=[["*", "*"]]
|
||||
{% else %}
|
||||
openidc default attribute mapping=[["*", "*"], ["timezone", "zoneinfo"], ["_groups", "groups"], [["_extras", "cla"], "cla"], ["fullname", "name"], ["_username", "preferred_username"]]
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue