Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. System.Security.Cryptography.CryptographicException: The key {...} was not found in the key ring.
  2. at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(Byte[] protectedData, Boolean allowOperationsOnRevokedKeys, UnprotectStatus& status)
  3. at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.DangerousUnprotect(Byte[] protectedData, Boolean ignoreRevocationErrors, Boolean& requiresMigration, Boolean& wasRevoked)
  4. at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Unprotect(Byte[] protectedData)
  5. at Microsoft.AspNetCore.Session.CookieProtection.Unprotect(IDataProtector protector, String protectedText, ILogger logger)
  6. warn: Microsoft.AspNetCore.Session.SessionMiddleware[7]
  7. Error unprotecting the session cookie.
  8.  
  9. System.Exception: An error was encountered while handling the remote login. ---> System.Exception: Correlation failed.
  10. --- End of inner exception stack trace ---
  11. at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.HandleRequestAsync()
  12. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  13. at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
  14. at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
  15. at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
  16. at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.Invoke(HttpContext context)
  17. warn: Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler[15]
  18. '.AspNetCore.Correlation.OpenIdConnect.{SomeWeirdString}' cookie not found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement