From 30aa2a555726725212d77caca84f96f7adcbd665 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 23 May 2018 21:30:21 +0000 Subject: [PATCH] I had already set this up. Use the registered client ID Signed-off-by: Patrick Uiterwijk --- roles/distgit/templates/auth_openidc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/templates/auth_openidc.conf b/roles/distgit/templates/auth_openidc.conf index 48675208e6..c1adb4b78c 100644 --- a/roles/distgit/templates/auth_openidc.conf +++ b/roles/distgit/templates/auth_openidc.conf @@ -1,5 +1,5 @@ OIDCOAuthIntrospectionEndpoint https://id{{env_suffix}}.fedoraproject.org/openidc/TokenInfo -OIDCOAuthClientID distgit +OIDCOAuthClientID src-verifier {% if env == "staging" %} OIDCOAuthClientSecret {{ distgit_oidc_client_secret_stg }} {% else %}