Configuring Windows Integrated Authentication
If you are running connectDaily under Microsoft IIS, you can configure it to use Windows Integrated Authentication. This means that it will not be necessary for users to login to the calendar. Note that for this to work, your browser must also support Windows Integrated Authentication. To configure Windows Integrated Authentication, follow these steps:
- Login to connectDaily and add a user account with the same name as a Windows user account. Ensure this account is a member of the default user group Admins.
- Follow the steps for Integrating connectDaily with Microsoft IIS.
- Using notepad, edit the file TCBase\conf\server.xml. Change the line:
<Connector port="8009" protocol="AJP/1.3" />
to read:
<Connector port="8009" protocol="AJP/1.3" tomcatAuthentication="false" />
Remove the line:
<Connector port="8080" />
- In Internet Information Services (IIS) Manager, right click on the jakarta virtual directory and choose Properties. Select the Directory Security tab, and click on the Edit button in the "Authentication and Access Control" section. Uncheck "Enable anonymous access", and check "Integrated Windows authentication".
- Add a line to the cdaily-5.0.0/WEB-INF/configuration.properties that specifies the Container authentication provider:
|
AuthenticationProvider=com.mhsoftware.cdaily.support.security.AuthProviderContainer
Restart the connectDaily service.
See Also: Automatically Creating Users