Skip to content

Commit b82bfbd

Browse files
authored
Merge pull request #677 from DuendeSoftware/mb/readthedocs
Update old IdentityModel links
2 parents ab5554b + de31693 commit b82bfbd

12 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/content/docs/identityserver/reference/endpoints/authorize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ GET /connect/authorize?
147147

148148
## .NET Client Library
149149

150-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically create
150+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically create
151151
authorize request URLs from .NET code.
152152

153153
```cs

src/content/docs/identityserver/reference/endpoints/ciba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Cache-Control: no-store
107107

108108
## .NET Client Library
109109

110-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
110+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
111111
the protocol endpoint from .NET code.
112112

113113
```cs

src/content/docs/identityserver/reference/endpoints/device-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ POST /connect/deviceauthorization
3535

3636
## .NET Client Library
3737

38-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
38+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
3939
the protocol endpoint from .NET code.
4040

4141
```cs

src/content/docs/identityserver/reference/endpoints/discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The discovery endpoint is available via `/.well-known/openid-configuration` rela
1919

2020
## .NET Client Library
2121

22-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
22+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
2323
the protocol endpoint from .NET code.
2424

2525
```cs

src/content/docs/identityserver/reference/endpoints/end-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GET /connect/endsession?id_token_hint=...&post_logout_redirect_uri=http%3A%2F%2F
4343

4444
## .NET Client Library
4545

46-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically create end
46+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically create end
4747
sessions request URLs from .NET code.
4848

4949
```cs

src/content/docs/identityserver/reference/endpoints/introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An invalid request will return a 400, an unauthorized request 401.
5454

5555
## .NET Client Library
5656

57-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
57+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
5858
the protocol endpoint from .NET code.
5959

6060
```cs

src/content/docs/identityserver/reference/endpoints/revocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ token=...&token_type_hint=refresh_token
3232

3333
## .NET Client Library
3434

35-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
35+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
3636
the protocol endpoint from .NET code.
3737

3838
```cs

src/content/docs/identityserver/reference/endpoints/token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ CONTENT-TYPE application/x-www-form-urlencoded
9999

100100
## .NET Client Library
101101

102-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
102+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
103103
the protocol endpoint from .NET code.
104104

105105
```cs

src/content/docs/identityserver/reference/endpoints/userinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Content-Type: application/json
3636

3737
## .NET Client Library
3838

39-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
39+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
4040
the protocol endpoint from .NET code.
4141

4242
```cs

src/content/docs/identityserver/tokens/client-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Authorization: Basic xxxxx
181181

182182
### .NET Client Library
183183

184-
You can use the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with
184+
You can use the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with
185185
the protocol endpoint from .NET code.
186186

187187
```cs
@@ -294,7 +294,7 @@ private static string CreateClientToken(SigningCredentials credential, string cl
294294
}
295295
```
296296

297-
...and the [IdentityModel](https://identitymodel.readthedocs.io) client library to programmatically interact with the
297+
...and the [Duende IdentityModel](../../../identitymodel) client library to programmatically interact with the
298298
protocol endpoint from .NET code.
299299

300300
```cs
@@ -465,7 +465,7 @@ When writing a client to connect to IdentityServer, the `SocketsHttpHandler` (or
465465
class provides a convenient mechanism to add a client certificate to outgoing requests.
466466

467467
Use such a handler with `HttpClient` to perform the client certificate authentication handshake at the TLS channel.
468-
The following snippet is using [IdentityModel](https://identitymodel.readthedocs.io) to read the discovery document and
468+
The following snippet is using [Duende IdentityModel](../../../identitymodel) to read the discovery document and
469469
request a token:
470470

471471
```cs

0 commit comments

Comments
 (0)