For on-prem installations it is possible to enable Single-Sign-In (SSO) with Windows authentication. When this is enabled users no longer have to sign in with their username and password, but will instead be automatically authenticated with their Windows credentials.
Configuration
The following settings are required for Weavy to use Window authentication.
Web server
The web server where Weavy is installed must be a member of the same Active Directory domain as the users, and the IIS website must be configured with the following settings:
Anonymous Authentication = Disabled
Forms Authentication = Disabled
Windows Authentication = Enabled
Web.config
The web.config
file should have the following configuration: