Is there a way to utilize a generated Workspace Access Token in an Azure DevOps Service Connection?
I’m trying to set up an Azure DevOps Pipeline for our company that will access a Bitbucket repository securely without tying the connection to a specific user.
Hi Maksym,
Unfortunately this is not possible. Bitbucket Cloud workspace access tokens are specifically designed for authenticating with Bitbucket Cloud services. It is not intended for use with Azure DevOps, which is a separate service with its own authentication mechanisms.
To authenticate with Azure DevOps, you could try using an OAuth token instead, which is not tied to a specific user account:
There is some documentation on the Azure side for this as well:
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.