我在这里遵循这个指南
http://msdn.microsoft.com/en-us/library/azure/dn151790.aspx
在
部分The tool lists various authority types you can use to outsource authentication. In our specific case, we are interested in using a Business Identity Provider: click on the corresponding entry, second option from the top.
它要求我输入STS元数据文档的路径,我收到以下错误
warning the security token service signing certificate validation failed ID1118
以前有人这样做过吗?这里发生了什么?如果您需要更多信息我知道,请告诉我
答案 0 :(得分:1)
此版本的身份和访问工具会对元数据中找到的每个签名证书执行“ChainTrust”验证。如果任何证书未通过验证,则会弹出此警告。当频道必须显示私钥的证明时,通过https检索元数据,您应该没问题。我会检查元数据,看它看起来是否正确。