book
Article ID: CTX209647
calendar_today
Updated On:
Resolution
We need to add the global group from "Domain1.com" directly to the published application properties to make the application launch work.
Problem Cause
When domain pass-through is used, IIS (on SF) contacts domain controller for user authentication. With the obtained token, it extracts the user SIDs , which are the group membership information of the authenticated user. Then SF includes these SIDs in the enumeration request and send the request out to XenApp. Then XenApp filters out user’s applications by comparing the SIDs granted access against each resource. Now the problems is the SIDs granted access to resources are ones from XenApp domain, while the SIDs in the enumeration request are the ones from Storefront domain. And the SF domain controller will not include the group SIDs of another forest during authentication (i.e. though the user being authenticated truly belongs to them). And that is when it fails.
Issue/Introduction
Application launch failure ,when we use Receiver pass-through inside a multi-forest environment.