WIF STS ID3242: The security token could not be authenticated or authorized

后端 未结 2 1878
不思量自难忘°
不思量自难忘° 2021-01-25 02:41

I\'m getting the following error in my client application when it tries to authenticate to my service:

ID3242: The security token could not be authenticat

2条回答
  •  滥情空心
    2021-01-25 03:43

    In a similar situation, this forum post by Dominick Baier suggests that the web service rejects the token, so tracing at the STS would not show any problem.

    He suggests to check this web service's section in its web.config, and to switch on the Microsoft.IdentityModel trace source in that same file.

提交回复
热议问题