Check your Organization ID, Client ID, and Client Secret. Make sure the Organization ID includes the @AdobeOrg suffix and that the credential's project includes the User Management API.
Adobe
The Adobe integration connects Ploy to your Adobe Admin Console organization through Adobe's User Management API, using an OAuth Server-to-Server credential.
The Adobe integration is currently setup-only. You can connect Adobe and test the connection now, but Ploy is not yet scanning Adobe users. User ingestion will be enabled in a follow-up release — connecting now will not import any data.
Before you begin
You need System Administrator access to your Adobe organization to create credentials in the Adobe Developer Console.
Your credential must include the User Management API with the user_management_sdk scope. The scope is included automatically when you add the User Management API to your Developer Console project.
Create an Adobe OAuth Server-to-Server credential
Go to the Adobe Developer Console and sign in with your Adobe ID.
Select Create new project (or open an existing project you want to use for Ploy).
Click Add API.
Select User Management API and click Next.
Choose the OAuth Server-to-Server credential type, give the credential a recognisable name (for example Ploy), and save it.
Open the credential's overview page and copy the Client ID.
Click Retrieve client secret and copy the Client Secret.
Note your Organization ID — it is shown on the Developer Console project overview and looks like
ABC123@AdobeOrg.
For more detail on this credential type, see Adobe's Server-to-Server authentication guide.
Connect Adobe in Ploy
In Ploy, navigate to Integrations and select Adobe.
In Organization ID, paste your Adobe Admin Console organization ID (for example
ABC123@AdobeOrg).In Client ID (API Key), paste the Client ID from your OAuth Server-to-Server credential.
In Client Secret, paste the Client Secret from your OAuth Server-to-Server credential.
Continue to the next page and click Test Connection to verify Ploy can connect to your Adobe organization.
Troubleshooting
Failed to authenticate with Adobe
Connection test fails with correct credentials
Confirm the credential is an OAuth Server-to-Server credential (not a deprecated Service Account/JWT credential) and that it includes the user_management_sdk scope.
Rotated client secret
If you rotate the client secret in the Adobe Developer Console, update the Client Secret in Ploy's Adobe integration settings and re-run the connection test.