diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2020-12-22 16:39:32 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-11 20:20:38 +0000 |
commit | a915585e9181af099ee293977126dc117ffdc15a (patch) | |
tree | 03c6a6b7a5b5cb5cba0eb16a97942ba6637738a0 /server/sonar-docs/src | |
parent | 177ce9bc1e0e79ea6fb76f798ebbef7e787a6078 (diff) | |
download | sonarqube-a915585e9181af099ee293977126dc117ffdc15a.tar.gz sonarqube-a915585e9181af099ee293977126dc117ffdc15a.zip |
SONAR-13930 Allow migration of auth system
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/instance-administration/delegated-auth.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/instance-administration/delegated-auth.md b/server/sonar-docs/src/pages/instance-administration/delegated-auth.md index c0bc8d4e6b7..f0c3ac36248 100644 --- a/server/sonar-docs/src/pages/instance-administration/delegated-auth.md +++ b/server/sonar-docs/src/pages/instance-administration/delegated-auth.md @@ -230,6 +230,9 @@ Authentication will be tried on each server, in the order they are listed in the Note that all the LDAP servers must be available while (re)starting the SonarQube server. +### Migrate users to a new authentication method +If you are changing your delegated authentication method and migrating existing users from your previous authentication method, you can use the `api/users/update_identity_provider` web API to update your users' identity provider. + ### Troubleshooting * Detailed connection logs (and potential error codes received from LDAP server) are output to SonarQube's _$SONARQUBE_HOME/logs/web.log_, when logging is in `DEBUG` mode. |