diff --git a/src/IdentityServer/Licensing/LicenseUsageSummary.cs b/src/IdentityServer/Licensing/LicenseUsageSummary.cs index 38451b33a..51dbcf66c 100644 --- a/src/IdentityServer/Licensing/LicenseUsageSummary.cs +++ b/src/IdentityServer/Licensing/LicenseUsageSummary.cs @@ -8,12 +8,12 @@ namespace Duende.IdentityServer.Licensing; /// -/// Usage summary for the current license. +/// Usage summary for the current IdentityServer instance intended for auditing purposes. /// -/// -/// -/// -/// +/// License edition retrieved from license key. +/// Clients used in the current IdentityServer instance. +/// Issuers used in the current IdentityServer instance. +/// Features used in the current IdentityServer instance. public record LicenseUsageSummary( string LicenseEdition, IReadOnlyCollection ClientsUsed,