Trying to Get Start with Entra ID and Blazor / .NET Core API
Looking for some good MS docs on using EntraID with .NET, I found this doc https://learn.microsoft.com/en-us/entra/external-id/customers/tutorial-web-app-dotnet-sign-in-prepare-tenant but this is for External ID. trying to find something like this for Entra. Or am I just over looking this.
Wanting to dive into this, trying to know of the bits that move. At a high level trying to find all the docs that will point me in the right direction to do the following.
Wanting to dive into this, trying to know of the bits that move. At a high level trying to find all the docs that will point me in the right direction to do the following.
- Blazor Frontend that will authenticate all users.
- Frontend will pass token to the backend.
- Backend validates token.
Learn how to configure your external tenant for authentication with an ASP.NET web application

