NCache as IdentityServer4 Cache and Data Store
IdentityServer4 is an open-source authentication server that implements OpenID Connect (OIDC) and OAuth 2.0 standards for .NET Core. It's designed to provide a common way to authenticate requests to all of your applications, 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 has integrated itself 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 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.