Digest verification failed for Reference

半世苍凉 提交于 2019-12-30 12:04:44

问题


I have implementation of a custom STS. After being authenticated and redirected but before the page was loaded I would receive this error:

[CryptographicException: Digest verification failed for Reference '#_8e0aea1a-713d-4536-8fac-a768073395e9'.]

The reference number would change every time I tried.


回答1:


I eventually found out that the claims, I had loaded from the database, had carriage return line feeds. Once I replaced those I had no more issues.



来源:https://stackoverflow.com/questions/19013666/digest-verification-failed-for-reference

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!