You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/identityserver/diagnostics/data.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ Diagnostics data is [written to logs periodically](/identityserver/reference/opt
20
20
your operations team to help analyze your IdentityServer configuration.
21
21
22
22
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.
24
25
25
26
## Diagnostics Data Contents
26
27
@@ -31,9 +32,9 @@ The diagnostics data contains the following information:
31
32
* Assembly information for [IdentityServer-related assemblies](https://github.com/DuendeSoftware/products/blob/main/identity-server/src/IdentityServer/Licensing/V2/Diagnostics/DiagnosticEntries/AssemblyInfoDiagnosticEntry.cs#L17)
32
33
* .NET runtime version
33
34
* Assembly name and version
34
-
* Registered authentication schemes
35
+
* Registered authentication schemes (does not include [dynamic providers](/identityserver/ui/login/dynamicproviders.md))
35
36
* 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
37
38
* Extension point type, implementation type, assembly name and version
0 commit comments