Skip to content

Commit c34d3a5

Browse files
committed
Address PR feedback
1 parent f295f5a commit c34d3a5

File tree

1 file changed

+6
-5
lines changed
  • src/content/docs/identityserver/diagnostics

1 file changed

+6
-5
lines changed

src/content/docs/identityserver/diagnostics/data.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Diagnostics data is [written to logs periodically](/identityserver/reference/opt
2020
your operations team to help analyze your IdentityServer configuration.
2121

2222
Diagnostics information is never automatically shared with Duende. In support scenarios, you can choose to manually share
23-
this diagnostics data with [Duende priority support](/general/support-and-issues.md/#priority-support) to provide additional context.
23+
this diagnostics data with [Duende priority support](/general/support-and-issues.md/#priority-support) to provide additional context. If needed, you can redact/remove
24+
entries before doing so.
2425

2526
## Diagnostics Data Contents
2627

@@ -31,9 +32,9 @@ The diagnostics data contains the following information:
3132
* Assembly information for [IdentityServer-related assemblies](https://github.com/DuendeSoftware/products/blob/main/identity-server/src/IdentityServer/Licensing/V2/Diagnostics/DiagnosticEntries/AssemblyInfoDiagnosticEntry.cs#L17)
3233
* .NET runtime version
3334
* Assembly name and version
34-
* Registered authentication schemes
35+
* Registered authentication schemes (does not include [dynamic providers](/identityserver/ui/login/dynamicproviders.md))
3536
* Name of the scheme and authentication handler type
36-
* Registered implementations of Duende IdentityServer extension points
37+
* Registered non-default implementations of Duende IdentityServer extension points
3738
* Extension point type, implementation type, assembly name and version
3839
* [`IdentityServerOptions`](/identityserver/reference/options.md) configuration
3940
* [Data Protection](/identityserver/deployment.md#aspnet-core-data-protection) configuration
@@ -44,7 +45,7 @@ The diagnostics data contains the following information:
4445
* Token issue counts (for various token types)
4546
* Endpoint usage (only for IdentityServer endpoints)
4647
* Clients configuration (limited to first 100 clients, excluding sensitive information/secrets)
47-
* Resources configuration
48+
* Resources configuration (limited to the first 100 resources)
4849
* Identity resources
4950
* API resources
5051
* API scopes
@@ -54,7 +55,7 @@ Diagnostics data [is formatted as JSON](#diagnostics-data-format).
5455
## Capturing Diagnostics Data
5556

5657
The IdentityServer diagnostics data is [written to logs periodically](/identityserver/reference/options.md#diagnostics).
57-
By default, you will see log entries similar to the following in your IdentityServer logs every hour:
58+
By default, you will see log entries similar to the following in your IdentityServer logs
5859

5960
```log
6061
info: Duende.IdentityServer.Diagnostics.Summary[7000]

0 commit comments

Comments
 (0)