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
thrownewException($"Validation key file: {certificateConfiguration.SigningCertificatePfxFilePath} not found");
Correct me if I'm wrong, but did you mean to use "certificateConfiguration.ValidationCertificatePfxFilePath" vs "certificateConfiguration.SigningCertificatePfxFilePath"?
The text was updated successfully, but these errors were encountered:
IdentityServer4.Admin/src/Skoruba.IdentityServer4.STS.Identity/Helpers/IdentityServerBuilderExtensions.cs
Line 158 in be6fc55
Correct me if I'm wrong, but did you mean to use "certificateConfiguration.ValidationCertificatePfxFilePath" vs "certificateConfiguration.SigningCertificatePfxFilePath"?
The text was updated successfully, but these errors were encountered: