❔ ASP.net Azure Authentication
Basically I followed this tutorial https://www.youtube.com/watch?v=pS1hER46PQI.
At the point where he obtains the bearer token, and makes a request to his controller, I get a 401 response from my request in postman. Does someone has an idea why this is happening? I only made one role tho.
At the point where he obtains the bearer token, and makes a request to his controller, I get a 401 response from my request in postman. Does someone has an idea why this is happening? I only made one role tho.
YouTubeAzureTeach•Net
In this video I have demonstrated Securing WebAPI with Azure Active Directory Authentication and Authorization using .Net Core. In Asp.Net Core Web API, Authentication is the process of obtaining some kind of credentials from the users and using those credentials to check the user's identity. Authorization is the process of allowing an authentic...
