hi nhontran
The .well-known/jwks
endpoint only AttachSigningKeys
.
https://github.com/openiddict/openiddict-core/blob/dev/src/OpenIddict.Server/OpenIddictServerHandlers.Discovery.cs#L1069
: )
I'd like TenantA, TenantB, TenantC and TenantD to have access to those 50 species.
I think it shouldn't be a multi-tenant table.
and you can try to use AddSigningCertificate
instead of AddEncryptionCredentials
Thanks you can create a new template project. liming.ma@volosoft.com
if still not working, Please share the full code to reproduce. Thanks
hi
Can you try to set AddDevelopmentEncryptionAndSigningCertificate
to false
?
public override void PreConfigureServices(ServiceConfigurationContext context)
{
PreConfigure<AbpOpenIddictAspNetCoreOptions>(options =>
{
options.AddDevelopmentEncryptionAndSigningCertificate = false;
});
}
hi
Did you add PreConfigure<OpenIddictServerBuilder>
code on PreConfigureServices
method?
What is the result of JWKS URL
after your code is added?