hello,
after spending 3 days reading everything i found on asp.net identity 2.0  and OWIN I'm here to ask for help to this issue.
I'm writing a web application that need to be installed on 10 different servers, each server located physically in different machine (the intranet is worldwide)  http://webserver-001/ ,http://webserver-002/ , ... http://webserver-010/ ,  they all inside our intranet network. on each server we have IIS were the application will be deploy to and also has SQL Server database that holds the User Store and all Tables for the application. on each server we have sql server with one database on it,   [sqlserver-a], [sqlserver-b], .... [sqlserver-j], 
So, we have 10 different web addresses, one for each server, and the user can use any of this addresses to access the applic ...

Go to the complete details ...