# Object Token Authentication Plugin

{% hint style="success" %}
The Object Token Authentication plugin is a ZGW plugin and can only be used in the GZAC edition.
{% endhint %}

The Object Token Authentication plugin is used to provide authentication for ZGW (Zaakgericht Werken) plugins that connect to APIs which use a token as authentication. Currently, the plugins that this plugin can provide authentication for are the following:

* [Objecten API](/features/plugins/configure-objecten-api-plugin.md)
* [Objecttypen API](/features/plugins/configure-objecttypen-api-plugin.md)

### Prerequisites

This page requires you to have knowledge on how to configure Objecten API.

## Configuring the plugin

A plugin configuration is required before the plugin can be used. A general description on how to configure plugins can be found in the [plugin configuration guide](/features/plugins.md#configuring-plugins).

If the Object Token Authentication plugin is not visible in the plugin menu, it is possible the application is missing a dependency. Instructions on how to add the Objecten API authentication dependency can be found in the [Objecten API authentication module documentation](/fundamentals/getting-started/modules/zgw/objecten-api-authentication.md).

To configure this plugin the following properties have to be entered:

* **Token (`token`).** The token is configured in the Objects administration page 'api authorizations'. The token should have permissions to object(types) registered to it.

An example plugin configuration:

<figure><img src="/files/ADwRMiL0eE3cnGvR47gi" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.valtimo.nl/features/plugins/configure-object-token-authentication-plugin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
