From 6f8a9f1bc375f2437b4e49a130f81a4ab38b3fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Wed, 7 Feb 2024 06:31:32 +0100 Subject: [PATCH] [ADD] ending / for issuer required by LLNG v2 --- templates/gitlab.rb.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab.rb.j2 b/templates/gitlab.rb.j2 index 1fdfe91..e457a68 100644 --- a/templates/gitlab.rb.j2 +++ b/templates/gitlab.rb.j2 @@ -40,7 +40,7 @@ gitlab_rails['omniauth_providers'] = [ "name" => 'openid_connect', "args" => { 'name' => 'openid_connect', - 'issuer' => 'https://{{ sso_url }}', + 'issuer' => 'https://{{ sso_url }}/', 'scope' => ['openid', 'profile', 'email'], 'response_type' => 'code', 'client_auth_method' => 'client_secret_post', -- GitLab