Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM Login Page with SAML

Avatar

Level 2

Hi, Can we have login page in AEM itself during SAML integration? usually we use IDP login page, but our requirement is customer want Login page to be Author Enabled. If this is possible, can you share any reference links how we can implement this?
 

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can write your own externalLoginModule and use that for the AEM login. refer [1] for example

[1] https://helpx.adobe.com/experience-manager/using/oak-login.html

[2] http://adobeaemclub.com/custom-external-login-module/

Regards,

Lokesh

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can write your own externalLoginModule and use that for the AEM login. refer [1] for example

[1] https://helpx.adobe.com/experience-manager/using/oak-login.html

[2] http://adobeaemclub.com/custom-external-login-module/

Regards,

Lokesh