Skip to content

Commit 3a67f8e

Browse files
authored
more doc consistency everywhere (#1823)
* more doc consistency everywhere * a bit more clear
1 parent 4c70f5e commit 3a67f8e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/hub/enterprise-sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This feature is part of the <a href="https://huggingface.co/enterprise">Team & E
66

77
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.
88

9-
Please note that this feature is intended to manage access to organization-specific resources such as private models, datasets, and Spaces. However, it does not replace the core authentication mechanism for the Hugging Face platform. For enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our [Advanced SSO documentation](./enterprise-hub-advanced-sso).
9+
Please note that this feature is intended to manage access to organization-specific resources such as private models, datasets, and Spaces. However, it does not replace the core authentication mechanism for the Hugging Face platform, meaning that users still need to login with their own HF account. For enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our [Advanced SSO documentation](./enterprise-hub-advanced-sso).
1010

1111
<div class="flex justify-center" style="max-width: 550px">
1212
<img

docs/hub/organizations-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can set up [Single Sign-On (SSO)](./security-sso) to be able to map access c
1010

1111
Advanced and more fine-grained access control can be achieved with [Resource Groups](./security-resource-groups).
1212

13-
The Resource Group feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
13+
The Resource Group feature is part of the <a href="https://huggingface.co/enterprise">Team & Enterprise</a> plans.
1414

1515
</Tip>
1616

docs/hub/organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Hugging Face Hub offers **Organizations**, which can be used to group accounts and manage datasets, models, and Spaces. The Hub also allows admins to set user roles to [**control access to repositories**](./organizations-security) and manage their organization's [payment method and billing info](https://huggingface.co/pricing).
44

5-
If an organization needs to track user access to a dataset due to licensing or privacy issues, an organization can enable [user access requests](./datasets-gated).
5+
If an organization needs to track user access to a dataset or a model due to licensing or privacy issues, an organization can enable [user access requests](./datasets-gated).
66

77
## Contents
88

docs/hub/security-sso.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ The Hugging Face Hub gives you the ability to implement mandatory Single Sign-On
55
We support both SAML 2.0 and OpenID Connect (OIDC) protocols.
66

77
<Tip warning={true}>
8-
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>. For enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our <a href="./enterprise-hub-advanced-sso">Advanced SSO documentation</Tip>
8+
This feature is part of the <a href="https://huggingface.co/enterprise">Team & Enterprise</a> plans. For enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our <a href="./enterprise-hub-advanced-sso">Advanced SSO documentation</Tip>
99

1010
## How does it work?
1111

1212
When Single Sign-On is enabled, the members of your organization must authenticate through your Identity Provider (IdP) to access any content under the organization's namespace. Public content will still be available to users who are not members of the organization.
1313

14-
**We use email addresses to identify SSO users. Make sure that your organizational email address (e.g. your company email) has been added to [your user account](https://huggingface.co/settings/account).**
14+
**We use email addresses to identify SSO users. As a user, make sure that your organizational email address (e.g. your company email) has been added to [your user account](https://huggingface.co/settings/account).**
1515

1616
When users log in, they will be prompted to complete the Single Sign-On authentication flow with a banner similar to the following:
1717

docs/hub/security-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are plenty of ways to use a User Access Token to access the Hugging Face H
5050

5151
User Access Tokens can be:
5252
- used **in place of a password** to access the Hugging Face Hub with git or with basic authentication.
53-
- passed as a **bearer token** when calling the [Inference API](https://huggingface.co/inference-api).
53+
- passed as a **bearer token** when calling [Inference Providers](https://huggingface.co/docs/inference-providers).
5454
- used in the Hugging Face Python libraries, such as `transformers` or `datasets`:
5555

5656
```python

docs/hub/security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Security
22

3-
The Hugging Face Hub offers several security features to ensure that your code and data are secure. Beyond offering [private repositories](./repositories-settings#private-repositories) for models, datasets, and Spaces, the Hub supports access tokens, commit signatures, and malware scanning.
3+
The Hugging Face Hub offers several security features to ensure that your code and data are secure. Beyond offering [private repositories](./repositories-settings#private-repositories) for models, datasets, and Spaces, the Hub supports access tokens, resource groups, MFA, commit signatures, malware scanning, and more.
44

5-
Hugging Face is GDPR compliant. If a contract or specific data storage is something you'll need, we recommend taking a look at our [Expert Acceleration Program](https://huggingface.co/support). Hugging Face can also offer Business Associate Addendums or GDPR data processing agreements through an [Enterprise Plan](https://huggingface.co/pricing).
5+
Hugging Face is GDPR compliant. If a contract or specific data storage is something you'll need, we recommend taking a look at our [Enterprise Hub Support](https://huggingface.co/support). Hugging Face can also offer Business Associate Addendums or GDPR data processing agreements through an [Enterprise Plan](https://huggingface.co/pricing).
66

77
Hugging Face is also [SOC2 Type 2 certified](https://us.aicpa.org/interestareas/frc/assuranceadvisoryservices/aicpasoc2report.html), meaning we provide security certification to our customers and actively monitor and patch any security weaknesses.
88

@@ -17,9 +17,9 @@ For any other security questions, please feel free to send us an email at securi
1717
- [Git over SSH](./security-git-ssh)
1818
- [Signing commits with GPG](./security-gpg)
1919
- [Single Sign-On (SSO)](./security-sso)
20+
- [Advanced Access Control (Resource Groups)](./security-resource-groups)
2021
- [Malware Scanning](./security-malware)
2122
- [Pickle Scanning](./security-pickle)
2223
- [Secrets Scanning](./security-secrets)
2324
- [Third-party scanner: Protect AI](./security-protectai)
2425
- [Third-party scanner: JFrog](./security-jfrog)
25-
- [Resource Groups](./security-resource-groups)

0 commit comments

Comments
 (0)