Skip to content

Commit 0aeb74f

Browse files
author
Kalyan Krishna
committed
Attended to PR comments
1 parent 08a8db5 commit 0aeb74f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

5-WebApp-AuthZ/5-1-Roles/README-incremental-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ When you click on the page that fetches the signed-in user's roles and group ass
172172

173173
> Did the sample not work for you as expected? Did you encounter issues trying this sample? Then please reach out to us using the [GitHub Issues](../../../../issues) page.
174174
175-
### Support in ASP.NET OWIN middleware libraries
175+
### Support in ASP.NET Core middleware libraries
176176

177177
The asp.net middleware supports roles populated from claims by specifying the claim in the `RoleClaimType` property of `TokenValidationParameters`.
178178

5-WebApp-AuthZ/5-1-Roles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ When you click on the page that fetches the signed-in user's roles and group ass
248248

249249
> Did the sample not work for you as expected? Did you encounter issues trying this sample? Then please reach out to us using the [GitHub Issues](../../../../issues) page.
250250
251-
### Support in ASP.NET OWIN middleware libraries
251+
### Support in ASP.NET Core middleware libraries
252252

253253
The asp.net middleware supports roles populated from claims by specifying the claim in the `RoleClaimType` property of `TokenValidationParameters`.
254254

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ In case, you are authenticating using the [implicit grant flow](https://docs.mic
140140
1. A claim named `hasgroups` with a value of true will be present in the token instead of the `groups` claim .
141141
1. The maximum number of groups provided in the `groups` claim is limited to 6. This is done to prevent the URI fragment beyond the URL length limits.
142142

143-
### Support in ASP.NET OWIN middleware libraries
143+
### Support in ASP.NET Core middleware libraries
144144

145145
The asp.net middleware supports roles populated from claims by specifying the claim in the `RoleClaimType` property of `TokenValidationParameters`.
146146
Since the `groups` claim contains the object ids of the security groups than actual names, you'd use the group id's instead of group names. See [Role-based authorization in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/security/authorization/roles?view=aspnetcore-2.2) for more info.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ In case, you are authenticating using the [implicit grant flow](https://docs.mic
233233
1. A claim named `hasgroups` with a value of true will be present in the token instead of the `groups` claim .
234234
1. The maximum number of groups provided in the `groups` claim is limited to 6. This is done to prevent the URI fragment beyond the URL length limits.
235235

236-
### Support in ASP.NET OWIN middleware libraries
236+
### Support in ASP.NET Core middleware libraries
237237

238238
The asp.net middleware supports roles populated from claims by specifying the claim in the `RoleClaimType` property of `TokenValidationParameters`.
239239
Since the `groups` claim contains the object ids of the security groups than actual names, you'd use the group id's instead of group names. See [Role-based authorization in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/security/authorization/roles?view=aspnetcore-2.2) for more info.

0 commit comments

Comments
 (0)