Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ Cloudflare will not configure user identifiers on the RDP target. Any user ident
#### Microsoft Entra ID

User identifiers that are bound to Microsoft Entra ID domains must enter their username as `AzureAD\[email protected]` or `AzureAD\user`. The `AzureAD\` prefix is case-insensitive.

The login flow differs slightly when using an Microsoft Entra ID-bound username:

1. Enter your username in one of the formats outlined above.
Expand All @@ -242,3 +241,5 @@ The login flow differs slightly when using an Microsoft Entra ID-bound username:
- **Clipboard size limit**: Data copied between the local machine and the browser-based RDP session may not exceed 500 KB.
- **Clipboard controls**: Admins do not have the ability to restrict copy/paste actions between the remote machine and the user's local clipboard.
- **File transfers**: Users cannot copy/paste files from their local machine to the remote machine and vice versa.
- **Authenticating to Entra-joined Accounts**: Browser-based RDP does not support PKU2U authentication which is required for NLA (Network Level Authentication) with Entra-joined accounts. Connecting to Entra-joined accounts will require disabling enforcment of NLA. This setting can be found in the Control Panel "Remote Desktop Settings".

Loading