简体   繁体   English

Active Directory Docker - Windows 身份验证模式

[英]Active Directory Docker - Windows Authentication Mode

How to connect from windows docker container to Azure Active Directory?如何从 windows docker 容器连接到 Azure Active Directory? My problem: I have to connect to Database (in some server) which take only access as a Windows Authentication Mode but my container is not in domain.我的问题:我必须连接到数据库(在某些服务器中),该数据库仅以 Windows 身份验证模式进行访问,但我的容器不在域中。

You need to configure gMSA (group managed service account) for that.您需要为此配置 gMSA(组管理服务帐户)。 Please follow the below guides in sequence:请按顺序遵循以下指南:

  1. Create gMSAs for Windows containers 为 Windows 容器创建 gMSA
  2. Configure your app to use a gMSA 将您的应用配置为使用 gMSA
  3. Run a container with a gMSA 使用 gMSA 运行容器
  4. Orchestrate containers with a gMSA 使用 gMSA 编排容器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Active Directory组进行Windows身份验证 - Windows Authentication with Active Directory Groups Windows身份验证,自定义权限,WCF,Active Directory - Windows Authentication, Custom permissions, WCF, Active Directory .net 核心 5 Windows 身份验证和 Active Directory 资源 - .net core 5 Windows Authentication and Active Directory resources Windows Universal App的Active Directory身份验证库 - Active Directory Authentication Library with Windows Universal App .NET OWIN身份验证 - Cookie + Windows(活动目录) - .NET OWIN Authentication - Cookie + Windows (active directory) 如何挑战Windows Azure Active Directory身份验证? - How to challenge Windows Azure Active Directory authentication? 动态CRM“CrmServiceClient”无法使用Active Directory身份验证模式进行连接 - Dynamic CRM “CrmServiceClient” unable to connect using Active Directory Authentication Mode Active Directory中的用户身份验证-Windows Server 2012 R2 - User Authentication in Active Directory - Windows Server 2012 R2 根据我的要求,有关表单/Windows/活动目录身份验证的术语帮助 - Terminology help with forms/windows/active directory authentication based on my requirements 使用 Active Directory 和 Windows 身份验证在 Blazor 服务器中提供自定义角色 - Using Active Directory and Windows Authentication to give custom roles in Blazor Server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM