I have a Angular version 9.1.9 ClientApp and have .net-core web api. I am using the msal for angular library and azure ad b2c. Is it possible to only protect a specific route i.e. /api/GetProfile but not /api/GetCar ?
My question is not in reference to .net core but rather msal for angular.
"msal": "^1.4.2" "@azure/msal-angular": "^1.1.1"