HCL.AppScan.IAST.NetCore.Azure.SiteExtension 1.17.2

dotnet add package HCL.AppScan.IAST.NetCore.Azure.SiteExtension --version 1.17.2
                    
NuGet\Install-Package HCL.AppScan.IAST.NetCore.Azure.SiteExtension -Version 1.17.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HCL.AppScan.IAST.NetCore.Azure.SiteExtension" Version="1.17.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HCL.AppScan.IAST.NetCore.Azure.SiteExtension" Version="1.17.2" />
                    
Directory.Packages.props
<PackageReference Include="HCL.AppScan.IAST.NetCore.Azure.SiteExtension" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HCL.AppScan.IAST.NetCore.Azure.SiteExtension --version 1.17.2
                    
#r "nuget: HCL.AppScan.IAST.NetCore.Azure.SiteExtension, 1.17.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package HCL.AppScan.IAST.NetCore.Azure.SiteExtension@1.17.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HCL.AppScan.IAST.NetCore.Azure.SiteExtension&version=1.17.2
                    
Install as a Cake Addin
#tool nuget:?package=HCL.AppScan.IAST.NetCore.Azure.SiteExtension&version=1.17.2
                    
Install as a Cake Tool

HCL AppScan IAST .NET Core Site Extension for Azure App Service

Overview

The HCL AppScan IAST .NET Core Site Extension installs the Interactive Application Security Testing (IAST) agent into your .NET Core app on Azure App Service.
After you enable the agent, it monitors the app at runtime and reports detected vulnerabilities to AppScan on Cloud (ASoC) or AppScan 360°.

This NuGet package is intended to be deployed automatically as part of the Azure App Service Extension installation process.


Configuration

Configure two application settings in your Azure App Service to activate and connect the agent.

Steps

  1. In the Azure portal, open your App Service.

  2. Go to Development Tools → Extensions.

  3. Click + Add. A list of available extensions will open, Select IAST .NET Core Site Extension for Azure App Service.

  4. Select Configuration → Application settings.

  5. Add the following environment variables:

    Name Example Value Description
    IAST_ACCESS_TOKEN (your access token) Authenticates the agent with ASoC/360°.
    IAST_HOST https://cloud.appscan.com/IAST ASoC/360° host URL the agent connects to.
  6. Click Save to apply your changes.

  7. Restart the App Service to enable the agent.


Verification

After the restart, the agent starts automatically.

In ASoC/360°: Open your application and confirm an active IAST connection. In Azure: Check Log stream for IAST agent startup and connection messages.

Project URL

https://help.hcl-software.com/appscan/ASoC/appseccloud_scanning_IAST_main.html

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.17.2 112 7/14/2026
1.17.0 120 6/12/2026
1.16.0 141 2/4/2026
1.15.3 327 12/16/2025