Hi Team,
While we are debugging the code by running both the backend and as well as the front end combinedly, it takes more time for the UI to load (takes around 5 mins to load the login page). Could you please suggest any ways for the quicker load of the page and response.
Thank you!
Hi Team,
I have integrated Camunda workflow and created a class CamundaWorker which inherits BackgroundService of "Microsoft.Hosting", also added in the context service like below,
context.Services.AddHostedService<CamundaWorker>();
But if I try to call the other application service from CamundaWorker, it is throwing execption "EntityNotFoundException" where the tenant Id is not passed and it is not able to find the entity. How to register the above worker class to the multi-tenany.
Thanks.
Hi Team,
Currently for the Token generation (IdentityServer), we are passing the information like "client_id, client_secrets, username, password" via body of "urlencoded" format (as per the ABP framework). May I know, is there any way we can pass these details via "Authorization" and also would like to know can we achieve the same by only passing the "Username" and "Password" via "Authorization" instead of sending client_id and cilent_secret
Thanks, Karthigeyan R