简体   繁体   English

如何使用Active Directory发现服务?

[英]How to discover services using Active Directory?

I would like to add server discovery to a .Net application. 我想将服务器发现添加到.Net应用程序。 This is so that I can change the servers available for the client to talk to, without rolling out new versions of the application itself. 这样一来,我可以更改可供客户端使用的服务器,而无需推出应用程序本身的新版本。

I work for a large organisation, and different departments may want to expose their own services. 我为一个大型组织工作,不同的部门可能希望公开自己的服务。 AD seems ideal for this from an organisational point of view. 从组织的角度来看,AD似乎是理想的选择。

Whereabouts in AD should I store this sort of thing? 我应该在AD行踪中存储这种东西吗? Is there a standard protocol for doing this? 是否有执行此操作的标准协议? It's not something I've done before. 这不是我以前做过的。

Usually you would use service connection points for this. 通常,您将为此使用服务连接点。 Here's a couple links to get you started: 这里有几个链接可以帮助您入门:

暂无
暂无

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

相关问题 在.Net应用程序中使用Active Directory Web服务 - Using Active Directory Web Services in .Net application 如何在Active Directory中获取用户名并在Windows Services中使用它? - How to get a username in Active Directory and use it in Windows Services? Azure移动服务Active Directory登录未授权 - Azure Mobile Services Active Directory Login unauthorized 使用Active Directory联合身份验证服务更改通知 - change notification with Active Directory Federation Services 在我的.NET(C#)应用程序上使用Active Directory联合身份验证服务的SSO - SSO using Active Directory Federation Services on my .NET (C#) Application 与自定义滚动身份验证和访问方案相比,使用 Active Directory 轻量级目录服务(又名 ADAM)有哪些优势? - What are the advantages of using Active Directory Lightweight Directory Services (a.k.a. ADAM) over a custom-rolled authentication & access scheme? 如何根据Active Directory联合身份验证服务(ADFS)验证用户名和密码? - How to authenticate user name and password against Active Directory Federation Services (ADFS)? 如何使用实体框架存储Active Directory用户GUID? - How to store Active Directory user GUID using Entity Framework? 如何使用.net中的nativeguid在Active Directory中找到用户? - How do I find a user in Active Directory using their nativeguid in .net? 如何使用OKTA重新配置和验证用户的活动目录? - How to configure and authenticate users again active directory using OKTA?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM