Guest User

ASP.net Core Web Server output

a guest
Nov 17th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
  2. Request starting HTTP/2.0 GET https://localhost:44301/Home/Logout
  3. info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[1]
  4. Authorization was successful.
  5. info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
  6. Executing endpoint 'WebApplication4.Controllers.HomeController.Logout (WebApplication4)'
  7. info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
  8. Route matched with {action = "Logout", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Logout() on controller WebApplication4.Controllers.HomeController (WebApplication4).
  9. info: Microsoft.AspNetCore.Mvc.SignOutResult[1]
  10. Executing SignOutResult with authentication schemes (Cookies, oidc).
  11. info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[11]
  12. AuthenticationScheme: Cookies signed out.
  13. info: Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler[49]
  14. AuthenticationScheme: oidc signed out.
  15. info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
  16. Executed action WebApplication4.Controllers.HomeController.Logout (WebApplication4) in 1677.9601ms
  17. info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
  18. Executed endpoint 'WebApplication4.Controllers.HomeController.Logout (WebApplication4)'
  19. info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
  20. Request finished in 1753.4705000000001ms 302
  21. info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
  22. Request starting HTTP/2.0 GET https://localhost:44301/signout-callback-oidc
  23. info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
  24. Request finished in 18.0075ms 200
Add Comment
Please, Sign In to add comment