English 中文(简体)
利用WCF STS Boots Screen token in SharePoint 2010 (thinktecture identity services aspin and ActAs)
原标题:Using WCF STS Bootstrap token in SharePoint 2010 (thinktecture identity server as sts and ActAs)

任何人在使用习俗STS时,在2010年Shaw点使用boot子。 我在几个小时的时间里一直在努力解决这一问题。 每当我发布《区域会计准则》时,我就收到以下错误信息:

ID4257: X.509 certificate  CN=SharePoint Security Token Service, OU=SharePoint, O=Microsoft, C=US  validation failed by the token handler. 

我用“智障识别器”使用“2010年”号,作为我的STS,并试图把“世界文化基金”服务传给代表团。 我都这样做了,但我只得让代表团用trap子工作。

我猜测,“Sign Point”必须使boot被束缚住一些how! 任何帮助或点人?

问题回答

你们仍然能够利用自己的加密证明而不是分享STS。

这一例外由提出。 保安公司在试图验证boot被打脚的boot具时,发现标的证明无效(X509CertificateValidator)。

Certificate that will be present in the bootstrap token will be SharePoint Security Token Service

Two ways to solve the problem AFAIK

  1. Copy the public part of "SharePoint Security Token Service" certificate to the Cert:LocalMachineTrustedPeople in STS Machine. You can also write your own certificate validator.

  2. 生产机器没有很好的解决办法。 • 在网络上建立ValidationMode=“None”。

http://msdn.microsoft.com/en-us/library/hh598384%28v=vs.110%29.aspx

部分解决了这一问题,将“Sign Point STS”证书作为密码证书添加到各处。 还使用SP SecurityContext。 “安全隐形”似乎有助于使《法案》落成0,但我相信,我相信,所有工作都不是!





相关问题
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 ...