Skip to content
Introducing the next era of Duende IdentityServer. Read our CEO’s announcement

Data Stores and Persistence

Duende IdentityServer is backed by two kinds of data:

Data access is abstracted by store interfaces registered in the ASP.NET Core service provider. These interfaces allow IdentityServer to access the data it needs at runtime when processing requests. You can implement these interfaces yourself to use any database, or choose one of the built-in providers.