From b758c90db737c0896c2219422c194f12716f3f0f Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Wed, 23 Oct 2024 12:08:17 -0700 Subject: [PATCH] More table fine tuning --- content/manuals/security/for-admins/provisioning/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/security/for-admins/provisioning/_index.md b/content/manuals/security/for-admins/provisioning/_index.md index a8799caf43..3e056f4a80 100644 --- a/content/manuals/security/for-admins/provisioning/_index.md +++ b/content/manuals/security/for-admins/provisioning/_index.md @@ -16,7 +16,7 @@ on data from your identity provider (IdP). There are three methods for user prov different organization needs: | Provisioning method | Description | Default setting in Docker | Recommended for | -| --- | --- | --- | --- | +| :--- | :--- | :------------- | :--- | | Just-in-Time (JIT) | Automatically create and provisions user accounts when they first log in via SSO | Enabled by default | Best for organizations who need minimal setup, who have smaller teams, or low-security environments | | System for Cross-domain Identity Management (SCIM) | Continuously syncs user data between your IdP and Docker, ensuring user attributes remain updated without requiring manual updates | Disabled by default | Best for larger organizations or environments with frequent changes in user information or roles | | Group mapping | Maps user groups from your IdP to specific roles and permissions within Docker, enabling fine-tuned access control based on group membership | Disabled by default | Best for organizations that require strict access control and for managing users based on their roles and permissions |