IdentityServer4 Cache and Data Store
IdentityServer4 is an Open Source authentication server that implements the OpenID Connect (OIDC) and OAuth 2.0 standards for .NET. It's designed to provide a standardized way to authenticate application requests, whether they are web-based, native, mobile-based, or API endpoints. It also acts as a central database structure that stores the user credentials.
NCache offers an integration with IdentityServer4 and you can plug-in NCache to your existing IdentityServer4 applications. You only need to change the configuration files to take advantage of NCache's distributed system.
In This Section
IdentityServer4 Overview
Explains the basic concept of IdentityServer4 along with its use cases.
NCache as an In-memory IdentityServer4 Store
Explains how NCache can be used as an IdentityServer4 store.
NCache as an In-memory IdentityServer4 Cache Implementation
Explains how NCache can work as an in-memory cache along with IdentityServer4.