DuendeSoftware / IdentityServer

The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
https://duendesoftware.com/products/identityserver
Other
1.47k stars 345 forks source link

Consider new storage format for default store implementations #241

Open brockallen opened 3 years ago

brockallen commented 3 years ago

Something where we don't need schema changes across versions. Something like JSON in a text column when using relational. This would handle version diffs in the app code. If forward and backwards compat then could allow for one DB to be used for A/B testing in prod.

brockallen commented 1 month ago

This is two things: config store and operational store.