May 06 2020 01:17 PM
Hello,
I need to restrict access to Azure WVD using web browser and allow users to connect using "Windows desktop client for WVD" only
If it is currently impossible I would like to configure settings like on the on-premises Web-Client with PowerShell
Set-RDWebClientDeploymentSetting -Name "LaunchResourceInBrowser" $false
Restrict user to connect inside browser and force to download RDP connection file and open it with WVD Remote Desktop Client
May 11 2020 09:03 AM
Solution
We do not currently support downloading rdp file from the WVD web client but we are working on enabling this scenario. You can restrict access to the web client using Azure AD conditional access policies, so users cannot even login to the web client. Will this be a suitable interim solution?
May 15 2020 11:59 AM
Sep 17 2020 09:53 AM
@briantaintor , would you mind describing how you can accomplish it? Do you have to register the wvd web client URL as an application in AAD and block it?
May 11 2020 09:03 AM
Solution
We do not currently support downloading rdp file from the WVD web client but we are working on enabling this scenario. You can restrict access to the web client using Azure AD conditional access policies, so users cannot even login to the web client. Will this be a suitable interim solution?