Continua include three authentication modes which can be used to connect to the web application.

  • Forms authentication allows users to access the site by entering a Continua username and password on a login page.
  • LDAP authentication allows users to log in using their Windows user account. If your browser supports Integrated Windows Authentication then you will automatically be logged in with your current Windows user account. Browsers that have not been configured to use Integrated Windows Authentication will pop up a dialog for the user to enter their username and password.
  • Mixed authentication allows users to log in using either Forms or LDAP authentication.

The installer will automatically configure the authentication mode based on the option you chose on the Authentication page of the setup wizard. This guide describes the steps to configure the authentication mode manually. This will be necessary if you have chosen to skip the IIS confguration in the setup wizard or you wish to change the authentication mode at a later date. Before configuring LDAP or Mixed ensure that the Windows Authentication festure is installed and the website is configured correctly in IIS (see IIS Configuration for LDAP and Mixed authentication modes)

Step by Step

  1. Open Notepad with Administrative rights (right click, Run as Administrator).

  2. Open the following file, changing the path if necessary, 'C:\Program Files\VSoft Technologies\ContinuaCI\Server\Continua.Server.Service.exe.config'.

  3. Add or modify the 'authentication' node under the 'continua-configuration' node, changing the attribute values to reflect your environment, '<authentication mode="LDAP" fqdn="office.company.local" administratorsGroup="Continua Administrators" />'

    1. mode - this is either Forms, LDAP or Mixed. 

    2. fqdn - The fully qualified name of your domain for LDAP and Mixed modes.

    3. administratorsGroup - The LDAP group that contains the users who will automatically have administrative rights in Continua, users in this group will be able to configure Continua for the rest of the organisation. NOTE: When logging into Continua for the first time in LDAP authentication mode, the user must be a member of the group specified by administratorsGroup.

    4. groupsContainer - This optional attribute allows advanced administrators to specify an LDAP container e.g. "OU=continua,DC=office,DC=company,DC=local". If this attribute is provided, then LDAP users must be a member of a group located under the specified container before they can be given access to Continua. The administrators group must also be located under the specified container.




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


  • No labels