Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Employee Advisor
3 Replies

Avatar

Correct answer by
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

@Aruna_surukunta_ 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