# インストールとセットアップ

以下は、Keeper SSOコネクトのセットアップ手順の概要となります。詳細な手順については、以降のページをご覧ください。

{% hint style="info" %}
**セキュリティに関する注意**\
SSOコネクトサービスを実行しているサーバーや仮想マシンは、許可されていないローカルアクセスから厳重に保護する必要があります。ホストシステムへアクセス可能なユーザーであれば、SSO コネクトサービスとやり取りしたり、設定を変更したりする可能性があります。

SSOコネクトを実行するシステムには、信頼できる管理者のみがアクセスできるようにし、サーバーのセキュリティ強化やアクセス制御に関するベストプラクティスを必ず遵守してください。
{% endhint %}

## 要件

短時間でSSOコネクトのセットアップを完了するために、以下をご準備ください。

1. サービスを実行するWindowsまたはLinuxのインスタンスへのアクセス
2. ワイルドカードSSL証明書へのアクセス、またはエンドポイント (sso.mycompany.comなど) 用の新しいSSL証明書を生成できること
3. エンドユーザーのブラウザからサービスへのhttpsブラウザトラフィックを設定できること
4. Keeper管理コンソール へのアクセス

{% hint style="info" %}
SSOコネクトサーバーにログインするには、ブリッジ/SSO管理権限を持つ非SSO管理者ユーザーが最低1人必要となります。
{% endhint %}

## セットアップ手順

上記の要件を満たしてから、以下を行います。

1. Keeper管理コンソールからSSOコネクトを有効にします。
2. サーバー (任意のクラウドまたはオンプレミスのWindows/Linuxインスタンス) にKeeper SSOコネクトをインストールします。
3. Keeper SSOコネクトをIDプロバイダと連携させます。


---

# 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/sso-connect-on-prem/jp/installation-and-setup.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.
