I have an existing SQL database containing my user data and application data. I want to implement Identity Server 4 in such a way that its tables are in a separate database from the application database. I don't want Identity server 4 tables in my current database. How do I go about this? If anyone has links to guidelines on how to achieve this, I would be grateful.
My current db was created by asp.net boilerplate and now am using asp.net zero