问题
How to connect from windows docker container to 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.
回答1:
You need to configure gMSA (group managed service account) for that. Please follow the below guides in sequence:
- Create gMSAs for Windows containers
- Configure your app to use a gMSA
- Run a container with a gMSA
- Orchestrate containers with a gMSA
来源:https://stackoverflow.com/questions/63575360/active-directory-docker-windows-authentication-mode