Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [13:22:40 Debug] Duende.IdentityServer.Endpoints.AuthorizeEndpoint
- ValidatedAuthorizeRequest
- {"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"}
- [13:22:40 Debug] Duende.IdentityServer.Services.DefaultConsentService
- Client is configured to not require consent, no consent is required
- [13:22:40 Debug] Duende.IdentityServer.ResponseHandling.AuthorizeResponseGenerator
- Creating Authorization Code Flow response.
- [13:22:40 Debug] Duende.IdentityServer.EntityFramework.Stores.PersistedGrantStore
- 648859B41A716D91143815C7F7CF8F8010B09C3CB66AEF275C9B5B7684EC7C74 not found in database
- [13:22:40 Information] Duende.IdentityServer.Events.DefaultEventService
- {"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"}
- [13:22:40 Debug] Duende.IdentityServer.Endpoints.AuthorizeEndpoint
- Authorize endpoint response
- {"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"}
- [13:22:40 Information] Serilog.AspNetCore.RequestLoggingMiddleware
- HTTP GET /connect/authorize responded 302 in 626.7720 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement