Authentication - adamqure/experience-cloud-etl-java-sdk GitHub Wiki

In order to begin the authentication process, the Importer class will instantiate an AuthInfo object.

This object will have the following fields, containing information each client should have:

  • Client Secret
  • Client ID (API key)
  • JWT token (if one is present and valid)
  • IMS_org ID

These are initialized in a config.json file. Use the Configuration page of the wiki to assist in setting that up.