From 7b9cb9e8a5a69647b4fbb9e9ca71e53bc7c5945e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 22 May 2018 15:25:11 +0200 Subject: [PATCH] Let's point to /openid/ as Patrick said Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 841fd92e38..4551d5b2c3 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -231,7 +231,7 @@ REQUIRED_GROUPS = { PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1/' RESULTSDB_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/' FAS_URL = 'https://admin.stg.fedoraproject.org/accounts' -FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org' +FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/openid/' {% else %} PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1/' RESULTSDB_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/'