Openiddict-core: OpenIddict + EF6

Created on 12 Aug 2016  路  6Comments  路  Source: openiddict/openiddict-core

Hello can you give more detailed information how to use Openiddict with EF6?

question

Most helpful comment

The extensions you can find in the OpenIddict package are only there for convenience. You don't have to use them. OpenIddict.Core has all the extensions you need to configure OpenIddict with your own stores.

All 6 comments

+1

There's no plan to create an "official" OpenIddict package for EF6, but you're free to create your own stores, similarly to what we have for EF Core.

But i think it's more than stores, for example OpenIddictExtensions class is coded specifically for ef core.

The extensions you can find in the OpenIddict package are only there for convenience. You don't have to use them. OpenIddict.Core has all the extensions you need to configure OpenIddict with your own stores.

Thx for your response!

@ivanmariychuk Did you have any luck with this? I'm in the process of doing the same thing and would be interested in chatting if you were able to get this working with EF6.

Was this page helpful?
0 / 5 - 0 ratings