Expand my Community achievements bar.

SSO on multiple domain

Avatar

Level 6

Hi Team,

 

I have 3 sites which are not related to each other. I need to implement SSO on these sites.

I have been reading tutorials to achieve this, most of the places I could see SSO is possible if these are sub domains of one domain like

https://site.com

https://my.site.com

https://this.site.com

 

But my sites domains are entirely different for example 

https://sitea.com

https://siteb.com

https://sitec.com

 

Please advise if anyone has implemented SSO on entirely different domains.

 

Thanks,

Pradeep

2 Replies

Avatar

Community Advisor

Hi @pradeepdubey82 ,

If you want to implement common SSO for three separate domain then map these domain with common AEM host using dispatcher.
In SAML authentication handler provide the same AEM host as SP ID.

Avatar

Level 6

All 3 sites are hosted on different servers. 

How one dispatcher will handle all 3 sites at one common dispatcher? How does session or token will be passed to all 3 domains?

Please share any reference link.