コンテンツにスキップ

ゼロトラスト組織間の切り替え

機能の可用性

WARPモードゼロトラストプラン
すべてのモードすべてのプラン
システム可用性最低WARPバージョン
Windows2024.1.159.0
macOS2024.1.160.0
Linux2024.2.62.0
iOS
Android1.4
ChromeOS1.4

Cloudflare WARPでは、ユーザーは管理者がMDMファイルで指定した複数のゼロトラスト組織(または他のMDMパラメータ)間を切り替えることができます。一般的なユースケースには以下が含まれます:

  • ITセキュリティスタッフがテスト環境と本番環境を切り替えることを許可します。
  • マネージドサービスプロバイダーが複数の顧客アカウントをサポートできるようにします。
  • ユーザーがデフォルトのWARPイングレスIPとCloudflare中国イングレスIP間を切り替えることを許可します。

MDMファイル形式

複数の組織を有効にするには、管理者はMDMファイルを修正して、構成の配列を受け入れる必要があります。各構成には、WARPクライアントGUIでユーザーに表示されるdisplay_nameパラメータが含まれている必要があります。表示名はMDMファイルに表示される順序でリストされるため、最も使用される構成をファイルの先頭に配置することをお勧めします。ユーザーが初めてWARPクライアントを開くと、リストの最初の構成にログインするように促されます。

MDMファイルは最大25の構成をサポートします。以下の例には3つの構成が含まれています。

<array>
<dict>
<key>organization</key>
<string>mycompany</string>
<key>display_name</key>
<string>本番環境</string>
</dict>
<dict>
<key>organization</key>
<string>mycompany</string>
<key>override_api_endpoint</key>
<string>203.0.113.0</string>
<key>override_doh_endpoint</key>
<string>203.0.113.0</string>
<key>override_warp_endpoint</key>
<string>203.0.113.0:2408</string>
<key>display_name</key>
<string>Cloudflare中国ネットワーク</string>
</dict>
<dict>
<key>organization</key>
<string>test-org</string>
<key>display_name</key>
<string>テスト環境</string>
</dict>
</array>

WARPでの組織の切り替え

To switch to a different organization as a user:

  1. Open the WARP client on your device.

  2. ギアアイコンを選択します。
  3. Select Switch configurations. The menu will show the organizations that the admin has configured for your device.

  4. Select the organization that you want to connect to.

  5. If prompted, complete the authentication steps required for the new organization. Your authentication information will be saved and you will be able to switch back and forth between organizations.