Bitbucket OAuth
Set up Bitbucket authentication for your Conduit application.
Configuration Steps
- Go to Bitbucket Settings > OAuth consumers
- Create new OAuth consumer
- Configure callback URL:
http://localhost:3000/hook/authentication/bitbucket - Note your Key (Client ID) and Secret
- In Conduit Admin Panel, enable Bitbucket provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/bitbucket'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/bitbucket