Single Sign On

Single Sign On

In order to use a login via an Active Directory or Single Sign On (SSO), you have to change the web.config at your aqua server. There, you have to insert the following entries:
 
<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="CompatibleClients" type="aqua.Server.Configuration.CompatibleClientSection, aquaUtils" />
  </configSections>
...
  <appSettings>
    <add key="ActiveDirectory.Domain" value="yourcompany.yourdomain"/>
  </appSettings>
  <connectionStrings/>
</configuration>
 
If you want to activate Single Sign On, please enter the following option in the web.config at aqua server:
 
  <appSettings>
    <add key="SingleSignOn" value="true"/>
    <add key="ActiveDirectory.Domain" value="yourcompany.yourdomain"/>
  </appSettings>
  <connectionStrings/>
 
Then, you have to modify your local aqua client installation. Open the file C:\Programm Files (x86)\andagon GmbH\aqua\aqua.exe.config. There, you have to modify the config file:
 
  <appSettings>
    <add key="UseSSO" value="true" />
  </appSettings>
 
After the first login to aqua, your login is stored at your local environment and you can use SSO-functionality.
 
    • Related Articles

    • Adding and Managing Users (Rich Client)

      View "Users" in user administration allows you to add users, assign an appropriate license according to your purchase, deactivate and delete users. Furthermore, you can reset a users password. Adding Users For adding a new user press button "Add" ...
    • Run Dependency (Rich Client)

      You can set a dependency of test cases within a test scenario. This means that if a single test case failed, none of the other test cases should be executed. To do so use these buttons: This enables you to set dependencies to marked test cases. In ...
    • Feature Guidelines 23.22.0 - On Premise

      Guidelines Version 23.22 Date: 23.03.2023 Improvement: Preserving the high resolution and clarity of images when saving a ticket Useful when: You add a lot of images to the tickets You change the size of the images quite often Guide: The upcoming ...
    • Feature Guidelines 23.22.0 - SaaS

      Guidelines Version 23.22 Date: 23.03.2023 Improvement: Preserving the high resolution and clarity of images when saving a ticket Useful when: You add a lot of images to the tickets You change the size of the images quite often Guide: The upcoming ...
    • Release Notes 23.22.0 - On Premise

      Release notes Version 23.22 Include all changes since 22.132 version New features and improvements: RQ048352(a) - Editor | Description fields | Preserving the high resolution and clarity of images when saving a ticket RQ048352(b) - Editor | ...