---
title: API gateway integration
description: Enable attribute-based access control (ABAC) through your API gateway by installing the PingAuthorize API integration adapter (where supported) and connecting to the Sideband API.
component: pingauthorize
version: 11.0
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_api_gw_integration
canonical_url: https://docs.pingidentity.com/pingauthorize/11.0/pingauthorize_server_administration_guide/paz_api_gw_integration.html
revdate: July 12, 2023
section_ids:
  processing-steps: Processing steps
---

# API gateway integration

Enable attribute-based access control (ABAC) through your API gateway by installing the PingAuthorize API integration adapter *(tooltip: \<div class="paragraph">
\<p>Plug-in software that allows Ping products to interact with web applications and authentication systems.\</p>
\</div>)* (where supported) and connecting to the Sideband API.

For more information on specific API gateway integrations, see [PingAuthorize Integrations](../pingauthorize_integrations/paz_integrations_main.html).

Sequence diagram of the PingAuthorize sideband API inbound and outbound data flow involving the client, the API gateway, PingAuthorize, the PDP, and the REST API

## Processing steps

1. When the API gateway receives a request from an API gateway adapter, it makes a call to the Sideband API to process the request.

2. The Sideband API returns a response that contains a modified version of the HTTP client's request.

   The API gateway forwards the response to the REST API.

3. If the Sideband API returns a response that indicates the request is unauthorized or not to be forwarded, the response includes the response to be returned to the client.

   The API gateway returns the response to the client without forwarding the request to the REST API.

4. When the API gateway receives a response from the REST API, it makes a call to the Sideband API to process the response.

5. The Sideband API returns a response that contains a modified version of the REST API's response.

   The API gateway forwards the response to the client.
