---
title: NoOpAuditService
description: Provides an empty audit service to the top-level heap and its child routes. Use NoOpAuditService to prevent routes from using the parent audit service, when an AuditService isn't explicitly defined.
component: pinggateway
version: 2026
page_id: pinggateway:reference:NoOpAuditService
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/NoOpAuditService.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  NoOpAuditService-usage: Usage
  NoOpAuditService-moreinfo: More information
---

# NoOpAuditService

Provides an empty audit service to the top-level heap and its child routes. Use NoOpAuditService to prevent routes from using the parent audit service, when an AuditService isn't explicitly defined.

You can find more information about how to override the default audit service in [PingGateway audit framework](AuditFramework.html).

## Usage

```json
{
  "name": "AuditService",
  "type": "NoOpAuditService"
 }
```

```json
"auditService": "NoOpAuditService"
```

## More information

[AuditService](AuditService.html)

[org.forgerock.openig.audit.NoOpAuditService](../_attachments/apidocs/org/forgerock/openig/audit/NoOpAuditService.html)
