Jim Aho
Jim Aho

Reputation: 11887

ASP.NET Core Auth0 - Unable to unprotect the message.State

We have Auth0 enabled for a site and it has been working well for quite some time.

All of a sudden when I enter the site and get redirected to Auth0 to enter my crendentials (and press login), I get faced with a screen with the following message.

An unhandled exception occurred while processing the request. Exception: Unable to unprotect the message.State.

MoveNext AggregateException: Unhandled remote failure.

MoveNext

If I repeatedly refresh my site with /signin-auth0 at the end of the url the same error screen is shown.

Now when I repeated all steps from start (meaning entering my site) it all of a sudden work. What's this error anyway?

Upvotes: 0

Views: 2397

Answers (1)

John Hoerr
John Hoerr

Reputation: 8025

This was resolved by the Auth0 team as a bug in Auth0's transmission of the state parameter for social logins, notably Google. Things should be working normally again.

Upvotes: 2

Related Questions