IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

Consider taking scopes and clients from DbContext? #11

Closed tekix closed 10 years ago

tekix commented 10 years ago

Currently scopes and clients are using InMemory classes, is it good to move them into DbContext?

brockallen commented 10 years ago

That's on purpose in this repo. You want to look into this: https://github.com/thinktecture/Thinktecture.IdentityServer.v3.EntityFramework/

tekix commented 10 years ago

i see now they are in separated projects, thanks.