skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
559 stars 194 forks source link

Exception: Correlation failed #177

Open albert0ly opened 12 months ago

albert0ly commented 12 months ago

An error after login. It occurs very strange. On one computer works OK with "incognito". On another doesn't work with any mode and with any browser.

Other applications use Duende IdentityServer for authentication. The problem is only with Duende.IdentityServer.Admin.

An unhandled exception occurred while processing the request.

Exception: Correlation failed.

Unknown location

Exception: An error was encountered while handling the remote login.

Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<TOptions>.HandleRequestAsync()

·      Stack 

·      Query 

·      Cookies 

·      Headers 

·      Routing

·        Exception: Correlation failed.

·         

Show raw exception details

System.Exception: Correlation failed.

·        Exception: An error was encountered while handling the remote login.

o   Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<TOptions>.HandleRequestAsync()

o   Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)

o   Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)

o   NWebsec.AspNetCore.Middleware.Middleware.CspMiddleware.Invoke(HttpContext context)

o   NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

o   NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

o   NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

o   NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

o   Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

·         

Show raw exception details

System.Exception: An error was encountered while handling the remote login.

---> System.Exception: Correlation failed.

   --- End of inner exception stack trace ---

   at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.HandleRequestAsync()

   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)

   at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)

   at NWebsec.AspNetCore.Middleware.Middleware.CspMiddleware.Invoke(HttpContext context)

   at NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

   at NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

   at NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

   at NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)

   at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

IMG-20231008-WA0001

albert0ly commented 11 months ago

Duende IdentityServer and Admin on different machines, hosted on IIS.