> ## 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 のアルゴリズムプロファイルについて学びます。

# アルゴリズムプロファイル

Auth0 は、用途ごとに各 algorithms を個別に指定しなくても、安全な暗号 algorithms のリストを簡単に指定できるよう、事前定義されたアルゴリズムプロファイルをサポートしています。これらのプロファイルは、想定される使用パターンのベースラインとなる、事前定義された一連の algorithms を表します。

<div id="naming-conventions">
  ## 命名規則
</div>

プロファイル名は、作成年に同じ年の後続リリースを示す連番を組み合わせたものです。可能な限り、最も安全な構成にするため最新バージョンのプロファイルを使用してください。

<div id="supported-profiles">
  ## サポート対象のプロファイル
</div>

SAML サービスプロバイダー (SP) としての Auth0

| **プロファイル** | **サポート対象のalgorithms**                                                                                                                                                                                                                                                                                            |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `v2026-1`  | <ul> <li>[http://www.w3.org/2009/xmlenc11#aes128-gcm](http://www.w3.org/2009/xmlenc11#aes128-gcm)</li> <li>[http://www.w3.org/2009/xmlenc11#aes192-gcm](http://www.w3.org/2009/xmlenc11#aes192-gcm)</li> <li>[http://www.w3.org/2009/xmlenc11#aes256-gcm](http://www.w3.org/2009/xmlenc11#aes256-gcm)</li> </ul> |

接続の認証プロファイルの設定について詳しくは、[SAML リクエストの署名と暗号化](/docs/ja-jp/authenticate/protocols/saml/saml-sso-integrations/sign-and-encrypt-saml-requests)をご覧ください。
