You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buongiorno,
riceviamo in produzione questo errore quando si tenta il logout:
System.Collections.Generic.KeyNotFoundException: The given key 'LogoutRequest' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at CIE.AspNetCore.Authentication.AuthenticationPropertiesExtensions.GetLogoutRequest(AuthenticationProperties properties)
at CIE.AspNetCore.Authentication.CieHandler.HandleRemoteSignOutAsync()
at IdentityServer4.Hosting.FederatedSignOut.AuthenticationRequestHandlerWrapper.HandleRequestAsync()
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at IdentityServer4.Hosting.BaseUrlMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.<Invoke>g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
Salve,
è probabile che il valore non sia più presente all'interno dei Cookie, probabilmente è una sessione rimasta aperta da troppo tempo, per cui i cookie ormai sono scaduti. Si verifica sistematicamente sul logout?
Purtroppo il problema avviene anche subito dopo aver effettuato il login. Si presente sempre e solo sul logout.
Anche SPID [tramite validator di test] ne è affetto seppur qualche volta da esito positivo.
Buongiorno,
riceviamo in produzione questo errore quando si tenta il logout:
Questa è la configurazione CIE:
The text was updated successfully, but these errors were encountered: