ASP.NET Core Auth0 - 无法取消保护 message.State
ASP.NET Core Auth0 - Unable to unprotect the message.State
我们为一个站点启用了 Auth0,它已经运行了很长一段时间。
当我进入该站点并被重定向到 Auth0 以输入我的凭据(并按登录)时,我突然看到一个屏幕,其中显示以下消息。
An unhandled exception occurred while processing the request.
Exception: Unable to unprotect the message.State.
MoveNext AggregateException: Unhandled remote failure.
MoveNext
如果我在 url 末尾使用 /signin-auth0
重复刷新我的网站,则会显示相同的错误屏幕。
现在,当我从头开始(即进入我的站点)重复所有步骤时,它突然起作用了。这个错误究竟是什么?
This was resolved by the Auth0 team 作为 Auth0 为社交登录传输 state
参数的错误,特别是 Google。事情应该再次正常工作。
我们为一个站点启用了 Auth0,它已经运行了很长一段时间。
当我进入该站点并被重定向到 Auth0 以输入我的凭据(并按登录)时,我突然看到一个屏幕,其中显示以下消息。
An unhandled exception occurred while processing the request. Exception: Unable to unprotect the message.State.
MoveNext AggregateException: Unhandled remote failure.
MoveNext
如果我在 url 末尾使用 /signin-auth0
重复刷新我的网站,则会显示相同的错误屏幕。
现在,当我从头开始(即进入我的站点)重复所有步骤时,它突然起作用了。这个错误究竟是什么?
This was resolved by the Auth0 team 作为 Auth0 为社交登录传输 state
参数的错误,特别是 Google。事情应该再次正常工作。