Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

AEM Calling ADFS

Avatar

Level 3

I would like AEM in cloud  to call ADFS on prem. AEM will send name and id to check in ADFS. ADFS returns the response as found or not found.  How do I do this? Is it done from DocAssurance service or are there services in AEm that can be leveraged to achieve this functionality?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

If you are trying to integrate AEMaaCS with ADFS, you might want to explore SSO or SAML. However, if you need to check something and there is an API that accepts your parameters and returns the needed information, you could use a servlet with HTTP clients to communicate with ADFS.

 

Here are some resources:

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-integration-with-micro... 

https://www.impelsys.com/blog/custom-integration-of-aem-with-active-directory-ad/

https://blogs.perficient.com/2019/01/23/how-to-test-apache-httpclient-in-the-context-of-aem/ 

 

Hope this helps.



Esteban Bustamante

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

 

If you are trying to integrate AEMaaCS with ADFS, you might want to explore SSO or SAML. However, if you need to check something and there is an API that accepts your parameters and returns the needed information, you could use a servlet with HTTP clients to communicate with ADFS.

 

Here are some resources:

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-integration-with-micro... 

https://www.impelsys.com/blog/custom-integration-of-aem-with-active-directory-ad/

https://blogs.perficient.com/2019/01/23/how-to-test-apache-httpclient-in-the-context-of-aem/ 

 

Hope this helps.



Esteban Bustamante