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.
Solved! Go to Solution.
Views
Replies
Total Likes
You could refer this blog: https://medium.com/adobetech/saml-authentication-in-aem-using-microsoft-azure-active-directory-30d66... . Steps are explained properly.
You could refer this blog: https://medium.com/adobetech/saml-authentication-in-aem-using-microsoft-azure-active-directory-30d66... . Steps are explained properly.
Hi Aruna
You can follow this adobe document to set up SAML 2.0 with AEM. Glad to help you with any further questions.
Thanks
@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
Regards,
Raja
Views
Likes
Replies