> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/3d-secure/ja/3dswosuru/oobfurishuawosuru.md).

# OOBフロー（イシュア認証）を実装する

## 概要

イシュア認証を伴う 3DS OOB フローは、ルールが取引にチャレンジを課すと判断し、イシュアのバックエンドがイシュアアプリケーションでエンドユーザーを認証するよう設定されている場合に使用されます。

{% hint style="info" %}
OOB チャレンジをいつ発動するかを制御するには、しきい値と条件を次で設定します [3DS 判定のルールセットを構成する](/3d-secure/ja/3dswosuru/3ds-norrusettowosuru.md).
{% endhint %}

## ユーザーエクスペリエンス

<figure><img src="/files/f9dd8154cac77fee7954682b2659f0810a6c7709" alt=""><figcaption></figcaption></figure>

## フロー

<figure><img src="/files/9f27d1ec5ba8ca40c89c77f8f93979d24172cfdd" alt=""><figcaption><p>イシュア認証を伴う OOB フローの概要 - ステップ 1.</p></figcaption></figure>

<figure><img src="/files/73dc104fb6a7df8f7cc862fbcafbf83d3fa9a0a3" alt=""><figcaption><p>イシュア認証を伴う OOB フローの概要 - ステップ 2.</p></figcaption></figure>

## シーケンス図

### 前提条件

* カード製品は D1 バックエンドおよび決済ネットワークのディレクトリサーバーで構成されています。
* エンドユーザーとカードは D1 バックエンドに登録されています。

### 1 - AReq/ARes

<figure><img src="/files/f26ac7d631e9f42ff07f1c916bec7fbd11ff0441" alt=""><figcaption><p>認証リクエストとレスポンスのフロー。</p></figcaption></figure>

### 2 - CReq/CRes および イシュアからの OOB チャレンジ

<figure><img src="/files/f9398ed00c1d4278938609385231d564d9d1bb67" alt=""><figcaption><p>D1 は API によりイシュア認証をトリガーします。</p></figcaption></figure>

### 3 - 最終 CReq/CRes と通知

<figure><img src="/files/b575897e12219a9e869c5eff850e6bcd687eb9eb" alt=""><figcaption><p>D1 は認証結果を取得し、3DS フローを終了します。</p></figcaption></figure>

## バックエンド連携

3DS 判定で OOB チャレンジが必要な場合、イシュアのバックエンドにエンドユーザーの認証が求められます:

1. 認証リクエストを受信: D1 バックエンドが次を通じてあなたのバックエンドを呼び出します [認証する ](/3d-secure/ja/d1-apiwosuru/d1-apirifarensu/autobaundoapid1kara/consumer-api.md#post-banking-d1-v1-issuers-issuerid-consumers-consumerid-authentication)リクエスト。
2. イシュア認証をトリガーします: イシュアアプリケーションで ID\&V フローを開始します（たとえば、プッシュ通知 + CDCVM/生体認証、またはサポートされている任意の SCA 手法）。
3. 結果を公開します: 次を通じて結果を提供します [認証結果を取得](/3d-secure/ja/d1-apiwosuru/d1-apirifarensu/autobaundoapid1kara/consumer-api.md#get-banking-d1-v1-issuers-issuerid-consumers-consumerid-authentication-authenticationid) これにより 3DS チャレンジを完了できます。
4. 最終通知を受信: フローの最後に、認証の詳細が次を通じて通知されます [3DS カード操作を通知](/3d-secure/ja/d1-apiwosuru/d1-apirifarensu/autobaundoapid1kara/3ds-api.md#post-notifications-d1-v1-issuers-issuerid-cards-cardid-3ds-notifications).

{% hint style="info" %}
ベストプラクティス

* OOB 認証は応答性を高く保ち（数秒以内にプッシュ）、チャレンジのタイムアウトを最小化します。
* イシュアアプリケーションで明確な承認/拒否の選択肢を表示し、返却する結果に対して決定的にマッピングします。
  {% endhint %}


---

# 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:

```
GET https://docs.payments.thalescloud.io/3d-secure/ja/3dswosuru/oobfurishuawosuru.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.
