Skip to content
代码片段 群组 项目
未验证 提交 6b0dfe06 编辑于 作者: Jon Glassman's avatar Jon Glassman 提交者: GitLab
浏览文件

Merge branch 'doc-note-saml-as-requiring-pat' into 'master'

Document SAML as also requiring PATs

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145898



Merged-by: default avatarJon Glassman <jglassman@gitlab.com>
Co-authored-by: default avatarKatrin Leinweber <kleinweber@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -2987,7 +2987,7 @@ GitLab [generates and sets passwords for users created through SAML](../security
Users authenticated with SSO or SAML must not use a password for Git operations
over HTTPS. These users can instead:
- Set up a [personal access token](../user/profile/personal_access_tokens.md).
- Set up a [personal](../user/profile/personal_access_tokens.md), [project](../user/project/settings/project_access_tokens.md), or [group](../user/group/settings/group_access_tokens.md) access token.
- Use an [OAuth credential helper](../user/profile/account/two_factor_authentication.md#oauth-credential-helpers).
## Link SAML identity for an existing user
......
......@@ -27,7 +27,8 @@ The ability to create personal access tokens without expiry was [deprecated](htt
Personal access tokens are:
- Required when [two-factor authentication (2FA)](account/two_factor_authentication.md) is enabled.
- Required when [two-factor authentication (2FA)](account/two_factor_authentication.md) or
[SAML](../../integration/saml.md#password-generation-for-users-created-through-saml) is enabled.
- Used with a GitLab username to authenticate with GitLab features that require usernames. For example,
[GitLab-managed Terraform state backend](../infrastructure/iac/terraform_state.md#use-your-gitlab-backend-as-a-remote-data-source)
and [Docker container registry](../packages/container_registry/authenticate_with_container_registry.md),
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册