You may consider adding multi-level submenu
Hi,
Could you share the full logs?
Hi,
It will fixed in the 9.0.2 version. We will ensure that such a problem does not occur again.
Hi,
you can try
private X509Certificate2 GetSigningCertificate(IWebHostEnvironment hostingEnv, IConfiguration configuration)
{
var fileName = "openiddict.pfx";
var passPhrase = "a0166a3a-5ffb-4f53-a8d7-a699d3c3ce1e";
var file = Path.Combine(hostingEnv.ContentRootPath, fileName);
if (!File.Exists(file))
{
throw new FileNotFoundException($"Signing Certificate couldn't found: {file}");
}
return new X509Certificate2(file, passPhrase);
}
Hi @nacho
we will fix it in the next patch version, you can downgrade to version 9.0.0 now
okay, please
you can use ShortText