Exam 1Y0-312 All QuestionsBrowse all questions from this exam
Question 96

Scenario: A Citrix Engineer needs to configure passthrough for user authentication on the Workspace front. The engineer confirmed that Single Sign-on process is running on the user machine and all the other settings are in place on the machine.

Which two steps should the engineer follow to make passthrough authentication work for the users? (Choose two.)

    Correct Answer: A, D

    To configure passthrough authentication for users, the engineer should: 1) Configure Any Domain setting under Trusted domains in StoreFront. This allows StoreFront to accept authentication requests from any domain, which is necessary for passthrough to work. 2) Set the TrustRequestsSentToTheXmlServicePort to true on the Delivery Controllers. This trust setting ensures that requests sent to the XML service port are trusted, facilitating seamless authentication. These steps ensure that the infrastructure properly handles passthrough authentication requests.

Discussion
tojatinOption: D

A and D are correct: On XenDesktop 7 or later or XenApp 7.5 or later, run the following PowerShell command as an administrator on the Delivery Controller: asnp Citrix* Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $True https://support.citrix.com/article/CTX133982/how-to-manually-install-and-configure-citrix-receiver-for-passthrough-authentication

visaeOptions: AC

TrustManagedAnonymousXmlServiceRequests is used to setup secure communication between SF and DDC, TrustManagedAnonymousXmlServiceRequests for anyonymous communication. leaves AC as answers. optimal gateway routing as described here. https://support.citrix.com/article/CTX200129/how-to-force-connections-through-netscaler-gateway-using-optimal-gateway-feature-of-storefront

frappaginoOption: A

Sorry, I meant D, not C. I would say A and C are the answers.

frappaginoOptions: AC

C is one of the answers per https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/authentication.html. Run asnp Citrix* ; Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $True on Delivery Controller. The other one might be A, but not entirely sure on that as it says "All Domains". I thought it would be just specific domain?

Mosey_MosesOptions: AB

A and B