Expand my Community achievements bar.

Do you have questions about the migration to Adobe Business Platform? Come join our upcoming coffee break and ask away!
SOLVED

Workfront Fusion and AEM Assets (AEM Assets as a cloud service) integration settings

Avatar

Level 2

Running into issues in connecting Workfront Fusion with AEM Assets module. The mapping between the tech account created with the values asked when creating connection in Workfront is not provided in any appropriate article. This article is helpful but does not map the attributes as required (https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...).

 

PS: Creating the question and answering it for folks searching can use and leverage the information. It would be ideal for Adobe to incorporate the information in the articles where the settings are described

1 Accepted Solution

Avatar

Correct answer by
Level 2

Attached describes the values used that worked for me:

Steps for the private key here:

Take the value for the private key within quotes and put it in a text editor.
Since this is a single line, use text editor (or manually) to replace “\r\n” with a new line key 
Save it in a file eg: aemassets.key
Run the following openssl” command to convert the RSA key to pkcs8 not encrypted value:

  “openssl pkcs8 -topk8 -nocrypt -in aemassets.key -out aemassets.pkcs8.key”

Use the value from the above command in file aemassets.pkcs8.key in the “Private Key” field to make the connection.
Please note that there are other options when clicking the “Extract” button that might help as well
 
Attaching a snapshot for the values

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Attached describes the values used that worked for me:

Steps for the private key here:

Take the value for the private key within quotes and put it in a text editor.
Since this is a single line, use text editor (or manually) to replace “\r\n” with a new line key 
Save it in a file eg: aemassets.key
Run the following openssl” command to convert the RSA key to pkcs8 not encrypted value:

  “openssl pkcs8 -topk8 -nocrypt -in aemassets.key -out aemassets.pkcs8.key”

Use the value from the above command in file aemassets.pkcs8.key in the “Private Key” field to make the connection.
Please note that there are other options when clicking the “Extract” button that might help as well
 
Attaching a snapshot for the values