diff --git a/roles/openshift-apps/elections/templates/fedora-elections.cfg b/roles/openshift-apps/elections/templates/fedora-elections.cfg index 9f953f76d7..96b03d9b9b 100644 --- a/roles/openshift-apps/elections/templates/fedora-elections.cfg +++ b/roles/openshift-apps/elections/templates/fedora-elections.cfg @@ -23,6 +23,7 @@ FEDORA_ELECTIONS_ADMIN_GROUP = 'elections' ## URL of the FAS server to use {% if env == 'staging' %} FAS_BASE_URL = 'https://admin.stg.fedoraproject.org/accounts/' +FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/openid/' {% else %} FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/' {% endif %}