Activities of "maliming"

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?

Hi

Can you check the logs of https://test-datastore.ewater.org.au:8443/ application?

It does not seem to recognize the jwt token it issued.

hi @vishalnikam As far as I know it is not possible to get swagger info for these endpoints.

Maybe you can get help from identity server, This has nothing to do with abp io.

hi

Enable swagger to get the api info of the controller(application service). Identity server does not seem to have any info in swagger.

Can you provide more details?

If the IsVisibleToClients property of setting is true, you can refer to the above code to read it in angular. https://support.abp.io/QA/Questions/444#answer-b53630fd-c319-0a02-f4d8-39f7f04a4e29

Otherwise you need to create your own application service method to get and update settings.

hi

It is not good practice to use application services in ValidatableObject.Validate method.

You can consider creating an anonymous application service and calling it in the Register page.

hi

The use of DI in profile is not supported, please check https://github.com/abpframework/abp/issues/5288

Now we are onto the next issue. The user logs in, however is immediately redirected to the logout screen.

hi jason.smith

Can you share the website url and username, password? So we can try it directly. liming.ma@volosoft.com

Showing 8341 to 8350 of 8450 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11