Skip to content

Commit bb7340d

Browse files
add clarity on how to access role
1 parent 46a189d commit bb7340d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory/external-identities/customers/tutorial-desktop-maui-role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Claims.ItemsSource = IdTokenClaims;
5858
```
5959

6060
> [!NOTE]
61-
> To read the Id token, you must install the `System.IdentityModel.Tokens.Jwt` package.
61+
> To read the ID token, you must install the `System.IdentityModel.Tokens.Jwt` package.
6262
6363
If you assign a user to multiple roles, the roles string contains all roles separated by a comma, such as `Orders.Manager, Store.Manager,...`. Make sure you build your application to handle the following conditions:
6464

articles/active-directory/external-identities/customers/tutorial-mobile-maui-role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Claims.ItemsSource = IdTokenClaims;
5858
```
5959

6060
> [!NOTE]
61-
> To read the Id token, you must install the `System.IdentityModel.Tokens.Jwt` package.
61+
> To read the ID token, you must install the `System.IdentityModel.Tokens.Jwt` package.
6262
6363
If you assign a user to multiple roles, the roles string contains all roles separated by a comma, such as `Orders.Manager, Store.Manager,...`. Make sure you build your application to handle the following conditions:
6464

0 commit comments

Comments
 (0)