Skip to content

Reference

Adobe

Set up Adobe OAuth for Creative Cloud and document workflow integration

Connect your users to Adobe for Creative Cloud assets, document workflows, and identity integration.

PropertyValue
Provider IDadobe
CategoryDesign
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Go to the Adobe Developer Console

Navigate to developer.adobe.com/console and click Create new project.

Add an API to the project

Open the project and click Add API. Choose the Adobe API the integration needs (e.g., Creative Cloud, Document Cloud).

Select OAuth Web App credentials

Choose OAuth User Authentication and select Web App as the platform. Web App requires the secret to live on a backend server.

Configure redirect URIs

Enter:

  • Default Redirect URI: the Alter callback URL from the Developer Portal
  • Redirect URI pattern: a regex that matches the default redirect URI (Adobe requires both)

Get credentials

Open the OAuth Web App credential and copy the Client ID and Client Secret.

Open the Developer Portal

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

Add Adobe provider

Go to OAuth Providers > Add Provider > Adobe.

Enter credentials

  • Client ID: Paste your Adobe Client ID
  • Client Secret: Paste your Adobe Client Secret

Select scopes

Choose the scopes the application needs.

Save

Click Save. The provider is now active.

ScopeDescription
openidOpenID Connect identity scope (required for authorization)
emailRead the user’s email address (email / email_verified id_token claims)
profileRead the user’s basic profile — name, given_name, family_name id_token claims
AdobeIDAdobe identity scope (required for issuing identity tokens)
offline_accessEnable refresh tokens (requires openid or AdobeID as a base scope)
creative_sdkAccess Creative Cloud APIs (Photoshop, Lightroom, Creative SDK)
read_organizationsRead organization information
  • Adobe IMS requires openid and/or AdobeID as foundational identity scopes; offline_access alone is insufficient.
  • You may need to create an Adobe developer account first if you don’t have one.
  • See the Adobe OAuth documentation for more details.

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
createLibrarieswritePOST/api/v1/libraries
getLibrariesreadGET/api/v1/libraries
getLibraryreadGET/api/v1/libraries/{libraryId}
headLibraryreadHEAD/api/v1/libraries/{libraryId}
patchLibrarywritePATCH/api/v1/libraries/{libraryId}
deleteLibrarydeleteDELETE/api/v1/libraries/{libraryId}
updateLibrarywritePUT/api/v1/libraries/{libraryId}/metadata
getLibraryElementsreadGET/api/v1/libraries/{libraryId}/elements
postLibraryElementswritePOST/api/v1/libraries/{libraryId}/elements
archiveLibraryElementswriteDELETE/api/v1/libraries/{libraryId}/elements
getLibraryElementreadGET/api/v1/libraries/{libraryId}/elements/{elementId}
archiveLibraryElementwriteDELETE/api/v1/libraries/{libraryId}/elements/{elementId}
updateLibraryElementswritePUT/api/v1/libraries/{libraryId}/elements/metadata
putLibraryElementRepresentationswritePUT/api/v1/libraries/{libraryId}/elements/{elementId}/representations
postLibraryComponentwritePOST/api/v1/libraries/{libraryId}/representations/content
unArchiveLibraryElementswritePOST/api/v1/libraries/{libraryId}/archive
deleteLibraryElementsdeleteDELETE/api/v1/libraries/{libraryId}/archive
deleteLibraryElementdeleteDELETE/api/v1/libraries/{libraryId}/archive/{elementId}
getBookmarksreadGET/api/v1/libraries/bookmarks
addLibraryBookmarkswritePOST/api/v1/libraries/bookmarks
putLibraryBookmarkwritePUT/api/v1/libraries/bookmarks/{bookmarkId}
removeLibraryBookmarkdeleteDELETE/api/v1/libraries/bookmarks/{bookmarkId}
getPublicLibraryreadGET/api/v1/public/libraries/{libraryId}
headPublicLibraryreadHEAD/api/v1/public/libraries/{libraryId}
getPublicLibraryElementsreadGET/api/v1/public/libraries/{libraryId}/elements
getPublicLibraryElementreadGET/api/v1/public/libraries/{libraryId}/elements/{elementId}
searchreadPOST/api/v1/search

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.