From e479cb5600cf43ffd8ac259f52ec75f01cafc4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 14 Nov 2024 07:44:42 +0100 Subject: [PATCH] Pagure: fix the user's full name with OIDC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index 3c5ed7f6b4..f6c91909b0 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -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'