We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80f7044 + 1052439 commit 3053975Copy full SHA for 3053975
aspnetcore/security/authorization/roles.md
@@ -59,8 +59,8 @@ Access to an action can be limited by applying additional role authorization att
59
60
In the preceding `ControlAllPanelController` controller:
61
62
-* Members of the `Administrator` role or the `PowerUser` role can access the controller and the `ShutDown` action.
63
-* Only members of the `Administrator` role can access the `SetTime` action.
+* 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.
64
65
A controller can be secured but allow anonymous, unauthenticated access to individual actions:
66
0 commit comments