Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
- 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
- dbug: IdentityServer4.Hosting.EndpointRouter[0]
- Request path /connect/authorize matched to endpoint type Authorize
- dbug: IdentityServer4.Hosting.EndpointRouter[0]
- Endpoint enabled: Authorize, successfully created handler: IdentityServer4.Endpoints.AuthorizeEndpoint
- info: IdentityServer4.Hosting.IdentityServerMiddleware[0]
- Invoking IdentityServer endpoint: IdentityServer4.Endpoints.AuthorizeEndpoint for /connect/authorize
- dbug: IdentityServer4.Endpoints.AuthorizeEndpoint[0]
- Start authorize request
- dbug: IdentityServer4.Endpoints.AuthorizeEndpoint[0]
- No user present in authorize request
- dbug: IdentityServer4.Validation.AuthorizeRequestValidator[0]
- Start authorize request protocol validation
- dbug: IdentityServer4.Stores.ValidatingClientStore[0]
- client configuration validation for client CleanArchitecture.WebUI succeeded.
- dbug: IdentityServer4.Validation.AuthorizeRequestValidator[0]
- Checking for PKCE parameters
- dbug: IdentityServer4.Validation.AuthorizeRequestValidator[0]
- Calling into custom validator: IdentityServer4.Validation.DefaultCustomAuthorizeRequestValidator
- dbug: IdentityServer4.Endpoints.AuthorizeEndpoint[0]
- ValidatedAuthorizeRequest
- {
- "ClientId": "CleanArchitecture.WebUI",
- "ClientName": "CleanArchitecture.WebUI",
- "RedirectUri": "http://localhost:61846/authentication/login-callback",
- "AllowedRedirectUris": [
- "/authentication/login-callback"
- ],
- "SubjectId": "anonymous",
- "ResponseType": "code",
- "ResponseMode": "query",
- "GrantType": "authorization_code",
- "RequestedScopes": "openid profile",
- "Raw": {
- "response_type": "code",
- "state": "",
- "client_id": "CleanArchitecture.WebUI",
- "scope": "openid profile",
- "redirect_uri": "http://localhost:61846/authentication/login-callback",
- "code_challenge": "xy66pXC28jjD15GELDBF102uT8tRYbeK18CPnB2Gbkw",
- "code_challenge_method": "S256"
- }
- }
- info: IdentityServer4.ResponseHandling.AuthorizeInteractionResponseGenerator[0]
- Showing login: User is not authenticated
- info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
- Request finished in 38.4339ms 302
- info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
- 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
- info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
- Executing endpoint '/Account/Login'
- info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[3]
- Route matched with {page = "/Account/Login", area = "Identity", action = "", controller = ""}. Executing page /Account/Login
- info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[101]
- Executing handler method Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Internal.LoginModel.OnGetAsync - ModelState is Valid
- info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[11]
- AuthenticationScheme: Identity.External signed out.
- info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[102]
- Executed handler method OnGetAsync, returned result .
- info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[103]
- Executing an implicit handler method - ModelState is Valid
- info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[104]
- Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
- info: Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker[4]
- Executed page /Account/Login in 22.465ms
- info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
- Executed endpoint '/Account/Login'
- info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
- Request finished in 39.5649ms 200 text/html; charset=utf-8
Add Comment
Please, Sign In to add comment