Removing the Windows Authentication Provider - SSO

In order to completely remove the Ubisecure Windows Authentication Provider, the uapsso -application must first be removed from IIS. This can be done by use of the Internet Information Services Manager or by using the reg_uapsso.js –script (see listing below). When this is done, the software can be completely removed from the file system by use of the Add/Remove Programs –feature located in the server's Control Panel.

Listing 1. Using reg_uapsso.js to remove the Windows AP
cd /D %PROGRAMFILES%\Ubisecure\Ubisecure.Ubilogin.UAP\setup
cscript reg_uapsso.js -u 1

In the example above, use the instance number of the IIS Web Site where the Ubisecure Windows Authentication Provider is installed.