Skip to content

Commit 196db5e

Browse files
(AzureCXP) mention accessTokenAcceptedVersion
1 parent ef32b4e commit 196db5e

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
@@ -133,7 +133,7 @@ In this example, the Developer Console is the client-app. The following steps de
133133
134134
1. If you use **v1** endpoints, add a body parameter named **resource**. For the value of this parameter, use **Application ID** of the back-end app.
135135

136-
1. If you use **v2** endpoints, use the scope you created for the backend-app in the **Default scope** field.
136+
1. If you use **v2** endpoints, use the scope you created for the backend-app in the **Default scope** field. Also, make sure to set the value for the [`accessTokenAcceptedVersion`](/azure/active-directory/develop/reference-app-manifest#accesstokenacceptedversion-attribute) property to `2` in your [application manifest](/azure/active-directory/develop/reference-app-manifest).
137137

138138
1. Next, specify the client credentials. These are the credentials for the client-app.
139139

0 commit comments

Comments
 (0)