WIF- ID1014: The signature is not valid. The data may have been tampered with

前端 未结 4 1226
花落未央
花落未央 2021-02-08 22:40

I\'ve been using WIF to authenticate our new website, the STS is based upon the starter-sts implementation.

To enable this to work correctly on out load balanced environ

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-08 23:18

    The intermittent occurrence of your error, combined with the DPAPI exception showing up in your traces suggests to me that you aren't actually overriding the cookie transform, and your service is still using DPAPI.

    This might be a long shot, but in your code snippet I noticed your method override "onServiceConfigurationCreated" starts with a lower case o. Such a typo would indeed prevent you from properly overriding default WIF behavior.

提交回复
热议问题