Hello all, i was using another thread to report this issue, but since it has been marked as answered by the OP i decided to create a new thread, makes sense.
So i am experiencing this “Correlation failed.” intermittently, but most of the time i just get looped back to the login screen again.
Debuging my App’s code, i see that the login process is completed while the C# events are firing up, i can capture the authentication, but for some reason, it just bounces back to the login screen.
When it bounces back, it calls Authorize again in Auth0, and i have recorded the HAR file for that request here.
https://drive.google.com/open?id=1eMc_WWclA3i_PviVaL3Ld2PYD33jIzyh
It’s 900kb so i had to google drive it :-\
A curious information tho, when i switch on / off the Hosted Page customization, the login completes successfully ONLY ONCE tho.
I am thinking this is some kind of handshake mismatch or some sort of cache, i don’t know.
I tried so many things in my end and to no avail.
My C# code looks like the coding from Auth0 guides, so i am really at odds with this issue.
Thing is, it was working great for the first time i implemented this, then next day, this started happening and i never could fix it.
I used JWT and OpenID approaches and both gives the same error, i am now using OpenID tho.
Can anyone please give me a hand i spent so many many hours on this and i almost giving up Auth0 over this :-\
Thank you!