From 59fa449abe2e81ecac8a155087a2e1b18c5dfa5d Mon Sep 17 00:00:00 2001 From: Jonathan Lai Date: Thu, 29 Aug 2024 20:34:46 +0900 Subject: [PATCH] website/integrations: Fix Nextcloud SAML Docs for SLO (#11118) Fix Nextcloud SAML Docs for SLO The given SLO URL for authenticating in Nextcloud with SAML is missing a required trailing slash. If it's not there, it will not be possible to log out in a Nextcloud instance that has been set up according to the docs. Signed-off-by: Jonathan Lai --- website/integrations/services/nextcloud/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/nextcloud/index.md b/website/integrations/services/nextcloud/index.md index bff3c13d4642..004c7d223872 100644 --- a/website/integrations/services/nextcloud/index.md +++ b/website/integrations/services/nextcloud/index.md @@ -251,7 +251,7 @@ Set the following values: - Optional display name of the identity provider (default: "SSO & SAML log in"): `authentik` - Identifier of the IdP entity (must be a URI): `https://authentik.company` - URL Target of the IdP where the SP will send the Authentication Request Message: `https://authentik.company/application/saml//sso/binding/redirect/` -- URL Location of IdP where the SP will send the SLO Request: `https://authentik.company/application/saml//slo/binding/redirect` +- URL Location of IdP where the SP will send the SLO Request: `https://authentik.company/application/saml//slo/binding/redirect/` - Public X.509 certificate of the IdP: Copy the PEM of the Selected Signing Certificate Under Attribute mapping, set these values: