> ## 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 では、ユースケースごとに各アルゴリズムを個別に指定しなくても、安全な暗号アルゴリズムのリストを簡単に指定できるよう、事前定義されたアルゴリズムプロファイルをサポートしています。これらのプロファイルは、想定される利用パターンに対応するベースラインとなる、事前定義済みのアルゴリズムセットです。

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

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

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

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

| **プロファイル** | **サポートされるアルゴリズム**                                                                                                                                                                                                                                                                                                |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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> |

接続の認証プロファイルの設定について詳しくは、[Sign and Encrypt SAML Requests](/ja/docs/authenticate/protocols/saml/saml-sso-integrations/sign-and-encrypt-saml-requests) を参照してください。
