You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update end user exp
Saving changes for end user exp
* Update user identifier formats
SAM and UPN are supported
* adding in known limitations
* adding addtl UPN example
* more examples for SAM
* adding clipboard file formats supported
* adjustments thanks to some feedback!
* edit for clarity
* clipboard support depends on the local program
* fix casing
* Update src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx
---------
Co-authored-by: Ann Ming Samborski <[email protected]>
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx
+41-8Lines changed: 41 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ To connect to a Windows machine over RDP:
144
144
The App Launcher tile will launch a URL of the form `https://<app-domain>/rdp/<vnet-id>/<target-ip>/<port>`. You may also navigate directly to this URL.
145
145
4. Select the port that you want to connect to. The port selection screen only appears if the Access application allows RDP traffic on multiple ports (for example, port `3389` and port `65321`).
146
146
5. (Optional) In your browser settings, allow the Access application to access the clipboard. Clipboard permissions grant the ability to copy or paste text between the local machine and the remote Windows machine.
147
-
6. Enter your Windows username and password.
147
+
6. Enter your Windows username and password. For more information on supported login credentials, refer to [User identifier formats](#user-identifier-formats).
148
148
149
149
You now have access to the remote Windows desktop.
150
150
@@ -174,16 +174,49 @@ Browser-based RDP supports connecting to Windows machines that run the following
174
174
| Other Chromium-based browsers (Opera, Brave) | ✅ |
-**TLS certificate verification**: Cloudflare uses TLS to connect to the RDP target but does not verify the origin TLS certificate.
219
+
-**WARP authentication**: Users cannot authenticate to RDP targets using their [WARP session identity](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/#configure-warp-sessions-in-access).
220
+
-**Audio over RDP**: Users cannot use their microphone and speaker to interact with the remote machine.
221
+
-**Clipboard controls**: Admins do not have the ability to restrict copy/paste actions between the remote machine and the user's local clipboard.
222
+
-**File transfers**: Users cannot copy/paste files from their local machine to the remote machine and vice versa.
0 commit comments