Reputation: 5075
I am using ThinkTecture IdentityServer 3 as Token Service. I found so many samples, but all are with InMemory stores https://github.com/IdentityServer/IdentityServer3.Samples. Has anyone published a sample with persistant stores for Clients, Users and Scopes.
I found a few for IdentityServer4 but not for IdentityServer3.
Please share if you found any.
Upvotes: 0
Views: 448
Reputation: 178
You can use this sample From Identity Server's GitHub Page to store Client and Scopes in Database. It Also Provides a simple UI to manages Clients and/or Scopes configuration.And this sample shows how you can store users and claims. I put together all these features in one solution, you can see that in my GitHub Page
Upvotes: 2