添加 STS 引用给出错误:“安全令牌服务描述符不包含任何密钥描述符”
添加 STS 引用时,我输入了 Windows azure 联邦元数据 URL,它在标题中给出了错误。如果我创建一个新的命名空间,它就可以工作,但是在当前命名空间上配置了很多东西,所以我无法删除它。
When adding an STS reference, I input the my windows azure federation metadata URL and it gives me the error in the title. It works if I create a new namespace, but a lot of stuff is configured on the current namespace, so I can't delete it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,对于任何遇到此错误的人来说,这是一个简单的修复。
您需要将 X.509 证书配置为 ACS 命名空间中的主证书。
为此,您需要进入 acs 配置、证书和密钥,然后通过将 .pfx 文件上传到服务器并输入密码来添加 X.509。
您可能还需要一个也设置为主密钥的对称密钥,具体取决于您的配置。
So for anyone that would get this error, it's a simple fix.
You need a X.509 certificate configured as primary in your ACS namespace.
To do this you go under your acs configurations, in certificates and keys then you add a X.509 by uploading a .pfx file to the server and entering the password.
You might also need a symmetric key also set as primary depending on your configuration.