configuration and using
I have recently activated a trial of Adobe Experience Manager (AEM) and I am trying to learn how to use the AEM Headless Client as described in the tutorials. I am particularly interested in the Node.js module available on GitHub (@adobe/aem-headless-client-nodejs).
However, I'm having difficulty identifying certain parameters required for the client configuration. Specifically, I'm not certain where to find the 'serviceURL' and 'auth' parameters, which are necessary to instantiate the AEMHeadless client.
The 'serviceURL' is presumably the URL for my AEM instance, and 'auth' would be my authentication token or credentials. However, I'm unsure where these are provided or how to generate them in the context of my AEM trial.
Here's a snippet from the GitHub README file that describes these parameters:
In addition, I'm also unsure about how to set up the headers, especially for CORS configurations.
Could you kindly guide me on where to find these parameters, or provide me with documentation that outlines this process? Any information on any pre-configuration steps that might be necessary would also be greatly appreciated.
Looking forward to your assistance.
Best regards