メインコンテンツへスキップ
アプリケーション用に、Amazon Web Services (AWS) の SAML2 Web App アドオンを設定します。
  1. Dashboard > Applications > Applications に移動し、新しいアプリケーションを作成するか、更新するアプリケーションの名前をクリックします。
  2. Addons タブに移動し、SAML2 Web App トグルを有効にします。
  3. Settings タブで、Application Callback URL を次の URL に設定します: https://signin.aws.amazon.com/saml.
    Dashboard Applications Applications Addons Tab SAML2 Web App Settings Tab
  4. 次のコードを Settings テキストボックスに貼り付け、Debug をクリックします。AWS_SSO_ISSUER_URLAWS_SSO_ACS_URL のプレースホルダーは、AWS からコピーした値に必ず置き換えてください。
    {
      "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. Usage タブで Identity Provider Metadata を探し、Download をクリックしてメタデータファイルをダウンロードします。このファイルは、Auth0 を IDプロバイダーとして設定するときに必要です。
    Dashboard Applications Applications Addons Tab SAML2 Web App Usage Tab
AWS で を設定する方法については、Amazon Web Services をシングルサインオン用に設定する を参照してください。

詳細情報