4 title: "Migrating account providers"
7 Copyright (C) The Arvados Authors. All rights reserved.
9 SPDX-License-Identifier: CC-BY-SA-3.0
12 This page describes how to enable users to use more than one provider to log into the same Arvados account. This can be used to migrate account providers, for example, from LDAP to Google. In order to do this, users must be able to log into both the "old" and "new" providers.
14 h2. Configure multiple providers in SSO
16 In @application.yml@ for the SSO server, enable both @google_oauth2@ and @ldap@ providers:
20 google_oauth2_client_id: abcd
21 google_oauth2_client_secret: abcd
25 host: ldap.example.com
28 base: "ou=Users, dc=example, dc=com"
33 Restart the SSO server after changing the configuration.
37 Instruct users to go through the process of "linking accounts":{{site.baseurl}}/user/topics/link-accounts.html
39 After linking accounts, users can use the new provider to access their existing Arvados account.
41 Once all users have migrated, the old account provider can be removed from the SSO configuration.