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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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://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.
Views
Replies
Total Likes
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://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.
Views
Replies
Total Likes