Single Sign On (SSO) is a feature that uses the login credentials for a user already authenticated on a Windows computer to automatically log in to the Quillix Web application without displaying the Quillix Login Screen.
Single Sign On functionality is available from Windows Client Computers (Mac & Linux computers not supported), and only when using Active Directory Services for authentication.
1. Active Directory Services must already be installed and operational
2. Active Directory Support must already be enabled for the Quillix System
1. Disable Anonymous Authentication through the IIS Manager.
2. Enable Windows Authentication through the IIS Manager. This role service may need to be added through the Windows Server Manager.
3. Edit web.config in C:\Inetpub\Quillix. Change <transport clientCredentialType="None"/> to <transport clientCredentialType="Windows"/> in two locations. There is a comment above each of the locations.
4. Edit Resource.js in C:\Inetpub\Quillix. Locate the UseSilentLogin variable, and set to 1 to enable silent login.
Additional HTTP Only Step - To be performed ONLY when running the Web Client as HTTP:
5. Edit web.config in C:\Inetpub\Quillix. Change <security mode="Transport"> to <security mode="TransportCredentialOnly"> in two locations. There is a comment above each of the locations.