Skip to content

Commit 9f8f876

Browse files
add jit scim flow charts (#1786)
1 parent c43b617 commit 9f8f876

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/hub/enterprise-hub-advanced-sso.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,19 @@ Advanced Single Sign-On (SSO) capabilities extend the standard [SSO features](./
1111
Advanced SSO introduces automated user provisioning, which simplifies the onboarding and offboarding of users.
1212

1313
* **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.
14+
15+
<div class="flex justify-center">
16+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/sso/jit-flow-chart.png"/>
17+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/sso/jit-flow-chart-dark.png"/>
18+
</div>
19+
1420
* **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.
1521

22+
<div class="flex justify-center">
23+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/sso/scim-flow-chart.png"/>
24+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/sso/scim-flow-chart-dark.png"/>
25+
</div>
26+
1627
## Global SSO Enforcement
1728

1829
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.

0 commit comments

Comments
 (0)