UseOpenIdConnectAuthentication - Unable to unprotect the message.State Error Message
问题 I am trying to add Google and Azure Active Directory authorities as OpenIdConnect options in my application. If i add each of them separately, it works fine. But if i add them both i get the following error message: Unable to unprotect the message.State These are the OpenIdConnectOptions configuration: //Google appBuilder.UseOpenIdConnectAuthentication(new OpenIdConnectOptions { ClientId = ".....apps.googleusercontent.com", Authority = $"https://accounts.google.com", ClientSecret =