Skip to content

Commit 2bd4c5b

Browse files
committed
Fix #589
1 parent d15542b commit 2bd4c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Skoruba.IdentityServer4.STS.Identity/Helpers/IdentityServerBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public static IIdentityServerBuilder AddCustomValidationKey(this IIdentityServer
174174
}
175175
else
176176
{
177-
throw new Exception($"Validation key file: {certificateConfiguration.SigningCertificatePfxFilePath} not found");
177+
throw new Exception($"Validation key file: {certificateConfiguration.ValidationCertificatePfxFilePath} not found");
178178
}
179179
}
180180

0 commit comments

Comments
 (0)