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:
- 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> - 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.
- Correct Credentials: Make sure users are signing in with the correct credentials for the project’s Entra ID tenant when using the Windows App.
- 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.
- 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.