Activities of "maliming"

hi

Can you try to reproduce this in a brand new **Microservice **project? liming.ma@volosoft.com

Try this

.AddJwtBearer(options =>
{
    options.Authority = configuration["AuthServer:Authority"];
    options.RequireHttpsMetadata = Convert.ToBoolean(configuration["AuthServer:RequireHttpsMetadata"]);
    options.Audience = "IssueManagement";

    options.SecurityTokenValidators.Clear();
    options.SecurityTokenValidators.Add(new JwtSecurityTokenHandler
    {
        InboundClaimTypeMap =
        {
            ["preferred_username"] = ClaimTypes.Name
        }
    });
});

OK : )

hi

I think you should add it in your apps projects.

Please share your project structure.

hi

Try to configure it in your blazor project?

Configure(options =>
{
    options.QueryStringConverts.Add(typeof(DataSourceLoadOptionsBase), typeof(DataSourceLoadOptionsBaseToQueryString));
});

After clearing cache

The redis? Does this have nothing to do with cookies for you

No problem was found. You can create a new project and compare the code. Or try to prepare a project that can reproduce the problem. liming.ma@volosoft.com

hi

Is your project tiered?

DataSourceLoadOptionsBaseToQueryString : IObjectToQueryString<DataSourceLoadOptionsBase >

Can you share thecsproj file content of your web project?

Showing 9821 to 9830 of 11539 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.