Skip to content

Commit 8ef1a0e

Browse files
authored
Merge pull request #668 from DuendeSoftware/mb/662
How to have dynamically configured schemes at runtime?
2 parents 6685494 + 71022c0 commit 8ef1a0e

File tree

2 files changed

+338
-79
lines changed

2 files changed

+338
-79
lines changed

src/content/docs/identitymodel/endpoints/dynamic-registration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ redirect_from:
88
- /foss/identitymodel/endpoints/dynamic_registration/
99
---
1010

11-
The client library for [OpenID Connect Dynamic Client
12-
Registration](https://openid.net/specs/openid-connect-registration-1_0.html)
13-
is provided as an extension method for *HttpClient*.
11+
The client library for [OpenID Connect Dynamic Client Registration](https://openid.net/specs/openid-connect-registration-1_0.html)
12+
is provided as an extension method for [
13+
`System.Net.Http.HttpClient`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient).
1414

1515
The following code sends a registration request:
1616

0 commit comments

Comments
 (0)