Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Figma for accessing design files, variables, comments, and developer resources.
PropertyValue
Provider IDfigma
CategoryDesign & Developer Tools
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a Figma OAuth App

1

Go to the Figma Developer Portal

Navigate to figma.com/developers/apps and sign in.
2

Create a new app

Click New app and enter the application name.
3

Configure the redirect URL

On the OAuth credentials page, click Add a redirect URL and add the Alter callback URL from the Developer Portal.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Figma provider

Go to OAuth Providers > Add Provider > Figma.
3

Enter credentials

  • Client ID: Paste your Figma Client ID
  • Client Secret: Paste your Figma Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
files:readRead file and project data
file_variables:readRead design variables
file_variables:writeCreate and update design variables
file_comments:writePost comments on files
file_dev_resources:readRead developer resources
file_dev_resources:writeCreate and update developer resources
webhooks:writeCreate and manage webhooks

Notes