Errors when installing a new community license key #592
Unanswered
ababere
asked this question in
IdentityServer
Replies: 1 comment
|
Automatic key management is indeed not included. Automatic key management is enabled by default, and you can disable it by setting |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I installed a new community license key, I get an error when I launch it and the application crashes.
2026-07-22 18:42:38.926 +03:00 [INF] Starting Duende IdentityServer version 8.0.2+build.0.10c9c8ff55496680b18611ad7ecf7860e21ce84e (.NET 10.0.10)
2026-07-22 18:42:39.150 +03:00 [INF] Your Duende license expires on "2027-07-22T00:00:00.0000000+00:00"
2026-07-22 18:42:39.318 +03:00 [WRN] Automatic Key Management is being used but is not included in your Duende license. Please start a conversation with us: https://duende.link/l/contact
2026-07-22 18:42:39.333 +03:00 [FTL] Unhandled exception in Identity Server startup
System.Exception: Your license does not include the Key Management feature.
at Duende.IdentityServer.Licensing.IdentityServerLicenseValidator.ThrowInvalidLicenseException(String message) in //identity-server/src/IdentityServer/Licensing/IdentityServerLicenseValidator.cs:line 84
at Microsoft.AspNetCore.Builder.IdentityServerApplicationBuilderExtensions.Validate(IApplicationBuilder app) in //identity-
erver/src/IdentityServer/Configuration/IdentityServerApplicationBuilderExtensions.cs:line 97
at Microsoft.AspNetCore.Builder.IdentityServerApplicationBuilderExtensions.UseIdentityServer(IApplicationBuilder app, IdentityServerMiddlewareOptions options) in /_/identity-server/src/IdentityServer/Configuration/IdentityServerApplicationBuilderExtensions.cs:line 43
All reactions