Project

General

Profile

Feature #15530

Updated by Peter Amstutz over 4 years ago

Cluster aaaaa is trusted if it's entry in the master cluster config has Remotes/aaaaa/AuthenticateLocalUsers set to true. 

 * When sending a request to a remote cluster, if the remote cluster we are are going to communicate with is trusted, don't salt the token. 

 * Update user interface so that if Login.LoginCluster is set, don't display there's a master cluster configured, only populate the multi-cluster dropdown. 

 login dropdown with untrusted remotes.  

 * Also update the account linking feature to only display remote account linking using the same criteria as for the multi-cluster dropdown. 

 * Update Config and Auth state to reflect Login.LoginCluster capture the new master/trusted cluster elements of the cluster config and propagate to the appropriate views (login-panel, link-account-panel, fed-login).

Back