> 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="https://2053028894-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW6dljaTEEzefPQILRFB7%2Fuploads%2FaHfuSjYKeyLdf2qDjtyu%2FSequence%20Diagram%20%E2%80%93%20In-app%20authentication%20with%20issuer%20backend.svg?alt=media&amp;token=d9e2d0b5-2c77-45de-9ca0-ed78817c2062" 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.
