Feature #15530
Updated by Eric Biagiotti over 5 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 there's a master cluster configured, only populate the multi-cluster 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 capture the new master/trusted cluster elements of the cluster config and propagate to the appropriate views (login-panel, link-account-panel, fed-login).