Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.NET Core 2.0中Linux Docker容器中的Active Directory身份验证_Docker_Active Directory_Visual Studio 2017_Asp.net Core 2.0_Windows Authentication - Fatal编程技术网

.NET Core 2.0中Linux Docker容器中的Active Directory身份验证

.NET Core 2.0中Linux Docker容器中的Active Directory身份验证,docker,active-directory,visual-studio-2017,asp.net-core-2.0,windows-authentication,Docker,Active Directory,Visual Studio 2017,Asp.net Core 2.0,Windows Authentication,我正在尝试使用Active Directory对Linux Docker容器中托管的.NET Core 2.0 Web API中的用户进行身份验证。在Visual Studio 2017中,当我在Docker之外运行应用程序时,我可以使用System.DirectoryServices(通过Microsoft.Windows.Compatibility)执行此操作,但在Linux Docker容器中运行时,不支持此操作 如何在Linux容器中实现AD身份验证 我的系统: -Windows10Pr

我正在尝试使用Active Directory对Linux Docker容器中托管的.NET Core 2.0 Web API中的用户进行身份验证。在Visual Studio 2017中,当我在Docker之外运行应用程序时,我可以使用System.DirectoryServices(通过Microsoft.Windows.Compatibility)执行此操作,但在Linux Docker容器中运行时,不支持此操作

如何在Linux容器中实现AD身份验证

我的系统: -Windows10Pro -Visual Studio 2017(15.8.2) -.NET核心2.0

谢谢


凯文

你找到解决办法了吗?我也有同样的问题