dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.43k stars 25.33k forks source link

Update Azure Active Directory documentation #19809

Open JunTaoLuo opened 3 years ago

JunTaoLuo commented 3 years ago

Issue description

In .NET 5.0 we have switched from using V1 AAD APIs to using Microsoft.Identity.Web as part of addressing https://github.com/dotnet/aspnetcore/issues/22726. Our templates have been updated to use Microsoft.Identity.Web and Microsoft.Identity.Web.UI instead of the obsolete Microsoft.AspNetCore.Authentication.AzureAD.UI and Microsoft.AspNetCore.Authentication.AzureADB2C.UI. We should update our documentation in this area to reflect the new APIs, see https://docs.microsoft.com/en-us/aspnet/core/security/authentication/azure-active-directory/

Software versions

Check the .NET target framework(s) being used, and include the version number(s).

If using the .NET Core SDK, include dotnet --info output. If using .NET Framework without the .NET Core SDK, include info from Visual Studio's Help > About Microsoft Visual Studio dialog.

dotnet --info output or About VS info ```console ```

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

JunTaoLuo commented 3 years ago

cc @Tratcher @jmprieur

guardrex commented 3 years ago

For Blazor security node topics, I'm tracking the work on [RC1] Microsoft Identity Platform 2.0 for Blazor (dotnet/AspNetCore.Docs #19503). I plan to work it shortly after RC1 lands.

JunTaoLuo commented 3 years ago

FYI it's not just blazor, this affects RazorPages, MVC, WebApi templates as well.

guardrex commented 3 years ago

Yes ... I'm just cross-linking the issue for visibility.