I currently have several websites which live on separate domains:
www.app1.com
www.app2.com
www.app3.com
Each has its own authentication mechanism - some query active directory via web service, others have their own user database.
The goal is to have Single Sign On through some technology or product that doesn't require users to re-enter passwords when they visit pages across domains.
Question: Reviewing SAML, it appears that a cross-domain SSO solution will always require a third party Identity Provider to authenticate users, e.g.:
www.my-master-login.com
Is this true?
If so, does it follow that each existing website will need to be updated so that its authentication is handled by the third-party site?