Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Bitbucket for repository management, pull requests, and CI/CD pipelines.| Property | Value |
|---|---|
| Provider ID | bitbucket |
| Category | Developer Tools |
| PKCE | Not supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Bitbucket OAuth Consumer
Go to Bitbucket workspace settings
Navigate to your Bitbucket workspace settings, then go to OAuth consumers.
Add the callback URL
Add the Redirect URI from the Developer Portal to the Callback URL field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Available Scopes
| Scope | Description |
|---|---|
account | Read your account information |
repository | Read access to your repositories |
repository:write | Write access to your repositories |
pullrequest | Read and write access to pull requests |
issue | Read and write access to issues |
webhook | Read and write access to webhooks |
pipeline | Read access to Bitbucket Pipelines CI/CD |
pipeline:write | Read and write access to Bitbucket Pipelines |
snippet | Read and write access to snippets |
Notes
- Bitbucket refers to the Client ID as the Key in the OAuth consumer settings.
- See the Bitbucket OAuth documentation for more details.