'How to Use Identity With Multiple database using mongoDB in asp.net core 5.0
The problem is that the application has x numbers of databases, each database represents one customer/program. So when a user is at the login page, he will specify the program name and his credentials, and at the Login post it will have to connect to that program's database. Seems like I will need to initialize ASP.NET Identity database connection at that time and close it when done.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
