File tree Expand file tree Collapse file tree
astro/src/content/docs/identityserver/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,26 @@ import { LinkCard } from "@astrojs/starlight/components";
1313
1414This 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
1838Duende IdentityServer emits [ OpenTelemetry metrics, traces and logs] ( /identityserver/diagnostics/otel.md ) .
You can’t perform that action at this time.
0 commit comments