IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 764 forks source link

Identity with Dapper, or raw Ado.Net #3149

Closed GArrigotti closed 8 years ago

GArrigotti commented 8 years ago

Question:

Will a version of Identity ever be implemented or forked without Entity Framework? Where it can be implemented without Entity Framework but can be implemented with an ORM or raw ADO of our choosing?

leastprivilege commented 8 years ago

You don't need to fork anything - these are all extensibility points.

You just need to implement IScopeStore, IClientStore etc with your favourite data access technology.

ranga543 commented 7 years ago

Click Here to see Dapper extension for IdentityServer3 without EF and this is reference implementation of IdentityServer3.EntityFramework