Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. dbug: IdentityServer4.Hosting.CookieMiddlewareExtensions[0]
  2. AuthenticationScheme is missing; configuring CookieAuthentication middleware
  3.  
  4. info: Microsoft.Extensions.DependencyInjection.DataProtectionServices[0]
  5. User profile is available. Using '..LocalASP.NETDataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
  6.  
  7. dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[3]
  8. Hosting starting
  9.  
  10. dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[4]
  11. Hosting started
  12.  
  13. Hosting environment: Development
  14. Content root path: "//LocalPath..."
  15. Now listening on: http://localhost:5000
  16.  
  17. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  18. Request starting HTTP/1.1 GET http://localhost:5001/identity
  19.  
  20. info: IdentityServer4.AccessTokenValidation.Infrastructure.NopAuthenticationMiddleware[7]
  21. Bearer was not authenticated. Failure message: No token found.
  22.  
  23. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  24. Executing action method ApiServices.IdentityController.Get (ApiServices) with arguments () - ModelState is Valid
  25.  
  26. info: Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.JsonResultExecutor[1]
  27. Executing JsonResult, writing value System.Linq.Enumerable+SelectEnumerableIterator`2[System.Security.Claims.Claim,<>f__AnonymousType0`2[System.String,System.String]].
  28.  
  29. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  30. Executed action ApiServices.IdentityController.Get (ApiServices) in 1.5594ms
  31.  
  32. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  33. Request finished in 7.7372ms 200 application/json; charset=utf-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement