Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. [13:22:40 Debug] Duende.IdentityServer.Endpoints.AuthorizeEndpoint
  2. ValidatedAuthorizeRequest
  3. {"ClientId": "dev", "ClientName": "Local Web", "RedirectUri": "https://localhost:5137/authentication/login-callback", "AllowedRedirectUris": ["https://localhost:5137/authentication/login-callback", "https://localhost:5137/connect/authorize", "https://localhost:5137/signin-oidc"], "SubjectId": "e8502d9d-e210-4ea1-9075-043334b6c88c", "ResponseType": "code", "ResponseMode": "query", "GrantType": "authorization_code", "RequestedScopes": "openid profile verification", "State": "https://localhost:5137/create", "UiLocales": null, "Nonce": null, "AuthenticationContextReferenceClasses": null, "DisplayMode": null, "PromptMode": "", "MaxAge": null, "LoginHint": null, "SessionId": "5AC2D7A91915103D14C0D3E54F286AFA", "Raw": {"client_id": "dev", "response_type": "code", "scope": "openid profile verification", "redirect_uri": "https://localhost:5137/authentication/login-callback", "state": "https://localhost:5137/create", "code_challenge": "AwVqdeuNjqIUgLH6Q0p9N2I_LciKUZcIs9-lPXXkNOY", "code_challenge_method": "S256"}, "$type": "AuthorizeRequestValidationLog"}
  4.  
  5. [13:22:40 Debug] Duende.IdentityServer.Services.DefaultConsentService
  6. Client is configured to not require consent, no consent is required
  7.  
  8. [13:22:40 Debug] Duende.IdentityServer.ResponseHandling.AuthorizeResponseGenerator
  9. Creating Authorization Code Flow response.
  10.  
  11. [13:22:40 Debug] Duende.IdentityServer.EntityFramework.Stores.PersistedGrantStore
  12. 648859B41A716D91143815C7F7CF8F8010B09C3CB66AEF275C9B5B7684EC7C74 not found in database
  13.  
  14. [13:22:40 Information] Duende.IdentityServer.Events.DefaultEventService
  15. {"ClientId": "dev", "ClientName": "Local Web", "RedirectUri": "https://localhost:5137/authentication/login-callback", "Endpoint": "Authorize", "SubjectId": "e8502d9d-e210-4ea1-9075-043334b6c88c", "Scopes": "openid profile verification", "GrantType": "authorization_code", "Tokens": [{"TokenType": "code", "TokenValue": "****8C-1", "$type": "Token"}], "Category": "Token", "Name": "Token Issued Success", "EventType": "Success", "Id": 2000, "Message": null, "ActivityId": "0HMUSATDTHIPB:00000001", "TimeStamp": "2023-11-03T12:22:40.7894878Z", "ProcessId": 21712, "LocalIpAddress": "::1:5001", "RemoteIpAddress": "::1", "$type": "TokenIssuedSuccessEvent"}
  16.  
  17. [13:22:40 Debug] Duende.IdentityServer.Endpoints.AuthorizeEndpoint
  18. Authorize endpoint response
  19. {"SubjectId": "e8502d9d-e210-4ea1-9075-043334b6c88c", "ClientId": "dev", "RedirectUri": "https://localhost:5137/authentication/login-callback", "State": "https://localhost:5137/create", "Scope": "openid profile verification", "Error": null, "ErrorDescription": null, "$type": "AuthorizeResponseLog"}
  20.  
  21. [13:22:40 Information] Serilog.AspNetCore.RequestLoggingMiddleware
  22. HTTP GET /connect/authorize responded 302 in 626.7720 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement