Activities of "maliming"

hi

Do you get any errors?

Please share the error info.

hi

ShowPII not working, Please set it on all websites.

add this line to all Program.cs files.

IdentityModelEventSource.ShowPII = true;

hi

I am unable to select other permission, just show only assigned role. How can I add more permission to user?

How can I reproduce this in a new template project?

3

Please set IdentityModelEventSource.ShowPII = true; in your application and re-share the logs. Thanks.

 IDX10503: Signature validation failed. Token does not have a kid. 
 Keys tried: '[PII of type 'System.Text.StringBuilder' is hidden. 
 For more details, see https://aka.ms/IdentityModel/PII.]'. 
 
 Number of keys in TokenValidationParameters: '1'. 
Number of keys in Configuration: '0'. 
Exceptions caught:
 '[PII of type 'System.String' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'.
token: '[PII of type 'Microsoft.IdentityModel.JsonWebTokens.JsonWebToken' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. See https://aka.ms/IDX10503 for details.

In fact, Your app can work without the jwtBearer authentication if you have the following code(AddValidation).


PreConfigure<OpenIddictBuilder>(builder =>
{
    builder.AddValidation(options =>
    {
        options.AddAudiences("ProductManagement");
        options.UseLocalServer();
        options.UseAspNetCore();
        
        options.Configure(validationOptions => 
        {
           // set validationOptions.TokenValidationParameters
        });
    });
});

hi

I have downloaded your projects.

Can you share the steps and screenshots to show the problem?

Thanks.

hi

public override void PreConfigureServices(ServiceConfigurationContext context)

{
    
    context.Services.PreConfigure<AbpIdentityServerBuilderOptions>(options =>
 
    {
       
        options.UpdateAbpClaimTypes = false;
  
    });

}

hi jhsanc

Can you prepare a simple project? Then I will check it.

liming.ma@volosoft.com

hi

We supported this case in 8.0

See https://github.com/abpframework/abp/pull/18343

hi jayesh@extranerds.com

Please create a new question.

hi

Can you try to remove the HostTenantResolveContributer?

You can override the HandlePasswordAsync method of TokenController. Output a log to show the current tenant.

var tenant = await TenantConfigurationProvider.GetAsync(saveResolveResult: false);

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

hi

Did you add the new ef core migrations? Can you share the migration file?

btw, It seems the Oracle didn't support ef core 8.

Showing 5761 to 5770 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.