Forum Discussion
Double authentication in web client
Christian_Montoya : Do you know what the plans are when it comes to supporting SSO in WVD?
Seems like there is official documentation now. If you are willing to roll out/leverage ADFS, you can set up SSO using this method -> https://docs.microsoft.com/en-us/azure/virtual-desktop/configure-adfs-sso
I was able to implement it with a test environment in Azure on a single subnet with dedicated VMs for ADCS, ADDS, ADFS and one workstation. VM images used were Windows Server 2022 and Windows 10 21H1. AVD was set up with one session host with Windows 11. I used the certificate method to configure the key vault for AVD. To set up the prerequisites, I followed the Hybrid AD Certificate Trust model for Windows Hello for Business (WHfB) found here -> https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-new-install . If you fully configure WHfB, you can reuse the enrollment certificate template to deploy the ADFS SSO certificate.
It took a bit of work to set it up so if you bump into issues, just reply to me and i'll try to help the best way i can.