简体   繁体   English

Azure ACS:获取ACS令牌时出现ACS50000错误

[英]Azure ACS : ACS50000 error on getting ACS token

I am using my custom STS as IDP with Azure ACS with a WCF service as RP. 我将自定义STS与Azure ACS一起用作IDP,并将WCF服务用作RP。

I am getting the following error while getting the ACS token- 获取ACS令牌时出现以下错误-

ACS10002: An error occurred while processing the SOAP body. ACS10002:处理SOAP正文时发生错误。 ACS50000: There was an error issuing a token. ACS50000:发行令牌时出错。 Trace ID: 810078c0-d799-4652-9152-cff0b730d4bd Timestamp: 2013-10-19 14:18:29Z 跟踪ID:810078c0-d799-4652-9152-cff0b730d4bd时间戳记:2013-10-19 14:18:29Z

The error is not giving me a clue as to what is happening actually. 错误并没有给我提供有关实际情况的线索。 Is there a way to ask the MS support to use the trace id to get the error details. 有没有一种方法可以要求MS支持使用跟踪ID来获取错误详细信息。

Yes. 是。 If you have a support plan you can provide the trace ID you see along with your subscription and ACS namespace and they should be able to look up the issue. 如果您有支持计划 ,则可以提供您看到的跟踪ID以及订阅和ACS名称空间,他们应该可以查找问题。

Before you try support however, make sure you explore the exception for more than just the Message property. 但是,在尝试获得支持之前,请确保您探索的异常不仅仅是Message属性。 Usually there is a lot more information buried within the exception in the details or inner exception. 通常,在详细信息或内部异常中,有更多的信息隐藏在异常中。

Here is a link to the ACS Error Codes on MSDN. 这是MSDN上ACS错误代码的链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM