Previous Topic

Next Topic

Book Contents

Book Index

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:

  1. 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.
  2. Follow the steps for Integrating connectDaily with Microsoft IIS.
  3. 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" />
  4. 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".
  5. 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
  6. Restart the connectDaily service.

See Also: Automatically Creating Users

See Also

Authentication Architecture

Implementation Notes on BCrypt Authenticator

LDAP/Active Directory Authentication

Cookie Based Single-Signon Authentication

Configuring Container Authentication

Automatically Creating Users