: )
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?
hi
Do you mean the LastModifierId of operation is null after _operationRepository.UpdateAsync(operation, autoSave: true);?
Can you share a template project? liming.ma@volosoft.com
hi
The KeyPrefix of AbpDistributedCacheOptions has been set in all template projects, including the microservice template.
So also recommend you to do this.
hi
Thank you, I will confirm this.