From bbc877543eb28b9dca4e9e7f826f72b07db932eb Mon Sep 17 00:00:00 2001 From: "Nestor N. Camacho III" Date: Tue, 14 Jan 2025 15:57:00 -0800 Subject: [PATCH] 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 cb141f72eb38..4ec7a4b1a1bd 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_.