Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.1

Table of Contents

Introduction

Parasoft DTP enables teams to configure or update team-wide settings, such as license and report settings, and propagate them across the team’s Parasoft installations. Choose  

Connecting to DTP in the GUI

Choose Parasoft > Parasoft> Preferences to open the Preferences dialog and select DTP.

Image RemovedImage Added

You can configure the following settings.

...

Enable the Enable reporting results to DTP option to automatically send reports to DTP when publishing reports. A valid license with one of the following options is required: Command Line (for SOAtest) or Service Enabled (for Virtualize).

Configuring OpenID Connect in the GUI

DTP ships with support for OpenID Connect user authentication (see the DTP User Guide for details). If OpenID Connect is enabled for your DTP server, you must configure Virtualize to authenticate users via OpenID Connect.

  1. Go to Parasoft > Preferences and select OpenID Connect.
    Image Added
  2. Check Enable.
  3. Configure the following options:
    • Issuer URI: The URI of your OpenID Connect server.
    • Client ID: The ID registered on your OpenID Connect server.
    • Callback host: The local callback host required to communicate with the OpenID Connect server. The following options are available:
      • localhost: The localhost address will be used for communication.
      • 127.0.0.1: The loopback IP address 127.0.0.1 will be used for communication.
    • Callback port: The callback port number for communication with the OpenID Connect server. The following options are available:
      • Automatically select an open port: Automatically selects an open port (recommended).
      • Use port: Allows you to manually specify the port number.
    • Callback timeout: Specifies, in seconds, the maximum time the browser will wait for user credentials.
  4. Click Test Authentication or Apply to open the OpenID Connect authentication page in your browser.
  5. Provide your credentials in the browser window that opens.
  6. Close the browser window when the authentication confirmation appears and continue in the application.
  7. Click Apply to apply the changes.

The Status panel shows the current OpenID Connect authentication status.

Info

Azure Active Directory users: Enter the redirect URL configured above under "Mobile and desktop applications" in Azure AD.

Connecting to DTP Via a Proxy

...