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 f51c6e5 + d540876 commit 4a7e3a6Copy full SHA for 4a7e3a6
5-WebApp-AuthZ/5-2-Groups/README.md
@@ -258,7 +258,7 @@ public static IServiceCollection AddMicrosoftIdentityPlatformAuthentication(this
258
}
259
260
// In code..(Controllers & elsewhere)
261
-[Authorize(Roles = “Group-object-id")] // In controllers
+[Authorize(Roles = "Group-object-id")] // In controllers
262
// or
263
User.IsInRole("Group-object-id"); // In methods
264
0 commit comments