Versions Compared

Key

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

...

  1. In your IDE, click Parasoft in the menu bar and choose Options (Visual Studio) or Preferences (Eclipse).
  2. Choose OpenID Connect.
  3. Select Enable.
  4. Configure the following options:
     
    • Issuer URI: The URI of your OpenID Connect server.
    • Client ID: The ID registered on your OpenID Connect server.
    • Client Secret: The application's password to the OpenID Connect server.
    • Scopes: A space-separated list of scopes used during authentication to authorize access to a user's details.
    • 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 (see step 6).
  5. Click Test Authentication or Apply to open the OpenID Connect authentication page in your browser.
  6. Provide your credentials in the browser window that opens. The authentication page may resemble the following:
  7. Close the browser window when the authentication confirmation is displayed and continue in your IDE.
  8. Click Apply to apply the changes.

...