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.
(Added in 6.3)
The Configuration API is a collection of endpoints that allow for management and configuration of an IdentityServer implementation. The Configuration API can be hosted either separately or within the IdentityServer implementation, and is distributed through the separate Duende.IdentityServer.Configuration NuGet package.
In this initial release, the Configuration API supports the Dynamic Client Registration protocol.
The Configuration API is part of the IdentityServer Business Edition or higher. The same license and special offers apply.
The Configuration API’s source code is available on github.
Samples of the Configuration API are available here.