Skip to content

Commit 3a45878

Browse files
committed
re-add comment that got lost in changes
1 parent 643d69b commit 3a45878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-WebApp-AuthZ/5-2-Groups/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void ConfigureServices(IServiceCollection services)
3939
services.AddMicrosoftWebAppAuthentication(Configuration)
4040
.AddMicrosoftWebAppCallsWebApi(Configuration, new string[] { "User.Read", "Directory.Read.All" })
4141

42-
// If you want to use group ids/names in the Authorize attribute then uncomment the following lines:
42+
// If you want to use group ids/names in the Authorize attribute then uncomment the following lines:
4343
//services.Configure<OpenIdConnectOptions>(options =>
4444
// {
4545
// // Uncomment the following lines code instruct the asp.net core middleware to use the data in the "groups" claim in the [Authorize] attribute and for User.IsInrole()

0 commit comments

Comments
 (0)