내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to implement SAML authentication in AEM

Avatar

Community Advisor

Hi All,

 

Could you please help me to setting up the SAML integration with AEM author instance.

what are the steps I have to take care in setting up of the login. Is there anyway I can set up SAML integration in my local to test the functionality.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor
3 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Avatar

Community Advisor

Hi Aruna

 

You can follow this adobe document to set up SAML 2.0 with AEM. Glad to help you with any further questions.

 

https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/saml-2-0-authen...

 

Thanks

Avatar

Community Advisor

@Anny0505 Please follow the below steps to implement SAML authentication:

 

1.Update the SAML keys under /etc/keys in the CRXDE console.

2.Add the IdP Certificate to the AEM Trust Store.
(a) Go to http:/serveraddress:serverport/libs/granite/security/content/truststore.html
(b)Press the Create TrustStore link
(c)Enter the password for the TrustStore and press Save.
(d)Click on Manage TrustStore.
(e)Upload the IdP certificate.
(f)Take note of the certificate Alias

3.Please update the OSGi configuration here: Adobe Granite SAML 2.0 Authentication Handler
Identity Provider POST URL
Service Provider Entity ID
Update IDP certificate created in step:2

4. Create a logger for SAML log .

please refer this article :
https://aem4beginner.blogspot.com/saml-single-sign-on-sso-for-aem_23

https://labs.tadigital.com/index.php/2017/10/10/saml-single-sign-on-sso-for-aem-authorpublish-part-2...

 

Regards,

Raja