I am looking into adding Azure AD (Entra) to a Blazor application, as the title says, I can only select these authentication type options:
While in comparison, a youtube video shows this:
Further on it shows the kind of options I would need for my Entra integration.
How can I add Microsoft Identity Platform as an option?
For Blazor Server App, there is no .NET8.0 version available.
Even I have checked in the latest VS 17.9.0 Preview Version.
Microsoft Identity Platform
for .NET 8.0 is currently not supported forBlazor WebApp Template
.Connected Services
..csproj
file.Refer Microsoft Identity Authentication - Blazor Web App and Authentication to Blazor Web Apps to get the configuration and try to configure same in
.NET8.0
with latest NuGet Packages.