I just realized that in my case I need to get to UI login screen capture the cookies and then pass the cookie to other calls.
The reason is I have some checks in my code for certain feature and while making a call with Token which apparently takes host context, the call to check feature fails since these are enabled at Tenant level and not at host level
Probably I can add a validation in these calls to check if AbpSession.Tenantid==null then take it as host context and don't do the vlidation but its very risky and may be can open spots for some securty gaps.
Something like this:
Thanks a million.This was great help.
Thanks all for the help. Would try these options
Thanks for the pointers. I was able to integrate the same.Have few followup question which probably would can guide me
Thanks a lot for the help.
Thanks . I am using ASP.NET Core, Angular and the latest version 7.2.0 of that.