Skip to content

Commit a95e475

Browse files
authored
Update articles/active-directory/develop/access-tokens.md
1 parent 13c6493 commit a95e475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/access-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Next, to determine if the token subject, such as the user (or app itself in the
256256

257257
For example, use the immutable claim values `tid` and `oid` as a combined key for application data and determining whether a user should be granted access.
258258

259-
The `roles`, `groups` and `wids` claims can also be used to determine if the subject has authorization to perform an operation. For example, an administrator may have permission to write to an API, but not a normal user, or the user may be in a group allowed to do some action.
259+
The `roles`, `groups` or `wids` claims can also be used to determine if the subject has authorization to perform an operation. For example, an administrator may have permission to write to an API, but not a normal user, or the user may be in a group allowed to do some action.
260260

261261
> [!WARNING]
262262
> Never use `email` or `upn` claim values to store or determine whether the user in an access token should have access to data. Mutable claim values like these can change over time, making them insecure and unreliable for authorization.

0 commit comments

Comments
 (0)