# ログイン画面

## はじめに

ログイン画面は、Keeperコネクションマネージャーにアクセスすると最初に目にする画面です。 ユーザーは、ユーザー名とパスワード、またはシングルサインオンの認証情報を使用してプラットフォームにログインします。

<figure><img src="https://4041518992-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ7s6LQJaKa1G17O787JG%2Fuploads%2FowaifvglOThvTB123c0n%2Fimage.png?alt=media&#x26;token=c2ef7992-9e1f-4142-90b6-0fe6520b2436" alt=""><figcaption></figcaption></figure>

### ログイン

#### ユーザー名

ユーザー名を使用してKeeperコネクションマネージャーにログインします。このユーザー名は、ユーザーを作成またはインポートする際に設定します。

{% hint style="info" %}
KCMユーザー名にはメールアドレスとメールアドレス以外のユーザー名を使用できます。
{% endhint %}

#### パスワード

ユーザーのパスワードで、ユーザーを作成またはインポートするときに設定します。許可されている場合は、ユーザーがパスワードをリセットすることもできます。

{% hint style="info" %}
KeeperFillブラウザ拡張機能を使用すると、Keeperコネクションマネージャーのユーザー名とパスワードを自動的に入力できます。
{% endhint %}

### その他のログイン方式

LDAP、SAML 2.0、OpenID Connectなどその他のログイン方式の設定、および2FAの設定に関しては、認証オプションのページをご参照ください。

{% content-ref url="/pages/mZNB2f8g0Acm2wcTBXgY" %}
[認証オプション](/keeper-connection-manager/jp/authentication.md)
{% endcontent-ref %}

## ログイン試行の制限

KCMバージョン2.9.6以降では、複数回連続してログインに失敗した後のユーザーのログインを制限するように設定できます。これにより、KCMインスタンスに対する総当たりログイン攻撃をブロックできます。

{% hint style="info" %}
ログインの試行に5回失敗すると、KCMはデフォルトでユーザーのログインを5分間ロックします。
{% endhint %}

この設定は削除可能で、ユーザーがロックされるまでの試行回数とロックされる時間は、以下のguacamoleプロパティまたは環境変数 (インストールメソッドによって異なる) で設定できます。

| Docker Composeのプロパティ       | 環境変数                       | 型      | 説明                                                     |
| -------------------------- | -------------------------- | ------ | ------------------------------------------------------ |
| `ban-max-invalid-attempts` | `BAN_MAX_INVALID_ATTEMPTS` | number | ユーザーがロックされるまでの無効な試行回数。                                 |
| `ban-address-duration`     | `BAN_ADDRESS_DURATION`     | number | 無効な試行回数の制限に達した後に、ユーザーがロックされる時間 (秒単位)                   |
| `ban-max-addresses`        | `BAN_MAX_ADDRESSES`        | number | KCMが無効な試行回数をチェックするために追跡管理するアドレスの数。 デフォルトは`10485760`です。 |


---

# 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/using-keeper-connection-manager/login-screen.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.
