Forum Discussion

Michael Hines's avatar
Michael Hines
Copper Contributor
May 03, 2021
Solved

User in Child Domain gets Connection Denied when connecting to WVD Session Host

Feeling like I'm missing something really obvious here, but the error is too generic to find the result I need.   Most of our WVD users are in our primary/parent domain. We have two users in a chil...
  • Stefan Georgiev's avatar
    May 03, 2021
    You are spot on. Let me give you some context.

    1) we automatically add users to the RD user group on the host machine
    2) this happens during orchestration (orchestration = establish connection)
    3) when user connects there are two sets of authentication
    - one for Azure ad (to get the feed)
    - second to the AD DS (session host permissions)
    4) in the case the Azure AD works fine, the AD DS does not work because when we ask the DC for those users we do not get "correct" resoponse

    Few assumptions
    1) I am assuming that the child domain users are synched to Azure AD
    2) Does the DNS support the look up of the child domains
    3) VMs are joined to the parent domain (work around maybe to create a host pool where VM is joined to the child domain)


Resources