Installing the Windows Authentication Application
The Windows Authentication application is an additional application you must install for on-premise installations that use Active Directory.
Installation
You must complete the following steps to completely install the Windows Authentication application:
- Install the Windows Authentication application
- Configure the Windows Authentication application
- Configure the HotDocs Identity Server application
1. To install the Windows Authentication application
- Extract the webhostwinauth zip file provided as part of the HotDocs Hub installation files.
- Copy the webhostwinauth folder in the extracted folder.
- Paste the folder into the HotDocs Hub installation directory; by default, this is C:\inetpub\wwwroot.
- Open Internet Information Services (IIS) Manager.
- Navigate to the site where HotDocs Hub is installed.
- Right-click the webhostwinauth folder.
- Select Convert to Application.
- Click OK.
2. Configure the Windows Authentication application
You must configure the Windows Authentication application with the location of the HotDocs Identity Server application.
- Select the webhostwinauth application in IIS.
- Open Application Settings.
- Select the IdpReplyUrl key.
- Click Edit.
- Enter URL of the HotDocsIdentityServer application in the Value field; by default, this is https://localhost/hotdocsidentityserver/core. You should use the server name (or the URL used to connect to the server) instead of localhost.
- Click OK.
3. Configure the HotDocs Identity Server Application
You must configure the HotDocs Identity Server application with the location of the Windows Authentication application.
- Select the HotDocsIdentityServer application in IIS.
- Open Application Settings.
- Select the MetadataAddress key.
- Click Edit.
- Enter URL of the webhostwinauth application in the Value field; by default, this is https://localhost/webhostwinauth. You should use the server name (or the URL used to connect to the server) instead of localhost.
- Click OK.
4. Check Windows Authentication Feature delegation in IIS
- Open Internet Information Services (IIS) Manager.
- Select the top-level server node.
- Open Feature Delegation.
- Check that the Authentication - Windows settings is set to Read/Write.
Next Steps
Installing HotDocs Server and Web Services