Authentication with Microsoft Azure App Registration
After working with Microsoft tools for the past couple of years. I tend to slowly mistrust the official Microsoft documentation. Either the documentation is way to overcomplicated or the documentation is wrong. Therefore, I found that authentication with Microsoft Azure App Registration for C# Web APIs is way to overcomplicated andnot well explained.
This guide should lead you through the most necessary steps to register an application to Azure and than implement the authentication with the generated token. Please do notice, that this guide is not considering the acquisation of the token from the frontend. It assumes, that you are trying to make API calls via Postman.