AFAIK, AVD does not currently support deep linking directly to a specific RemoteApp using the rdweb.wvd.microsoft.com
web client URL with parameters like appName
, hostPoolName
, etc., in a way that bypasses the workspace landing page. The web client doesn't interpret those query string parameters to launch a specific RemoteApp automatically.
The AVD web client only allows users to:
- Authenticate via Entra ID
- View their assigned remote apps and desktops
- Manually launch the desired application
The URL parameters like token
, appName
, etc., are not officially supported for auto-launching a specific RemoteApp. Even if you provide a valid token, it still lands on the workspace page and doesn't auto-launch the app.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin