Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
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