Skip to content

Commit 3bcddde

Browse files
committed
Fix incorrect links to conformance report documentation across multiple files
1 parent 199df74 commit 3bcddde

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

astro/src/content/docs/identityserver/reference/di.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ Added in `v8.0`.
246246

247247
- **`AddConformanceReport`**
248248

249-
Adds the [conformance report](/identityserver/diagnostics/conformance-report/) service that assesses server and client configuration against OAuth 2.1 and FAPI 2.0 specifications. Requires the `Duende.IdentityServer.ConformanceReport` NuGet package.
249+
Adds the [conformance report](/identityserver/diagnostics/conformance-report.md) service that assesses server and client configuration against OAuth 2.1 and FAPI 2.0 specifications. Requires the `Duende.IdentityServer.ConformanceReport` NuGet package.

astro/src/content/docs/identityserver/reference/stores/client-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public interface IClientStore
3939

4040
`GetAllClientsAsync` returns all configured clients as an async enumerable. <span data-shb-badge data-shb-badge-variant="default">Added in 8.0 (prerelease)</span>
4141

42-
Used by the [conformance report](/identityserver/diagnostics/conformance-report/) and configuration validation features. Custom `IClientStore` implementations must implement this method — see the [upgrade guide](/identityserver/upgrades/v7_4-to-v8_0.md#iclientstoregetallclientsasync-now-required) for details.
42+
Used by the [conformance report](/identityserver/diagnostics/conformance-report.md) and configuration validation features. Custom `IClientStore` implementations must implement this method — see the [upgrade guide](/identityserver/upgrades/v7_4-to-v8_0.md#iclientstoregetallclientsasync-now-required) for details.

astro/src/content/docs/identityserver/tokens/fapi-2-0-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ As of v8.0, IdentityServer unconditionally uses HTTP 303 (See Other) redirects f
198198

199199
## Conformance Report :badge[v8.0]
200200

201-
Starting in v8.0, IdentityServer includes a [conformance report](/identityserver/diagnostics/conformance-report/) that automatically assesses your server and client configuration against OAuth 2.1 and FAPI 2.0 specifications. The report identifies configuration gaps and provides actionable recommendations.
201+
Starting in v8.0, IdentityServer includes a [conformance report](/identityserver/diagnostics/conformance-report.md) that automatically assesses your server and client configuration against OAuth 2.1 and FAPI 2.0 specifications. The report identifies configuration gaps and provides actionable recommendations.
202202

203203
## Private Key JWT vs. mTLS
204204

astro/src/content/docs/identityserver/upgrades/v7_4-to-v8_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ SAML 2.0 Identity Provider support requires an Enterprise Edition license.
288288

289289
A new `Duende.IdentityServer.ConformanceReport` package generates an HTML report assessing your
290290
IdentityServer deployment against OAuth 2.1 and FAPI 2.0 specifications. See the
291-
[Conformance Report documentation](/identityserver/diagnostics/conformance-report/) for details.
291+
[Conformance Report documentation](/identityserver/diagnostics/conformance-report.md) for details.
292292

293293
## Step 6: Done!
294294

0 commit comments

Comments
 (0)