WCF 和 AD LDS 以及基本身份验证
我不确定服务器上的 web.config 需要进行哪些更改。我有一个使用基本身份验证的 WCF 服务。目前它正在针对 Active Directory 进行工作。需要进行哪些更改才能针对 AD LDS 进行身份验证?
I'm not sure what changes are necessary in web.config on the server. I have a WCF service using basic authentication. Currently its working against Active Directory. What changes are necessary so it authenticates against AD LDS instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够仅更改 web.config 文件中的连接字符串以指向您的 AD LDS 实例而不是当前的 Active Directory 实例。它们都是 LDAP 服务器,因此其他一切都应该相同。
如果您发布您的 web.config 文件,我可以给您更详细的建议。
You should be able to just change your connection string in the web.config file to point at your AD LDS instance instead of the current Active Directory instance. They're both LDAP servers so everything else should be the same.
If you post your web.config file I can give you more detailed advice.