You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|resource|String. The application ID of the target web API (secured resource) in Azure Active Directory.|Yes|N/A|
32
-
|client-id|String. The client ID of the user-assigned identity in Azure Active Directory.|No|system-assigned identity|
33
-
|output-token-variable-name|String. Name of the context variable that will receive token value as an object of type `string`. |No|N/A|
31
+
|resource|String. The application ID of the target web API (secured resource) in Azure Active Directory. Policy expressions are allowed. |Yes|N/A|
32
+
|client-id|String. The client ID of the user-assigned identity in Azure Active Directory. Policy expressions are not allowed. |No|system-assigned identity|
33
+
|output-token-variable-name|String. Name of the context variable that will receive token value as an object of type `string`. Policy expresssions are not allowed. |No|N/A|
34
34
|ignore-error|Boolean. If set to `true`, the policy pipeline will continue to execute even if an access token is not obtained.|No|`false`|
35
35
36
36
@@ -89,4 +89,4 @@ Both system-assigned identity and any of the multiple user-assigned identities c
0 commit comments