目的
このドキュメントにある手順で、Cloudflare Zero Trust の Windows マルチユーザ対応を実装して確認します。
元々の前提として、Cloudflare Zero Trust では 1 OS 1 ユーザで使用する想定で考えられていますが、Windows デバイスで 1 OS 複数ユーザでの使用が Beta となりました。
2024 年 12 月 26 日時点で、機能の有効化は、Cloudflare アカウントチームに連絡しておこなってもらう必要があります。
WARP バージョン
以下のリンクから Version 2024.12.326.1
をインストールします。
MDM ファイル
以下の記事を参考にします。
MDM ファイル mdm.xml
を C:\ProgramData\Cloudflare
フォルダに配置します。
今回は以下のようなパラメータ設定を使います。
<dict>
<key>multi_user</key>
<true/>
<key>configs</key>
<array>
<dict>
<key>organization</key>
<string>org1</string>
<key>display_name</key>
<string>org1</string>
<key>service_mode</key>
<string>warp</string>
<key>onboarding</key>
<false />
<key>auto_connect</key>
<integer>0</integer>
<key>switch_locked</key>
<false />
</dict>
<dict>
<key>organization</key>
<string>org2</string>
<key>display_name</key>
<string>org2</string>
<key>service_mode</key>
<string>warp</string>
<key>onboarding</key>
<false />
<key>auto_connect</key>
<integer>0</integer>
<key>switch_locked</key>
<false />
</dict>
</array>
</dict>
ユーザ 1 登録
Cloudflare WARP を開くと、初回登録時のログインが要求されます。
ユーザ切り替え
ユーザを切り替えるにはサインアウトします。
ユーザーは、別のアカウントに切り替える前に、Windowsアカウントからログアウトする必要があります。ユーザーは、画面をロックして別のアカウントにログインしたり、Windowsの[ユーザーの切り替え]オプションを使用したり、その他のタイプの同時セッションを行ったりすることはできません。
ユーザ 2 登録
同様に、Cloudflare WARP を開くと、初回登録時のログインが要求されます。
デバイス情報
ダッシュボードでデバイス情報を確認します。
1 OS 複数ユーザで使用すると、1 デバイスあたりのアクティブな登録が 2
になっていることがわかります。
また、1 OS 複数ユーザで使用すると、デバイス ID とは別に、ユーザごとの登録 ID が確認できます。
[
{
"created_at": "2024-12-25T02:03:13.460621Z",
"device": {
"client_version": "2024.12.326",
"id": "37258415-a819-4dd6-abb3-a73f76baff7a",
"name": "DESKTOP-xxx"
},
"id": "62ac311a-c264-11ef-b604-d64e8457e8d2",
"key": "xxx",
"key_type": "secp256r1",
"last_seen_at": "2024-12-25T11:43:20.033544Z",
"tunnel_type": "masque",
"updated_at": "2024-12-25T11:43:20.033544Z",
"user": {
"email": "user1@exmaple.jp",
"id": "0039a95b-1abf-5788-b35e-1c419178fa92",
"name": ""
}
},
{
"created_at": "2024-12-25T01:58:55.569566Z",
"device": {
"client_version": "2024.12.326",
"id": "37258415-a819-4dd6-abb3-a73f76baff7a",
"name": "DESKTOP-xxx"
},
"id": "cbf46df3-c263-11ef-a9fb-160fa4b248be",
"key": "xxx",
"key_type": "secp256r1",
"last_seen_at": "2024-12-25T15:36:10.598786Z",
"tunnel_type": "masque",
"updated_at": "2024-12-25T15:36:10.598786Z",
"user": {
"email": "user1@example.com",
"id": "4b79fcad-0452-41be-99c0-73f777b31a6f",
"name": ""
}
}
]
参考までに、1 OS 1 ユーザで使用する場合には、デバイス ID と登録 ID は同じ値です。
[
{
"created_at": "2024-11-26T03:58:26.471953Z",
"device": {
"client_version": "2024.11.309",
"id": "b04ec591-abaa-11ef-bafb-f2745cbd2ba2",
"name": "DESKTOP-xxx"
},
"id": "b04ec591-abaa-11ef-bafb-f2745cbd2ba2",
"key": "xxx",
"key_type": "curve25519",
"last_seen_at": "2024-11-26T03:58:47.075436Z",
"tunnel_type": "wireguard",
"updated_at": "2024-11-26T03:58:47.075436Z",
"user": {
"email": "user1@example.com",
"id": "4b79fcad-0452-41be-99c0-73f777b31a6f",
"name": ""
}
}
]
HTTP 通信ログ
1 OS 複数ユーザで使用すると、デバイス ID とは別に、ユーザごとの登録 ID が確認できましたが、ログのデバイス ID DeviceID
フィールドとしては、登録 ID の値が使用されます。
ユーザ 1 の通信ログ
{
"AccountID": "xxx",
"Action": "allow",
"ApplicationIDs": [],
"ApplicationNames": [],
"BlockedFileHash": "",
"BlockedFileName": "",
"BlockedFileReason": "unknown",
"BlockedFileSize": 0,
"BlockedFileType": "",
"CategoryIDs": [
7,
122
],
"CategoryNames": [
"Entertainment",
"News & Media"
],
"Datetime": "2024-12-25T15:34:08Z",
"DestinationIP": "23.62.20.42",
"DestinationIPContinentCode": "AS",
"DestinationIPCountryCode": "JP",
"DestinationPort": 443,
"DeviceID": "62ac311a-c264-11ef-b604-d64e8457e8d2",
"DeviceName": "DESKTOP-xxx",
"DownloadMatchedDlpProfileEntries": [],
"DownloadMatchedDlpProfiles": [],
"DownloadedFileNames": [
"<unknown file name>"
],
"Email": "user1@exmaple.jp",
"FileInfo": {
"files": []
},
"ForensicCopyStatus": "none",
"HTTPHost": "assets.msn.com",
"HTTPMethod": "GET",
"HTTPStatusCode": 200,
"HTTPVersion": "HTTP/2",
"IsIsolated": false,
"PolicyID": "",
"PolicyName": "",
"PrivateAppAUD": "",
"ProxyEndpoint": "",
"Quarantined": false,
"Referer": "https://www.msn.com/",
"RequestID": "24a00d4bfe0000e0a8873ce400000001",
"SessionID": "24a00d3a960000e0a8c1f78400000001",
"SourceIP": "x.x.x.x",
"SourceIPContinentCode": "AS",
"SourceIPCountryCode": "JP",
"SourceInternalIP": "",
"SourcePort": 54686,
"URL": "https://assets.msn.com/xxx.js",
"UntrustedCertificateAction": "none",
"UploadMatchedDlpProfileEntries": [],
"UploadMatchedDlpProfiles": [],
"UploadedFileNames": [],
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0",
"UserID": "0039a95b-1abf-5788-b35e-1c419178fa92",
"VirtualNetworkID": "604aa865-1642-405c-a745-3d448f69b8f1",
"VirtualNetworkName": "default"
}
ユーザ 2 の通信ログ
{
"AccountID": "xxx",
"Action": "allow",
"ApplicationIDs": [],
"ApplicationNames": [],
"BlockedFileHash": "",
"BlockedFileName": "",
"BlockedFileReason": "unknown",
"BlockedFileSize": 0,
"BlockedFileType": "",
"CategoryIDs": [
7,
122
],
"CategoryNames": [
"Entertainment",
"News & Media"
],
"Datetime": "2024-12-25T15:36:19Z",
"DestinationIP": "204.79.197.203",
"DestinationIPContinentCode": "NA",
"DestinationIPCountryCode": "US",
"DestinationPort": 443,
"DeviceID": "cbf46df3-c263-11ef-a9fb-160fa4b248be",
"DeviceName": "DESKTOP-xxx",
"DownloadMatchedDlpProfileEntries": [],
"DownloadMatchedDlpProfiles": [],
"DownloadedFileNames": [
"<unknown file name>"
],
"Email": "user1@example.com",
"FileInfo": {
"files": [
{
"direction": "download",
"file_name": "<unknown file name>",
"file_size": 0,
"content_type": "image/gif",
"action": "none"
}
]
},
"ForensicCopyStatus": "none",
"HTTPHost": "srtb.msn.com",
"HTTPMethod": "GET",
"HTTPStatusCode": 204,
"HTTPVersion": "HTTP/2",
"IsIsolated": false,
"PolicyID": "",
"PolicyName": "",
"PrivateAppAUD": "",
"ProxyEndpoint": "",
"Quarantined": false,
"Referer": "https://ntp.msn.com/",
"RequestID": "24a00f49510000af5567454400000001",
"SessionID": "24a00f46500000af558e691400000001",
"SourceIP": "x.x.x.x",
"SourceIPContinentCode": "AS",
"SourceIPCountryCode": "JP",
"SourceInternalIP": "",
"SourcePort": 54837,
"URL": "https://srtb.msn.com/notify/served?rid=xxx",
"UntrustedCertificateAction": "none",
"UploadMatchedDlpProfileEntries": [],
"UploadMatchedDlpProfiles": [],
"UploadedFileNames": [],
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0",
"UserID": "4b79fcad-0452-41be-99c0-73f777b31a6f",
"VirtualNetworkID": "604aa865-1642-405c-a745-3d448f69b8f1",
"VirtualNetworkName": "default"
}
まとめ
Cloudflare Zero Trust の Windows マルチユーザ対応を実装して、確認することができました。
サインアウト・サインインによって、Windows デバイスで 1 OS 複数ユーザでの使用ができるのはありがたいです。
展開時には MDM パラメータ multi_user
を設定するだけでよく、すぐに使い始められそうです。
ユーザ体験はマルチユーザで同じで、ログの区別も問題なさそうでよかったです。