> ## 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="Identity Provider (IdP): デジタル ID を保存および管理するサービス。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=identity+provider">ID プロバイダー</Tooltip>の既存の認証情報を使って、ユーザーがアプリケーションにログインできるようにする認証方式です。ユーザーのソーシャル認証情報はブラウザーやデバイスに保存されていることが多いため、ソーシャルログインでは、アプリケーション上で手動操作をほとんど必要としないスムーズなユーザー体験を提供できます。

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  ユーザー認証は、外部プロバイダーにアプリケーションを接続して認可し、ユーザーに代わって外部 API へアクセスできるようにすることとは別のものです。詳しくは、[User authentication vs Connected Accounts](/docs/ja-jp/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="/docs/ja-jp/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 プロバイダーのドキュメントへのリンクが記載されています。

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

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