Advertisement
Guest User

Debug output

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