I have a requirement to provide web content at multiple domain urls. For example, users going to www.acme.com should see the same content as users going to www.contoso.com.
There is a AD forest with with multiple domains(acme.com and contoso.com) all of which have transitive trusts. Acme.com is serving the web content. Kerberos (constrained delegation) is enabled via a UAG array for SSO so the web application can provide services from SAP seamlessly. All this means that when a user visits one of the urls above, they authenticate to the respective AD domain, get a browser cookie and are good to go . . . until such time as they hit a link to another domain. For example, the user signs into www.contoso.com and then clicks a link that has acme.com in it. At this point the cookie doesn't recognize acme.com and prompts the user to authenticate to this new realm. Because of constrained delegation, we cannot pass the kerb ticket via a trusted path even though they are in the same forest with a transitive trust.
So the question is, could we use ADFS to provide trusted claims between the domains so users would not be asked to reauthenticate?