Skip to content

Commit 4624379

Browse files
authored
Clarification of App ID meaning
The documentation says to enter the Application ID, however the JWT contains `aud: api://**`. So it is the application ID URI that needs to be entered and not the application ID. This makes it clearer.
1 parent a8d2080 commit 4624379

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
@@ -199,7 +199,7 @@ You can use the [Validate JWT](api-management-access-restriction-policies.md#Val
199199
<openid-config url="https://login.microsoftonline.com/{aad-tenant}/.well-known/openid-configuration" />
200200
<required-claims>
201201
<claim name="aud">
202-
<value>{Application ID of backend-app}</value>
202+
<value>{Application ID URI of backend-app}</value>
203203
</claim>
204204
</required-claims>
205205
</validate-jwt>

0 commit comments

Comments
 (0)