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

> Amazon Web Services (AWS) 用の SAML2 Web App アドオンを使用して、Auth0 をアイデンティティプロバイダーとして設定する方法を説明します。

# Amazon Web Services を SAMLサービスプロバイダーとして設定する

アプリケーション向けに、Amazon Web Services (AWS) 用の SAML2 Web App アドオンを設定します。

1. [Auth0 Dashboard > アプリケーション > アプリケーション](https://manage.auth0.com/#/applications) に移動し、新しいアプリケーションを作成するか、更新するアプリケーションの名前をクリックします。

2. **Addons** タブに移動し、**SAML2 Web App** トグルを有効にします。

3. **設定** タブで、**Application Callback URL** を次のように設定します: `https://signin.aws.amazon.com/saml`.

   <Frame>
     <img src="https://mintcdn.com/docs-dev-feat-init-gt-translations/ga3rC1_4s-OF6Vr-/docs/images/cdy7uua7fh8z/6dJgYkcOgMZ73HVTkAWt1x/fe9dbbf306e6c587cb3326c00a3b4e1f/2025-02-27_13-59-00.png?fit=max&auto=format&n=ga3rC1_4s-OF6Vr-&q=85&s=bb132716d1c660444f9f40fa5408f573" alt="Dashboard Applications Applications Addons Tab SAML2 Web App Settings Tab" width="606" height="757" data-path="docs/images/cdy7uua7fh8z/6dJgYkcOgMZ73HVTkAWt1x/fe9dbbf306e6c587cb3326c00a3b4e1f/2025-02-27_13-59-00.png" />
   </Frame>

4. 次のコードを **設定** テキストボックスに貼り付け、**Debug** をクリックします。`AWS_SSO_ISSUER_URL` と `AWS_SSO_ACS_URL` のプレースホルダーは、AWS からコピーした値に必ず置き換えてください。

   ```json lines theme={null}
   {
     "audience": "AWS_SSO_ISSUER_URL",
     "destination": "AWS_SSO_ACS_URL",
     "mappings": {
       "email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
       "name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"
     },
     "createUpnClaim": false,
     "passthroughClaimsWithNoMapping": false,
     "mapUnknownClaimsAsIs": false,
     "mapIdentities": false,
     "nameIdentifierFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
     "nameIdentifierProbes": [
       "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
     ]
   }
   ```

5. ページの一番下までスクロールして、**Enable** をクリックします。

6. **使用状況** タブで **IDプロバイダーのメタデータ** を見つけ、**Download** をクリックしてメタデータファイルをダウンロードします。これは Auth0 をアイデンティティプロバイダーとして設定するときに必要です。

   <Frame>
     <img src="https://mintcdn.com/docs-dev-feat-init-gt-translations/k7ye6-pv0VL5gE4A/docs/images/cdy7uua7fh8z/3T90BDpyTXFUWDp1JkncBU/86bdba6bed8130b34b42b25c9bf2d232/dashboard-applications-applications-addons-saml2-web-app-usage.png?fit=max&auto=format&n=k7ye6-pv0VL5gE4A&q=85&s=6e6fc850eefcaa960d89e7be5a8c1e02" alt="Dashboard Applications Applications Addons Tab SAML2 Web App Usage Tab" width="400" height="440" data-path="docs/images/cdy7uua7fh8z/3T90BDpyTXFUWDp1JkncBU/86bdba6bed8130b34b42b25c9bf2d232/dashboard-applications-applications-addons-saml2-web-app-usage.png" />
   </Frame>

AWS で <Tooltip tip="シングルサインオン (SSO): ユーザーが 1 つのアプリケーションにログインすると、他のアプリケーションにも自動的にログインできるようにするサービスです。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=SSO">SSO</Tooltip> を設定する方法については、[Amazon Web Services をシングルサインオン用に設定する](/docs/ja-jp/customize/integrations/aws/configure-amazon-web-services-for-sso) を参照してください。

<h2 id="learn-more">
  詳しくはこちら
</h2>

* [Amazon Web Services のセッションタグを使用してロールベースのアクセス制御を行う](/docs/ja-jp/customize/integrations/aws/session-tags)
* [Amazon Web Services をシングルサインオン用に設定する](/docs/ja-jp/customize/integrations/aws/configure-amazon-web-services-for-sso)
