I am applying my custom database with authentication process, and now I am gonna use Identity server for authentication process.
but I got confused to have 2 databases, authentication database for identity server project, and main database for web api project.
because both databases have User Table? I am confused, please can you help understand each DB's infrastructure ?
Added Info: I am asking about a concept, I don't want any code: I am confused where to place my User Table, should I place it in Authentication DB or should I place it in WEB API's DB.
in case it's been placed in Identity Sever Auth DB, is it OK to make Crud operation to the Auth DB ?