Hi Support,
I'm Abhishek and i'm working on ABP Commercial Microservice Template
I have a requirement
Now what I need that I need that user to login in this method Login is completed with Password Less Authentication and user is logged in Auth server and what I need is I need to redirect back That User in Angular with logged in state,
So I'm Confused at this point that how do I set my return URL and where do I set , How do I redirect back that user from my SSO to Angular How do I attach return URL once user is successfully login.
How can be redirect to angular with user auto login after confirm email????
I hope someone help me asap as I'm really looking solution for this on a priority.
Thanks. :)
I am facing following issue a) Unable to add below dependency injection in MenuController.
public class MenuController : AbpController, IDataMenuAppService { private readonly IDataMenuAppService _dataMenuAppService;
public MenuController(IDataMenuAppService dataMenuAppService)
{
_dataMenuAppService = dataMenuAppService;
}
} b) Unable to generate proxies in csharp.
On server side :-
I am new in ABP Framework I just need to deploy my microservice template into azure kubernetes as I have not that much idea on Azure side as well can anyone help me to deploy my Microservice angular template and auth server as I have spend more then 2+ weeks in this, This is the place I need help how to host.
I have already created my Microservise Database in Azure need help on next step that how to create pods and nodes, and how to push docker local image to azure.