OAuth providers
monday.com
Set up monday.com OAuth for work management and project tracking
Overview
Section titled “Overview”Connect your users to monday.com for work management, project boards, task tracking, and team collaboration.
| Property | Value |
|---|---|
| Provider ID | monday |
| Category | Productivity |
| PKCE | Not supported |
| Token refresh | Not supported (permanent tokens) |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a monday.com OAuth App
Section titled “Step 1: Create a monday.com OAuth App”Go to the monday.com Developer Center
Open the monday.com Developer Center by clicking the profile picture in the top-right of monday.com and selecting Developers.
Create a new app
Click Create app and enter the app name.
Configure OAuth
Under OAuth, add the Alter callback URL from the Developer Portal to the Redirect URLs field.
Get credentials
Copy the Client ID and Client Secret from the OAuth settings.
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”Open the Developer Portal
Go to portal.alterauth.com and navigate to the application.
Add monday.com provider
Go to OAuth Providers > Add Provider > monday.com.
Enter credentials
- Client ID: Paste your monday.com Client ID
- Client Secret: Paste your monday.com Client Secret
Select scopes
Choose the scopes the application needs.
Save
Click Save. The provider is now active.
Available Scopes
Section titled “Available Scopes”| Scope | Description |
|---|---|
me:read | Read authenticated user information |
boards:read | Read boards and items |
boards:write | Create and modify boards and items |
workspaces:read | Read workspace information |
updates:read | Read updates on items |
updates:write | Create updates on items |
- monday.com tokens do not expire. There is no refresh token flow.
- See the monday.com OAuth documentation for more details.