Good day, I would just like to find out if I can achieve the following situation using the Thintecture Identity Server v2?
I want to implement a situation where I have two Identity servers running in two different locations, One locally on our premises, and another on the internet at our Host.
I would like the two servers to somehow be in sync, I do not know how, maybe replicate the database with sql replication.
Then each of my applications would have a default STS server and if it cannot access the default it will try the secondary one.
Is this some possible to achieve without redesigning the whoel identity server and the packages used on the end use applications?
The applications that will be authenticating will be either asp.net MVC or Asp.net web api or will make use of Single page Application using Javascript with calls to asp.net web api
With the replication: Which identity server database will need to be replicated?