Activities of "maliming"

sorry for the delay, My work hours is utc+8

  1. 你可以重写ClientProxyUrlBuilder服务. 下个版本会考虑. https://github.com/abpframework/abp/issues/11047
  2. Post会尝试对DataSourceLoadOptionsBase 进行JSON序列化

I can't reproduce it, can we check it remotely? liming.ma@volosoft.com

因为DataSourceLoadOptionsBase 不作为参数, SummaryInfo 是参数, 具体你看JSON的内容就知道了.

https://zoom.us/j/97027636243?pwd=ZHNySmlocFl5enJUNVBzTnZqaGdVZz09

public virtual Task GetDxListAsync(DataSourceLoadOptionsBase input)//[FromBody]

Is this bind from the querystring?

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.

Showing 8891 to 8900 of 10611 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 10, 2025, 06:30