AEM as IDP( Identity Provider) for CRM using SAML | Community
Skip to main content
Level 3
October 16, 2015
Solved

AEM as IDP( Identity Provider) for CRM using SAML

  • October 16, 2015
  • 1 reply
  • 1005 views

Is there any out of the box implementation to act AEM as IDP for another application by SAML. I have googled about this and found there is OOTB configuration for AEM to act as a service provider (SP). Please provide information or references to make AEM as IDP so that the users in the AEM are authorised to use some other service provider by using single sign on (SSO). Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JustinEd3

Hi,

This is definiteily possible, but not OOTB. You will have to write some servlets and UI elements to have AEM act as an IDP. Looking at an implementation I have done for this in the past (which, sadly, cannot be open sourced), it is somewhere around 2000 lines of code. The actual implementation was more like 4000 lines of code, but that also included LinkedIn integration (some of which is now available in ACS AEM Commons).

Regards,

Justin

1 reply

JustinEd3Adobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Hi,

This is definiteily possible, but not OOTB. You will have to write some servlets and UI elements to have AEM act as an IDP. Looking at an implementation I have done for this in the past (which, sadly, cannot be open sourced), it is somewhere around 2000 lines of code. The actual implementation was more like 4000 lines of code, but that also included LinkedIn integration (some of which is now available in ACS AEM Commons).

Regards,

Justin