Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Digest verification failed for Reference

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.

like image 333
Brandon.Staley Avatar asked Jul 30 '26 03:07

Brandon.Staley


1 Answers

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.

like image 83
Brandon.Staley Avatar answered Aug 01 '26 16:08

Brandon.Staley