Retrieve an access token via OAuth client credential flow or create a signed JSON Web Token using Adobe JWT credentials and private key and exchange it for an Adobe access token. The access token can be used to consume various Adobe Cloud Services.
Use this component in combination with our Adobe PDF-Services component to manipulate or create PDF documents.
See Demo application on how to use this component.
* Added Adobe OAuth Client Credentials server action to retrieve an access token
* Added Sample to demo application