From d2afe37ab6674e2c233bc1b3c794d5294a752fcd Mon Sep 17 00:00:00 2001 From: Charlie B Date: Tue, 17 Jun 2025 13:24:16 +0200 Subject: [PATCH] add jit scim flow charts --- docs/hub/enterprise-hub-advanced-sso.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/hub/enterprise-hub-advanced-sso.md b/docs/hub/enterprise-hub-advanced-sso.md index ceb4f0a4c..ab1b8123d 100644 --- a/docs/hub/enterprise-hub-advanced-sso.md +++ b/docs/hub/enterprise-hub-advanced-sso.md @@ -11,8 +11,19 @@ Advanced Single Sign-On (SSO) capabilities extend the standard [SSO features](./ Advanced SSO introduces automated user provisioning, which simplifies the onboarding and offboarding of users. * **Just-In-Time (JIT) Provisioning**: When a user from your organization attempts to log in to Hugging Face for the first time via SSO, an account can be automatically created for them if one doesn't already exist. Their profile information and role mappings can be populated based on attributes from your IdP. + +
+ + +
+ * **System for Cross-domain Identity Management (SCIM)**: For more robust user lifecycle management, SCIM allows your IdP to communicate user identity information to Hugging Face. This enables automatic creation, updates (e.g., name changes, role changes), and deactivation of user accounts on Hugging Face as changes occur in your IdP. This ensures that user access is always up-to-date with their status in your organization. +
+ + +
+ ## Global SSO Enforcement Beyond gating access to specific organizational content, Advanced SSO can be configured to make your IdP the mandatory authentication route for all your organization's members interacting with any part of the Hugging Face platform. Your organization's members will be required to authenticate via your IdP for all Hugging Face services, not just when accessing private or organizational repositories.