-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into regenerate-api-inference-docs
- Loading branch information
Showing
20 changed files
with
329 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,32 @@ | ||
# Resource groups | ||
|
||
<Tip warning={true}> | ||
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>. | ||
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>. | ||
</Tip> | ||
|
||
Resource Groups allow Enterprise Hub organizations to enforce fine-grained access control to their repositories. | ||
Resource Groups allow organizations to enforce fine-grained access control to their repositories. | ||
|
||
Read the [documentation for Resource Groups under the Security section](./security-resource-groups). | ||
<div class="flex justify-center" style="max-width: 550px"> | ||
<img | ||
class="block dark:hidden !m-0" | ||
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/resource-groups.png" | ||
alt="screenshot of Hugging Face Single Sign-On (SSO) feature" | ||
/> | ||
<img | ||
class="hidden dark:block !m-0" | ||
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-resource-groups.png" | ||
alt="screenshot of Hugging Face Single Sign-On (SSO) feature" | ||
/> | ||
</div> | ||
|
||
This feature allows organization administrators to: | ||
|
||
- Group related repositories together for better organization | ||
- Control member access at a group level rather than individual repository level | ||
- Assign different permission roles (read, contributor, write, admin) to team members | ||
- Keep private repositories visible only to authorized group members | ||
- Enable multiple teams to work independently within the same organization | ||
|
||
This Enterprise Hub feature helps organizations manage complex team structures and maintain proper access control over their repositories. | ||
|
||
[Getting started with Resource Groups →](./security-resource-groups) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,32 @@ | ||
# Single Sign-On (SSO) | ||
|
||
<Tip warning={true}> | ||
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>. | ||
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>. | ||
</Tip> | ||
|
||
Read the [documentation for SSO under the Security section](./security-sso). | ||
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. | ||
|
||
<div class="flex justify-center" style="max-width: 550px"> | ||
<img | ||
class="block dark:hidden !m-0" | ||
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/SSO.png" | ||
alt="screenshot of Hugging Face Single Sign-On (SSO) feature" | ||
/> | ||
<img | ||
class="hidden dark:block !m-0" | ||
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-SSO.png" | ||
alt="screenshot of Hugging Face Single Sign-On (SSO) feature" | ||
/> | ||
</div> | ||
|
||
This feature allows organizations to: | ||
|
||
- Enforce mandatory authentication through your company's IdP | ||
- Automatically manage user access and roles based on your IdP attributes | ||
- Support popular providers like Okta, OneLogin, and Azure Active Directory | ||
- Maintain security while allowing external collaborators when needed | ||
- Control session timeouts and role mappings | ||
|
||
This Enterprise Hub feature helps organizations maintain consistent security policies while giving their teams seamless access to Hugging Face resources. | ||
|
||
[Getting started with SSO →](./security-sso) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.