Merge branch 'patch-1' of https://github.com/mr-c/arvados into mr-c-patch-1
[arvados.git] / doc / admin / migrating-providers.html.textile.liquid
1 ---
2 layout: default
3 navsection: admin
4 title: Changing upstream login providers
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 When a user logs in to Arvados, their email address (as returned by the authentication provider) is used as the primary key for their Arvados account.
13
14 If you reconfigure Arvados to use a different authentication provider after some users have created accounts, you should either ensure the new provider returns the same email addresses as the old one, or update your Arvados users' @email@ attributes to match the email addresses returned by the new provider.
15
16 Otherwise, next time users log in, they will be given new accounts instead of logging in to their existing accounts.