scottbrady91 / IdentityModel

JWT style token handlers for Branca and PASETO in .NET. EdDSA support for Microsoft.IdentityModel.
https://www.scottbrady91.com/c-sharp/replacing-jwts-with-branca-and-paseto-in-dotnet-core
Apache License 2.0
40 stars 10 forks source link

identityserver4.entityframework support DB2 #1

Closed FijoFrancisT closed 4 years ago

FijoFrancisT commented 4 years ago

Hi Scoot, I have an application in SQL, as per one of our client requirements we should able to support DB2 also along with SQL. We have created POC support DB first and code first as shown below IBM part details which work fine. https://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.swg.im.dbclient.adonet.doc/doc/c0070470.html In SQL we created the OAuth server using identityserver4, now this create a migration script for migrating ConfigurationDbContext and PersistedGrantDbContext, We are not able to do the same migration for ConfigurationDbContext and PersistedGrantDbContex with DB2, does identity sever migration does support db2 also. please give me your guidance implement using DB2.

With Thanks, Fijo Francis T

scottbrady91 commented 4 years ago

Wrong repo 😉

I'll answer on one of the other places you've contacted me.