Register an OAuth Application
Register an application in the BambooHR Developer Portal to enable OAuth 2.0 authentication.
Sign into Developer Portal
Go to the BambooHR Developer Portal and create a free account if you don’t have one.
Create an Application
In the Developer Portal, create a new application:
- Click Add Application
- Provide your application name
- Click Create Application
Configure Redirect URI
After being redirected to the app, click App details
- Set the redirect URI as
https://api.stackone.com/connect/oauth2/bamboohr/callback - Click Save Changes
Copy App Credentials
Copy the Client ID and Client Secret under App Credentials and store them securely for use later.
Select Application Scopes
Under Application Scopes, select the scopes for your use case. You must also enable openid (required for authentication) and offline_access (required to issue refresh tokens) — if either is missing on the app, the connection fails with an invalid_scope / “An unsupported scope was requested” error:
Auth Config Scopes
When providing scopes in the Auth Config, list only the resource scopes for your use case, space-separated. openid and offline_access are required and are added automatically — you do not need to include them.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for BambooHR:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select BambooHR
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- OAuth Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile