Skip to content

OAuth providers

Linear

Set up Linear OAuth for issue tracking and project management

Connect your users to Linear for issue tracking, project management, and team workflow automation.

PropertyValue
Provider IDlinear
CategoryProject Management
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Go to Linear API Settings

Create a new OAuth application

Click Create new OAuth application. Enter the application name and description.

Add the callback URL

Add the Redirect URI from the Developer Portal to the Callback URLs field.

Get credentials

Copy the Client ID and Client Secret from the application page.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Linear provider

Go to OAuth Providers > Add Provider > Linear.

Enter credentials

  • Client ID: Paste your Linear Client ID
  • Client Secret: Paste your Linear Client Secret

Select scopes

Choose the scopes the application needs.

Save

Click Save. The provider is now active.

ScopeDescription
readRead access to your Linear data
writeWrite access to your Linear data
issues:createCreate new issues
adminAdmin access to workspace settings
  • Linear uses comma-separated scopes (handled automatically by Alter Vault).
  • Linear OAuth apps use rolling refresh tokens. Access tokens expire in 24 hours and are automatically refreshed by Alter Vault.
  • See the Linear OAuth documentation for more details.