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 #1

Updated by Tom Morris over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Tom Morris over 6 years ago

  • Target version changed from To Be Groomed to Arvados Future Sprints
  • Story points set to 0.5
Actions #3

Updated by Tom Clegg over 6 years ago

  • Related to Idea #12705: Documentation/helper scripts for migrating users to federated identity added
Actions #4

Updated by Tom Clegg over 6 years ago

  • Status changed from New to Duplicate

(description above is just an early draft of docs added in #12705)

Actions #5

Updated by Tom Morris about 6 years ago

  • Target version deleted (Arvados Future Sprints)
Actions

Also available in: Atom PDF