diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-23 03:07:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-23 03:07:30 +0000 |
commit | 5316a9bca92df51b192db5c444784f951fbc83c9 (patch) | |
tree | 86a5d45b02aaf6de7dce98f060dc726f76880ba2 /doc/integration/saml.md | |
parent | 1b6de87b5c7ea4b612ba6c98cac436919757ecb0 (diff) | |
download | gitlab-ce-5316a9bca92df51b192db5c444784f951fbc83c9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/saml.md')
-rw-r--r-- | doc/integration/saml.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md index 95bf835147d..7aae09258b5 100644 --- a/doc/integration/saml.md +++ b/doc/integration/saml.md @@ -730,6 +730,11 @@ Refer to the documentation for your SAML Identity Provider for information on ho The [Generated passwords for users created through integrated authentication](../security/passwords_for_integrated_authentication_methods.md) guide provides an overview of how GitLab generates and sets passwords for users created via SAML. +## Link SAML identity for an existing user + +A user can manually link their SAML identity to an existing GitLab account by following the steps in +[Enable OmniAuth for an existing user](omniauth.md#enable-omniauth-for-an-existing-user). + ## Configuring Group SAML on a self-managed GitLab instance **(PREMIUM SELF)** For information on the GitLab.com implementation, please see the [SAML SSO for GitLab.com groups page](../user/group/saml_sso). |