Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Continua supports using Windows authentication to connect to the web application, this guide will step you through configuration of IIS and the Continua service.

 

Step by Step

  1. Make sure that the machine has the 'Windows Authentication' feature installed for IIS. This can be installed via Control Panel -> Programs and Features -> Turn Windows features on or off -> Internet Information Services.

    Image Added


  2. In the Internet Information Services (IIS) Manager, select the Continua web site, then select the 'Authentication' feature.

    Image Added 


  3. In the 'Authentication' feature view, set the following options:
    1. Anonymous Authentication to DISABLED
    2. Forms Authentication to DISABLED
    3. Windows Authentication to ENABLED

      Image Added


  4. Close the Internet Information Services (IIS) Manager and open Notepad with Administrative rights (right click, Run as Administrator).
  5. Open the following file, changing the path if necessary, 'C:\Program Files\VSoft Technologies\ContinuaCI\Server\Continua.Server.Service.exe.config'.
  6. Add the following line to the 'continua-configuration' node, changing the attribute values to reflect your environment, '<ldap enabled="true" fqdn="office.vsoft.local" administratorsGroup="Continua Administrators" />'
    1. fqdn - The fully qualified domain name of your domain.
    2. administratorsGroup - The LDAP group that contains the users who will automatically have administrative rights in Continua, users in this group will be used to configure Continua for the rest of the organisation.

      Image Added

  7. Save the file, then restart the ContinuaCI Application Service via the Control Panel -> Administrative Tools -> Services.