Trying to implement SAML in AEM 6.5. Not able to see trust store option in 6.5 where as in 6.3 I am able to see it. | Community
Skip to main content
adithyaa4585051
New Participant
May 18, 2020
Solved

Trying to implement SAML in AEM 6.5. Not able to see trust store option in 6.5 where as in 6.3 I am able to see it.

  • May 18, 2020
  • 3 replies
  • 7409 views

Hello All,

 

I am trying to implenment SAMLin AEM 6.5 by referencing this document-> https://helpx.adobe.com/experience-manager/using/aem63_saml.html

 

In AEM 6.5, I don't see a trust store option under a user. when I tried to do the same in AEM 6.3 I am able to see it. Can you please help me here?

 

I saw aem 6.5 administration document, but it is pointiing to aem 6.3 saml implementation which I am referencing as abaove.  PLease let me kn

 

P F A below for both the images.

 

Thanks,
Adithya.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Suraj_Kamdi

@adithyaa4585051

First of all, you need to create global trust store to store your certificate for SAML configurration.

http://localhost:4502/libs/granite/security/content/truststore.html 

 

See the following git repo from @ahmedmusallam  which covers all your doubts related to SAML Integration

https://github.com/ahmed-musallam/aem-saml

Blog Url: https://blogs.perficient.com/2019/06/24/simple-local-saml-integration-with-aem-gotchas/

Please let me know if you need any help... I am happy to help 🙂 

Thanks & Ragards,

Suraj Kamdi

 

 

3 replies

akhoury
Employee
May 19, 2020

Here is the correct doc for 6.5:

https://docs.adobe.com/content/help/en/experience-manager-65/administering/security/saml-2-0-authenticationhandler.html

 

Sorry for the confusion with the 6.3 doc, I will notify our docs team.

adithyaa4585051
New Participant
May 20, 2020
Thanks you !
Employee
May 19, 2020

Truststore was moved to a global location at  http:/serveraddress:serverport/libs/granite/security/content/truststore.html

 

More details at [1]

 

[1] https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/saml-2-0-authenticationhandler.html#add-the-idp-certificate-to-the-aem-truststore

Suraj_Kamdi
Suraj_KamdiAccepted solution
New Participant
May 19, 2020

@adithyaa4585051

First of all, you need to create global trust store to store your certificate for SAML configurration.

http://localhost:4502/libs/granite/security/content/truststore.html 

 

See the following git repo from @ahmedmusallam  which covers all your doubts related to SAML Integration

https://github.com/ahmed-musallam/aem-saml

Blog Url: https://blogs.perficient.com/2019/06/24/simple-local-saml-integration-with-aem-gotchas/

Please let me know if you need any help... I am happy to help 🙂 

Thanks & Ragards,

Suraj Kamdi

 

 

adithyaa4585051
New Participant
May 20, 2020
Thanks for your kind help!