From 48bc08e0638096b72775ec3797d0d31134720264 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 19 Oct 2020 17:00:05 +0200 Subject: [PATCH] Fix name of secret --- LocalSettings.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalSettings.php.tmpl b/LocalSettings.php.tmpl index 003202d..c800acb 100644 --- a/LocalSettings.php.tmpl +++ b/LocalSettings.php.tmpl @@ -189,7 +189,7 @@ wfLoadExtension( 'OpenIDConnect' ); $wgOpenIDConnect_Config['{{ env "OPENID_KEYCLOAK_URL" }}'] = [ 'clientID' => '{{ env "OPENID_CLIENT_ID"}}', - 'clientsecret' => '{{ secret "openid-client-secret" }}' + 'clientsecret' => '{{ secret "openid_client_secret" }}' ]; {{ end }}