Deploy using the Key only option

Use this option to create an IAST session without downloading an agent. When selected, only a token is generated. This is useful when working with the IAST .NET Core Site Extension for Azure App Services, or when creating an IAST session for an already downloaded agent. This option applies to all IAST agents, across languages.

Procedure

  1. If you have not yet done so, create an application for your scans.
  2. In the Application view, click Create scan to open the wizard, then select Interactive (IAST).
  3. Select Key only from the drop-down menu.
  4. Click Generate key. This generates a unique key that connects your application with the IAST session in ASoC. Save this key for later.
  5. To collect IAST findings, set the following environment variables on the web server where IAST runs:
    IAST_ACCESS_TOKEN: [key]
    IAST_HOST: as shown in the instructions (e.g. https://cloud.appscan.com/IAST)
    IAST session showing key only option and the environment variables.
    Note: Setting these environment variables overrides any key and host information embedded in the agent. This allows the "Key only" session to be used with any agent you have already downloaded.