Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.41 KB

File metadata and controls

28 lines (22 loc) · 1.41 KB
title Configuration API
description Documentation for the Configuration API endpoints that enable management and configuration of IdentityServer implementations
sidebar
label order
Overview
1
redirect_from
/identityserver/v5/configuration/
/identityserver/v6/configuration/
/identityserver/v7/configuration/

:::tip Added in Duende IdentityServer 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 source code is available on GitHub.

Samples of the Configuration API are available here.