Skip to content

Commit e72d2bf

Browse files
authored
Merge pull request #47885 from swgriffith/patch-3
Fix error in JWT validation policy
2 parents 4d0cd25 + 131416c commit e72d2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-howto-protect-backend-with-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can use the [Validate JWT](api-management-access-restriction-policies.md#Val
198198
<openid-config url="https://login.microsoftonline.com/{aad-tenant}/.well-known/openid-configuration" />
199199
<required-claims>
200200
<claim name="aud">
201-
<value>{Application ID URI of backend-app}</value>
201+
<value>{Application ID of backend-app}</value>
202202
</claim>
203203
</required-claims>
204204
</validate-jwt>

0 commit comments

Comments
 (0)