C
C#2w ago
jordan

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. - Blazor Frontend that will authenticate all users. - Frontend will pass token to the backend. - Backend validates token. Thanks!
Tutorial: Prepare your external tenant to authenticate users in an ...
Learn how to configure your external tenant for authentication with an ASP.NET web application
4 Replies
Salman
Salman2w ago
Blazor Frontend that will authenticate all users. Frontend will pass token to the backend. Backend validates token.
Identity provides this functionality by default. While creating the new Blazor project, select Individual Accounts under Authentication section and you'll get lots of stuff out of the box
Salman
Salman2w ago
Introduction to Identity on ASP.NET Core
Use Identity with an ASP.NET Core app. Learn how to set password requirements (RequireDigit, RequiredLength, RequiredUniqueChars, and more).
Salman
Salman2w ago
Go through this
jordan
jordanOP2w ago
Nice thanks!
Want results from more Discord servers?
Add your server