-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the PageSecurityValidator with an edge case where pages with …
…multiple attributes can be validated (%release-note: - Updated the PageSecurityValidator with an edge case where pages with AllowAnonymous attribute will be considered public regardless if they have Authorize attribute. This is due to how ASPNetCore globally applied page security work, it includes both Authorize and AllowAnonymouse attributes to the RouteEndpoint object of the page. %)
- Loading branch information
Farshad DASHTI
authored and
Farshad DASHTI
committed
Nov 4, 2024
1 parent
27472bd
commit 6df5add
Showing
2 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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