From b23a6d53598bd5f9600f30f399c281ac14d0caf6 Mon Sep 17 00:00:00 2001 From: Josh Q <12601483+DonQuinleone@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:57:38 +0000 Subject: [PATCH] website/integrations: Fix OIDC attribute mapping for "groups" is specified in Nextcloud (#8214) Fix typo in OIDC attribute mapping for groups Signed-off-by: Josh Q <12601483+DonQuinleone@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 ab8d92f0d7..139932056f 100644 --- a/website/integrations/services/nextcloud/index.md +++ b/website/integrations/services/nextcloud/index.md @@ -133,7 +133,7 @@ Add a new provider using the `+` button and set the following values: - Display name mapping: name - Email mapping: email - Quota mapping: quota (leave empty if you have skipped the [custom profile scope](#custom-profile-scope) section) - - Groups mapping: group (leave empty if you have skipped the [custom profile scope](#custom-profile-scope) section) + - Groups mapping: groups (leave empty if you have skipped the [custom profile scope](#custom-profile-scope) section) :::tip You need to enable the "Use group provisioning" checkmark to be able to write to this field :::