IdentityServer / IdentityServer3.EntityFramework

EntityFramework persistence layer for IdentityServer3
Apache License 2.0
68 stars 97 forks source link

IdentityServer3.EntityFramework 2.5.0 compatibility with Npgsql 2.2.5 #109

Closed vish-k closed 8 years ago

vish-k commented 8 years ago

Is IdentityServer3.EntityFramework 2.5.0 compatible with Npgsql 2.2.5 ? I am running into connection string issue when using Npgsql where if I construct proper Npgsql connection string like -

If I provide sqllike connection string i.e

We need to dynamically create MS SQL or Npgsql/Postgres connection string to pass to EntityFrameworkServiceOptions depending on config. So pls recommand best option. Thank you!

brockallen commented 8 years ago

No idea -- never heard of that.