> 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/tokenization/ja/implement-tokenization/post-tokenization-requests/visa-cloud-token-framework-ctf/debaisuke.md).

# デバイス紐付け

この機能により、加盟店はイシュアに対して、COFデジタルカードとデバイス間のバインディングの承認を依頼できます。

この機能の目的は、エンドユーザーによる検証を通じてデジタルカードの信頼度を高めることです。

イシュアは、セキュアでないと見なされるデバイスからのバインディングを拒否するためのルールを任意で定義できます。デバイスが1つ以上のルールに一致する場合、D1はバインディング要求を自動的に拒否します。イシュアがルールを定義しない場合、バインディング要求は拒否されず、信頼レベルは `YELLOW`.

次の表に、利用可能なルールを示します。詳細については、D1オンボーディングフェーズを参照してください。

| ルール名              | 説明                                                      |
| ----------------- | ------------------------------------------------------- |
| 信頼されていないデバイスタイプ   | イシュアは、信頼していないデバイスタイプを選択できます。たとえば、次のタイプのデバイスです。 `WATCH`. |
| デバイスの製造元          | イシュアは、信頼していないデバイス製造元を一覧表示できます。                          |
| デバイス製造元 - OSバージョン | 分かっている場合、イシュアは信頼していないOSバージョンを指定できます。                    |
| デバイス製造元 - FWバージョン | 分かっている場合、イシュアは信頼していないファームウェアバージョンを指定できます。               |

{% hint style="warning" %}
**注意**

D1は、VTSが必要なフィールドを送信した場合にのみ、これらのルールを適用できます。現在、VTSは特定のデバイスデータセットを保証していません。イシュアがルールを定義していても、D1はそのルールが体系的に適用されることを保証できません。
{% endhint %}

D1は、イシュアに代わってこのフローを管理します。

次の図は、概要レベルのフローを示し、プロセスにおけるイシュアの関与を強調しています。

<figure><img src="/files/ce34422cbe24c194c5f18dfdb567ad31625b3fb4" alt=""><figcaption><p>概要レベルのデバイスバインディングフロー。</p></figcaption></figure>

図は次を参照しています [ステップアップ認証で承認](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication.md).

これはTokenization処理で使用されるのと同じフローですが、次の例外があります。

* この `カスタマーサービス` ID\&V方式はサポートされていません。
* この `アプリ内` ID\&V方式は、D1 SDKを通じてイシュアアプリケーション内でサポートできます（セクション [Visa CTFのアプリ内認証](/push-provisioning/ja/implement-push-provisioning/implement-view-and-control/in-app-authentication-for-visa-ctf.md)を参照してください）。または、認証が正常に完了した後にバインディングの承認を可能にする追加のバックエンドAPIを通じてもサポートできます。これは次の図に示されています。

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

{% hint style="info" %}
**注記**

次のフィールドマッピングが適用されます。

* `tokenReferenceID` = `digitalCardID`
* `deviceIndex` = `bindingReference`
  {% 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/tokenization/ja/implement-tokenization/post-tokenization-requests/visa-cloud-token-framework-ctf/debaisuke.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.
