When launching the application hold the <SHIFT> key.
This will open an additional window in which you have to select the option ‘Use Single Sign-on’
Callum
Hi @CallumW ,
Excellent, that has worked !, many thanks
Miguel
@CallumW , do you know if there are any install scripts or server configurations we can apply to automate this change? it would be easier if we just centrally apply this rather than have everyone do manually.
Many thanks
Miguel
Hi, We have about 500 users that are using the IEE client; then how do we enforce this ‘Single-signon’ setting as pre-configured settings for all the users in a distributed manner ?
@swmyoga
Logon to the application server and create a delivery folder like this
Delivery\client\runtime
Copy the file <ifs_home>\repository\client\runtime\Ifs.Fnd.Explorer.appsettings_sample (if you have already have done change to it copy Ifs.Fnd.Explorer.appsettings) to Delivery\client\runtime\Ifs.Fnd.Explorer.appsettings
Edit the file Delivery\client\runtime\Ifs.Fnd.Explorer.appsettings and change the folowing line
<!-- If set to true, the SSO checkbox in the login dialog will be checked automatically. --> <!-- <add key="sso" value="false" /> →
to
<!-- If set to true, the SSO checkbox in the login dialog will be checked automatically. --> <add key="sso" value="true" />
Save it.
Run the Installer and install the newly created delivery (delivery)
Kjell Åge
Hi Kjell Åge
Could you expand this a bit? I can’t quiet figure out where I should place this folder for this to work?
Should I run the IFS installer again and point to the folder created?
/Danny
@DannyMalvang After creating the folder containing the file ?:\Delivery\client\runtime\Ifs.Fnd.Explorer.appsettings you execute the installer.cmd and install the delivery. You then point to the ?:\delivery folder as you usually do on a deployment.
If som users has been logged on and done it manually this setting is stored inside C:\Users\<user id>\AppData\Local\IsolatedStorage or if you have configured roaming profile in the same appsettings fil it is stored here C:\Users\<user id>\AppData\Roaming\IsolatedStorage
Thank you for the respond, sorry for the long respond time from me, just back from vacation. We should also uncomment the line in the file as well right?