Guest User

Untitled

a guest
May 7th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
  2. Request starting HTTP/1.1 GET http://localhost:61846/connect/authorize?response_type=code&state=&client_id=CleanArchitecture.WebUI&scope=openid%20profile&redirect_uri=http%3A%2F%2Flocalhost%3A61846%2Fauthentication%2Flogin-callback&code_challenge=xy66pXC28jjD15GELDBF102uT8tRYbeK18CPnB2Gbkw&code_challenge_method=S256
  3. dbug: IdentityServer4.Hosting.EndpointRouter[0]
  4. Request path /connect/authorize matched to endpoint type Authorize
  5. dbug: IdentityServer4.Hosting.EndpointRouter[0]
  6. Endpoint enabled: Authorize, successfully created handler: IdentityServer4.Endpoints.AuthorizeEndpoint
  7. info: IdentityServer4.Hosting.IdentityServerMiddleware[0]
  8. Invoking IdentityServer endpoint: IdentityServer4.Endpoints.AuthorizeEndpoint for /connect/authorize
  9. dbug: IdentityServer4.Endpoints.AuthorizeEndpoint[0]
  10. Start authorize request
  11. dbug: IdentityServer4.Endpoints.AuthorizeEndpoint[0]
  12. No user present in authorize request
  13. dbug: IdentityServer4.Validation.AuthorizeRequestValidator[0]
  14. Start authorize request protocol validation
  15. dbug: IdentityServer4.Stores.ValidatingClientStore[0]
  16. client configuration validation for client CleanArchitecture.WebUI succeeded.
  17. dbug: IdentityServer4.Validation.AuthorizeRequestValidator[0]
  18. Checking for PKCE parameters
  19. dbug: IdentityServer4.Validation.AuthorizeRequestValidator[0]
  20. Calling into custom validator: IdentityServer4.Validation.DefaultCustomAuthorizeRequestValidator
  21. dbug: IdentityServer4.Endpoints.AuthorizeEndpoint[0]
  22. ValidatedAuthorizeRequest
  23. {
  24. "ClientId": "CleanArchitecture.WebUI",
  25. "ClientName": "CleanArchitecture.WebUI",
  26. "RedirectUri": "http://localhost:61846/authentication/login-callback",
  27. "AllowedRedirectUris": [
  28. "/authentication/login-callback"
  29. ],
  30. "SubjectId": "anonymous",
  31. "ResponseType": "code",
  32. "ResponseMode": "query",
  33. "GrantType": "authorization_code",
  34. "RequestedScopes": "openid profile",
  35. "Raw": {
  36. "response_type": "code",
  37. "state": "",
  38. "client_id": "CleanArchitecture.WebUI",
  39. "scope": "openid profile",
  40. "redirect_uri": "http://localhost:61846/authentication/login-callback",
  41. "code_challenge": "xy66pXC28jjD15GELDBF102uT8tRYbeK18CPnB2Gbkw",
  42. "code_challenge_method": "S256"
  43. }
  44. }
  45. info: IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator[0]
  46. Showing login: User is not authenticated
  47. info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
  48. Request finished in 38.4339ms 302
  49. info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
  50. Request starting HTTP/1.1 GET http://localhost:61846/Identity/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_type%3Dcode%26state%26client_id%3DCleanArchitecture.WebUI%26scope%3Dopenid%2520profile%26redirect_uri%3Dhttp%253A%252F%252Flocalhost%253A61846%252Fauthentication%252Flogin-callback%26code_challenge%3Dxy66pXC28jjD15GELDBF102uT8tRYbeK18CPnB2Gbkw%26code_challenge_method%3DS256
  51. info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
  52. Executing endpoint '/Account/Login'
  53. info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
  54. Route matched with {page = "/Account/Login", area = "Identity", action = "", controller = ""}. Executing page /Account/Login
  55. info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
  56. Executing handler method Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Internal.LoginModel.OnGetAsync - ModelState is Valid
  57. info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[11]
  58. AuthenticationScheme: Identity.External signed out.
  59. info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
  60. Executed handler method OnGetAsync, returned result .
  61. info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
  62. Executing an implicit handler method - ModelState is Valid
  63. info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
  64. Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
  65. info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
  66. Executed page /Account/Login in 22.465ms
  67. info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
  68. Executed endpoint '/Account/Login'
  69. info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
  70. Request finished in 39.5649ms 200 text/html; charset=utf-8
Add Comment
Please, Sign In to add comment