外部APP无法向Azure LDAPS进行身份验证

问题描述:

大家好.

我在Azure Active Directory Services上使用LDAPS对外部APP(JFrog Artifactory)进行身份验证时遇到问题.

I have an issue with authenticating External APP (JFrog Artifactory) with an LDAPS on Azure Active Directory Services.

我已经成功创建了自签名证书,启用了域服务,启用了LDAP,启用了LDAPS over 互联网并配置入站规则.

I have successfully created self-signed certificate, enabled domain services, enabled LDAP, enabled LDAPS over  the internet and also configure the inbound rules.

当我尝试从端口636上的外部主机进行telnet时,消息已成功连接.

When I try to telnet from external host on port 636 I get the message successfully connected.

问题是当我尝试为Jfrog Artifactory配置LDAP时,我不知道我的Manager DN用户名和密码是什么?

Problem is when I try to configure LDAP for the Jfrog Artifactory, I don't know what is my Manager DN username and password? 

我的OU是Azure AADDC管理员吗?

Is my OU on Azure AADDC Administrators or something else?

azure Active Directory上的域管理员是什么?

What is the domain admin on azure Active Directory? 

当我尝试测试与ldap的连接时,出现以下错误:

When I try to test connection to ldaps I get the following error:

连接到LDAP服务器时出错:
org.springframework.security.authentication.AuthenticationServiceException:用户我的username@domain.com"认证失败

Error connecting to the LDAP server: 
org.springframework.security.authentication.AuthenticationServiceException: User "my username@domain.com" failed to authenticate

使用此用户我的用户名@ domain.com"我已启用域服务并配置了ldpas.

With this user "my username@domain.com" I have enabled domain services and configured the ldpas.

该用户还是Global Admin组的成员,并且是AADDC Administrators组的成员.

This user is also member of the group Global Admin and in the group AADDC Administrators.

有人经历过类似的事情吗?

Did anyone experience something like this?


您确定搜索过滤器正确吗?如果您正在使用您的主要电子邮件地址进行身份验证,则搜索过滤器应为"mail = {0}"
Are you certain that the search filters are correct? If you are authenticating with your primary email address, the search filter should be "mail={0}"