Activities of "maliming"

hi

You can copy the latest code of AbpValidateClientRedirectUri and register it.

https://github.com/abpframework/abp/blob/0dfbbc0950280c496a01925df60be1cad1793917/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/AbpOpenIddictAspNetCoreModule.cs#L120-L121

https://github.com/abpframework/abp/pull/16284

https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/WildcardDomains/AbpValidateClientRedirectUri.cs

hi Dicky.tech

Can you create a new question and share more info about this error? We will refund your question count.

  1. Your ABP Framework version.
  2. Your User Interface type (Angular/MVC/React... etc.) if the issue is related to a specific UI
  3. Steps needed to reproduce the problem.

hi

The MultiTenancyMiddlewareErrorPageBuilder will respond to a 404 html page by default. But you can custom it.

eg: response a JSON result.

https://github.com/abpframework/abp/blob/e55c6f97174b10d982b73c5ae9c01b2edbe194df/framework/src/Volo.Abp.AspNetCore.MultiTenancy/Volo/Abp/AspNetCore/MultiTenancy/AbpAspNetCoreMultiTenancyOptions.cs#L31

https://docs.abp.io/en/abp/latest/Multi-Tenancy#abpmultitenancyoptions-handle-inactive-and-non-existent-tenants

ok

hi

You have to override the GetUserInfoClaims method.

https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/UserInfoController.cs#L39

hi

Are there any steps that I can reproduce your problem?

hi

You can add Certificate in another way.

AddEncryptionCertificate and AddSigningCertificate has some override method.

string encryptionThumbprint = configuration["ThumbprintCertificate:EncryptionThumbprint"];
string signingThumbprint = configuration["ThumbprintCertificate:SigningThumbprint"];

context.Services.AddOpenIddict().AddServer(options =>
{
    options.AddEncryptionCertificate(encryptionThumbprint, StoreName.My, StoreLocation.LocalMachine);
    options.AddSigningCertificate(signingThumbprint, StoreName.My, StoreLocation.LocalMachine);
});

Or you provide some code and steps so that we can reproduce the problem in the new template project.

hi

Please try to set Load user profile to true.

liming.ma@volosoft.com

hi

Please share the source code of your authserver web module.

Showing 6311 to 6320 of 10670 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 15, 2025, 14:41