Expand my Community achievements bar.

SOLVED

How to Integrate SSO (webservice) in AEM

Avatar

Level 4

HI

I have to integrate SSO for my project, I have gone through some videos using SAML. For SAML integration, need Idp.cert from SSO team. But my client is proving SSO web service for integration. Normally in web applications, need to make changes in web.xml for SSO integration. But in AEM, any other alternative approach for SSO integration by using web service, apart from using Idp.cert.

Pls help me out. Thanks for your valuable comments.

Regards,

Krishh

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Krish,

Had a really similar requirement recently,

Excellent reply from Lars:

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

Adobe were kind enough to expose two util packges from SAML:

com.adobe.granite.auth.saml.util,version=1.0.0
com.adobe.granite.auth.saml.util.io,version=0.2.4

You have a lovely opportunity to implement those in your own way to read your wsdl file for SSO integration,

Thanks,

Peter

View solution in original post

5 Replies

Avatar

Level 6

I guess SSO functionality needs to implement on top of https protocol.

Avatar

Administrator

Hi 

Some of the reference link to start with :-

Link:- https://helpx.adobe.com/experience-manager/kb/saml-demo.html (OLD) //Demonstration of AEM and SAML integration

Link:- https://helpx.adobe.com/experience-manager/kb/simple-saml-demo.html (NEW) //Demonstration of AEM and SAML integration

Link:- https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/single-sign-on.html (Documentation link)

Video Link:- https://www.youtube.com/watch?v=bfE16kc3JJY

I hope this would help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 4

kautuksahni wrote...

Hi 

Some of the reference link to start with :-

Link:- https://helpx.adobe.com/experience-manager/kb/saml-demo.html (OLD) //Demonstration of AEM and SAML integration

Link:- https://helpx.adobe.com/experience-manager/kb/simple-saml-demo.html (NEW) //Demonstration of AEM and SAML integration

Link:- https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/single-sign-on.html (Documentation link)

Video Link:- https://www.youtube.com/watch?v=bfE16kc3JJY

I hope this would help you.

Thanks and Regards

Kautuk Sahni

 

Hi All,

Thanks for your valuable comments. But my requirement is, client is exposing web service (wsdl file)  for SSO integration. They are not aware of Idp.cert also.

Any approach apart from the above links? pls help me out.

Regards,

Krishh

Avatar

Correct answer by
Community Advisor

Hi Krish,

Had a really similar requirement recently,

Excellent reply from Lars:

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

Adobe were kind enough to expose two util packges from SAML:

com.adobe.granite.auth.saml.util,version=1.0.0
com.adobe.granite.auth.saml.util.io,version=0.2.4

You have a lovely opportunity to implement those in your own way to read your wsdl file for SSO integration,

Thanks,

Peter

Avatar

Level 4

Hi

Thanks for the info. Could you pls tell me, how to start implementation?

Regards,

Krishh