简体   繁体   English

具有Windows身份验证的WCF服务已移至Azure

[英]WCF service with Windows Authentication moved to Azure

I have a WCF service using wsHttpBinding and Windows Authentication hosted in an intranet environment. 我在Intranet环境中托管了使用wsHttpBinding和Windows身份验证的WCF服务。 Currently I am trying to host that service into Azure VM. 目前,我正在尝试将该服务托管到Azure VM中。 Service is not able to authenticate as it is outside local domain. 由于服务不在本地域内,因此无法进行身份验证。 Please let me know the steps or rather the configuration, I would need for achieving Windows Authentication. 请让我知道实现Windows身份验证所需的步骤或配置。 IIS configuration WCF web.config configuration etc. IIS配置WCF web.config配置等

There is a wealth of information at http://azure.microsoft.com/en-us/documentation/services/active-directory/ http://azure.microsoft.com/zh-cn/documentation/services/active-directory/上有很多信息

If you want to using your domain login's. 如果要使用您的域登录名。 There are a few approaches to doing this depending on your requirements and this documentation is very good in guiding you to the right solution. 根据您的要求,有几种方法可以执行此操作,本文档非常有助于指导您找到正确的解决方案。

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

相关问题 WCF服务,Windows身份验证 - WCF Service, Windows Authentication 在Windows Azure上部署WCF服务 - Deploying WCF Service on Windows Azure 在Windows Azure上测试WCF服务 - Testing WCF service on Windows Azure WCF Rest服务通过浏览器进行Windows身份验证 - WCF Rest service Windows authentication via Browser 使用 Windows 服务上托管的 WCF 对 ADFS 进行身份验证 - Authentication against ADFS with WCF hosted on Windows service 从Windows服务中调用Forms身份验证站点中托管的WCF服务 - Calling WCF service hosted in Forms Authentication site from a Windows Service Windows Phone的Azure移动服务的身份验证问题 - Authentication issues with Azure Mobile Service for Windows Phone 在Webrole上的Azure WCF服务上基于x509证书的身份验证 - x509 certificate based authentication on Azure WCF service on webrole 从IIS到WCF服务的IIS中的匿名身份验证在Windows身份验证的网站中进行路由 - Anonymous Authentication in IIS to WCF service routes in an otherwise windows authenicated website 具有Windows身份验证的WCF服务将引发异常“未定义用户名”,即使已定义 - WCF service with Windows authentication throws exception “Username not defined” even if it is defined
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM