English 中文(简体)
Athenticateuser with accreditation to WCF service
原标题:Authenticate user with certificate to WCF service

我读过一篇关于向妇女地位服务局认证用户的文章。 如果我错的话,请更正。 根据我的理解,每个用户都需要一份认证证书。 在有多个客户的真正世界中,这样做是多么可行? 是否采用好选择?

最佳回答

是否每个用户都应当有自己的证书。 证书被用于加密和签署(非对称安全),也可用于认证。 认可也可以由另一个支持象征性的支持者提供,但这不能得到默认的《世界合作框架》约束的支持(你必须自己创建)。

为了支持这种设想,你通常需要你自己的证明机构,向客户发放证书。 无论是在公司网络中,计算机通常信任公司CA,还是可以将其用于中介,但公司证书必须由众所周知的、值得信赖的认证机构颁发(如VeriSign)。

It is of course feasible in some scenarios. For example banks using client certificates plus some supporting token for connection to internet banking (that is usually web application scenario and not services but it is good B2C example). It is also sometimes used for communication among business partners (E2E / B2B).

问题回答

暂无回答




相关问题
WCF DataMember Serializing questions

Ok, so I was part way through the long winded process of creating DTOs for sending my model over the wire and I don t feel like I m going down the right route. My issue is that most of the entities ...

Access WCF service on same server

I have a .NET website with a WCF service. How do I access the current operations context of my service? One possible work around is to just make a call to the service within the app...but that seems ...

WCF binding error

So I got into work early today and got the latest from source control. When I try to launch our ASP.NET application, I get this exception: "The binding at system.serviceModel/bindings/wsHttpBinding ...

The service operation requires a transaction to be flowed

I am facing strange issue with our WCF service. The same code was working fine until recently we added more OperationContracts(Web Methods). We have common 3 tier architecture. DAL (WCF) BLL Web ...

热门标签