Activities of "maliming"

hi

I received the mail, I will check, thank you

Do not share the ABP source code and your private NuGet API key If there is a need, please share it to our support staff via email info@abp.io

hi @michael.sudnik

Can you share the ClientId and ClientSecret with me? so that I can test it locally.

liming.ma@volosoft.com

hi jason.smith

Can you create a new quesion?

hi

Can you share your external login code and provide a test Microsoft account? liming.ma@volosoft.com

hi @Leaf

Maybe you should access the property of data.record.

visible : function(data){
    //data.record.status 
   return data.record.xxx == 'New';
}

The problem has nothing to do with the code but with the mac os.

hi @jung

Please send an email to me, I am going to use the ZOOM meeting to check this remotely.

liming.ma@volosoft.com

hi

You can include option below to your IdentityServer or JwtBearer configuration for local usage;

options.JwtBackChannelHandler = new HttpClientHandler 
{ 
	ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator
}

or

options.BackchannelHttpHandler =  new HttpClientHandler 
{ 
	ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator
}

hi @fish

Can you explain it in detail?

Showing 10951 to 10960 of 11069 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 October 30, 2025, 06:33