From a2947975e46a33c64e417dce7fa8a859eaabe69e Mon Sep 17 00:00:00 2001 From: sdimovv <36302090+sdimovv@users.noreply.github.com> Date: Fri, 10 Feb 2023 13:58:11 +0000 Subject: [PATCH] website/integrations: Fix Nextcloud SAM UID value setting (#4656) Fix SAM UID value setting Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com> --- 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 fe7ea56b1..743e6438b 100644 --- a/website/integrations/services/nextcloud/index.md +++ b/website/integrations/services/nextcloud/index.md @@ -48,7 +48,7 @@ In Nextcloud, ensure that the `SSO & SAML Authentication` app is installed. Navi Set the following values: -- Attribute to map the UID to.: `http://schemas.goauthentik.io/2021/02/saml/username` +- Attribute to map the UID to: `http://schemas.goauthentik.io/2021/02/saml/uid` - 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/`