Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

AEM as IDP( Identity Provider) for CRM using SAML

Avatar

Level 3

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.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

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

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Employee

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