Forum Discussion

Vladimir_KH's avatar
Vladimir_KH
Copper Contributor
May 06, 2020
Solved

WVD Web Client access settings

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 

  • Vladimir_KH 

     

    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?

3 Replies

  • Vladimir_KH 

     

    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?

    • xaelizon's avatar
      xaelizon
      Icon for Microsoft rankMicrosoft

      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?

Resources