Skip to content

Commit a9accc9

Browse files
author
Kalyan Krishna
authored
fixed a minor issue
1 parent 0fa919a commit a9accc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

5-WebApp-AuthZ/5-2-Groups/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ public void ConfigureAuth(IAppBuilder app)
180180

181181

182182
// In code..(Controllers & elsewhere)
183-
[Authorize(Roles = “AlicesGroup")]
183+
[Authorize(Roles = “Group-object-id")]
184184
// or
185-
User.IsInRole("AlicesGroup");
185+
User.IsInRole("Group-object-id");
186186

187187
```
188188

0 commit comments

Comments
 (0)