File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,14 +154,14 @@ Both system-assigned identity and any of the multiple user-assigned identities c
154
154
```
155
155
156
156
``` xml
157
- <authentication-managed-identity resource =" Client_id_of_Backend " /> <!-- Your own Azure AD Application-->
157
+ <authentication-managed-identity resource =" AD_application_id " /> <!-- Application (client) ID of your own Azure AD Application-->
158
158
```
159
159
160
160
#### Use managed identity and set header manually
161
161
162
162
``` xml
163
- <authentication-managed-identity resource =" Client_id_of_Backend "
164
- output-token-variable-name =" msi-access-token" ignore-error =" false" /> <!-- Your own Azure AD Application-->
163
+ <authentication-managed-identity resource =" AD_application_id "
164
+ output-token-variable-name =" msi-access-token" ignore-error =" false" /> <!-- Application (client) ID of your own Azure AD Application-->
165
165
<set-header name =" Authorization" exists-action =" override" >
166
166
<value >@("Bearer " + (string)context.Variables["msi-access-token"])</value >
167
167
</set-header >
You can’t perform that action at this time.
0 commit comments