Project

General

Profile

Idea #11453

Updated by Tom Morris over 6 years ago

Basic elements: 
 - a single login server which provides authentication for all clusters in the network 
 - a single user UUID is used across all nodes in the cluster. 

 API server needs two additional features: 
 1. Validate salted token by contacting origin cluster 
 2. As an origin cluster, validate - a received token from a remote migration process which maps the old per cluster user UUIDs to their new network-wide UUID 

 Draft: [[Federated identity]] 

 Migration process from local identity to network identity is separate

Back