I would like to use Windows authentication to access an ASP.NET application hosted in a Windows container (in Windows Server 2016 TP4). For this, I assume that I need to add a container to the Active Directory domain. Can I add a Windows Container (or Hyper-V Container) to a domain? This is not clear documentation from Microsoft, and I myself tried to add the container to the domain using PowerShell, but no luck.
If the domain connecting the container is not supported, is there an alternative way to enable Windows authentication in a web application hosted in a Windows or Hyper-V container?
Any input is appreciated.
source share