Skip to content

Commit 4c1675e

Browse files
authored
Merge pull request #1043 from DuendeSoftware/mb/naming
Clarify conformance report description in diagnostics documentation.
2 parents 06bc479 + 3bcddde commit 4c1675e

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

astro/src/content/docs/identityserver/diagnostics/conformance-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ sidebar:
1212

1313
<span data-shb-badge data-shb-badge-variant="default">Added in 8.0 (prerelease)</span>
1414

15-
The conformance report assesses your IdentityServer deployment against
16-
[OAuth 2.1](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1) and
15+
Part of Financial-Grade Security and Conformance, the conformance report assesses your IdentityServer
16+
deployment against [OAuth 2.1](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1) and
1717
[FAPI 2.0 Security Profile](https://openid.net/specs/fapi-2_0-security-profile.html) specifications,
1818
generating an HTML report accessible via a protected endpoint.
1919

astro/src/content/docs/identityserver/diagnostics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ way to emit diagnostic information from a process. The events may eventually be
4040
IdentityServer can generate a conformance report that assesses your configuration against OAuth 2.1
4141
and FAPI 2.0 specifications.
4242

43-
[Read More](/identityserver/diagnostics/conformance-report/)
43+
[Read More](/identityserver/diagnostics/conformance-report.md)

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)