From 427a8c91c86dcf8e919ba07ce549a54b1b57484b Mon Sep 17 00:00:00 2001 From: "Nestor N. Camacho III" Date: Thu, 30 Jan 2025 09:37:48 -0800 Subject: [PATCH] website/integrations: gitlab to have binding in saml section be post (#12677) Update index.md to have binding in saml section be post After upgrading to version 2024.12.2 SAML stopped working in gitlab and was causing 502 errors. After some troubleshooting I finally got it to work again by changing binding to "Post" instead of the recommended "Redirect" in this howto. Signed-off-by: Nestor N. Camacho III --- website/integrations/services/gitlab/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/gitlab/index.md b/website/integrations/services/gitlab/index.md index 72d62d151b..679c640fdf 100644 --- a/website/integrations/services/gitlab/index.md +++ b/website/integrations/services/gitlab/index.md @@ -38,7 +38,7 @@ Create an application in authentik and note the slug, as this will be used later - ACS URL: `https://gitlab.company/users/auth/saml/callback` - Audience: `https://gitlab.company` - Issuer: `https://gitlab.company` -- Binding: `Redirect` +- Binding: `Post` Under _Advanced protocol settings_, set a certificate for _Signing Certificate_.