Hi Team,
Could you please guide us on the problems mentioned above?
Most of the errors related to same pattern - Module '"@abp/ng.core"' has no exported member 'ProfileService'.
1 import { ConfigStateService, ProfileService, SubscriptionService } from '@abp/ng.core';
2. "@volo/abp.ng.account/public"' has no exported member 'ProfileResponse'.
3. import { ConfigStateService, ProfileService, SubscriptionService } from '@abp/ng.core';
4. error TS2305: Module '"@volo/abp.ng.account/public"' has no exported member 'ProfileResponse'.
5. import { Profile } from '@abp/ng.core';
6. '"@abp/ng.core"' has no exported member 'ApplicationConfiguration'.
7. Module '"@abp/ng.core"' has no exported member 'Config'.
8. Module '"@abp/ng.core"' has no exported member 'ConfigState'.
9. Module '"@abp/ng.core"' has no exported member 'GetAppConfiguration'.
10. Module '"@abp/ng.core"' has no exported member 'SettingTabsService'.
11. : Cannot find module '@volo/abp.ng.account/public/volo-abp.ng.account-public' or its corresponding type declarations.
12. No suitable injection token for parameter 'settingTabs' of class 'AppComponent'.
Consider using the @Inject decorator to specify an injection token.
13. import { MatOption } from '@angular/material/core/option/option';
14. import { MatTabGroup } from '@angular/material/tabs/tab-group';
15. Module '"@volo/abp.ng.identity"' has no exported member 'IdentityUserCreateDto'.
16. Module '"@volo/abp.ng.identity"' has no exported member 'IdentityUserDto'.
17. Module '"@volo/abp.ng.identity"' has no exported member 'IdentityUserService'.
18. Module '"@volo/abp.ng.identity"' has no exported member 'IdentityUserUpdateDto'.
19. Module '"@volo/abp.ng.identity"' has no exported member 'IdentityUserService'.
20. No suitable injection token for parameter 'identityUsersService' of class 'LockUserComponent'.
Consider using the @Inject decorator to specify an injection token.
21. Module '"@volo/abp.ng.identity"' has no exported member 'GetIdentityUsersInput'.
import { GetIdentityUsersInput, IdentityUserService } from '@volo/abp.ng.identity';
22. : The class 'TwoFactorComponent' is listed in the declarations of the NgModule 'IdentityUsersModule', but is not a directive, a component, or a pipe. Either remove it from the NgModule's declarations, or add an appropriate Angular decorator.
23. Cannot find module '@angular/material/tabs/tab-group' or its corresponding type declarations.
24. Cannot find module '@angular/material/tabs/tab-group' or its corresponding type declarations.
import { MatTabGroup } from '@angular/material/tabs/tab-group';
25. : Module '"@abp/ng.theme.shared"' has no exported member 'chartJsLoaded$'.
import { chartJsLoaded$ } from '@abp/ng.theme.shared';
26. error TS2305: Module '"@angular/compiler"' has no exported member 'flatten'.
27. Module '"@angular/compiler"' has no exported member 'ThrowStmt'.
28. Module '"@volo/abp.ng.identity"' has no exported member 'IdentitySecurityLogService'.
29. error TS2724: '"@volo/abp.ng.identity"' has no exported member named 'OrganizationUnitService'. Did you mean 'OrganizationUnitsState'?
30. Module '"@volo/abp.ng.identity"' has no exported member 'OrganizationUnitCreateDto'.
31. "@volo/abp.ng.identity"' has no exported member named 'OrganizationUnitService'. Did you mean 'OrganizationUnitsState'?
32. Module '"@abp/ng.core"' has no exported member 'ApplicationConfiguration'.
import { ApplicationConfiguration, ConfigState } from '@abp/ng.core';
33. : Module '"@abp/ng.core"' has no exported member 'ConfigState'.
34. Cannot find module 'snq' or its corresponding type declarations.
import snq from 'snq';
35. Module '"@volo/abp.ng.identity"' has no exported member 'GetIdentitySecurityLogListInput'.
36. Module '"@volo/abp.ng.identity"' has no exported member 'IdentitySecurityLogService'.
37. Module '"@abp/ng.core"' has no exported member 'GetAppConfiguration'.
"dependencies": {
"@abp/ng.account": "^6.0.3",
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/localize": "12",
"@angular/material": "^14.2.7",
"@angular/material-moment-adapter": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@microsoft/signalr": "^5.0.1",
"@ngxs/store": "^3.7.6",
"@techiediaries/ngx-qrcode": "^9.1.0",
"@volo/abp.ng.account": "^6.0.3",
"@volo/abp.ng.audit-logging": "^6.0.3",
"@volo/abp.ng.identity": "^6.0.3",
"@volo/abp.ng.identity-server": "^6.0.3",
"@volo/abp.ng.language-management": "^6.0.3",
"@volo/abp.ng.saas": "^6.0.3",
"@volo/abp.ng.text-template-management": "^6.0.3",
"@volo/abp.ng.theme.lepton": "^6.0.3",
"ansi-regex": "^6.0.1",
"chart.js": "^2.9.4",
"crypto-js": "^4.1.1",
"eventsource": "^2.0.2",
"highcharts": "^10.2.1",
"highcharts-angular": "^2.8.0",
"highcharts-custom-events": "^3.0.9",
"istanbul-reports": "^3.1.5",
"jest": "^27.0.4",
"jest-preset-angular": "^9.0.4",
"lodash": "4.17.21",
"minimist": "^1.2.6",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"ng-zorro-antd": "15.0.3",
"node-fetch": "^3.2.10",
"nwsapi": "^2.2.2",
"path-parse": "^1.0.7",
"prompts": "^2.4.2",
"rxjs": "~6.6.0",
"tmpl": "^1.0.5",
"tslib": "^2.5.0",
"url-parse": "^1.5.10",
"ws": "^8.12.0",
"xlsx": "^0.17.0",
"y18n": "^5.0.8",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@abp/ng.schematics": "^6.0.3",
"@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@ngxs/logger-plugin": "^3.6.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^14.2.2",
"ngxs-schematic": "1.1.9",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
}
}
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,