> 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/push-approvals.md).

# Keeperプッシュ

## 概要

ユーザーは、以前に承認済みのデバイスを使用して、追加のデバイスを承認できます。たとえば、コンピュータのウェブボルトにすでにログインしている状態で、初めて携帯電話アプリにログインする場合、ウェブボルトにデバイス承認プロンプトが表示され、携帯デバイスの情報を確認して承認または拒否できます。デバイス承認では暗号化キーの交換が行われ、新しいデバイス上でボルトを復号化できるようになります。

## Keeperプッシュ方式

Keeperプッシュは、ユーザー自身が処理する承認方式です。**\[Keeperプッシュ]** を選択すると、ユーザーの承認済みデバイスに通知が送信されます。モバイルアプリおよびデスクトップアプリでは、プッシュ通知がポップアップとして表示され、デバイス承認を簡単に承認できます。

以下は、携帯電話を承認用デバイスとして使用したKeeperプッシュ承認の例です。

{% embed url="<https://vimeo.com/499733994>" %}

### 手順

1. **\[Keeperプッシュ]** を選択します。

<figure><img src="/files/CH3g0qJgVmeb0ZU1kbS0" alt=""><figcaption><p>Keeper プッシュ通知</p></figcaption></figure>

2. すでにログインしているデバイスにプッシュ通知による承認が表示されるまで待ちます。

<figure><img src="/files/tvJ2H4BB1PyjqfLR40Jx" alt=""><figcaption><p>Keeper プッシュ通知</p></figcaption></figure>

3. 通知を受信するには、以前に承認済みの別のデバイスにすでにログインしている必要があります。

<figure><img src="/files/YhzAA1TnbCuyA9DuddoI" alt=""><figcaption><p>ユーザー用のプッシュ通知による承認</p></figcaption></figure>


---

# 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/push-approvals.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.
