Skip to content

Commit 9cd3112

Browse files
authored
Update articles/active-directory/develop/jwt-claims-customization.md
1 parent 8fd5a22 commit 9cd3112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/jwt-claims-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ https://login.microsoftonline.com/{tenant}/v2.0/.well-known/openid-configuration
468468
```
469469

470470
## Update the application manifest
471-
For single tenant apps, you can set the `acceptMappedClaims` property to `true` in the [application manifest](reference-app-manifest.md). As documented on the [apiApplication resource type](/graph/api/resources/apiapplication?view=graph-rest-1.0#properties), this allows an application to use claims mapping without specifying a custom signing key.
471+
For single tenant apps, you can set the `acceptMappedClaims` property to `true` in the [application manifest](reference-app-manifest.md). As documented on the [apiApplication resource type](/graph/api/resources/apiapplication?view=graph-rest-1.0&preserve-view=true#properties), this allows an application to use claims mapping without specifying a custom signing key.
472472

473473
>[!WARNING]
474474
>Do not set the acceptMappedClaims property to true for multi-tenant apps, which can allow malicious actors to create claims-mapping policies for your app.

0 commit comments

Comments
 (0)