Skip to content

Commit 90a87a0

Browse files
committed
add intro to SSO and RG
1 parent 0a9fb44 commit 90a87a0

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

docs/hub/enterprise-hub-resource-groups.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
55
</Tip>
66

7-
Resource Groups allow Enterprise Hub organizations to enforce fine-grained access control to their repositories.
7+
Resource Groups provide granular access control within Hugging Face organizations.
88

9-
Read the [documentation for Resource Groups under the Security section](./security-resource-groups).
9+
<div class="flex justify-center" style="max-width: 550px">
10+
<img
11+
class="block dark:hidden !m-0"
12+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/resource-groups.png"
13+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
14+
/>
15+
<img
16+
class="hidden dark:block !m-0"
17+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-resource-groups.png"
18+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
19+
/>
20+
</div>
21+
22+
This feature allows organization administrators to:
23+
24+
- Group related repositories together for better organization
25+
- Control member access at a group level rather than individual repository level
26+
- Assign different permission roles (read, contributor, write, admin) to team members
27+
- Keep private repositories visible only to authorized group members
28+
- Enable multiple teams to work independently within the same organization
29+
30+
This Enterprise Hub feature helps organizations manage complex team structures and maintain proper access control over their repositories.
31+
32+
[Getting started with Resource Groups →](./security-resource-groups)

docs/hub/enterprise-sso.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,29 @@
44
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
55
</Tip>
66

7-
Read the [documentation for SSO under the Security section](./security-sso).
7+
Single sign-on (SSO) allows organizations to securely manage user authentication through their own identity provider (IdP). Both SAML 2.0 and OpenID Connect (OIDC) protocols are supported.
8+
9+
<div class="flex justify-center" style="max-width: 550px">
10+
<img
11+
class="block dark:hidden !m-0"
12+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/SSO.png"
13+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
14+
/>
15+
<img
16+
class="hidden dark:block !m-0"
17+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-SSO.png"
18+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
19+
/>
20+
</div>
21+
22+
This feature allows organizations to:
23+
24+
- Enforce mandatory authentication through your company's IdP
25+
- Automatically manage user access and roles based on your IdP attributes
26+
- Support popular providers like Okta, OneLogin, and Azure Active Directory
27+
- Maintain security while allowing external collaborators when needed
28+
- Control session timeouts and role mappings
29+
30+
This Enterprise Hub feature helps organizations maintain consistent security policies while giving their teams seamless access to Hugging Face resources.
31+
32+
[Getting started with SSO →](./security-sso)

0 commit comments

Comments
 (0)