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>
This commit is contained in:
Josh Q
2024-01-18 12:57:38 +00:00
committed by GitHub
parent 212904537b
commit b23a6d5359

View File

@ -133,7 +133,7 @@ Add a new provider using the `+` button and set the following values:
- Display name mapping: name - Display name mapping: name
- Email mapping: email - Email mapping: email
- Quota mapping: quota (leave empty if you have skipped the [custom profile scope](#custom-profile-scope) section) - 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 :::tip
You need to enable the "Use group provisioning" checkmark to be able to write to this field You need to enable the "Use group provisioning" checkmark to be able to write to this field
::: :::