SSO on multiple domain | Community
Skip to main content
New Participant
June 9, 2023

SSO on multiple domain

  • June 9, 2023
  • 1 reply
  • 804 views

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

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

1 reply

TarunKumar
New Participant
June 9, 2023

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.

New Participant
June 9, 2023

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.