Skip to main content

Adobe Workfront installation guide

These are technical instructions for how to set up the integration between Frontify and Adobe Workfront.

Updated yesterday

The Frontify-Workfront integration allows you to:

  • Browse Frontify brands, libraries, and folders from Workfront

  • Link Frontify assets to Workfront documents

  • Send documents from Workfront to Frontify


Step 1: Create OAuth Application in Frontify

  1. Log in to your Frontify instance as an Account Administrator

  2. Navigate to Applications by clicking your avatar in the bottom left

  3. Add a new application

  4. Add a meaningful app name, e.g. "Adobe Workfront"

  5. Add a description

  6. Set the Redirect URL to:

    https://oauth.my.workfront.com/oauth2/redirect

    ⚠️ Important: This redirect URL is the one you need to use. The one mentioned in Workfront itself is NOT correct.

  7. Add a Logo URL, if wanted. This logo is visible when a user logs in to Frontify during the authentication flow.

  8. Add Frontify under "Built by"

  9. Activate "Confidential"

  10. Configure the required scopes:

    • account:read

    • basic:read (always active)

    • basic:write

  11. Save the application

  12. Note down these credentials:

    • Frontify domain (e.g., your-company.frontify.com)

    • Client ID

    • Client Secret

Step 2: Configure Custom Integration in Workfront

  • Log in to Adobe Workfront as System Administrator

  • Go to Setup β†’ Documents β†’ Custom Integration

  • Click Add Custom Integration

  • Fill in the fields:

Field

Value

Name

Frontify (or any name you prefer). This is the name shown as "From {name}" when you add new files or push from Workfront.

Base API URL

e.g. https://n8n.appsupport.frontify.dev/webhook/adobe-workfront?endpoint=brand.frontify.com

Authentication Type

Choose "OAuth"

Authentication URL

e.g. https://brand.frontify.com/api/oauth/authorize

Token Endpoint URL

e.g. https://brand.frontify.com/api/oauth/accesstoken

Client ID

Client ID from Frontify

Client Secret

Client Secret from Frontify

Add additional Request Parameter

scope=account:read basic:read basic:write

  • Confirm the setup

This is already it. Here's our help article on the end user experience.

Did this answer your question?