I am having a project where UI is in Angular and backed is Web API using .Net 4.6
Both are hosted in Azuer as two different app services
Angular UI, authenticates using Microsoft Azure AD SSO authentication.
after authetication, it gets the token and sends the token in header to api also as Bearer token
I need to use this token to authenticate in api side if call is from same angular UI only.
Any idea how can i set this up in UI. I tried owin, but not able to solve it.

hari krkPosted Jun 15, 2020, 10:37 AM
Laxmidhar SahooPosted Jun 15, 2020, 10:28 AM
hari krkPosted Jun 14, 2020, 1:09 AM
Laxmidhar SahooPosted Jun 13, 2020, 11:17 PM