I am exploring the option of using IdentityServer3 along with MembershipReboot as the IdentityManagement solution.
I have managed to download some samples from github and get them working.
Link from where i downloaded the sample :- github
But I am not able to get an example of an implementation which is using DB to persist Clients and Scopes and Claims. All the examples i have come across are using InMemory way of storing this info.
Can someone who has done this please help here?