mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Pagure: fix the user's full name with OIDC
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -204,7 +204,7 @@ OIDC_SCOPES = [
|
||||
'https://id.fedoraproject.org/scope/agreements',
|
||||
]
|
||||
OIDC_PAGURE_EMAIL = 'email'
|
||||
OIDC_PAGURE_FULLNAME = 'fullname'
|
||||
OIDC_PAGURE_FULLNAME = 'name'
|
||||
OIDC_PAGURE_USERNAME = 'preferred_username'
|
||||
OIDC_PAGURE_SSH_KEY = 'ssh_key'
|
||||
OIDC_PAGURE_GROUPS = 'groups'
|
||||
|
||||
Reference in New Issue
Block a user