Project

General

Profile

Feature #14718

Updated by Tom Clegg about 5 years ago

When redirecting a user agent to the Arvados login endpoint (<code>https://aaaaa.arvadosapi.com/login</code>), an application may specify a remote cluster ID in the query string (<code>.../login?remote=bbbbb</code>). 

 In that case, assuming the login is successful and a new token is issued, the new token will be salted for the specified remote. 

 This story does _not_ cover prompting the user differently depending on the requested scope, although we will want to do so in the future. 

Back