English 中文(简体)
多种电传器的电传用户
原标题:Impersonate user in WCF from multiple callers

使用WCF服务确保每个申请都必须提供用户名称/密码。 我需要从许多客户那里获得同样的服务,但我需要响应为每个客户提供适当资源的呼吁。 当我直接从客户那里打电话时,不存在问题,因为我对每个客户都使用在其网站上界定的“用户Name/Pasword”。 问题在于,我需要把第二台网络服务从电话拨到使用同一身份的第一台。 第二个网络服务要求用户Name/Pasword,但我只知道谁是打电话者(UserName),而不是密码。

我如何在不了解相应用户名的密码的情况下来形容第二点?

www.un.org/Depts/DGACM/index_spanish.htm 该表(Web App and Services)正在一个共用的东道环境中运行,在这种环境中,我可以将Windows Authentication用于召集代表团。 我已定义了用户NameValidator,以每个电话处理用户Name/Password对照一个定制Server数据库。 此外,这一器具的预定客户将使用因特网,而不需要一个窗户账户,即因为我需要一个更加灵活、基于面貌、认证表。

问题回答

您是否研究了申报性安全选择? Juval Lowy的文章也包含一个互联网应用情景。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签