This article describes how to remove the smart card pin prompt when launching published desktops, so that end users are only pin prompted twice.
When configuring smart card authentication to use SSO for external users, end users are pin prompted thrice. The first pin prompt occurs with the initial authentication, the second when launching the published desktops, and third when authenticating to the desktop.
NetScaler 10.x
StoreFront 2.5
Complete the following procedure, for end users to be pin prompted twice:
If you have an existing Callback virtual server, use that VIP. Otherwise, create a new virtual server for use as the SSLProxyHost in the "Launch.ica" file.
If you create a new virtual server then create and bind a new certificate for the FQDN.
Note: Do not bind any Cert Auth Policy to the Authentication tab.
After selecting the virtual server for use as the SSLProxyHost, configure the Optimal NetScaler Gateway routing. Refer to Citrix Documentation - To configure optimal NetScaler Gateway routing for a store.
Sample Template
</gateway> </gateways </resourcesGateways> <optimalGatewayForFarmsCollection> \\Start <optimalGatewayForFarms enabledOnDirectAccess="false"> \\This value determines if internal users connect directly to StoreFront will launch Apps through the Gateway. <farms> <farm name="NHI" /> \\The optimal Gateway will only be applied to resources that are listed here. </farms> <optimalGateway key="_" name="GatewayForICA" stasUseLoadBalancing="false" stasBypassDuration="01:00:00" enableSessionReliability="false" useTwoTickets="false"> \\The key value can be left default "_". The name value can be anything. stasUserLoadBalancing is optional. stasBypassduration is option (just follow the format). enableSessionReliability is optional. <hostnames> <add hostname="vdi.nhgri.nhi.gov:443" /> \\This is the Gateway URL that will be used in the launch.ica file as the SSLProxyHost </hostnames> <staUrls> <add staUrl="http://165.112.174.59:8080/scripts/ctxsta.dll" /> \\This is the STA server StoreFront will use to create the STA ticket </staUrls> </optimalGateway> </optimalGatewayForFarms> \\You can add another optimalGatewayForFarms - this will be used if you want to use different Gateway for different Farms that are configured on the StoreFront Store </optimalGatewayForFarmsCollection> \\End <resourcesService id="b1828383-2029-4eb6-a3e6-f7c879c944aa" /> <dazzleResources> <routeTable order="10">
The following screen shot is an example of the same in a working environment:
After editing the store configuration file to point to the Callback VIP for the SSLProxyhost, save the "Launch.ica" file and verify that the information is correct: