Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Connectivity set up IMS

Avatar

Level 7

Hi team,

 

I'm trying to make a IMS configuration to Target through OAuth while creating a adobe IMS technical account configuration I came across few doubts on some inputs those I will place below.

 

Authorization Server - ?

Client ID - Client ID generated after the access token creation.

Client Secret - Client Secret generated after the access token creation.

Scope  - ?

Org ID - ?

As well as what is the usage of creating Adobe Target Configuration ?

Once we have done the adobe Target  Configuration and test the connection then IMS configuration to Target is completed ?

 

Thanks ! 

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @JakeCham 

 

Please find the details

Authorization Server - ? [Raj: httpd://ims-na1.adobelogin.com  is the auth server you can find this url in the accesstoken generation curl command.]

Client ID - Client ID generated after the access token creation.

Client Secret - Client Secret generated after the access token creation.

Scope  - ?[Raj: you can find the scope in the adobe admin console projects oauth server to server Generate Access token Curl Command.eg: openid,AdobeID,target_sdk,additional_info.projectedProductContext,read_organizations,additional_info.roles ]

Org ID - ?[Raj: Every organization registered with Adobe will have a ORG ID. You can find this Org ID by going to adobe admin console and in url you can see https://adminconsole.adobe.com/<<OrgID>>/overview    

Sample

https://adminconsole.adobe.com/C538193582390300A495CC9@AdobeOrg/overview

C538193582390300A495CC9@AdobeOrg  = is the ORG ID in this case.]

 

Once we have done the adobe Target  Configuration and test the connection then IMS configuration to Target is completed ?

[Raj:  below are the high level steps needed for AEM integration with target

a) create api project in developer console

b) Integrate with AEM using IMS.Once IMS connection success is done

c) Go to Legacy Cloud service config in AEM and select Adobe target and make connection using the IMS created abo ve

d) Once above is done then you can use this target connection in aem to export experience fragments to target or use it as cloud service for a page for target integration.

 

Refer the below article for step by step instruction:

https://bymattlopes.com/integrating-aem-cloud-services-with-adobe-target-to-export-experience-and-co...

 

Hope this solves your doubt.

 

Regards,

Rajashankar

 

 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @JakeCham 

 

Please find the details

Authorization Server - ? [Raj: httpd://ims-na1.adobelogin.com  is the auth server you can find this url in the accesstoken generation curl command.]

Client ID - Client ID generated after the access token creation.

Client Secret - Client Secret generated after the access token creation.

Scope  - ?[Raj: you can find the scope in the adobe admin console projects oauth server to server Generate Access token Curl Command.eg: openid,AdobeID,target_sdk,additional_info.projectedProductContext,read_organizations,additional_info.roles ]

Org ID - ?[Raj: Every organization registered with Adobe will have a ORG ID. You can find this Org ID by going to adobe admin console and in url you can see https://adminconsole.adobe.com/<<OrgID>>/overview    

Sample

https://adminconsole.adobe.com/C538193582390300A495CC9@AdobeOrg/overview

C538193582390300A495CC9@AdobeOrg  = is the ORG ID in this case.]

 

Once we have done the adobe Target  Configuration and test the connection then IMS configuration to Target is completed ?

[Raj:  below are the high level steps needed for AEM integration with target

a) create api project in developer console

b) Integrate with AEM using IMS.Once IMS connection success is done

c) Go to Legacy Cloud service config in AEM and select Adobe target and make connection using the IMS created abo ve

d) Once above is done then you can use this target connection in aem to export experience fragments to target or use it as cloud service for a page for target integration.

 

Refer the below article for step by step instruction:

https://bymattlopes.com/integrating-aem-cloud-services-with-adobe-target-to-export-experience-and-co...

 

Hope this solves your doubt.

 

Regards,

Rajashankar

 

 

 

Avatar

Level 7

Hi @RajaShankar 

I'm on process of migration from JWT to oAuth where when I go to Adobe IMS configuration I can see account related to Adobe Launch, adobe analytics, smart tags and Asset Compute.. So migration process is same as this article mentioned to all..not only one relevant to adobe target ? https://bymattlopes.com/integrating-aem-cloud-services-with-adobe-target-to-export-experience-and-co...

 

All the accounts are under AUTO PROVISIONED - what does this meant ? Adobe will be done the migration by them self ?

 

Appreciate your inputs 

 

Thanks in advance..