Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
- Request starting HTTP/2.0 GET https://localhost:44301/Home/Logout
- info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[1]
- Authorization was successful.
- info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
- Executing endpoint 'WebApplication4.Controllers.HomeController.Logout (WebApplication4)'
- info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
- Route matched with {action = "Logout", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Logout() on controller WebApplication4.Controllers.HomeController (WebApplication4).
- info: Microsoft.AspNetCore.Mvc.SignOutResult[1]
- Executing SignOutResult with authentication schemes (Cookies, oidc).
- info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[11]
- AuthenticationScheme: Cookies signed out.
- info: Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler[49]
- AuthenticationScheme: oidc signed out.
- info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
- Executed action WebApplication4.Controllers.HomeController.Logout (WebApplication4) in 1677.9601ms
- info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
- Executed endpoint 'WebApplication4.Controllers.HomeController.Logout (WebApplication4)'
- info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
- Request finished in 1753.4705000000001ms 302
- info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
- Request starting HTTP/2.0 GET https://localhost:44301/signout-callback-oidc
- info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
- Request finished in 18.0075ms 200
Add Comment
Please, Sign In to add comment