Git-Credential-Manager-for-Windows
Git-Credential-Manager-for-Windows copied to clipboard
Add support for Bitbucket Server
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
- The REST API for Bitbucket Server is not the same as the one for Bitbucket Cloud
- 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