> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/sso-connect-cloud/jp/device-approvals/automator.md).

# Keeperオートメーターサービス

![](/files/ZyK2nqdijGb4JOG9Ppkr)

## 概要

Keeperオートメーターはセルフホスト型のサービスで、デバイス承認、チーム承認、チームユーザー割り当てなどの暗号化処理を実行します。

オートメーターが実行されると、ユーザーはIDプロバイダでの認証に成功したあと、新しい (以前に承認されていない) デバイス上のKeeperに追加の承認手順なしでアクセスできます。オートメーターサービスが設定されていない場合でも、ユーザーと管理者はプッシュ承認を通じて手動でデバイスを承認できます。

Keeperオートメーターは、クラウドまたはオンプレミス環境にさまざまな方法で展開できる軽量サービスです。

{% embed url="<https://vimeo.com/613835249>" %}
Automator概要ビデオ
{% endembed %}

## オートメーターが必要な理由

Keeper SSOコネクトは、IDプロバイダを使用してKeeperボルトへシームレスに認証します。通常、ユーザーは新しいデバイスを自分で承認するか、管理者がユーザーの代わりに新しいデバイスを承認する必要があります。オートメーターサービスは任意のサービスで、デバイス承認に伴う手間をなくしたい管理者向けに用意されています。

ゼロ知識を維持し、暗号化されたデータキー (EDK) をユーザーのデバイスへ自動転送するには、Keeper側でホストするのではなく、企業側で運用するサービスを実行する必要があります。このサービスは、クラウドでもセルフホストでも、さまざまな方法で実行できます。

SSO Connectの暗号化モデルの詳しい説明は、[こちらのページ](/sso-connect-cloud/jp/security-and-user-flow.md)をご参照ください。

バージョン17以降で追加された機能の概要は、[バージョン17の概要](/sso-connect-cloud/jp/device-approvals/automator/overview.md)をご参照ください。

## インストール方法 <a href="#installation-options" id="installation-options"></a>

ご利用の環境に応じて、以下のインストール方法から選択してください。[Azure Container App](/sso-connect-cloud/jp/device-approvals/automator/azure-container-app.md)、[Azure App Services](/sso-connect-cloud/jp/device-approvals/automator/azure-app-services.md)、[AWS Elastic Container Service](/sso-connect-cloud/jp/device-approvals/automator/aws-elastic-container-service.md)、[Google Cloud (GCP Cloud Run)](/sso-connect-cloud/jp/device-approvals/automator/google-cloud-with-gcp-cloud-run.md) は、これらのクラウドサービスを利用している場合に適しています。

### Azure Container App

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/azure-container-app.md)

### Azure App Service

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/azure-app-services.md)

### Azure App Gateway

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/azure-app-gateway-advanced.md)

### AWS Elastic Container Service

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/aws-elastic-container-service.md)

### KSMを使用したAWS Elastic Container Service

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/aws-elastic-container-service-with-ksm-advanced.md)

### Google Cloud (GCP Cloud Run)

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/google-cloud-with-gcp-cloud-run.md)

### スタンドアロンJava

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/keeper-automator-aws-linux.md)

### Docker

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/docker-on-linux.md)

### Docker Compose

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/docker-compose.md)

### Kubernetes

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/kubernetes-service.md)

### Windowsサービス

[**手順を表示**](/sso-connect-cloud/jp/device-approvals/automator/windows-service.md)

***

### オートメーターのセキュリティ

オートメーターサービスを使用するとユーザー体験は向上しますが、IDプロバイダを完全に保護している必要があります。

Keeper環境を保護するための[推奨セキュリティ設定ガイド](/enterprise-guide/jp/recommended-security-settings.md)をご参照ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/sso-connect-cloud/jp/device-approvals/automator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
