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
Since we upgraded our Azure Resource Manager Service Connection to use workload identity federation with openid connect instead of standard service principal with a secret, we get the following error whenever we try to use the APIM pipeline tasks.
##[error]The remote server returned an error: (401) Unauthorized.
All other tasks are working with these new Service Connection.
Our workaround has been to create an old-style Service Connection and use that only for these APIM tasks. However, it would be better if we could make this work.
The text was updated successfully, but these errors were encountered:
We have the same problem trying to update APIM with a Service Connection using workload identity federation. Is there a fix expected to fix this issue?
Since we upgraded our Azure Resource Manager Service Connection to use workload identity federation with openid connect instead of standard service principal with a secret, we get the following error whenever we try to use the APIM pipeline tasks.
##[error]The remote server returned an error: (401) Unauthorized.
All other tasks are working with these new Service Connection.
Our workaround has been to create an old-style Service Connection and use that only for these APIM tasks. However, it would be better if we could make this work.
The text was updated successfully, but these errors were encountered: