The simplest way to perform FUS configurations is with the help of the Windows Authentication Client UI. This Feature is available for WAC version v1.6.0 and above.
There are two ways for an Admin to configure FUS for the machine.
- Configure FUS during WAC installation using Setup WizardWhen the administrator installs the WAC on a user's machine through the installation wizard, they have the option to enable or disable the FUS feature for that particular machine.
- Double click on the Installer to open the Setup Wizard and click 'Next'
- On the FUS configuration screen, select Enable or Disable via the radio buttonAdmin will see a screen where they can view the FUS configuration. Depending on the desired user experience, an Admin can select Enable or Disable via a radio button to configure the setting.
- Click Next
- Select the Destination Folder and click Next
- Click Install to finish the installationOnce installed, you will be asked to restart the device.
- Configure FUS during WAC installation using Silent InstallationThe administrator can install WAC silently via the command line with FUS configuration.
- Use the following command syntax:
msiexec.exe /i "Path for the installer" /quiet /passive APIKEY="api key string" SERVER_URL="tenant url" DOMAIN="domain name" ENABLE_FAST_USER_SWITCHING="0 or 1" Example: msiexec.exe /i "C:\AuthC_install\RapidIdentity Client for Windows.msi" /quiet /passive APIKEY="$s5TOu3vlTlabyHe9Q17AgQ==.1KRQp0gAoOdIvGdZqS02Te2HzxzIpU85/uv0TD5uVWQ=$" SERVER_URL="https://iac53adaf6cd3d440c8f5765dc08fc8f6c.dev-rapididentity.com" DOMAIN="." ENABLE_FAST_USER_SWITCHING="1"
- Use the following command syntax:
- Configure FUS after installationOnce the FUS is configured during installation, or if the administrator forgets to configure it at that time, there is an option available in the WAC UI to configure FUS for a specific machine post-installation.Note:Prerequisites: After installation, the FUS configuration can only be modified by specific users who hold either the System Admin or Tenant Admin roles in RapidIdentity.
- Start the WAC user authentication process and click the Settings link at the top of the Username screen
- On the Admin Account validation page, provide username and passwordThis page is used to validate user roles and authenticity. Only users that have System Admin or Tenant Admin permissions can access the Settings screen.
- On the configuration page, modify FUS configuration for the machine
- On the Update Settings screen, select Enable/Disable as desired to update the FUS configuration