You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/identitymodel-oidcclient/samples.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,8 @@ show how to use a OidcClient with a variety of platforms and UI tools, including
20
20
-[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)
21
21
-[Windows Console Applications using custom uri schemes](https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/tree/main/WindowsConsoleSystemBrowser)
22
22
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
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).
22
20
23
-
In this initial release, the Configuration API supports the [Dynamic Client
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)
29
24
and [special offers](https://duendesoftware.com/specialoffers) apply.
30
25
31
-
The Configuration API source code is available [on
0 commit comments