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 !
Solved! Go to Solution.
Views
Replies
Total Likes
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:
Hope this solves your doubt.
Regards,
Rajashankar
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:
Hope this solves your doubt.
Regards,
Rajashankar
Thank you for the detailed answer !
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..