Hi Team,
One of my collegue trying register in ABP.io with xxxName@tasconnect.com and we are not receiving the code mail. Could you please check.
Thanks
Hi Team,
In the application we have multiple components at UI level and respective API/app services (where the services can be restricted at the permission level). But we are looking for solution/approach where the permission/feature where it can be applied at the login time of the user and based on that it can be restrict to the specific components.
Thanks
Hi, While uploading the image for the user at "Profile Picture" abp uses the inbuild service "SetProfilePictureAsync" (api: api/account/profile-picture), need some information on below,
Thanks
Hi Team,
Currently, we are generating the access token to call other microservices from one microservice. Is there any way where we can pass the token with current session or from the current request of microservice and use it to call other microservice.
Hi Team,
I was not able to see the OpenIddict option in the Live Demo url (https://demo.abp.io/). Could you please guide on finding the option in the demo URL. Also do we need to enable any permission or the feature for the same.
Thank you
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