Registering an OAuth Application
To enable OAuth 2.0 for multi-user Bitly connections, you need to register an OAuth application to obtain a Client ID and Client Secret.
Open Registered OAuth applications
Sign in to your Bitly account and open the OAuth applications settings.
- In the left sidebar, click Settings.
- Under the Developer settings section, click API.
- Scroll down to the Registered OAuth applications section.
Register a new application
Click Register new app and fill in the application details.
- Application Name: Enter a name (e.g., StackOne)
- Application Link: Enter your application URL
- Redirect URI:
https://api.stackone.com/connect/oauth2/bitly/callback - Application Description: Brief description of the integration
- Click Save to submit.
Retrieve Client ID and Client Secret
After registration is confirmed, return to Registered OAuth applications in Developer settings.
- Locate your newly registered application.
- Copy the Client ID value.
- Copy the Client Secret value.
- Store both values securely for use later.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Bitly:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Bitly
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile