Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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.

Avatar

Level 2

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.

 6.3 pic.PNG6.5 pic.PNG

Thanks,
Adithya.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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

 

 

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

@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

 

 

Avatar

Employee Advisor

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-authent...