Version 5.x has been out of support since December 13, 2022, and this corresponding section of the documentation is no longer maintained. We strongly recommend upgrading to a supported version.

Distributed Caching

Some optional features rely on ASP.NET Core distributed caching:

  • State data formatter for OpenID Connect
  • Replay cache (e.g. for JWT client credentials)
  • Device flow throttling service
  • Authorization parameter store

In order to work in a multi server environment, this needs to be set up correctly. Please consult the Microsoft documentation for more details.