Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Deprecating Atlassian account password for Bitbucket API and Git activity

Cole McGinn February 15, 2022

Hello, I was looking at the following article and had more questions on its effects:
https://bitbucket.org/blog/deprecating-atlassian-account-password-for-bitbucket-api-and-git-activity

We utilize the Bitbucket API to clone git repos. I believe we use the access token method (we are utilizing this library with it's default OAuth2 method: https://www.npmjs.com/package/bitbucket-api-v2\) but I was just wondering what affect this would have on our workflow? I don't believe it would effect us but I wanted to make sure we are all good.

1 answer

1 accepted

1 vote
Answer accepted
David Dansby
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 17, 2022

 

Hello Cole

I'm David and I work on the Bitbucket Cloud team as a software engineer.

The change could impact you depending on how you are generating those access tokens. Which OAuth 2.0 flow are you using? If you are using OAuth 2.0 Resource Owner Password Credentials Grant (4.3) to generate access tokens then this change will impact you.

Bitbucket Cloud no longers allows OAuth 2.0 Resource Owner Password Credentials Grant (4.3) flow. We do, however, still support the remaining three OAuth 2.0 (RFC-6749) grant flows, plus a custom Bitbucket flow for exchanging JWT tokens for access tokens.

I would recommend that you ensure that you are using one of the supported methods for getting access tokens for Bitbucket Cloud API authentication. You can find more details here on our API documentation page: https://developer.atlassian.com/cloud/bitbucket/rest/intro/#authentication

Happy coding,

David Dansby

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events