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'