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
ADO is migrating over to managed identity / service principal auth over PAT authentication.
In order to support this, we would need to have a way to capture a bearer token from a caller and pass it on to any request we make to Azure DevOps.
See if there's a way to do it by encoding the bearer token into the URL. If not, find a standardized way to allow users to pass in the bearer token to us.
The text was updated successfully, but these errors were encountered:
ADO is migrating over to managed identity / service principal auth over PAT authentication.
In order to support this, we would need to have a way to capture a bearer token from a caller and pass it on to any request we make to Azure DevOps.
See if there's a way to do it by encoding the bearer token into the URL. If not, find a standardized way to allow users to pass in the bearer token to us.
The text was updated successfully, but these errors were encountered: