The ASP.NET Core docs cover authorization docs in several different places. We have specific authentication & authorization topics for each tech and general authorization content a top-level authorization section:
However, there is a bunch of content in the authorization section that is specific to MVC, API Controllers, and Razor Pages. For consistency, this content should be consolidated into authn-and-authz docs that live under the corresponding areas for those technologies. In cases where we use these technologies to demonstrate general authorization concepts, we should instead use Minimal APIs & Blazor to demonstrate those concepts.
We should then also link to the various authn-and-authz docs from the Security and Identity section.
Associated WorkItem - 494905
The ASP.NET Core docs cover authorization docs in several different places. We have specific authentication & authorization topics for each tech and general authorization content a top-level authorization section:
However, there is a bunch of content in the authorization section that is specific to MVC, API Controllers, and Razor Pages. For consistency, this content should be consolidated into authn-and-authz docs that live under the corresponding areas for those technologies. In cases where we use these technologies to demonstrate general authorization concepts, we should instead use Minimal APIs & Blazor to demonstrate those concepts.
We should then also link to the various authn-and-authz docs from the Security and Identity section.
Associated WorkItem - 494905