-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
⌚ Not TriagedSource - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcsecurity/subsvc
Description
Description
The following section describes the functionality of the Authorize attribute incorrectly
`In the preceding ControlAllPanelController controller:
Members of the Administrator role or the PowerUser role can access the controller and the SetTime action.
Only members of the Administrator role can access the ShutDown action.`
Correction:
`In the preceding ControlAllPanelController controller:
Members of the Administrator role can access the Set Time action.
Members of the Administrator role and the PowerUser role can access the controller the ShutDown action
Page URL
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authorization/roles.md
Document ID
980a23e7-56e4-da94-a139-cab85135c5f7
Article author
Metadata
Metadata
Assignees
Labels
⌚ Not TriagedSource - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcsecurity/subsvc