Version 6.x has been out of support since May 14, 2024, and this corresponding section of the documentation is no longer maintained. We strongly recommend you upgrade to the latest supported version of 7.x and read the latest version of this documentation.

Store

IClientConfigurationStore

The IClientConfigurationStore interface defines the contract for a service that communication with the client configuration data store. It contains a single AddAsync method.

public interface IClientConfigurationStore

Members

name description
AddAsync(…) Adds a client to the configuration store.

ClientConfigurationStore

The ClientConfigurationStore is the default implementation of the IClientConfigurationStore. It uses Entity Framework to communicate with the client configuration store, and is intended to be used when IdentityServer is configured to use the Entity Framework based configuration stores.