Skip to content

Commit 5e95e31

Browse files
authored
Merge pull request #3455 from apratus/patch-1
Fixed a minor typo - `match` was spelled as `mach`
2 parents 93d2479 + a41d335 commit 5e95e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-browser/docs/resources-and-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Azure Active Directory v2.0 & Microsoft Identity Platform employs a *scope-centr
88
- cannot be used for accessing resource **A** with scope `scp2`, and,
99
- cannot be used for accessing resource **B** of any scope.
1010

11-
The intended recipient of an **Access Token** is represented by the `aud` claim; in case the value for the `aud` claim does not mach the resource [APP ID URI](https://docs.microsoft.com/azure/active-directory/develop/scenario-protected-web-api-app-registration), the token should be considered invalid. Likewise, the permissions that an **Access Token** grants is represented by the `scp` claim. See [ Access Token claims](https://docs.microsoft.com/azure/active-directory/develop/access-tokens#payload-claims) for more information.
11+
The intended recipient of an **Access Token** is represented by the `aud` claim; in case the value for the `aud` claim does not match the resource [APP ID URI](https://docs.microsoft.com/azure/active-directory/develop/scenario-protected-web-api-app-registration), the token should be considered invalid. Likewise, the permissions that an **Access Token** grants is represented by the `scp` claim. See [ Access Token claims](https://docs.microsoft.com/azure/active-directory/develop/access-tokens#payload-claims) for more information.
1212

1313
## Working with Multiple Resources
1414

0 commit comments

Comments
 (0)