ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,506 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
when i use microsoft login which is developed using MSAL.js npm package in angular 10 so i have implemented the login section so i get bearer token so when i use the bearer token to fetch the subscription from azure. it throws unauthorized error. so how can i handle this situation
Main Goal:
When i login through the system i need to fetch the subscriptions of the particular user in azure but the token is getting unauthorized when fetching subscription