Git-Credential-Manager-for-Windows icon indicating copy to clipboard operation
Git-Credential-Manager-for-Windows copied to clipboard

Add support for Bitbucket Server

Open mminns opened this issue 6 years ago • 0 comments

The GCM supports Bitbucket Cloud, at the specific bitbucket.org URL and also supports the concept of server installs at user defined URLs for GitHub Enterprise https://github.com/Microsoft/Git-Credential-Manager-for-Windows/commit/8d17087d5b8ab1ac649344aba041ec4fd04dcbc0

As such it should be possible to add the same support for Bitbucket Server instances.

This has 2 complications

  1. The REST API for Bitbucket Server is not the same as the one for Bitbucket Cloud
  2. Bitbucket Cloud supports OAuth 2.0, bitbucket server only supports OAuth 1.x and requires admin configuration in the host Bitbucket server to add an incoming AppLink with specified Consumer Key/Secrets

mminns avatar Feb 28 '19 10:02 mminns