Avatar

Community Advisor

Hi @Luca_Lattarini - Have a look at the very last step (Step 3) in the instructions: https://experienceleague.adobe.com/docs/campaign-classic/using/integrating-with-adobe-experience-clo... - the only thing you need is the autoStart and authType parameters. appName and authPrivateKey are ignored once you set authType="imsJwtToken"

FYI you don't replace imsJwtToken with anything - that is the property value

<pipelined autoStart="true" authType="imsJwtToken" appName="notUsed" authPrivateKey"" />

Cheers Darren