Skip to content

Commit 80caca1

Browse files
authored
Merge pull request #1027 from DuendeSoftware/mb/conformance
Add conformance report sample (v8)
2 parents ce0838d + 272659b commit 80caca1

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

astro/src/content/docs/identityserver/samples/diagnostics.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ import { LinkCard } from "@astrojs/starlight/components";
1313

1414
This section contains a collection of samples demonstrating various diagnostics options in Duende IdentityServer.
1515

16+
### Conformance Report :badge[v8.0]
17+
18+
The conformance report assesses your IdentityServer deployment against
19+
[OAuth 2.1](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1) and
20+
[FAPI 2.0 Security Profile](https://openid.net/specs/fapi-2_0-security-profile.html) specifications.
21+
It generates an HTML report of the conformance status of your deployment, accessible via a protected endpoint.
22+
23+
In the sample, you can access the report by visiting the `https://localhost:5001/_duende/conformance-report` endpoint.
24+
25+
The sample is not intended to showcase all the conformance options.
26+
Review the [conformance report documentation](/identityserver/diagnostics/conformance-report.md) for more information.
27+
28+
<LinkCard
29+
description="Duende IdentityServer Conformance Report Sample"
30+
href="https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v8/IdentityServerHost/"
31+
title="Duende IdentityServer Conformance Report Sample"
32+
target="_blank"
33+
/>
34+
35+
1636
### OpenTelemetry With .NET Aspire
1737

1838
Duende IdentityServer emits [OpenTelemetry metrics, traces and logs](/identityserver/diagnostics/otel.md).

0 commit comments

Comments
 (0)