dotnet / AspNetCore.Docs

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

.NET 7: Update doc about UseAuthentication() and UseAuthorization() methods #27219

Open Andrzej-W opened 1 year ago

Andrzej-W commented 1 year ago

It looks there are some important changes in authentication/authorization configuration in .NET 7. Here https://github.com/dotnet/aspnetcore/pull/42802 we can read that calls to UseAuthentication() and UseAuthorization() where removed from templates. A few weeks later here https://github.com/dotnet/aspnetcore/commit/63750b9ab756b6b86cba95c44b56e4cc9919ed0e a call to UseAuthorization() was added, but there is no call to UseAuthentication(). This strange change should be documented. I have found some discussion here https://github.com/dotnet/aspnetcore/issues/39855. Maybe @DamianEdwards or @captainsafia can help.

There are a lot of pages in the documentation where we can see calls to both methods. We can also read that it is important to have UseAutentication before UseAuthorization. All this information have to be verified and corrected.


Document Details

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

captainsafia commented 1 year ago

@Andrzej-W Thanks for the issue! We're working on updating the docs for .NET 7 now and will include this information. We'll also include a note in the upgrade guide.

doggy8088 commented 4 months ago

@captainsafia Any progress on this issue?

Laftek commented 1 month ago

any update?