From 9df16a9ae003f0fe5bb10de1b17d798fb6e27b0b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 2 Jul 2021 21:17:16 +0200 Subject: [PATCH] website/docs: update gitlab docs Signed-off-by: Jens Langhammer --- website/docs/integrations/services/gitlab/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/integrations/services/gitlab/index.md b/website/docs/integrations/services/gitlab/index.md index 4ff1177f4..92eb6d13d 100644 --- a/website/docs/integrations/services/gitlab/index.md +++ b/website/docs/integrations/services/gitlab/index.md @@ -22,13 +22,14 @@ 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: `Post` +- Binding: `Redirect` -You can of course use a custom signing certificate, and adjust durations. To get the value for `idp_cert_fingerprint`, you can use a tool like [this](https://www.samltool.com/fingerprint.php). +Under *Advanced protocol settings*, set a certificate for *Signing Certificate*. ## GitLab Configuration Paste the following block in your `gitlab.rb` file, after replacing the placeholder values from above. The file is located in `/etc/gitlab`. +To get the value for `idp_cert_fingerprint`, go to the Certificate list under *Identity & Cryptography*, and expand the selected certificate. ```ruby gitlab_rails['omniauth_enabled'] = true