no resources showing up for user with the Windows App

JohnSebastian-3934 581 Reputation points
2026-01-13T18:24:33.4533333+00:00

I have two users who sign into the Azure Subscription with the Windows App but no resources show up at all. I have confirmed that these users belong to an Entra ID Group that is assigned to the desktop for my host pool.

In our environment, we have two different Entra ID tenants that we deal with. One is our corporate Entra ID identity provider and the other is specifically an Entra ID tenant tied to the project that these two users are trying to get to the Azure Virtual Desktop in that Entra ID tenant.

I'm guessing that the Windows App utilizes the default browser for the users when they log into the Entra ID tenant. We have seen many instances where browsers are hanging on to credentials or pointers to the incorrect Entra ID tenant. If these users are connected to our corporate Entra ID tenant via their default browsers, and at the same time they start the Windows App and successfully log in with our specific Project's Entra ID credentials, no resources show up for them in the Windows App. Could this be caused by the default browser for these user accounts somehow holding on to the corporate Entra ID tenant credentials?

We have an enormous amount of difficulty with browsers when using multiple Entra ID tenants and I'm wondering if Windows App is somehow affected by this as well?

Windows for business | Windows Client for IT Pros | User experience | Remote desktop clients

3 answers

Sort by: Most helpful
  1. VPHAN 42,485 Reputation points Independent Advisor
    2026-01-24T09:44:01.1766667+00:00

    Hi JohnSebastian-3934,

    You are correct to be frustrated. The new Windows App relies on "Identity-First" auto-discovery which frequently fails in complex B2B multi-tenant scenarios where the manual "Subscribe with URL" feature was essential. Although the Classic Client is being deprecated, the hard End of Support date is not until March 2026, meaning you have over a year of safe, supported use. The new app fails here because it assumes your home identity will automatically advertise your guest links, a process that breaks easily under specific Conditional Access policies or tenant configurations. Since you confirmed the Classic Client works perfectly, the robust technical solution is to keep these specific users on the Remote Desktop (Classic) client (MSRDC). The new Windows App currently lacks the feature parity to handle your cross-tenant setup reliably without the manual "Add" options. If you are forced to use the new app, the only potential workaround is signing out completely and attempting to "Switch Organization" via the profile menu, though this is often inconsistent. For now, treat the Classic Client as the production-ready tool for this specific use case and delay migration until the new app matures.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP

    Was this answer helpful?


  2. VPHAN 42,485 Reputation points Independent Advisor
    2026-01-13T21:01:53.7266667+00:00

    Hi JohnSebastian-3934,

    We need to verify the Azure Virtual Desktop (AVD) resource linkage and then force the client to look at the correct feed.

    1. Verify Workspace Association (Most Common Cause): The Application Group must be explicitly registered to a Workspace for the resources to appear in the feed.

    • Navigate to the Azure Portal > Azure Virtual Desktop > Application Groups.

    Select the Application Group where the users are assigned.

    Look at the Workspace property in the Overview blade.

    If it reads "Not assigned," click Assignments or Workspace in the sidebar and register the Application Group to the target Workspace. Without this link, the feed returns an empty list, regardless of user permissions.

    2. Verify Group Assignment Level

    Go to Application Groups > Select the specific group (e.g., DAG-Project) > Assignments.

    Confirm the Entra ID Group containing those two users is listed here.

    Note on Nested Groups: If you are using nested groups (Group A inside Group B), ensure that Azure AD Connect or the Entra definition supports the nesting for the claim token. Direct user assignment is the best test to rule this out.

    3. Client-Side: Bypass Discovery Cache

    In the Windows App, do not use the standard "Subscribe" button (which relies on the user's primary identity or email domain discovery).

    Instead, select the ellipsis (...) or Add > Workspaces > Subscribe with URL.

    Enter the standard ARM feed URL: https://rdweb.wvd.microsoft.com/api/arm/feeddiscovery

    When prompted for credentials, ensure the users enter their Project Tenant credentials. This forces the client to query the feed directly against the authenticated token of the Project tenant, bypassing any default "Home" tenant assumptions the OS might have made.

    4. Clear WAM Cache (If persistence continues) If they still see nothing after the above steps, the Windows Account Manager might be holding a stale token.

    Close the Windows App.

    Delete the following folder: %LocalAppData%\Packages\Microsoft.RemoteDesktop_8wekyb3d8bbwe\LocalState (If using the Store app) or check %LocalAppData%\Microsoft\Remote Desktop for the classic client.

    Remove any stored credentials for the Project tenant from Credential Manager > Windows Credentials.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP

    Was this answer helpful?


  3. AI answer

    2026-01-13T18:25:16.4033333+00:00

    Yes, the issue you're experiencing with users not seeing resources in the Windows App could indeed be related to how the default browser is managing credentials for multiple Entra ID tenants. When users are logged into their corporate Entra ID tenant in their default browser, it may interfere with their ability to access resources in the specific project’s Entra ID tenant through the Windows App.

    Here are some steps you can take to troubleshoot this issue:

    1. Check User Assignments: Ensure that the users have been correctly assigned to the application groups in the project’s Entra ID tenant. You can confirm this by using the PowerShell cmdlet:
         Get-AzRoleAssignment -SignInName <userupn>  
      
    2. Browser Cache: Clear the browser cache or use an incognito/private browsing mode to prevent the browser from using cached credentials from the corporate Entra ID tenant.
    3. Correct Credentials: Make sure users are signing in with the correct credentials for the project’s Entra ID tenant when using the Windows App.
    4. Group Type: Verify that the user group in the project’s Entra ID tenant is a security group, as Azure Virtual Desktop does not support distribution groups.
    5. Reassign Users: If the users were recently moved from one tenant to another, you may need to reassign them to their application groups in the new tenant.

    By following these steps, you should be able to resolve the issue and ensure that the users can see their resources in the Windows App.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.