Solved https bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-26 17:54:17 +01:00
parent 7893ee068c
commit a9de544a8d

View File

@ -7,7 +7,7 @@ return array (
'lost_password_link' => 'disabled',
// URL of provider. All other URLs are auto-discovered from .well-known
'oidc_login_provider_url' => 'https://{{oidc.client.issuer_url}}',
'oidc_login_provider_url' => '{{oidc.client.issuer_url}}',
// Client ID and secret registered with the provider
'oidc_login_client_id' => '{{oidc.client.id}}',