Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add children links to config & DCR #369

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions IdentityServer/v6/docs/content/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ hosted either separately or within the IdentityServer implementation, and is
distributed through the separate [Duende.IdentityServer.Configuration nuget
package](https://www.nuget.org/packages/Duende.IdentityServer.Configuration).

In this initial release, the Configuration API supports the Dynamic Client
Registration protocol.
In this initial release, the Configuration API supports the [Dynamic Client
Registration]({{< ref "dcr" >}}) protocol.

The Configuration API is part of the
[IdentityServer](https://duendesoftware.com/products/identityserver)
Expand All @@ -23,4 +23,4 @@ and [special offers](https://duendesoftware.com/specialoffers) apply.
The Configuration API's source code is available [on
github](https://github.com/DuendeSoftware/IdentityServer/tree/main/src/Configuration).

Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}).
Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}).
1 change: 1 addition & 0 deletions IdentityServer/v6/docs/content/configuration/dcr/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ response describing the new client, if the request is authorized and valid.
DCR eliminates the need for a manual registration process, making it more
efficient and less time-consuming to register new clients.

{{%children style="h4" /%}}
6 changes: 3 additions & 3 deletions IdentityServer/v7/docs/content/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ hosted either separately or within the IdentityServer implementation, and is
distributed through the separate [Duende.IdentityServer.Configuration nuget
package](https://www.nuget.org/packages/Duende.IdentityServer.Configuration).

In this initial release, the Configuration API supports the Dynamic Client
Registration protocol.
In this initial release, the Configuration API supports the [Dynamic Client
Registration]({{< ref "dcr" >}}) protocol.

The Configuration API is part of the
[IdentityServer](https://duendesoftware.com/products/identityserver)
Expand All @@ -23,4 +23,4 @@ and [special offers](https://duendesoftware.com/specialoffers) apply.
The Configuration API's source code is available [on
github](https://github.com/DuendeSoftware/IdentityServer/tree/main/src/Configuration).

Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}).
Samples of the Configuration API are available [here]({{< ref "/samples/configuration" >}}).
1 change: 1 addition & 0 deletions IdentityServer/v7/docs/content/configuration/dcr/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ response describing the new client, if the request is authorized and valid.
DCR eliminates the need for a manual registration process, making it more
efficient and less time-consuming to register new clients.

{{%children style="h4" /%}}
Loading