dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.3k stars 9.97k forks source link

Windows Authentication Type #55427

Open vsfeedback opened 5 months ago

vsfeedback commented 5 months ago

This issue has been moved from a ticket on Developer Community.


[regression] [worked-in:net 7] Hello I just installed the latest .Net 8.0. In my projects i Use Windows Authentication a lot. But in the new Blazor template i can only choose Individual accounts. Is Windows account on creation not supported anymore?

Regards, Bart


Original Comments

Feedback Bot on 11/20/2023, 09:21 PM:

(private comment, text removed)

halter73 commented 5 months ago

It's probably worth noting that we recommend against using Windows Auth for Blazor WebAssembly apps. https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/?view=aspnetcore-8.0#windows-authentication

Rod-at-DOH commented 1 month ago

@halter73 how about Blazor Server Apps? I work in an environment where all of our Intranet web app MUST use Windows Authentication. But when creating a new Blazor app and trying to make it only a server-side app, the authentication types are None or Individual Accounts.