> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Auth0 Dashboard を使用してシングルページ Web アプリケーション（SPA）を登録する方法を説明します。

# シングルページ Web アプリケーションを登録する

Auth0 をシングルページ Web アプリと統合するには、まず Auth0 Dashboard を使用してアプリを Auth0 に登録する必要があります。

1. [Auth0 Dashboard > Applications > Applications](https://manage.auth0.com/#/applications) に移動し、**Create Application** をクリックします。
2. アプリケーションがわかりやすく識別できる名前を入力し、**Single-Page Web Applications** を選択して、**Create** をクリックします。

   新しいアプリケーションが作成されると、以下のタブを含む **アプリケーション設定** ページを表示できます。

   | 設定タブ                 | 説明                                                                                                                                                                                                                                                                                                                                |
   | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **Quick Start**      | アプリケーションの種類に応じて利用できるドキュメントをすべて表示します。                                                                                                                                                                                                                                                                                              |
   | **Settings**         | アプリケーションで利用可能なすべての設定を表示します。既定では、ほとんどの設定は自動的に作成されます。詳しくは、[アプリケーション設定](/docs/ja-jp/get-started/applications/application-settings) をご覧ください。                                                                                                                                                                                          |
   | **Credentials**      | アプリケーションの認証方式と設定済みの認証情報を表示します。詳しくは、[Application Credentials](/docs/ja-jp/secure/application-credentials) をご覧ください。                                                                                                                                                                                                                 |
   | **Add-ons**          | アプリケーションに関連付けられたプラグインを有効にできます。通常、これらは SAML または WS-Fed の統合で使用されますが、SPA では一般的に必要ありません。詳しくは、[Enable SAML2 Web App Addon](/docs/ja-jp/authenticate/protocols/saml/saml-sso-integrations/enable-saml2-web-app-addon) および [Configure WS-Fed Applications](/docs/ja-jp/get-started/applications/update-application-connections) をご覧ください。 |
   | **Connections**      | アプリケーションのコネクションを有効にできます。コネクションはユーザーのソースであり、複数のアプリケーション間で有効化して共有できます。詳しくは、[Connections](/docs/ja-jp/authenticate/identity-providers) をご覧ください。                                                                                                                                                                                      |
   | **Organizations**    | ユーザーが所属する Organization に対して認証できるようにします。詳しくは、[Organizations](/docs/ja-jp/manage-users/organizations) をご覧ください。                                                                                                                                                                                                                      |
   | **Login Experience** | Organization 内のユーザー向けのログイン体験を設定できます。詳しくは、[Understand how Auth0 Organizations Work](/docs/ja-jp/manage-users/organizations/organizations-overview#login-experience) をご覧ください。                                                                                                                                                       |

   詳しくは、[アプリケーション設定](/docs/ja-jp/get-started/applications/application-settings) をご覧ください。

<div id="next-steps">
  ## 次のステップ
</div>

アプリケーションを登録したら、以下の設定手順を確認し、完了してください。

* 少なくとも 1 つの接続 (データベース接続やソーシャルログインなど) を設定し、アプリケーションで有効にしてください。有効な接続がないと、ユーザーは認証できません。
* アプリのコードを修正して、Auth0 に登録したアプリケーションを使用するようにします。[Auth0 Quickstarts](/docs/ja-jp/quickstarts) では、ログインとログアウトの実装方法、ユーザーセッションの処理、ユーザープロフィール情報の取得と表示などについて、詳しい手順を確認できます。
* [Auth0 APIs](/docs/ja-jp/api) を利用します。

  * [Authentication API](https://auth0.com/docs/api/authentication) は、主要な ID 関連機能 (たとえば、ログイン、ログアウト、ユーザープロフィールの取得) をすべて担います。ほとんどのユーザーは、Quickstarts、[Auth0 SPA SDK](/docs/ja-jp/libraries/auth0-spa-js)、または [Lock widget](/docs/ja-jp/libraries/lock) を通じてこの API を利用します。レガシーアプリケーションについては、[Auth0.js library](/docs/ja-jp/libraries/auth0js) を参照してください。ただし、認証 UI をすべて手動で構築する場合は、この API を直接利用する必要があります。
  * [Management API](https://auth0.com/docs/api/management/v2) を使用すると、Auth0 Dashboard からも実行できるさまざまなタスク (たとえば、ユーザーの作成やアプリケーションの grant type の設定) を自動化できます。

<div id="learn-more">
  ## さらに詳しく
</div>

* [アプリケーション設定](/docs/ja-jp/get-started/applications/application-settings)
* [Cookie を使用してシングルページアプリを認証する](/docs/ja-jp/manage-users/cookies/spa-authenticate-with-cookies)
* [シングルページアプリケーション用の Management API アクセストークンを取得する](/docs/ja-jp/secure/tokens/access-tokens/management-api-access-tokens/get-management-api-tokens-for-single-page-applications)
