New article
Recently updated
Enabling Windows automatic authentication
Who is this article for?Users who want to learn to enable Windows automatic authentication.
No elevated permissions are required.
The following article explains the steps to enabling Windows automatic authentication.
1. Enabling automatic authentication
To enable auto authentication:
- Launch Internet Information Services (IIS) on the Ideagen Quality Management Application Server.
- In the connections pane, expand your server.
- Select Sites.
- Expand the website which contains the QPulse Web virtual directory.
By default, this is the Default Web Site.
- Follow the steps for each directory below.
1.1. QPulse directory
In the site:
- Highlight the QPulse directory.
- Select Authentication from the navigation page.
- Set Windows Authentication to Enabled.
- Set all other authentication methods to Disabled.
1.2. QPulse5WebServices directory
In the site:
- Highlight the QPulse5WebServices directory.
- Select Authentication from the navigation page.
- Set Anonymous Authentication to Enabled.
- Set ASP.NET Impersonation to Enabled.
- Set Windows Authentication to Enabled.
- Set all other authentication methods to Disabled.
1.3. QPulseDataPoral directory
In the site:
- Highlight the QPulseDataPortal directory.
- Select Authentication from the navigation page.
- Set Anonymous Authentication to Enabled.
- Set ASP.NET Impersonation to Enabled.
- Set Windows Authentication to Enabled.
- Set all other authentication methods to Disabled.
1.4. QPulseDocumentService directory
In the site:
- Highlight the QPulseDocumentService directory.
- Select Authentication from the navigation page.
- Set Anonymous Authentication to Enabled.
- Set ASP.NET Impersonation to Enabled.
- Set Windows Authentication to Enabled.
- Set all other authentication methods to Disabled.
1.5. QPulseIdentityServer directory
In the site:
- Highlight the QPulseIdentityServer directory.
- Select Authentication from the navigation page.
- Set Windows Authentication to Enabled.
- Set all other authentication methods to Disabled.
1.6. QPulsePrint directory
In the site:
- Highlight the QPulsePrint directory.
- Select Authentication from the navigation page.
- Set Anonymous Authentication to Enabled.
- Set ASP.NET Impersonation to Enabled.
- Set Windows Authentication to Enabled.
- Set all other authentication methods to Disabled.
2. Updating configuration files
Once you've set up the authentication in IIS Manager, you need to update the configuration file.
To update the config file:
- Browse to the Ideagen Quality Management directory.
By default, this is found in the following location: C:\inetpub\wwwroot\QPulse\. - Open the Web.config file.
- Replace
<identity impersonate="true" />with<identity impersonate="false" />. After changing the config, it reverts to the original form upon restarting QPulse services, requiring it to be reset to False and none. - Replace
<authentication mode="Windows" />with '<authentication mode="None" />.