Skip to content

Commit 97f56bc

Browse files
committed
Various fixes
1 parent 4f6d4da commit 97f56bc

3 files changed

Lines changed: 10 additions & 17 deletions

File tree

src/content/docs/identitymodel-oidcclient/samples.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ show how to use a OidcClient with a variety of platforms and UI tools, including
2020
- [Windows Console Applications](https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/tree/main/HttpSysConsoleClient) (relies on an HttpListener - a wrapper around the windows HTTP.sys driver)
2121
- [Windows Console Applications using custom uri schemes](https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/tree/main/WindowsConsoleSystemBrowser)
2222

23-
All samples use a demo instance of Duende.IdentityServer (https://demo.duendesoftware.com)
24-
as their OIDC Provider. You can see its source code
25-
[here](https://github.com/DuendeSoftware/demo.duendesoftware.com).
23+
All samples use a [demo instance of Duende IdentityServer](https://demo.duendesoftware.com)
24+
as their OIDC Provider. You can see its [source code on GitHub](https://github.com/DuendeSoftware/demo.duendesoftware.com).
2625

2726
You can log in with *alice/alice* or *bob/bob*
2827

src/content/docs/identityserver/apis/aspnetcore/confirmation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ so you can supply the cache implementation of your choice. See the
166166
for more details on setting up distributed caches, along with many examples, including Redis, CosmosDB, and
167167
Sql Server.
168168

169-
A full sample using the default in memory caching is available
170-
[here](https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v7/DPoP).
169+
A full sample [using the default in memory caching](https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v7/DPoP)
170+
is available on GitHub.

src/content/docs/identityserver/configuration/index.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,15 @@ redirect_from:
1414
Added in Duende IdentityServer 6.3
1515
:::
1616

17-
The Configuration API is a collection of endpoints that allow for management and
18-
configuration of an IdentityServer implementation. The Configuration API can be
19-
hosted either separately or within the IdentityServer implementation, and is
20-
distributed through the separate [Duende.IdentityServer.Configuration NuGet
21-
package](https://www.nuget.org/packages/Duende.IdentityServer.Configuration).
17+
The Configuration API is a collection of endpoints that allow for management and configuration of an IdentityServer
18+
implementation. The Configuration API can be hosted either separately or within the IdentityServer implementation, and is
19+
distributed through the separate [Duende.IdentityServer.Configuration NuGet package](https://www.nuget.org/packages/Duende.IdentityServer.Configuration).
2220

23-
In this initial release, the Configuration API supports the [Dynamic Client
24-
Registration](/identityserver/configuration/dcr/) protocol.
21+
In this initial release, the Configuration API supports the [Dynamic Client Registration](/identityserver/configuration/dcr/) protocol.
2522

26-
The Configuration API is part of the
27-
[IdentityServer](https://duendesoftware.com/products/identityserver)
28-
Business Edition or higher. The same [license](https://duendesoftware.com/products/identityserver#pricing)
23+
The Configuration API is part of the [IdentityServer](https://duendesoftware.com/products/identityserver) Business Edition or higher. The same [license](https://duendesoftware.com/products/identityserver#pricing)
2924
and [special offers](https://duendesoftware.com/specialoffers) apply.
3025

31-
The Configuration API source code is available [on
32-
GitHub](https://github.com/DuendeSoftware/products/tree/main/identity-server/src/Configuration).
26+
The Configuration API source code is available [on GitHub](https://github.com/DuendeSoftware/products/tree/main/identity-server/src/Configuration).
3327

3428
Samples of the Configuration API are available [here](/identityserver/samples/configuration/).

0 commit comments

Comments
 (0)