1 min readJul 25, 2020
Hi,
Glad to know that you liked the article.
No there is no need of JWT as its different authentication mechanism.
Two things you need to take care on angular side,
1) If project structure is different in case of angular and api then while enabling CORS you need set credentials parameter
2) while requesting any of dot net core api from angular side just set WithCredential=True so it will pass you windows login details to api.
Hope this helps for you.
Thank You.