How can I use IdentityServer 4 and SQL Server?

0

I followed http://docs.identityserver.io/en/latest/quickstarts/7_entity_framework.html#database-schema-changes-and-using-ef-migrations to use SQL Server with IdentityServer 4

Getting error while try creating Database, IdentityServer4

Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column 'Id', table 'is4aspiddb.dbo.AspNetUserClaims'; column does not allow nulls. UPDATE fails.

sql-server
identityserver4
using
asked on Stack Overflow Oct 22, 2019 by AHMED THARWAT • edited Oct 22, 2019 by Dale K

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0