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

# ソーシャルIDプロバイダー

> Auth0 でサポートされているソーシャルIDプロバイダーを確認し、Auth0 Dashboard または Management API を使用してそのいずれかをテナントに接続します。

ソーシャルログインは、ユーザーが Google や Facebook などのソーシャル <Tooltip tip="IDプロバイダー（IdP）: デジタルIDを保存および管理するサービス。" cta="用語集を表示" href="/ja/docs/glossary?term=identity+provider">IDプロバイダー</Tooltip> の既存の認証情報を使用してアプリケーションにログインできる認証方法です。ユーザーのソーシャル認証情報はブラウザーやデバイスに保存されていることが多いため、ソーシャルログインでは、アプリケーションでの手動操作を最小限に抑えたシームレスなユーザー体験を提供できます。

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  ユーザー認証は、ユーザーに代わって外部 API にアクセスできるようにするために、アプリケーションを外部プロバイダーに接続して認可することとは別です。詳しくは、[ユーザー認証と Connected Accounts の違い](/ja/docs/secure/tokens/token-vault/connected-accounts-for-token-vault#user-authentication-vs-connected-accounts)を参照してください。
</Callout>

Auth0 は、Webベースのアプリケーションとネイティブアプリケーションの両方でソーシャルログインをサポートしています。サポートされているソーシャルIDプロバイダーの一覧は、[Auth0 Marketplace](https://marketplace.auth0.com/categories/social-login) または <Tooltip tip="Auth0 Dashboard: サービスを設定するための Auth0 のメイン製品です。" cta="用語集を表示" href="/ja/docs/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip> で確認できます。

* [Auth0 Marketplace の Social Login カテゴリ](https://marketplace.auth0.com/categories/social-login)には、サポートされている各ソーシャル接続に関する情報が掲載されています。**Add Integration** ボタンを使用すると、Auth0 テナントで設定プロセスを開始できます。また、**Installation** タブで実装ドキュメントを確認できます。

* [Auth0 Dashboard > Authentication > Social](https://manage.auth0.com/#/connections/social) で **Create Connection** を選択すると、サポートされているソーシャルIDプロバイダーの一覧が表示されます。**Setup Guide** には、接続を設定する手順と、ソーシャルIDプロバイダーの関連ドキュメントへのリンクが記載されています。

正常に実装するには、選択したプロバイダーの[開発者キーを登録](/ja/docs/authenticate/identity-providers/social-identity-providers/devkeys)してください。

特定のプロバイダーが利用できない場合は、[カスタムソーシャル接続を設定](/ja/docs/authenticate/identity-providers/social-identity-providers/oauth2)することもできます。
