Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames and restructures the resource-based authorization documentation so the main article targets Blazor/Razor component scenarios, while adding separate MVC and Razor Pages companion articles and updating repo links/navigation to the new UID/path.
Changes:
- Replaced the old general resource-based authorization article with a new
resource-based.mdarticle focused on Blazor examples. - Added new MVC and Razor Pages resource-based authorization articles and surfaced them in the TOC.
- Updated inbound links and added a redirection from the old
resourcebased.mdpath.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
aspnetcore/toc.yml |
Adds TOC entries for the new MVC/Razor Pages articles and updates the main authorization article UID. |
aspnetcore/signalr/authn-and-authz.md |
Updates related-resource links to the renamed resource-based authorization article. |
aspnetcore/security/authorization/views.md |
Updates imperative-authorization links to the renamed article and new section anchor. |
aspnetcore/security/authorization/resourcebased.md |
Deletes the old resource-based authorization article. |
aspnetcore/security/authorization/resource-based.md |
Adds the new main resource-based authorization article focused on Blazor scenarios. |
aspnetcore/security/authentication/index.md |
Repoints challenge/forbid references to the renamed resource-based authorization article. |
aspnetcore/razor-pages/security/authorization/resource-based.md |
Adds the new Razor Pages-specific resource-based authorization article. |
aspnetcore/mvc/security/authorization/resource-based.md |
Adds the new MVC-specific resource-based authorization article. |
.openpublishing.redirection.json |
Adds a redirect from the old article path to the new one. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #35818
Notes
NOTE TO SELF 🦖
Kill the MVC/RP samples living in the docs repo before merging this PR. They were moved to the samples repo 👉 https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/security/authorization/resource-based.
Internal previews