---
title: Configuring ASE sideband mode
description: To configure ASE to work in the sideband mode:
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_configuring_ase_sideband
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_configuring_ase_sideband.html
revdate: May 6, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# Configuring ASE sideband mode

## About this task

To configure ASE to work in the sideband mode:

## Steps

1. Edit the `config/ase.conf` file.

2. Set the value of the `mode` parameter to `sideband`.

   The default value of the `mode` parameter is `inline`.

   ### Example:

   The following is a snippet of the `ase.conf` file with the `mode` parameter set to `sideband`:

   ```
   ; Defines running mode for API Security Enforcer.
   mode=sideband
   ```
