Skip to content

Commit 6f21f12

Browse files
authored
Update api-management-authentication-policies.md
edit
1 parent cb9d393 commit 6f21f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-authentication-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Both system-assigned identity and any of the multiple user-assigned identities c
160160
#### Use managed identity and set header manually
161161

162162
```xml
163-
<authentication-managed-identity resource="AD_application"
163+
<authentication-managed-identity resource="AD_application_id"
164164
output-token-variable-name="msi-access-token" ignore-error="false" /> <!--Application (client) ID of your own Azure AD Application-->
165165
<set-header name="Authorization" exists-action="override">
166166
<value>@("Bearer " + (string)context.Variables["msi-access-token"])</value>

0 commit comments

Comments
 (0)