Project

General

Profile

Actions

Idea #12945

closed

Document and test identity provider migration for user accounts

Added by Tom Morris over 6 years ago. Updated about 6 years ago.

Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
Story points:
0.5

Description

Below is a sketch of the implementation to be tested and documented:

It is possible to change authentication providers for a user account. Examples: Currently, it is only possible for an administrator to make this change.
Procedure:
  • Determine the user’s existing UUID.
  • Clear the identity_url field of the existing user record.
  • Add a Link object with the following attributes:
    {
      "link_class":"permission",
      "name":"can_login",
      "tail_uuid":"person@new.example.com",
      "head_uuid":"aaaaa-tpzed-abcdefghijklmno",
      "properties":{
        "identity_url_prefix":"https://www.google.com/" 
      }
    }
    

    *Have the user log in using their Google account.

Related issues

Related to Arvados - Idea #12705: Documentation/helper scripts for migrating users to federated identityResolvedTom Clegg01/11/2018Actions
Actions

Also available in: Atom PDF