# カスタム拡張機能

<figure><img src="https://4041518992-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ7s6LQJaKa1G17O787JG%2Fuploads%2FLSW0xFZSpkIx8FGYUje2%2Fimage.png?alt=media&#x26;token=b519f67c-5718-4eb0-8d95-3c43b899dd50" alt=""><figcaption></figcaption></figure>

### 拡張APIの概要 <a href="#id-.integratingglyptodonenterprisev2.x-directintegrationusingguacamolesextensionapi" id="id-.integratingglyptodonenterprisev2.x-directintegrationusingguacamolesextensionapi"></a>

Keeperコネクションマネージャーは、拡張APIを使用してサードパーティ製のシステムやアプリケーションと連携できます。これにより、任意のシステムを認証方法やデータソースとして利用できます。

拡張APIは、KeeperコネクションマネージャーおよびApache Guacamoleにおいて、標準でサポートされている認証機構を実装するために使用されています。Keeperコネクションマネージャー2.xでは、バージョンアップがあった場合でも、拡張APIはApache Guacamoleの1.0.0から1.3.0までのバージョンと互換性があります。

### プロジェクト例

以下は、接続を開始する際に任意のパラメータトークンを挿入するカスタム拡張の例です。

{% embed url="<https://github.com/Keeper-Security/kcm-ext-example>" %}
カスタム拡張例
{% endembed %}

### ドキュメント

* [Guacamole拡張機能とその形式に関する公式ドキュメント](http://guacamole.apache.org/doc/1.1.0/gug/guacamole-ext.html)
* [Apache Guacamole 1.3.0拡張API用のJavaDoc](https://guacamole.apache.org/doc/1.3.0/guacamole-ext/)
* [Apache Guacamole 1.3.0コアAPI用のJavaDoc](https://guacamole.apache.org/doc/1.3.0/guacamole-common/) (拡張APIの一部が参照)

Keeperコネクションマネージャーの連携をどこから始めるべきかわからない場合や、既存の連携に問題がある場合は、[プレミアムサブスクリプションの連携に関するコンサルティングをご利用になれます。](/keeper-connection-manager/jp/scope-of-support.md)


---

# 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.keeper.io/keeper-connection-manager/jp/custom-extensions.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.
