skoruba / IdentityServer4.Admin

The administration for the IdentityServer4 and Asp.Net Core Identity
MIT License
3.56k stars 1.15k forks source link

Applying duende license key #844

Closed egbertn closed 3 years ago

egbertn commented 3 years ago

Question

It seems that a valid license key is ignored.

"AdvancedConfiguration": {
    "IssuerUri": "",
    "IdentityServerLicenseKey": "eyJhbG.........................."
},

(Other options are off)

"CertificateConfiguration": {

    "UseSigningCertificatePfxFile": true,
    "SigningCertificatePfxFilePath": "./mycerttttttttttttttttttt.pfx",
    "SigningCertificatePfxFilePassword": "***********",

Relevant parts of the log file

PROBLEM

Though this option is really FALSE (seen through debugging) "UseTemporarySigningKeyForDevelopment": true, The identity server keeps using a 'localhost' self generated certificate.

How to get around this???

   <log goes here>
skoruba commented 3 years ago

Hello, for Duende IS Admin UI, please use this repo: https://github.com/skoruba/Duende.IdentityServer.Admin There is option for applying the license key. Thanks!