> 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/card-tokenization-request/processing-the-response/approve-with-step-up-authentication/in-app-authentication-with-issuer-backend.md).

# アプリ内認証

アプリ内認証は **ID\&V** 方式であり、その中で **エンドユーザー** が次で認証を行います **イシュアアプリケーション**.

認証後、デジタルカードは次の2つの方法で有効化できます。

{% stepper %}
{% step %}

### イシュアバックエンドを使用して有効化する

その **トークンリクエスタ** が `digitalCardId` をイシュアアプリケーションに渡します。

イシュアアプリケーションは次を呼び出します **イシュアバックエンド**.

イシュアバックエンドは次を使用してデジタルカードを有効化します **D1 API** （以下を参照 [デジタルカード再開 API](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md)).
{% endstep %}

{% step %}

### D1 SDK を使用して有効化する

次を使用します **D1 SDK** をイシュアアプリケーション内で使用して、デジタルカードを直接有効化します。

これには、イシュアアプリケーションへの D1 SDK の統合が必要です。これについては、次で詳細を確認してください [アプリ内認証](/push-provisioning/ja/implement-push-provisioning/implement-view-and-control/in-app-authentication.md) セクションで、次のコンテキストで提供される機能について説明しています [Push Provisioning](/push-provisioning/ja/get-started/push-provisioning-overview.md) サービス。
{% endstep %}
{% endstepper %}

いずれの場合も、イシュアアプリケーションはトークンリクエスタによって起動され、次を受け取る必要があります `digitalCardId`.

このアプリ間連携は、決済ネットワーク固有です。ガイドラインを参照してください [xPay 向けアプリ内 ID\&V の統合](/tokenization/ja/integrate-in-app-id-and-v-for-xpay-wallets.md) および、次と調整してください **Thales デリバリーチーム**.

### D1 API を使用したアプリ内認証フロー

<figure><img src="/files/1be635f608efed4559d70b8dc5f5544f4a58de9e" alt=""><figcaption><p>アプリ内認証フロー（イシュアバックエンドによる有効化）</p></figcaption></figure>

次を使用すると `digitalCardId`、イシュアバックエンドは D1 API を使用してデジタルカードを有効化します [デジタルカードを再開する](/tokenization/ja/integrate-the-d1-api/d1-api-summary.md).


---

# 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.payments.thalescloud.io/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/approve-with-step-up-authentication/in-app-authentication-with-issuer-backend.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.
