Adobe
Adobe account with access to the User Management API
Adobe user management API documentation: https://adobe-apiplatform.github.io/umapi-documentation/en/
Adobe Admin Console: https://adminconsole.adobe.com/overview
Console Documentation: https://helpx.adobe.com/enterprise/managing/user-guide.html
Adobe Setup
Using the Adobe I/O Console, create a new Project with an associated oAuth Server-to-Server credential.
Copy
config/adobe.sample.js
toconfig/adobe.js
and add the Project details to that file (clientId, clientSecret,orgId)
Adobe Config
config/adobe.js
: includes API credentials, route to private key, and query configthe API credential are supplied when you request and API key from Adobe
as part of the API setup, you will create a public and private key pair; upload the public key to Adobe and store the private key in the
certs/
folder asprivate.key
the
queryConfig
does not need to be altered fromconfig/adobe.sample.js
Last updated