I am trying to authenticate a user against an existing user database. I have an existing database with a user table, and I want Identity Server to browse this database and authenticate the user.
I found examples for MembershipReboot and AspNetIdenetity, but I'm confused about how I need to create my own user database mapping.
I am not trying to create an external provider like Facebook
Has anyone received any ideas or seen any lessons on how to do this?
source share