Activities of "maliming"

OK

Is this id exists in the database?

: )

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

Showing 11 to 20 of 4062 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13