password:1q2w3E*
working session will not help.
Its working.. Thank you :)
hi
client_credentials does not need username and password, it represents a client. You can grant permissions to the client.
https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/
Could you please provide working session to resolve these issues?
hi
You're using the
client_credentials
grant_type.Are you sure? Or change it to
password
yes, it should be client_credentials
grant_type.
Could you please provide working session to resolve these issues?
roles added in to request scope, but getting same error 403-forbidden error.
access_token- eyJhbGciOiJSUzI1NiIsImtpZCI6IkU3QjM2NDQzODYyOTlDNEIyRkJBQzdBNDEwMTU3QTI4OEYwNEQyMjIiLCJ4NXQiOiI1N05rUTRZcG5Fc3Z1c2VrRUJWNktJOEUwaUkiLCJ0eXAiOiJhdCtqd3QifQ.eyJvaV9wcnN0IjoiTGl0bXVzX0FwcCIsImNsaWVudF9pZCI6IkxpdG11c19BcHAiLCJvaV90a25faWQiOiIzYTA5MWQ4ZC04NGE5LTYyOGItNTQ1Yy1iN2Q5MWNlZTkyYzkiLCJhdWQiOlsiSW52b2ljZU1hbmFnZW1lbnQiLCJQcm9maWxlTWFuYWdlbWVudCIsIkxpdG11cyIsIkZpbmFuY2VNYW5hZ2VtZW50IiwiRGFzaGJvYXJkTWFuYWdlbWVudCJdLCJzY29wZSI6IkxpdG11cyBQcm9maWxlTWFuYWdlbWVudCBJbnZvaWNlTWFuYWdlbWVudCBGaW5hbmNlTWFuYWdlbWVudCBEYXNoYm9hcmRNYW5hZ2VtZW50IHJvbGVzIiwiZXhwIjoxNjc1MjMxNzMwLCJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo0NDM1MC8iLCJpYXQiOjE2NzUyMjgxMzB9.Sz5U29aOf6wv5Ke0v98G5sR1qgY_0oQs1NmzaIy5mq7SXGTvfA9U8jaUy0OtbvqlV0rSmQvfRfIFIky7wgM52Z1PqQ-ie68u3x55KhjW7nK71Bh8EDcfILu6dvfcqDQFP7cfdjyEIQlmAYcCnhMD5Gd7yVJItgHnAfmB5h3X7hEUs3vhG8X8JT3s0qxCkZgi3ftzU2tKcllP3fUI87XYSiWspFhQWxJ5kFwrGSNKr0WXL8zqbvJLaNXZoIBRBOy77E1oM0V6v-m44yFOCTi1KqHcWyY6c4taWmBNa07zW5WMozphW1p_pZlh3BKfeqnR9VE_UW46cdghvy8JAyEBCQ
dictServerEvents+ApplyConfigurationResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyConfigurationResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachWwwAuthenticateHeader1[[OpenIddict.Server.OpenIddictServerEvents+ApplyConfigurationResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:39:05 INF] [] The response was successfully returned as a JSON document: "{ \"issuer\": \"https://localhost:44350/\", \"authorization_endpoint\": \"https://localhost:44350/connect/authorize\", \"token_endpoint\": \"https://localhost:44350/connect/token\", \"introspection_endpoint\": \"https://localhost:44350/connect/introspect\", \"end_session_endpoint\": \"https://localhost:44350/connect/logout\", \"revocation_endpoint\": \"https://localhost:44350/connect/revocat\", \"userinfo_endpoint\": \"https://localhost:44350/connect/userinfo\", \"device_authorization_endpoint\": \"https://localhost:44350/device\", \"jwks_uri\": \"https://localhost:44350/.well-known/jwks\", \"grant_types_supported\": [ \"authorization_code\", \"implicit\", \"password\", \"client_credentials\", \"refresh_token\", \"urn:ietf:params:oauth:grant-type:device_code\", \"LinkLogin\", \"Impersonation\" ], \"response_types_supported\": [ \"code\", \"code id_token\", \"code id_token token\", \"code token\", \"id_token\", \"id_token token\", \"token\", \"none\" ], \"response_modes_supported\": [ \"form_post\", \"fragment\", \"query\" ], \"scopes_supported\": [ \"openid\", \"offline_access\", \"email\", \"profile\", \"phone\", \"roles\", \"address\" ], \"claims_supported\": [ \"aud\", \"exp\", \"iat\", \"iss\", \"sub\" ], \"id_token_signing_alg_values_supported\": [ \"RS256\" ], \"code_challenge_methods_supported\": [ \"S256\" ], \"subject_types_supported\": [ \"public\" ], \"token_endpoint_auth_methods_supported\": [ \"client_secret_basic\", \"client_secret_post\" ], \"introspection_endpoint_auth_methods_supported\": [ \"client_secret_basic\", \"client_secret_post\" ], \"revocation_endpoint_auth_methods_supported\": [ \"client_secret_basic\", \"client_secret_post\" ], \"claims_parameter_supported\": false, \"request_parameter_supported\": false, \"request_uri_parameter_supported\": false }". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyConfigurationResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ProcessJsonResponse
1[[OpenIddict.Server.OpenIddictServerEvents+ApplyConfigurationResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyConfigurationResponseContext" was marked as handled by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ProcessJsonResponse1[[OpenIddict.Server.OpenIddictServerEvents+ApplyConfigurationResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ApplyConfigurationResponse
1[[OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was marked as handled by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ApplyConfigurationResponse1[[OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:39:05 INF] [] Request finished HTTP/1.1 GET https://localhost:44350/.well-known/openid-configuration - - - 200 1967 application/json;charset=UTF-8 28.3082ms [10:39:06 INF] [] Request starting HTTP/1.1 GET https://localhost:44350/.well-known/jwks - - [10:39:06 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost". [10:39:06 INF] [] The request address matched a server endpoint: Cryptography. [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType". [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType". [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement". [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost". [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ExtractCryptographyRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ExtractGetRequest
1[[OpenIddict.Server.OpenIddictServerEvents+ExtractCryptographyRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:39:06 INF] [] The cryptography request was successfully extracted: "{}".
[10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ExtractCryptographyRequest".
[10:39:06 INF] [] The cryptography request was successfully validated.
[10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ValidateCryptographyRequest".
[10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleCryptographyRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachSigningKeys".
[10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+HandleCryptographyRequest".
[10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachHttpResponseCode1[[OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachWwwAuthenticateHeader
1[[OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:39:06 INF] [] The response was successfully returned as a JSON document: "{
"keys": [
{
"kid": "E7B3644386299C4B2FBAC7A410157A288F04D222",
"use": "sig",
"kty": "RSA",
"alg": "RS256",
"e": "AQAB",
"n": "u6vp3DkDeVJzvolbfK5BcqpNja27cfMXdUBjk2ky9AZWuJETddWcRKahjRW1DVM7T2h-mRDK2mjCFRZbJLYY4VXF5Yxv86FpGV4jQ0JMBzlIZ0tbF66k11NHJmeKobSGn18YeYGeR356jeGTM36gLFNGoDVFSTI32FnNZR57mtkDZuUC0x72Je_PhBdMmyZznz2_GALVG6RI04VshD0kx2siQ9qrtZsPHsY_oBOv3AeNy2TD687bqGwL3ri6tsr8hBNRq12se4Mp7wzXe9wUM-oJE5cWfGDQby4UB6xdRNnB7UjLeMW9iZhJEiFcM2E0aHOlVyXRwYbDEDI5wHjmFQ",
"x5t": "57NkQ4YpnEsvusekEBV6KI8E0iI",
"x5c": [
"MIIC9TCCAd2gAwIBAgIJAKcc50NLHenjMA0GCSqGSIb3DQEBCwUAMDAxLjAsBgNVBAMTJU9wZW5JZGRpY3QgU2VydmVyIFNpZ25pbmcgQ2VydGlmaWNhdGUwHhcNMjMwMTExMTIyMDEwWhcNMjUwMTExMTIyMDEwWjAwMS4wLAYDVQQDEyVPcGVuSWRkaWN0IFNlcnZlciBTaWduaW5nIENlcnRpZmljYXRlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu6vp3DkDeVJzvolbfK5BcqpNja27cfMXdUBjk2ky9AZWuJETddWcRKahjRW1DVM7T2h+mRDK2mjCFRZbJLYY4VXF5Yxv86FpGV4jQ0JMBzlIZ0tbF66k11NHJmeKobSGn18YeYGeR356jeGTM36gLFNGoDVFSTI32FnNZR57mtkDZuUC0x72Je/PhBdMmyZznz2/GALVG6RI04VshD0kx2siQ9qrtZsPHsY/oBOv3AeNy2TD687bqGwL3ri6tsr8hBNRq12se4Mp7wzXe9wUM+oJE5cWfGDQby4UB6xdRNnB7UjLeMW9iZhJEiFcM2E0aHOlVyXRwYbDEDI5wHjmFQIDAQABoxIwEDAOBgNVHQ8BAf8EBAMCB4AwDQYJKoZIhvcNAQELBQADggEBAI3f9tPf1QvU1CU/OtOJqkmTSQIVm8o+jljq4V3MGoSpr5YrqtKKa7xG2GZ4sEcaLAQrTAZ4LbnC1+V0utg0Ne58kVHOEyc0YSqyykw3bFZdnlMIf/OvfNFxT9MT93nhKGvpEO/Ab4hvcml2VBHfmjGE1m2Fbd7Z/ggNtErt5pYjGan2SeMnu7xr5kbdYS2kJcduLV6ofIfwUiTdFeMKhqgYOttCn7yyirUQwlyTHGG1mnZe6YtUDLawWUJUDlP7lCUQme1bYCk3S+dGMBZaKxYINMqigdsJdw7EKZoYE1nqj9XaLgGsCv9z+Oo3jJyHwNE7n/ydx9VE2o22sjJVOXE="
]
}
]
}".
[10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ProcessJsonResponse1[[OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext" was marked as handled by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ProcessJsonResponse
1[[OpenIddict.Server.OpenIddictServerEvents+ApplyCryptographyResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ApplyCryptographyResponse1[[OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:39:06 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was marked as handled by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ApplyCryptographyResponse
1[[OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:39:06 INF] [] Request finished HTTP/1.1 GET https://localhost:44350/.well-known/jwks - - - 200 1635 application/json;charset=UTF-8 26.1933ms
PublicKeyToken=35a561290d20de2f],[OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters+RequireTokenEndpointPassthroughEnabled, OpenIddict.Server.AspNetCore, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleTokenRequestContext" was marked as skipped by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+EnablePassthroughMode2[[OpenIddict.Server.OpenIddictServerEvents+HandleTokenRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f],[OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters+RequireTokenEndpointPassthroughEnabled, OpenIddict.Server.AspNetCore, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+HandleTokenRequest". [10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was marked as skipped by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+HandleTokenRequest". [10:38:50 DBG] [Lenovo] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromAuthorizationHeader". [10:38:50 DBG] [Lenovo] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromBodyForm". [10:38:50 DBG] [Lenovo] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromQueryString". [10:38:50 DBG] [Lenovo] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:38:50 DBG] [Lenovo] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was marked as rejected by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:38:50 DBG] [Lenovo] AuthenticationScheme: "OpenIddict.Validation.AspNetCore" was not authenticated. [10:38:50 INF] [Lenovo] Executing endpoint '"Volo.Abp.OpenIddict.Controllers.TokenController.HandleAsync (Volo.Abp.OpenIddict.AspNetCore)"' [10:38:50 INF] [Lenovo] Route matched with "{action = \"Handle\", controller = \"Token\", area = \"\", page = \"\"}". Executing controller action with signature "System.Threading.Tasks.Task
1[Microsoft.AspNetCore.Mvc.IActionResult] HandleAsync()" on controller "Volo.Abp.OpenIddict.Controllers.TokenController" ("Volo.Abp.OpenIddict.AspNetCore").
[10:38:50 INF] [Lenovo] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
[10:38:50 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:50 INF] [Lenovo] Executing SignInResult with authentication scheme ("OpenIddict.Server.AspNetCore") and the following principal: "System.Security.Claims.ClaimsPrincipal".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+ValidateSignInDemand".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+RestoreInternalClaims".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+AttachDefaultScopes".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+AttachDefaultPresenters".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+InferResources".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+EvaluateTokenTypes".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+AttachAuthorization".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "Volo.Abp.OpenIddict.RemoveClaimsFromClientCredentialsGrantType".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+PrepareAccessTokenPrincipal".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+PrepareDeviceCodePrincipal".
[10:38:50 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+RedeemTokenEntry".
[10:38:50 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:50 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:50 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:50 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:51 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+CreateAccessTokenEntry".
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+GenerateIdentityModelAccessToken".
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+AttachTokenParameters".
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachHostParameters1[[OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachHttpResponseCode
1[[OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachCacheControlHeader1[[OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachWwwAuthenticateHeader
1[[OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext" was successfully processed by "Volo.Abp.Account.Web.ExtensionGrants.LinkLoginExtensionGrantProcessJsonResponse".
[10:38:51 INF] [Lenovo] The response was successfully returned as a JSON document: "{
"access_token": "[redacted]",
"token_type": "Bearer",
"expires_in": 3599
}".
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ProcessJsonResponse1[[OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext" was marked as handled by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ProcessJsonResponse
1[[OpenIddict.Server.OpenIddictServerEvents+ApplyTokenResponseContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ApplyTokenResponse1[[OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:38:51 DBG] [Lenovo] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext" was marked as handled by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ApplyTokenResponse
1[[OpenIddict.Server.OpenIddictServerEvents+ProcessSignInContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:38:51 INF] [Lenovo] Executed action "Volo.Abp.OpenIddict.Controllers.TokenController.HandleAsync (Volo.Abp.OpenIddict.AspNetCore)" in 1148.7577ms
[10:38:51 INF] [Lenovo] Executed endpoint '"Volo.Abp.OpenIddict.Controllers.TokenController.HandleAsync (Volo.Abp.OpenIddict.AspNetCore)"'
[10:38:54 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:54 DBG] [Lenovo] Added 0 entity changes to the current audit log
[10:38:54 INF] [] Request finished HTTP/1.1 POST https://localhost:44350/connect/token application/x-www-form-urlencoded 222 - 200 1058 application/json;charset=UTF-8 5228.0581ms
[10:39:05 INF] [] Request starting HTTP/1.1 GET https://localhost:44350/.well-known/openid-configuration - -
[10:39:05 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost".
[10:39:05 INF] [] The request address matched a server endpoint: Configuration.
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType".
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType".
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement".
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost".
[10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ExtractConfigurationRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ExtractGetRequest1[[OpenIddict.Server.OpenIddictServerEvents+ExtractConfigurationRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:39:05 INF] [] The configuration request was successfully extracted: "{}". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ExtractConfigurationRequest". [10:39:05 INF] [] The configuration request was successfully validated. [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+ValidateConfigurationRequest". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachEndpoints". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachGrantTypes". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachResponseModes". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachResponseTypes". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachClientAuthenticationMethods". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachCodeChallengeMethods". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachScopes". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachClaims". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachSubjectTypes". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachSigningAlgorithms". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleConfigurationRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+AttachAdditionalMetadata". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Discovery+HandleConfigurationRequest". [10:39:05 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ApplyConfigurationResponseContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+AttachHttpResponseCode
1[[OpenIddict.Server.OpenId
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/jquery-validation/jquery.validate.js?_v=638064205282180000 - - - 200 51171 application/javascript 170.8175ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/luxon/luxon.min.js?_v=638064205271310000 - - - 200 71247 application/javascript 124.3751ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/select2/js/select2.min.js?_v=638064205285350000 - - - 200 70851 application/javascript 159.8842ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/@fortawesome/fontawesome-free/css/all.css?_v=638054839949320000 - - - 200 73577 text/css 242.1474ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/bootstrap/js/bootstrap.bundle.js?_v=638064205271210000 - - - 200 207989 application/javascript 185.5397ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css?_v=638064205221490000 - - - 200 54850 text/css 267.9092ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/sweetalert2/sweetalert2.all.min.js?_v=638064205294940000 - - - 200 64334 application/javascript 148.4366ms
[10:37:49 INF] [] Sending file. Request path: '"/libs/datatables.net/js/jquery.dataTables.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\datatables.net\js\jquery.dataTables.js"'
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/jquery/jquery.js?_v=638064205223540000 - - - 200 289812 application/javascript 239.2616ms
[10:37:49 INF] [null] Route matched with "{area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetAll(Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel)" on controller "Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController" ("Volo.Abp.AspNetCore.Mvc").
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/datatables.net/js/jquery.dataTables.js?_v=638064205272650000 - - - 200 454311 application/javascript 217.7761ms
[10:37:49 INF] [] Sending file. Request path: '"/libs/timeago/locales/jquery.timeago.en.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\timeago\locales\jquery.timeago.en.js"'
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/timeago/locales/jquery.timeago.en.js?_v=638064205270780000 - - - 200 778 application/javascript 111.9419ms
[10:37:49 INF] [] Sending file. Request path: '"/libs/abp/utils/abp-utils.umd.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\abp\utils\abp-utils.umd.min.js"'
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/utils/abp-utils.umd.min.js?_v=638101259037340000 - - - 200 8256 application/javascript 109.8697ms
[10:37:49 INF] [] Request starting HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/assets/backgrounds/bg-transparent.png - -
[10:37:49 INF] [] Sending file. Request path: '"/Themes/Lepton/Global/assets/backgrounds/bg-transparent.png"'. Physical path: '"N/A"'
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/assets/backgrounds/bg-transparent.png - - - 200 49688 image/png 7.3389ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 124.1555ms
[10:37:49 INF] [] Request starting HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-regular.woff2 - -
[10:37:49 INF] [] Request starting HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-600.woff2 - -
[10:37:49 INF] [] Sending file. Request path: '"/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-600.woff2"'. Physical path: '"N/A"'
[10:37:49 INF] [] Sending file. Request path: '"/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-regular.woff2"'. Physical path: '"N/A"'
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-600.woff2 - - - 200 7836 font/woff2 1.1436ms
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/assets/fonts/poppins-v6-latin-regular.woff2 - - - 200 7968 font/woff2 1.1525ms
[10:37:49 DBG] [null] Executing AbpApplicationConfigurationAppService.GetAsync()...
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: Account.LoginByLogin
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: Account.LinkLoginByLogin
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: Account.Logout
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: Account.CheckPasswordByLogin
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: AbpTenant.FindTenantByNameAsyncByName
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: AbpTenant.FindTenantByIdAsyncById
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: AbpApplicationConfiguration.GetAsync
[10:37:49 DBG] [null] ActionApiDescriptionModel.Create: AbpApiDefinition.GetByModel
[10:37:49 INF] [null] Executing ContentResult with HTTP Response ContentType of "application/javascript"
[10:37:49 INF] [null] Executed action "Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)" in 186.5902ms
[10:37:49 INF] [null] Executed endpoint '"Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)"'
[10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/Abp/ServiceProxyScript - - - 200 162 application/javascript 266.2203ms
[10:37:51 DBG] [null] Executed AbpApplicationConfigurationAppService.GetAsync().
[10:37:51 DBG] [null] Added 0 entity changes to the current audit log
[10:37:51 DBG] [null] Added 0 entity changes to the current audit log
[10:37:51 INF] [null] Executing ContentResult with HTTP Response ContentType of "application/javascript"
[10:37:51 INF] [null] Executed action "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)" in 2889.8318ms
[10:37:51 INF] [null] Executed endpoint '"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)"'
[10:37:51 INF] [] Request finished HTTP/2 GET https://localhost:44350/Abp/ApplicationConfigurationScript - - - 200 134266 application/javascript 2920.3429ms
[10:37:51 INF] [] Request starting HTTP/2 GET https://localhost:44350/images/favicon/site.webmanifest - -
[10:37:51 INF] [] Sending file. Request path: '"/images/favicon/site.webmanifest"'. Physical path: '"N/A"'
[10:37:51 INF] [] Request finished HTTP/2 GET https://localhost:44350/images/favicon/site.webmanifest - - - 200 445 application/manifest+json 1.3917ms
[10:38:48 INF] [] Request starting HTTP/1.1 POST https://localhost:44350/connect/token application/x-www-form-urlencoded 222
[10:38:48 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost".
[10:38:48 INF] [] The request address matched a server endpoint: Token.
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ExtractTokenRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ExtractPostRequest1[[OpenIddict.Server.OpenIddictServerEvents+ExtractTokenRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]". [10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ExtractTokenRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ExtractBasicAuthenticationCredentials
1[[OpenIddict.Server.OpenIddictServerEvents+ExtractTokenRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral, PublicKeyToken=35a561290d20de2f]]".
[10:38:48 INF] [] The token request was successfully extracted: "{
"client_id": "Litmus_App",
"username": "ldfcompal2020",
"password": "[redacted]",
"grant_type": "client_credentials",
"client_secret": "[redacted]",
"scope": "Litmus ProfileManagement InvoiceManagement FinanceManagement DashboardManagement roles"
}".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ExtractTokenRequest".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateGrantType".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateClientIdParameter".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateAuthorizationCodeParameter".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateClientCredentialsParameters".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateDeviceCodeParameter".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateRefreshTokenParameter".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateResourceOwnerCredentialsParameters".
[10:38:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateProofKeyForCodeExchangeParameters".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateScopes".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateClientId".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateClientType".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateClientSecret".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateEndpointPermissions".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateGrantTypePermissions".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateScopePermissions".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateProofKeyForCodeExchangeRequirement".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateToken".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidatePresenters".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateRedirectUri".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateCodeVerifier".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ValidateTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateGrantedScopes".
[10:38:49 INF] [] The token request was successfully validated.
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+ValidateTokenRequest".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleTokenRequestContext" was successfully processed by "OpenIddict.Server.OpenIddictServerHandlers+Exchange+AttachPrincipal".
[10:38:49 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+HandleTokenRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+EnablePassthroughMode`2[[OpenIddict.Server.OpenIddictServerEvents+HandleTokenRequestContext, OpenIddict.Server, Version=3.1.1.0, Culture=neutral,
[10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/_vs/browserLink - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/images/clients/swagger.svg - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js?_v=638096182460000000 - - - 200 20337 application/javascript 4.6568ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/scripts/app.js?_v=638096548960000000 - - [10:37:48 INF] [] Sending file. Request path: '"/Themes/Lepton/Global/scripts/app.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/scripts/app.js?_v=638096548960000000 - - - 200 5718 application/javascript 1.0891ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/Pages/Account/LinkUsers/account-link-user-global.js?_v=638096547940000000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js?_v=638096182460000000 - - - 200 7267 application/javascript 11.8442ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/utils/abp-utils.umd.min.js?_v=638101259037340000 - - [10:37:48 INF] [] Sending file. Request path: '"/Pages/Account/LinkUsers/account-link-user-global.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/Pages/Account/LinkUsers/account-link-user-global.js?_v=638096547940000000 - - - 200 4774 application/javascript 2.2032ms [10:37:48 INF] [] Sending file. Request path: '"/libs/bootstrap/js/bootstrap.enable.popovers.everywhere.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\bootstrap\js\bootstrap.enable.popovers.everywhere.js"' [10:37:48 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost". [10:37:48 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost". [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/bootstrap/js/bootstrap.enable.popovers.everywhere.js?_v=638101258982730000 - - - 200 195 application/javascript 132.5346ms [10:37:48 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost". [10:37:48 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost". [10:37:48 INF] [] Sending file. Request path: '"/libs/select2/css/select2.min.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\select2\css\select2.min.css"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/select2/css/select2.min.css?_v=638064205285350000 - - - 200 14966 text/css 119.0608ms [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromAuthorizationHeader". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromAuthorizationHeader". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromBodyForm". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromBodyForm". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromQueryString". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromAuthorizationHeader". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromBodyForm". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was marked as rejected by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromQueryString". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was marked as rejected by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromQueryString". [10:37:48 DBG] [null] AuthenticationScheme: "OpenIddict.Validation.AspNetCore" was not authenticated. [10:37:48 DBG] [null] AuthenticationScheme: "OpenIddict.Validation.AspNetCore" was not authenticated. [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:37:48 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was marked as rejected by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken". [10:37:48 DBG] [null] AuthenticationScheme: "OpenIddict.Validation.AspNetCore" was not authenticated. [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/_framework/aspnetcore-browser-refresh.js - - - 200 12020 application/javascript;+charset=utf-8 10.2291ms [10:37:48 INF] [] Sending file. Request path: '"/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js?_v=638064205281950000 - - - 200 19798 application/javascript 123.3716ms [10:37:48 INF] [null] Executing endpoint '"Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)"' [10:37:48 INF] [null] Executing endpoint '"Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)"' [10:37:48 INF] [] Sending file. Request path: '"/libs/flag-icon-css/css/flag-icons.min.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\flag-icon-css\css\flag-icons.min.css"' [10:37:48 INF] [] Sending file. Request path: '"/libs/datatables.net-bs5/js/dataTables.bootstrap5.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\datatables.net-bs5\js\dataTables.bootstrap5.js"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/datatables.net-bs5/js/dataTables.bootstrap5.js?_v=638064205271400000 - - - 200 4915 application/javascript 60.5003ms [10:37:48 INF] [] Sending file. Request path: '"/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\malihu-custom-scrollbar-plugin\jquery.mCustomScrollbar.concat.min.js"' [10:37:48 INF] [] Sending file. Request path: '"/libs/bootstrap-datepicker/bootstrap-datepicker.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\bootstrap-datepicker\bootstrap-datepicker.min.js"' [10:37:48 INF] [] Sending file. Request path: '"/libs/@fortawesome/fontawesome-free/css/v4-shims.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs@fortawesome\fontawesome-free\css\v4-shims.css"' [10:37:48 INF] [] Sending file. Request path: '"/libs/sweetalert2/sweetalert2.all.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\sweetalert2\sweetalert2.all.min.js"' [10:37:48 INF] [] Sending file. Request path: '"/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\malihu-custom-scrollbar-plugin\jquery.mCustomScrollbar.css"' [10:37:48 INF] [] Sending file. Request path: '"/libs/jquery-validation/jquery.validate.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\jquery-validation\jquery.validate.js"' [10:37:48 INF] [null] Route matched with "{area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Get()" on controller "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController" ("Volo.Abp.AspNetCore.Mvc"). [10:37:48 INF] [] Sending file. Request path: '"/libs/select2/js/select2.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\select2\js\select2.min.js"' [10:37:48 INF] [] Sending file. Request path: '"/libs/lodash/lodash.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\lodash\lodash.min.js"' [10:37:48 INF] [] Sending file. Request path: '"/libs/luxon/luxon.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\luxon\luxon.min.js"' [10:37:49 INF] [] Sending file. Request path: '"/libs/@fortawesome/fontawesome-free/css/all.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs@fortawesome\fontawesome-free\css\all.css"' [10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/flag-icon-css/css/flag-icons.min.css?_v=638064205271370000 - - - 200 34870 text/css 83.3297ms [10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/bootstrap-datepicker/bootstrap-datepicker.min.js?_v=638064205294430000 - - - 200 33693 application/javascript 88.8181ms [10:37:49 INF] [] Sending file. Request path: '"/libs/bootstrap/js/bootstrap.bundle.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\bootstrap\js\bootstrap.bundle.js"' [10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/images/clients/swagger.svg - - - 404 - - 54.8958ms [10:37:49 INF] [] Sending file. Request path: '"/libs/jquery/jquery.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\jquery\jquery.js"' [10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/@fortawesome/fontawesome-free/css/v4-shims.css?_v=638054839949320000 - - - 200 41312 text/css 267.0744ms [10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/Styles/lepton1.css?_v=638096548960000000 - - - 200 358282 text/css 88.4482ms [10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js?_v=638064205221490000 - - - 200 45483 application/javascript 126.7702ms [10:37:49 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/lodash/lodash.min.js?_v=638054840002590000 - - - 200 73015 application/javascript 185.2690ms
[10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css?_v=638064205221490000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/datatables.net-bs5/css/dataTables.bootstrap5.css?_v=638064205271400000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/@fortawesome/fontawesome-free/css/v4-shims.css?_v=638054839949320000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css?_v=638096182460000000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/core/abp.css?_v=638101259026280000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/toastr/toastr.min.css?_v=638064205294870000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/@fortawesome/fontawesome-free/css/all.css?_v=638054839949320000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/core/abp.js?_v=638101259026280000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/ - - - 200 - text/html;+charset=utf-8 42107.4439ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/jquery/jquery.js?_v=638064205223540000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css?_v=638096182460000000 - - - 200 464 text/css 46.7688ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/jquery/abp.jquery.js?_v=638101259025630000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/core/abp.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\abp\core\abp.css"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/core/abp.css?_v=638101259026280000 - - - 200 1331 text/css 61.5873ms [10:37:48 INF] [] Sending file. Request path: '"/libs/datatables.net-bs5/css/dataTables.bootstrap5.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\datatables.net-bs5\css\dataTables.bootstrap5.css"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/datatables.net-bs5/css/dataTables.bootstrap5.css?_v=638064205271400000 - - - 200 12819 text/css 68.9266ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/bootstrap/js/bootstrap.enable.tooltips.everywhere.js?_v=638101258982730000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/lodash/lodash.min.js?_v=638054840002590000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/bootstrap/js/bootstrap.enable.popovers.everywhere.js?_v=638101258982730000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/bootstrap/js/bootstrap.bundle.js?_v=638064205271210000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/jquery/abp.jquery.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\abp\jquery\abp.jquery.js"' [10:37:48 INF] [] Sending file. Request path: '"/libs/bootstrap/js/bootstrap.enable.tooltips.everywhere.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\bootstrap\js\bootstrap.enable.tooltips.everywhere.js"' [10:37:48 INF] [] Sending file. Request path: '"/libs/toastr/toastr.min.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\toastr\toastr.min.css"' [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/core/abp.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\abp\core\abp.js"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/toastr/toastr.min.css?_v=638064205294870000 - - - 200 6454 text/css 75.9553ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/jquery-validation/jquery.validate.js?_v=638064205282180000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/jquery/abp.jquery.js?_v=638101259025630000 - - - 200 13253 application/javascript 49.3043ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js?_v=638064205281950000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/core/abp.js?_v=638101259026280000 - - - 200 23726 application/javascript 67.8404ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/jquery-form/jquery.form.min.js?_v=638101258988630000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/select2/css/select2.min.css?_v=638064205285350000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/bootstrap/js/bootstrap.enable.tooltips.everywhere.js?_v=638101258982730000 - - - 200 198 application/javascript 27.3906ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/datatables.net/js/jquery.dataTables.js?_v=638064205272650000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/select2/js/select2.min.js?_v=638064205285350000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/sweetalert2/sweetalert2.all.min.js?_v=638064205294940000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/toastr/toastr.min.js?_v=638064205294870000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js?_v=638064205221490000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/jquery-form/jquery.form.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\jquery-form\jquery.form.min.js"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/jquery-form/jquery.form.min.js?_v=638101258988630000 - - - 200 17239 application/javascript 44.4560ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/luxon/luxon.min.js?_v=638064205271310000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/luxon/abp.luxon.js?_v=638101259007920000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/datatables.net-bs5/js/dataTables.bootstrap5.js?_v=638064205271400000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/ui-extensions.js?_v=638096182460000000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/ui-extensions.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/ui-extensions.js?_v=638096182460000000 - - - 200 10589 application/javascript 3.5190ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/bootstrap-datepicker/bootstrap-datepicker.min.js?_v=638064205294430000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/toastr/toastr.min.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\toastr\toastr.min.js"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/toastr/toastr.min.js?_v=638064205294870000 - - - 200 5251 application/javascript 42.5660ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/timeago/jquery.timeago.js?_v=638064205270780000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/bootstrap-datepicker/bootstrap-datepicker.min.css?_v=638064205294430000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/flag-icon-css/css/flag-icons.min.css?_v=638064205271370000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/luxon/abp.luxon.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\abp\luxon\abp.luxon.js"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/luxon/abp.luxon.js?_v=638101259007920000 - - - 200 1361 application/javascript 26.3203ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/Themes/Lepton/Global/Styles/lepton1.css?_v=638096548960000000 - - [10:37:48 INF] [] Sending file. Request path: '"/Themes/Lepton/Global/Styles/lepton1.css"'. Physical path: '"N/A"' [10:37:48 INF] [] Sending file. Request path: '"/libs/bootstrap-datepicker/bootstrap-datepicker.min.css"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\bootstrap-datepicker\bootstrap-datepicker.min.css"' [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/widget-manager.js?_v=638096182460000000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/bootstrap-datepicker/bootstrap-datepicker.min.css?_v=638064205294430000 - - - 200 15731 text/css 25.3975ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js?_v=638096182460000000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js?_v=638096182460000000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/widget-manager.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js?_v=638096182460000000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/widget-manager.js?_v=638096182460000000 - - - 200 4790 application/javascript 6.5718ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery-form/jquery-form-extensions.js?_v=638096182460000000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/timeago/jquery.timeago.js"'. Physical path: '"C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\wwwroot\libs\timeago\jquery.timeago.js"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/timeago/jquery.timeago.js?_v=638064205270780000 - - - 200 7404 application/javascript 35.5060ms [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js?_v=638096182460000000 - - [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js?_v=638096182460000000 - - - 200 6610 application/javascript 2.8387ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/client-proxies/account-proxy.js?_v=638096547940000000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js?_v=638096182460000000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert2/abp-sweetalert2.js?_v=638096182460000000 - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js?_v=638096182460000000 - - - 200 951 application/javascript 1.7797ms [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js?_v=638096182460000000 - - - 200 8679 application/javascript 4.2070ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/Pages/Abp/MultiTenancy/tenant-switch.js?_v=638096182500000000 - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/Abp/ServiceProxyScript - - [10:37:48 INF] [] Sending file. Request path: '"/client-proxies/account-proxy.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/client-proxies/account-proxy.js?_v=638096547940000000 - - - 200 11411 application/javascript 2.4428ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/libs/timeago/locales/jquery.timeago.en.js?_v=638064205270780000 - - [10:37:48 INF] [] Sending file. Request path: '"/Pages/Abp/MultiTenancy/tenant-switch.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert2/abp-sweetalert2.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/Pages/Abp/MultiTenancy/tenant-switch.js?_v=638096182500000000 - - - 200 414 application/javascript 0.6807ms [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert2/abp-sweetalert2.js?_v=638096182460000000 - - - 200 3213 application/javascript 2.9007ms [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/_framework/aspnetcore-browser-refresh.js - - [10:37:48 INF] [] Request starting HTTP/2 GET https://localhost:44350/Abp/ApplicationConfigurationScript - - [10:37:48 INF] [] Sending file. Request path: '"/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery-form/jquery-form-extensions.js"'. Physical path: '"N/A"' [10:37:48 INF] [] Request finished HTTP/2 GET https://localhost:44350/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery-form/jquery-form-extensions.js?_v=638096182460000000 - - - 200 3605 application/javascript 5.0657ms