We are trying to add Identity 3 to our existing Customers app by extending AspNetUsers
public class ApplicationUser : IdentityUser
{
public string Busine
I suffered from the same problem using the following scenario:
Currently I'm trying to use a separate DB for identity for the following gains:
The challenge now is to use the two databases together at the data tier of the application.