-
ABP Framework version: v6.0.3
-
UI type: Angular / MVC / Blazor
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): yes
-
Exception message and stack trace:
-
Steps to reproduce the issue:"
After Upgrading API solution to Abp 6.0.3, getting "403 Forbidden" error while sending requests from Postman.
-
the below mentioned method is returning the data, the method controller have [Authorize] attribute.
-
Below method types, which are decorated with policies are giving the "403 Forbidden"* error.
Please guide us to resolve this issue.
26 Answer(s)
-
0
hi
Please share the full logs of the http request.
-
0
hi
Please share the full logs of the http request.
GET https://localhost:44398/profile/api/ProfileManagement/supplier/getSupplierByStatus?maxResultCount=10&financingModelId=0&skipCount=0&sorting=supplierName%20asc&supplierStatus=1&isDynamicDiscounting=false: {
"Warning": "Unable to verify the first certificate",
"Network": {
"addresses": {
"local": {
"address": "::1",
"family": "IPv6",
"port": 58774
},
"remote": {
"address": "::1",
"family": "IPv6",
"port": 44398
}
},
"tls": {
"reused": false,
"authorized": false,
"authorizationError": "UNABLE_TO_VERIFY_LEAF_SIGNATURE",
"cipher": {
"name": "TLS_AES_256_GCM_SHA384",
"standardName": "TLS_AES_256_GCM_SHA384",
"version": "TLSv1/SSLv3"
},
"protocol": "TLSv1.3",
"ephemeralKeyInfo": {},
"peerCertificate": {
"subject": {
"commonName": "localhost",
"alternativeNames": "DNS:localhost"
},
"issuer": {
"commonName": "localhost"
},
"validFrom": "Oct 11 07:47:19 2022 GMT",
"validTo": "Oct 11 00:00:00 2027 GMT",
"fingerprint": "AF:A2:82:82:4F:4A:AE:6C:D2:A6:B9:35:B2:44:36:AA:63:76:B3:12",
"serialNumber": "54db8a610e1ae484488e59d766c8e967"
}
}
},
"Request Headers": {
"__tenant": "d1be844b-d3a2-031a-f036-39f5d4380239",
"authorization": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkU3QjM2NDQzODYyOTlDNEIyRkJBQzdBNDEwMTU3QTI4OEYwNEQyMjIiLCJ4NXQiOiI1N05rUTRZcG5Fc3Z1c2VrRUJWNktJOEUwaUkiLCJ0eXAiOiJhdCtqd3QifQ.eyJvaV9wcnN0IjoiTGl0bXVzX0FwcCIsImNsaWVudF9pZCI6IkxpdG11c19BcHAiLCJvaV90a25faWQiOiIzYTA5MTk1NC1jNjc4LTZkOTktYjY4OC1mYzAyYTdjMjhjOTQiLCJhdWQiOlsiSW52b2ljZU1hbmFnZW1lbnQiLCJQcm9maWxlTWFuYWdlbWVudCIsIkxpdG11cyIsIkZpbmFuY2VNYW5hZ2VtZW50Il0sInNjb3BlIjoiTGl0bXVzIFByb2ZpbGVNYW5hZ2VtZW50IEludm9pY2VNYW5hZ2VtZW50IEZpbmFuY2VNYW5hZ2VtZW50IiwiZXhwIjoxNjc1MTYwOTAyLCJpc3MiOiJodHRwczovL2xvY2FsaG9zdDo0NDM1MC8iLCJpYXQiOjE2NzUxNTczMDJ9.DoMOTnlauvaJmirTZIeSpkqBIwC_ECAvcDFPIGwVkY5JpoGi9QiqWEl97V9ZVP2W9zWoFuP1sq4AmJpsK0Y0LV0EEvQ4tC0m7Sa0fFOL07EdOBEQGQ6nZKW2f3JGK2KcOYv70apfYpHYeMaI-PqIdBDf1v39ol-XIMBA3TrrX3GH5QbP4eaCDeRrkDu_b99MvG6mlE1sNKXv0wiuvUqYI-m-hRllckkunTC3DFnuGnxhpx8SDE-qO5GSP_6F7zjPX6GUWERbJxtPi4r_gbkPhafAc-Hqpl5T0HJJ9QQtT_7QFiggIaNTDgNo6_D4M3MZPTjdy5xMZJSPPvOuaSjj8A",
"user-agent": "PostmanRuntime/7.29.2",
"accept": "/",
"postman-token": "95458351-9080-4391-a2e6-c4395b712fac",
"host": "localhost:44398",
"accept-encoding": "gzip, deflate, br",
"connection": "keep-alive",
"cookie": ".AspNetCore.Culture=c%3Den%7Cuic%3Den; XSRF-TOKEN=CfDJ8LkKwIhE9l1Op8RmeXCaxtvblA6C4CruxDGG84X3F3SnBANb3Y6Kml-xQqW_tEAmytAhFECPZ_yJpcLlkPO6mLBx5b82t6T8JJBNU9o5Imc-2DRmkAODcSJJWLxc3mPl3E6capDpHbRXJGwGC1zERzCCmPThBJRb5dj_4cSw0zQ3yVNC2tNrK-f4GXw5Xaq3Sw; __tenant=d1be844b-d3a2-031a-f036-39f5d4380239"
},
"Response Headers": {
"cache-control": "no-cache, no-store",
"transfer-encoding": "chunked",
"server": "Microsoft-IIS/10.0",
"x-xss-protection": "1; mode=block",
"x-content-type-options": "nosniff",
"x-frame-options": "SAMEORIGIN",
"set-cookie": "__tenant=d1be844b-d3a2-031a-f036-39f5d4380239; expires=Mon, 31 Jan 2033 09:29:51 GMT; path=/",
"x-correlation-id": "6efac1ce54f24e8b9d2301d3c668d1b6",
"x-powered-by": "ASP.NET",
"date": "Tue, 31 Jan 2023 09:29:51 GMT"
}
} -
0
hi
What are request logs in
Logs.txt
? -
0
[15:47:15 INF] [] User profile is available. Using '"C:\Users\venkat.bandaru\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest.
[15:47:15 INF] [] Loaded ABP modules:
[15:47:15 INF] [] - SCV.Litmus.ProfileManagement.ProfileManagementHttpApiHostModule
[15:47:15 INF] [] - SCV.Litmus.ProfileManagement.ProfileManagementApplicationModule
[15:47:15 INF] [] - SCV.Litmus.ProfileManagement.ProfileManagementDomainModule
[15:47:15 INF] [] - SCV.Litmus.ProfileManagement.ProfileManagementDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.Validation.AbpValidationModule
[15:47:15 INF] [] - Volo.Abp.Validation.AbpValidationAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.Localization.AbpLocalizationModule
[15:47:15 INF] [] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
[15:47:15 INF] [] - Volo.Abp.Settings.AbpSettingsModule
[15:47:15 INF] [] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.Security.AbpSecurityModule
[15:47:15 INF] [] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
[15:47:15 INF] [] - Volo.Abp.Data.AbpDataModule
[15:47:15 INF] [] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
[15:47:15 INF] [] - Volo.Abp.Uow.AbpUnitOfWorkModule
[15:47:15 INF] [] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.Identity.AbpIdentityDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.Users.AbpUsersDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.Features.AbpFeaturesModule
[15:47:15 INF] [] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule
[15:47:15 INF] [] - Volo.Saas.SaasDomainSharedModule
[15:47:15 INF] [] - Volo.Payment.AbpPaymentDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.Domain.AbpDddDomainModule
[15:47:15 INF] [] - Volo.Abp.Auditing.AbpAuditingModule
[15:47:15 INF] [] - Volo.Abp.Json.AbpJsonModule
[15:47:15 INF] [] - Volo.Abp.Timing.AbpTimingModule
[15:47:15 INF] [] - Volo.Abp.Threading.AbpThreadingModule
[15:47:15 INF] [] - Volo.Abp.Auditing.AbpAuditingContractsModule
[15:47:15 INF] [] - Volo.Abp.EventBus.AbpEventBusModule
[15:47:15 INF] [] - Volo.Abp.Guids.AbpGuidsModule
[15:47:15 INF] [] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
[15:47:15 INF] [] - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
[15:47:15 INF] [] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
[15:47:15 INF] [] - Volo.Abp.Specifications.AbpSpecificationsModule
[15:47:15 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
[15:47:15 INF] [] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainSharedModule
[15:47:15 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
[15:47:15 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule
[15:47:15 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule
[15:47:15 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.AutoMapper.AbpAutoMapperModule
[15:47:15 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule
[15:47:15 INF] [] - Volo.Abp.Caching.AbpCachingModule
[15:47:15 INF] [] - Volo.Abp.Serialization.AbpSerializationModule
[15:47:15 INF] [] - Volo.Abp.Identity.AbpIdentityProDomainModule
[15:47:15 INF] [] - Volo.Abp.Identity.AbpIdentityDomainModule
[15:47:15 INF] [] - Volo.Abp.Users.AbpUsersDomainModule
[15:47:15 INF] [] - Volo.Abp.Users.AbpUsersAbstractionModule
[15:47:15 INF] [] - Volo.Abp.Ldap.AbpLdapModule
[15:47:15 INF] [] - Volo.Abp.Gdpr.AbpGdprAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
[15:47:15 INF] [] - Volo.Abp.Authorization.AbpAuthorizationModule
[15:47:15 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictDomainModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.OpenIddict.AbpPermissionManagementDomainOpenIddictModule
[15:47:15 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
[15:47:15 INF] [] - Volo.Saas.SaasDomainModule
[15:47:15 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainModule
[15:47:15 INF] [] - Volo.Abp.TextTemplating.AbpTextTemplatingModule
[15:47:15 INF] [] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule
[15:47:15 INF] [] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule
[15:47:15 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainModule
[15:47:15 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementDomainModule
[15:47:15 INF] [] - Volo.Abp.Commercial.SuiteTemplates.VoloAbpCommercialSuiteTemplatesModule
[15:47:15 INF] [] - Volo.Abp.Emailing.AbpEmailingModule
[15:47:15 INF] [] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainModule
[15:47:15 INF] [] - Volo.Abp.BlobStoring.AbpBlobStoringModule
[15:47:15 INF] [] - SCV.Litmus.ProfileManagement.ProfileManagementApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.Application.AbpDddApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationContractsModule
[15:47:15 INF] [] - Volo.Saas.Host.SaasHostApplicationContractsModule
[15:47:15 INF] [] - Volo.Payment.AbpPaymentApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictProApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountPublicApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountAdminApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementApplicationContractsModule
[15:47:15 INF] [] - Volo.Abp.Identity.AbpIdentityApplicationModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule
[15:47:15 INF] [] - Volo.Abp.Application.AbpDddApplicationModule
[15:47:15 INF] [] - Volo.Abp.Http.AbpHttpAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementApplicationModule
[15:47:15 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementApplicationModule
[15:47:15 INF] [] - Volo.Saas.Host.SaasHostApplicationModule
[15:47:15 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingApplicationModule
[15:47:15 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictProApplicationModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountPublicApplicationModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountSharedApplicationModule
[15:47:15 INF] [] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
[15:47:15 INF] [] - Volo.Abp.UI.AbpUiModule
[15:47:15 INF] [] - Volo.Abp.Sms.AbpSmsModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountAdminApplicationModule
[15:47:15 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementApplicationModule
[15:47:15 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementApplicationModule
[15:47:15 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementApplicationModule
[15:47:15 INF] [] - Volo.Abp.FluentValidation.AbpFluentValidationModule
[15:47:15 INF] [] - SCV.Litmus.ProfileManagement.EntityFrameworkCore.ProfileManagementEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityProEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.OpenIddict.EntityFrameworkCore.AbpOpenIddictEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.EntityFrameworkCore.PostgreSql.AbpEntityFrameworkCorePostgreSqlModule
[15:47:15 INF] [] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementEntityFrameworkCoreModule
[15:47:15 INF] [] - Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDatabaseEntityFrameworkCoreModule
[15:47:15 INF] [] - SCV.Litmus.ProfileManagement.ProfileManagementHttpApiModule
[15:47:15 INF] [] - Volo.Abp.Identity.AbpIdentityHttpApiModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
[15:47:15 INF] [] - Volo.Abp.Http.AbpHttpModule
[15:47:15 INF] [] - Volo.Abp.Minify.AbpMinifyModule
[15:47:15 INF] [] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
[15:47:15 INF] [] - Volo.Abp.PermissionManagement.HttpApi.AbpPermissionManagementHttpApiModule
[15:47:15 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementHttpApiModule
[15:47:15 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementHttpApiModule
[15:47:15 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingHttpApiModule
[15:47:15 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictProHttpApiModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountAdminHttpApiModule
[15:47:15 INF] [] - Volo.Abp.Account.AbpAccountPublicHttpApiModule
[15:47:15 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementHttpApiModule
[15:47:15 INF] [] - Volo.Saas.Host.SaasHostHttpApiModule
[15:47:15 INF] [] - Volo.Abp.LeptonTheme.LeptonThemeManagementHttpApiModule
[15:47:15 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementHttpApiModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
[15:47:15 INF] [] - Volo.Abp.Autofac.AbpAutofacModule
[15:47:15 INF] [] - Volo.Abp.Castle.AbpCastleCoreModule
[15:47:15 INF] [] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
[15:47:15 INF] [] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule
[15:47:15 INF] [] - Volo.Abp.AspNetCore.SignalR.AbpAspNetCoreSignalRModule
[15:47:15 INF] [] - Volo.Abp.Swashbuckle.AbpSwashbuckleModule -
0
[15:47:15 INF] [] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
[15:47:15 DBG] [] Started background worker: Volo.Abp.BackgroundJobs.BackgroundJobWorker
[15:47:15 DBG] [] Started background worker: Volo.Abp.OpenIddict.Tokens.TokenCleanupBackgroundWorker
[15:47:17 INF] [] Initialized all ABP modules.
[15:47:17 INF] [] Application started. Press Ctrl+C to shut down.
[15:47:17 INF] [] Hosting environment: "Development"
[15:47:17 INF] [] Content root path: "C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.ProfileManagement.HttpApi.Host"
[15:47:17 INF] [] Request starting HTTP/2 GET https://localhost:44398/ - -
[15:47:21 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:21 INF] [] Entity Framework Core "6.0.5" initialized '"LanguageManagementDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:25 INF] [] Executed DbCommand ("160"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:47:25 INF] [] Executed DbCommand ("160"ms) [Parameters=["@__ef_filter__p_0='?' (DbType = Boolean), @__cQmOofrdg_0='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."CreatorId", a."CultureName", a."DeleterId", a."DeletionTime", a."DisplayName", a."ExtraProperties", a."FlagIcon", a."IsDeleted", a."IsEnabled", a."LastModificationTime", a."LastModifierId", a."UiCultureName"
FROM "AbpLanguages" AS a
WHERE (@__ef_filter__p_0 OR NOT (a."IsDeleted")) AND (a."IsEnabled" = @__cQmOofrdg_0)"
[15:47:25 INF] [null] Executing endpoint '"SCV.Litmus.ProfileManagement.Controllers.HomeController.Index (SCV.Litmus.ProfileManagement.HttpApi.Host)"'
[15:47:25 INF] [null] Route matched with "{action = "Index", controller = "Home", area = "", page = ""}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult Index()" on controller "SCV.Litmus.ProfileManagement.Controllers.HomeController" ("SCV.Litmus.ProfileManagement.HttpApi.Host").
[15:47:25 INF] [null] Executing RedirectResult, redirecting to "/swagger".
[15:47:25 INF] [null] Executed action "SCV.Litmus.ProfileManagement.Controllers.HomeController.Index (SCV.Litmus.ProfileManagement.HttpApi.Host)" in 30.2306ms
[15:47:25 INF] [null] Executed endpoint '"SCV.Litmus.ProfileManagement.Controllers.HomeController.Index (SCV.Litmus.ProfileManagement.HttpApi.Host)"'
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/ - - - 302 - - 8426.4641ms
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/swagger - -
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/swagger - - - 301 - - 5.4721ms
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/swagger/index.html - -
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/swagger/index.html - - - 200 - text/html;charset=utf-8 144.5484ms
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/swagger/swagger-ui-bundle.js - -
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/swagger/swagger-ui-standalone-preset.js - -
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/_framework/aspnetcore-browser-refresh.js - -
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/swagger/swagger-ui.css - -
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/_framework/aspnetcore-browser-refresh.js - - - 200 12052 application/javascript;+charset=utf-8 4.0819ms
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/_vs/browserLink - -
[15:47:26 INF] [] Sending file. Request path: '"/swagger-ui-standalone-preset.js"'. Physical path: '"N/A"'
[15:47:26 INF] [] Sending file. Request path: '"/swagger-ui.css"'. Physical path: '"N/A"'
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/swagger/swagger-ui.css - - - 200 143943 text/css 17.4072ms
[15:47:26 INF] [] Sending file. Request path: '"/swagger-ui-bundle.js"'. Physical path: '"N/A"'
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/swagger/swagger-ui-standalone-preset.js - - - 200 339486 application/javascript 33.4107ms
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 100.7763ms
[15:47:26 INF] [] Request finished HTTP/2 GET https://localhost:44398/swagger/swagger-ui-bundle.js - - - 200 1095087 application/javascript 129.8498ms
[15:47:26 INF] [] Request starting HTTP/2 GET https://localhost:44398/swagger/v1/swagger.json - -
[15:47:28 INF] [] Request finished HTTP/2 GET https://localhost:44398/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 1990.7605ms
[15:47:30 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:30 INF] [] Executed DbCommand ("81"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:47:35 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:35 INF] [] Executed DbCommand ("70"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:47:40 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:40 INF] [] Executed DbCommand ("69"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:47:45 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:46 INF] [] Executed DbCommand ("78"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:47:51 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:51 INF] [] Executed DbCommand ("74"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:47:56 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:47:56 INF] [] Executed DbCommand ("72"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:48:01 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:01 INF] [] Executed DbCommand ("71"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:48:06 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:06 INF] [] Executed DbCommand ("67"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:48:11 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery " -
0
[15:48:11 INF] [] Executed DbCommand ("67"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:48:16 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:16 INF] [] Executed DbCommand ("66"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:48:20 INF] [] Request starting HTTP/1.1 GET https://localhost:44398/profile/api/ProfileManagement/supplier/getSupplierByStatus?maxResultCount=10&financingModelId=0&skipCount=0&sorting=supplierName%20asc&supplierStatus=1&isDynamicDiscounting=false - -
[15:48:20 INF] [] Successfully validated the token.
[15:48:20 INF] [Lenovo] Executing endpoint '"SCV.Litmus.ProfileManagement.Suppliers.SupplierController.GetSupplierByStatusAsync (SCV.Litmus.ProfileManagement.HttpApi)"'
[15:48:20 INF] [Lenovo] Route matched with "{action = "GetSupplierByStatus", controller = "Supplier", area = "", page = ""}". Executing controller action with signature "System.Threading.Tasks.Task1[Volo.Abp.Application.Dtos.PagedResultDto
1[SCV.Litmus.ProfileManagement.Suppliers.ManageSupplierDto]] GetSupplierByStatusAsync(SCV.Litmus.ProfileManagement.Suppliers.GetSupplierInputDto)" on controller "SCV.Litmus.ProfileManagement.Suppliers.SupplierController" ("SCV.Litmus.ProfileManagement.HttpApi").
[15:48:21 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:21 INF] [] Executed DbCommand ("68"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:48:23 DBG] [Lenovo] PermissionStore.GetCacheItemAsync: pn:C,pk:Litmus_App,n:APProfileManagement.Supplier.ViewAll
[15:48:23 DBG] [Lenovo] Not found in the cache: pn:C,pk:Litmus_App,n:APProfileManagement.Supplier.ViewAll
[15:48:23 DBG] [Lenovo] Getting all granted permissions from the repository for this provider name,key: C,Litmus_App
[15:48:23 INF] [Lenovo] Entity Framework Core "6.0.5" initialized '"PermissionManagementDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:23 INF] [Lenovo] Executed DbCommand ("68"ms) [Parameters=["@__ef_filter__p_0='?' (DbType = Boolean), @__providerName_0='?', @__providerKey_1='?'"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."Name", a."ProviderKey", a."ProviderName", a."TenantId"
FROM "AbpPermissionGrants" AS a
WHERE (@__ef_filter__p_0 OR ((a."TenantId" IS NULL))) AND ((a."ProviderName" = @__providerName_0) AND (a."ProviderKey" = @__providerKey_1))"
[15:48:23 DBG] [Lenovo] Setting the cache items. Count: 149
[15:48:23 DBG] [Lenovo] Finished setting the cache items. Count: 149
[15:48:23 INF] [Lenovo] Authorization failed. "These requirements were not met:
PermissionRequirement: APProfileManagement.Supplier.ViewAll"
[15:48:23 INF] [Lenovo] Entity Framework Core "6.0.5" initialized '"LanguageManagementDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:26 INF] [Lenovo] Executed DbCommand ("76"ms) [Parameters=["@__ef_filter__p_0='?' (DbType = Boolean), @__ef_filter__CurrentTenantId_1='?' (DbType = Guid), @__odXYj51A7_0='?', @__qhrhubvf5_1='?'"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."CreationTime", a."CreatorId", a."CultureName", a."LastModificationTime", a."LastModifierId", a."Name", a."ResourceName", a."TenantId", a."Value"
FROM "AbpLanguageTexts" AS a
WHERE (@__ef_filter__p_0 OR (a."TenantId" = @__ef_filter__CurrentTenantId_1)) AND ((a."ResourceName" = @__odXYj51A7_0) AND (a."CultureName" = @__qhrhubvf5_1))"
[15:48:26 WRN] [Lenovo] ---------- RemoteServiceErrorInfo ----------
{
"code": "Volo.Authorization:010001",
"message": "Authorization failed! Given policy has not granted.",
"details": null,
"data": {},
"validationErrors": null
}[15:48:26 WRN] [Lenovo] Exception of type 'Volo.Abp.Authorization.AbpAuthorizationException' was thrown.
Volo.Abp.Authorization.AbpAuthorizationException: Exception of type 'Volo.Abp.Authorization.AbpAuthorizationException' was thrown.
at Microsoft.AspNetCore.Authorization.AbpAuthorizationServiceExtensions.CheckAsync(IAuthorizationService authorizationService, AuthorizationPolicy policy)
at Volo.Abp.Authorization.MethodInvocationAuthorizationService.CheckAsync(MethodInvocationAuthorizationContext context)
at Volo.Abp.Authorization.AuthorizationInterceptor.AuthorizeAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Authorization.AuthorizationInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func
3 proceed)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.GlobalFeatures.GlobalFeatureInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter
1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue
1.ProceedAsync()
at Volo.Abp.Auditing.AuditingInterceptor.ProceedByLoggingAsync(IAbpMethodInvocation invocation, IAuditingHelper auditingHelper, IAuditLogScope auditLogScope)
at Volo.Abp.Auditing.AuditingInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func
3 proceed)
at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo)
at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.ProceedAsync() at Volo.Abp.Validation.ValidationInterceptor.InterceptAsync(IAbpMethodInvocation invocation) at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter
1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func3 proceed) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue
1.ProceedAsync()
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func
3 proceed)
at lambda_method2217(Closure , Object )
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
[15:48:26 WRN] [Lenovo] Code:Volo.Authorization:010001
[15:48:26 INF] [Lenovo] AuthenticationScheme: "Bearer" was forbidden.
[15:48:26 INF] [Lenovo] Executed action "SCV.Litmus.ProfileManagement.Suppliers.SupplierController.GetSupplierByStatusAsync (SCV.Litmus.ProfileManagement.HttpApi)" in 5671.7128ms
[15:48:26 INF] [Lenovo] Executed endpoint '"SCV.Litmus.ProfileManagement.Suppliers.SupplierController.GetSupplierByStatusAsync (SCV.Litmus.ProfileManagement.HttpApi)"'
[15:48:26 INF] [Lenovo] Entity Framework Core "6.0.5" initialized '"AbpAuditLoggingDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:26 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:26 INF] [Lenovo] Executed DbCommand ("72"ms) [Parameters=["@p0='?' (DbType = Guid), @p1='?', @p2='?', @p3='?', @p4='?', @p5='?', @p6='?', @p7='?', @p8='?', @p9='?', @p10='?' (DbType = Int32), @p11='?' (DbType = DateTime), @p12='?', @p13='?', @p14='?' (DbType = Int32), @p15='?' (DbType = Guid), @p16='?', @p17='?' (DbType = Guid), @p18='?', @p19='?' (DbType = Guid), @p20='?', @p21='?', @p22='?' (DbType = Guid), @p23='?'"], CommandType='Text', CommandTimeout='30']"
""INSERT INTO "AbpAuditLogs" ("Id", "ApplicationName", "BrowserInfo", "ClientId", "ClientIpAddress", "ClientName", "Comments", "ConcurrencyStamp", "CorrelationId", "Exceptions", "ExecutionDuration", "ExecutionTime", "ExtraProperties", "HttpMethod", "HttpStatusCode", "ImpersonatorTenantId", "ImpersonatorTenantName", "ImpersonatorUserId", "ImpersonatorUserName", "TenantId", "TenantName", "Url", "UserId", "UserName")
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12, @p13, @p14, @p15, @p16, @p17, @p18, @p19, @p20, @p21, @p22, @p23);"
[15:48:26 INF] [] Executed DbCommand ("65"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1"
[15:48:26 INF] [Lenovo] Executed DbCommand ("66"ms) [Parameters=["@p24='?' (DbType = Guid), @p25='?' (DbType = Guid), @p26='?' (DbType = Int32), @p27='?' (DbType = DateTime), @p28='?', @p29='?', @p30='?', @p31='?', @p32='?' (DbType = Guid), @p33='?' (DbType = Guid), @p34='?' (DbType = Guid), @p35='?' (DbType = Int32), @p36='?' (DbType = DateTime), @p37='?', @p38='?', @p39='?', @p40='?', @p41='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""INSERT INTO "AbpAuditLogActions" ("Id", "AuditLogId", "ExecutionDuration", "ExecutionTime", "ExtraProperties", "MethodName", "Parameters", "ServiceName", "TenantId")
VALUES (@p24, @p25, @p26, @p27, @p28, @p29, @p30, @p31, @p32);
INSERT INTO "AbpAuditLogActions" ("Id", "AuditLogId", "ExecutionDuration", "ExecutionTime", "ExtraProperties", "MethodName", "Parameters", "ServiceName", "TenantId")
VALUES (@p33, @p34, @p35, @p36, @p37, @p38, @p39, @p40, @p41);"
[15:48:26 DBG] [Lenovo] Added 0 entity changes to the current audit log
[15:48:26 DBG] [Lenovo] Added 0 entity changes to the current audit log
[15:48:26 INF] [] Request finished HTTP/1.1 GET https://localhost:44398/profile/api/ProfileManagement/supplier/getSupplierByStatus?maxResultCount=10&financingModelId=0&skipCount=0&sorting=supplierName%20asc&supplierStatus=1&isDynamicDiscounting=false - - - 403 - - 6356.7301ms
[15:48:31 INF] [] Entity Framework Core "6.0.5" initialized '"BackgroundJobsDbContext"' using provider '"Npgsql.EntityFrameworkCore.PostgreSQL":"6.0.2+854d2438884c0bf3a4ba8ccde2c47f7ba1ea3a4c"' with options: "QuerySplittingBehavior=SplitQuery "
[15:48:31 INF] [] Executed DbCommand ("68"ms) [Parameters=["@__now_0='?' (DbType = DateTime), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT a."Id", a."ConcurrencyStamp", a."CreationTime", a."ExtraProperties", a."IsAbandoned", a."JobArgs", a."JobName", a."LastTryTime", a."NextTryTime", a."Priority", a."TryCount"
FROM "AbpBackgroundJobs" AS a
WHERE NOT (a."IsAbandoned") AND (a."NextTryTime" <= @__now_0)
ORDER BY a."Priority" DESC, a."TryCount", a."NextTryTime"
LIMIT @__p_1" -
0
hi
[15:48:26 INF] [Lenovo] AuthenticationScheme: "Bearer" was forbidden.
What about AuthServer's logs?
The roles seem to be missing in the token. Have you passed the roles in your scope?
-
0
hi
[15:48:26 INF] [Lenovo] AuthenticationScheme: "Bearer" was forbidden.
What about AuthServer's logs?
The roles seem to be missing in the token. Have you passed the roles in your scope?
**
roles means, only the word "roles" need to include or the names from Abproles table should include, please clarify on this.. -
0
Auth Server Logs:
[10:32:33 INF] [] User profile is available. Using '"C:\Users\venkat.bandaru\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest.
[10:32:33 INF] [] Loaded ABP modules:
[10:32:33 INF] [] - SCV.Litmus.LitmusIdentityServerModule
[10:32:33 INF] [] - Volo.Abp.Autofac.AbpAutofacModule
[10:32:33 INF] [] - Volo.Abp.Castle.AbpCastleCoreModule
[10:32:33 INF] [] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
[10:32:33 INF] [] - Volo.Abp.Caching.AbpCachingModule
[10:32:33 INF] [] - Volo.Abp.Threading.AbpThreadingModule
[10:32:33 INF] [] - Volo.Abp.Serialization.AbpSerializationModule
[10:32:33 INF] [] - Volo.Abp.Uow.AbpUnitOfWorkModule
[10:32:33 INF] [] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
[10:32:33 INF] [] - Volo.Abp.Data.AbpDataModule
[10:32:33 INF] [] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
[10:32:33 INF] [] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.Validation.AbpValidationAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.Security.AbpSecurityModule
[10:32:33 INF] [] - Volo.Abp.Json.AbpJsonModule
[10:32:33 INF] [] - Volo.Abp.Timing.AbpTimingModule
[10:32:33 INF] [] - Volo.Abp.Localization.AbpLocalizationModule
[10:32:33 INF] [] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
[10:32:33 INF] [] - Volo.Abp.Settings.AbpSettingsModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
[10:32:33 INF] [] - Volo.Abp.Auditing.AbpAuditingModule
[10:32:33 INF] [] - Volo.Abp.Auditing.AbpAuditingContractsModule
[10:32:33 INF] [] - Volo.Abp.Http.AbpHttpModule
[10:32:33 INF] [] - Volo.Abp.Http.AbpHttpAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.Minify.AbpMinifyModule
[10:32:33 INF] [] - Volo.Abp.Authorization.AbpAuthorizationModule
[10:32:33 INF] [] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.Validation.AbpValidationModule
[10:32:33 INF] [] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
[10:32:33 INF] [] - Volo.Abp.Account.Web.AbpAccountPublicWebOpenIddictModule
[10:32:33 INF] [] - Volo.Abp.Account.Public.Web.AbpAccountPublicWebModule
[10:32:33 INF] [] - Volo.Abp.AutoMapper.AbpAutoMapperModule
[10:32:33 INF] [] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
[10:32:33 INF] [] - Volo.Abp.Emailing.AbpEmailingModule
[10:32:33 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.TextTemplating.AbpTextTemplatingModule
[10:32:33 INF] [] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule
[10:32:33 INF] [] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule
[10:32:33 INF] [] - Volo.Abp.Sms.AbpSmsModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial.AbpAspNetCoreMvcUiThemeCommercialModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
[10:32:33 INF] [] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
[10:32:33 INF] [] - Volo.Abp.Application.AbpDddApplicationContractsModule
[10:32:33 INF] [] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
[10:32:33 INF] [] - Volo.Abp.UI.AbpUiModule
[10:32:33 INF] [] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
[10:32:33 INF] [] - Volo.Abp.Application.AbpDddApplicationModule
[10:32:33 INF] [] - Volo.Abp.Domain.AbpDddDomainModule
[10:32:33 INF] [] - Volo.Abp.EventBus.AbpEventBusModule
[10:32:33 INF] [] - Volo.Abp.Guids.AbpGuidsModule
[10:32:33 INF] [] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
[10:32:33 INF] [] - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.Specifications.AbpSpecificationsModule
[10:32:33 INF] [] - Volo.Abp.Features.AbpFeaturesModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
[10:32:33 INF] [] - Volo.Abp.Identity.AbpIdentityProDomainModule
[10:32:33 INF] [] - Volo.Abp.Identity.AbpIdentityDomainModule
[10:32:33 INF] [] - Volo.Abp.Identity.AbpIdentityDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.Users.AbpUsersDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.Users.AbpUsersDomainModule
[10:32:33 INF] [] - Volo.Abp.Users.AbpUsersAbstractionModule
[10:32:33 INF] [] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.Ldap.AbpLdapModule
[10:32:33 INF] [] - Volo.Abp.Gdpr.AbpGdprAbstractionsModule
[10:32:33 INF] [] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule
[10:32:33 INF] [] - Volo.Abp.Account.AbpAccountPublicApplicationContractsModule
[10:32:33 INF] [] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule
[10:32:33 INF] [] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule
[10:32:33 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule
[10:32:33 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule
[10:32:33 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictDomainModule
[10:32:33 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.AbpAspNetCoreMvcUiLeptonThemeModule
[10:32:33 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
[10:32:33 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.Account.AbpAccountPublicApplicationModule
[10:32:33 INF] [] - Volo.Abp.Account.AbpAccountSharedApplicationModule
[10:32:33 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
[10:32:33 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.BlobStoring.AbpBlobStoringModule
[10:32:33 INF] [] - SCV.Litmus.EntityFrameworkCore.LitmusEntityFrameworkCoreDbMigrationsModule
[10:32:33 INF] [] - SCV.Litmus.EntityFrameworkCore.LitmusEntityFrameworkCoreModule
[10:32:33 INF] [] - SCV.Litmus.LitmusDomainModule
[10:32:33 INF] [] - SCV.Litmus.LitmusDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule
[10:32:33 INF] [] - Volo.Saas.SaasDomainSharedModule
[10:32:33 INF] [] - Volo.Payment.AbpPaymentDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainSharedModule
[10:32:33 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
[10:32:33 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule
[10:32:33 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule
[10:32:33 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule
[10:32:33 INF] [] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule
[10:32:33 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
[10:32:33 INF] [] - Volo.Abp.PermissionManagement.OpenIddict.AbpPermissionManagementDomainOpenIddictModule
[10:32:33 INF] [] - Volo.Saas.SaasDomainModule
[10:32:33 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainModule
[10:32:33 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainModule
[10:32:33 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementDomainModule
[10:32:33 INF] [] - Volo.Abp.Commercial.SuiteTemplates.VoloAbpCommercialSuiteTemplatesModule
[10:32:33 INF] [] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainModule
[10:32:33 INF] [] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityProEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.OpenIddict.EntityFrameworkCore.AbpOpenIddictEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.EntityFrameworkCore.PostgreSql.AbpEntityFrameworkCorePostgreSqlModule
[10:32:33 INF] [] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementEntityFrameworkCoreModule
[10:32:33 INF] [] - Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDatabaseEntityFrameworkCoreModule
[10:32:33 DBG] [] Started background worker: Volo.Abp.OpenIddict.Tokens.TokenCleanupBackgroundWorker
[10:32:34 INF] [] Initialized all ABP modules.
[10:32:34 INF] [] Application started. Press Ctrl+C to shut down.
[10:32:34 INF] [] Hosting environment: "Development"
[10:32:34 INF] [] Content root path: "C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer"
[10:32:34 INF] [] Request starting HTTP/2 GET https://localhost:44350/ - -
[10:33:00 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost".
[10:33:00 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType".
[10:33:00 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType".
[10:33:00 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement".
[10:33:00 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost".
[10:33:00 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromAuthorizationHeader".
[10:33:00 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromBodyForm".
[10:33:00 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromQueryString".
[10:33:00 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken".
[10:33:00 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was marked as rejected by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken".
[10:33:00 DBG] [null] AuthenticationScheme: "OpenIddict.Validation.AspNetCore" was not authenticated.
[10:33:00 INF] [null] Executing endpoint '"/Index"'
[10:33:00 INF] [null] Route matched with "{page = "/Index", action = "", controller = "", area = ""}". Executing page "/Index"
[10:33:00 INF] [null] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy -
0
[10:33:00 INF] [null] Executing handler method "SCV.Litmus.Pages.IndexModel.OnGetAsync" - ModelState is Valid
[10:33:00 ERR] [null] Failed executing DbCommand ("1"ms) [Parameters=["@__ef_filter__p_0='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""SELECT o."Id", o."ClientId", o."ClientSecret", o."ClientUri", o."ConcurrencyStamp", o."ConsentType", o."CreationTime", o."CreatorId", o."DeleterId", o."DeletionTime", o."DisplayName", o."DisplayNames", o."ExtraProperties", o."IsDeleted", o."LastModificationTime", o."LastModifierId", o."LogoUri", o."Permissions", o."PostLogoutRedirectUris", o."Properties", o."RedirectUris", o."Requirements", o."Type"
FROM "OpenIddictApplications" AS o
WHERE @__ef_filter__p_0 OR NOT (o."IsDeleted")"
[10:33:00 ERR] [null] An exception occurred while iterating over the results of a query for context type '"Volo.Abp.OpenIddict.EntityFrameworkCore.OpenIddictDbContext"'."
""System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func
4 operation, Func4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable
1.AsyncEnumerator.MoveNextAsync()"
System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func
4 operation, Func4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable
1.AsyncEnumerator.MoveNextAsync()
[10:33:00 INF] [null] Executed page "/Index" in 255.2801ms
[10:33:00 INF] [null] Executed endpoint '"/Index"'
[10:33:01 DBG] [null] Added 0 entity changes to the current audit log
[10:33:01 DBG] [null] Added 0 entity changes to the current audit log
[10:33:01 DBG] [null] Added 0 entity changes to the current audit log
[10:33:01 DBG] [null] Added 0 entity changes to the current audit log
[10:33:01 ERR] [] An unhandled exception has occurred while executing the request.
System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func
4 operation, Func4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable
1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable1 source, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable
1 source, CancellationToken cancellationToken)
at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository2.GetListAsync(Boolean includeDetails, CancellationToken cancellationToken) at Castle.DynamicProxy.AsyncInterceptorBase.ProceedAsynchronous[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo) at Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue
1.ProceedAsync()
at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation)
at Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.InterceptAsync[TResult](IInvocation invocation, IInvocationProceedInfo proceedInfo, Func
3 proceed)
at SCV.Litmus.Pages.IndexModel.OnGetAsync() in C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\Pages\Index.cshtml.cs:line 30
at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.ExecutorFactory.NonGenericTaskHandlerMethod.Execute(Object receiver, Object[] arguments)
at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker.InvokeHandlerMethodAsync()
at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker.InvokeNextPageFilterAsync()
at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker.Rethrow(PageHandlerExecutedContext context)
at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker.InvokeInnerFilterAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ExceptionContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeNextResourceFilter()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Volo.Abp.AspNetCore.Auditing.AbpAuditingMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Builder.ApplicationBuilderAbpOpenIddictMiddlewareExtension.<>c__DisplayClass0_0.<<UseAbpOpenIddictValidation>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at SCV.Litmus.LogTenantNameMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\LogTenantNameMiddleware.cs:line 30
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Volo.Abp.AspNetCore.MultiTenancy.MultiTenancyMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at SCV.Litmus.Shared.DecryptHttpHeadersMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\shared\SCV.Litmus.Shared\Middleware\DecryptHttpHeadersMiddleware.cs:line 50
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at SCV.Litmus.Shared.DecryptHttpRequestMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\shared\SCV.Litmus.Shared\Middleware\DecryptHttpRequestMiddleware.cs:line 101
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at SCV.Litmus.LitmusIdentityServerModule.<>c.<<OnApplicationInitialization>b__3_1>d.MoveNext() in C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer\LitmusIdentityServerModule.cs:line 182
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.RequestLocalization.AbpRequestLocalizationMiddleware.InvokeAsync(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[10:33:02 INF] [] Request finished HTTP/2 GET https://localhost:44350/ - - - 500 - text/html;+charset=utf-8 27202.4694ms
[10:37:03 INF] [] User profile is available. Using '"C:\Users\venkat.bandaru\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest.
[10:37:03 INF] [] Loaded ABP modules:
[10:37:03 INF] [] - SCV.Litmus.LitmusIdentityServerModule
[10:37:03 INF] [] - Volo.Abp.Autofac.AbpAutofacModule
[10:37:03 INF] [] - Volo.Abp.Castle.AbpCastleCoreModule
[10:37:03 INF] [] - Volo.Abp.Caching.StackExchangeRedis.AbpCachingStackExchangeRedisModule
[10:37:03 INF] [] - Volo.Abp.Caching.AbpCachingModule
[10:37:03 INF] [] - Volo.Abp.Threading.AbpThreadingModule
[10:37:03 INF] [] - Volo.Abp.Serialization.AbpSerializationModule
[10:37:03 INF] [] - Volo.Abp.Uow.AbpUnitOfWorkModule
[10:37:03 INF] [] - Volo.Abp.MultiTenancy.AbpMultiTenancyModule
[10:37:03 INF] [] - Volo.Abp.Data.AbpDataModule -
0
[10:37:03 INF] [] - Volo.Abp.ObjectExtending.AbpObjectExtendingModule
[10:37:03 INF] [] - Volo.Abp.Localization.AbpLocalizationAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.Validation.AbpValidationAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.EventBus.Abstractions.AbpEventBusAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.Security.AbpSecurityModule
[10:37:03 INF] [] - Volo.Abp.Json.AbpJsonModule
[10:37:03 INF] [] - Volo.Abp.Timing.AbpTimingModule
[10:37:03 INF] [] - Volo.Abp.Localization.AbpLocalizationModule
[10:37:03 INF] [] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
[10:37:03 INF] [] - Volo.Abp.Settings.AbpSettingsModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Serilog.AbpAspNetCoreSerilogModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
[10:37:03 INF] [] - Volo.Abp.Auditing.AbpAuditingModule
[10:37:03 INF] [] - Volo.Abp.Auditing.AbpAuditingContractsModule
[10:37:03 INF] [] - Volo.Abp.Http.AbpHttpModule
[10:37:03 INF] [] - Volo.Abp.Http.AbpHttpAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.Minify.AbpMinifyModule
[10:37:03 INF] [] - Volo.Abp.Authorization.AbpAuthorizationModule
[10:37:03 INF] [] - Volo.Abp.Authorization.AbpAuthorizationAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.Validation.AbpValidationModule
[10:37:03 INF] [] - Volo.Abp.ExceptionHandling.AbpExceptionHandlingModule
[10:37:03 INF] [] - Volo.Abp.Account.Web.AbpAccountPublicWebOpenIddictModule
[10:37:03 INF] [] - Volo.Abp.Account.Public.Web.AbpAccountPublicWebModule
[10:37:03 INF] [] - Volo.Abp.AutoMapper.AbpAutoMapperModule
[10:37:03 INF] [] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
[10:37:03 INF] [] - Volo.Abp.Emailing.AbpEmailingModule
[10:37:03 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.TextTemplating.AbpTextTemplatingModule
[10:37:03 INF] [] - Volo.Abp.TextTemplating.Scriban.AbpTextTemplatingScribanModule
[10:37:03 INF] [] - Volo.Abp.TextTemplating.AbpTextTemplatingCoreModule
[10:37:03 INF] [] - Volo.Abp.Sms.AbpSmsModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.MultiTenancy.AbpAspNetCoreMultiTenancyModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial.AbpAspNetCoreMvcUiThemeCommercialModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
[10:37:03 INF] [] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcContractsModule
[10:37:03 INF] [] - Volo.Abp.Application.AbpDddApplicationContractsModule
[10:37:03 INF] [] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
[10:37:03 INF] [] - Volo.Abp.UI.AbpUiModule
[10:37:03 INF] [] - Volo.Abp.GlobalFeatures.AbpGlobalFeaturesModule
[10:37:03 INF] [] - Volo.Abp.Application.AbpDddApplicationModule
[10:37:03 INF] [] - Volo.Abp.Domain.AbpDddDomainModule
[10:37:03 INF] [] - Volo.Abp.EventBus.AbpEventBusModule
[10:37:03 INF] [] - Volo.Abp.Guids.AbpGuidsModule
[10:37:03 INF] [] - Volo.Abp.BackgroundWorkers.AbpBackgroundWorkersModule
[10:37:03 INF] [] - Volo.Abp.DistributedLocking.AbpDistributedLockingAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.Specifications.AbpSpecificationsModule
[10:37:03 INF] [] - Volo.Abp.Features.AbpFeaturesModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Widgets.AbpAspNetCoreMvcUiWidgetsModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
[10:37:03 INF] [] - Volo.Abp.Identity.AbpIdentityProDomainModule
[10:37:03 INF] [] - Volo.Abp.Identity.AbpIdentityDomainModule
[10:37:03 INF] [] - Volo.Abp.Identity.AbpIdentityDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.Users.AbpUsersDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.Users.AbpUsersDomainModule
[10:37:03 INF] [] - Volo.Abp.Users.AbpUsersAbstractionModule
[10:37:03 INF] [] - Volo.Abp.Identity.AbpIdentityProDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.Ldap.AbpLdapModule
[10:37:03 INF] [] - Volo.Abp.Gdpr.AbpGdprAbstractionsModule
[10:37:03 INF] [] - Volo.Abp.Identity.AspNetCore.AbpIdentityAspNetCoreModule
[10:37:03 INF] [] - Volo.Abp.Account.AbpAccountPublicApplicationContractsModule
[10:37:03 INF] [] - Volo.Abp.Account.AbpAccountSharedApplicationContractsModule
[10:37:03 INF] [] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule
[10:37:03 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule
[10:37:03 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule
[10:37:03 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictDomainModule
[10:37:03 INF] [] - Volo.Abp.OpenIddict.AbpOpenIddictDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.AbpAspNetCoreMvcUiLeptonThemeModule
[10:37:03 INF] [] - Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.AbpAspNetCoreMvcUiMultiTenancyModule
[10:37:03 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.Account.AbpAccountPublicApplicationModule
[10:37:03 INF] [] - Volo.Abp.Account.AbpAccountSharedApplicationModule
[10:37:03 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
[10:37:03 INF] [] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.BlobStoring.AbpBlobStoringModule
[10:37:03 INF] [] - SCV.Litmus.EntityFrameworkCore.LitmusEntityFrameworkCoreDbMigrationsModule
[10:37:03 INF] [] - SCV.Litmus.EntityFrameworkCore.LitmusEntityFrameworkCoreModule
[10:37:03 INF] [] - SCV.Litmus.LitmusDomainModule
[10:37:03 INF] [] - SCV.Litmus.LitmusDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementDomainSharedModule
[10:37:03 INF] [] - Volo.Saas.SaasDomainSharedModule
[10:37:03 INF] [] - Volo.Payment.AbpPaymentDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainSharedModule
[10:37:03 INF] [] - Volo.Abp.AuditLogging.AbpAuditLoggingDomainModule
[10:37:03 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsDomainModule
[10:37:03 INF] [] - Volo.Abp.BackgroundJobs.AbpBackgroundJobsModule
[10:37:03 INF] [] - Volo.Abp.FeatureManagement.AbpFeatureManagementDomainModule
[10:37:03 INF] [] - Volo.Abp.PermissionManagement.Identity.AbpPermissionManagementDomainIdentityModule
[10:37:03 INF] [] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
[10:37:03 INF] [] - Volo.Abp.PermissionManagement.OpenIddict.AbpPermissionManagementDomainOpenIddictModule
[10:37:03 INF] [] - Volo.Saas.SaasDomainModule
[10:37:03 INF] [] - Volo.Abp.TextTemplateManagement.TextTemplateManagementDomainModule
[10:37:03 INF] [] - Volo.Abp.LeptonTheme.Management.LeptonThemeManagementDomainModule
[10:37:03 INF] [] - Volo.Abp.LanguageManagement.LanguageManagementDomainModule
[10:37:03 INF] [] - Volo.Abp.Commercial.SuiteTemplates.VoloAbpCommercialSuiteTemplatesModule
[10:37:03 INF] [] - Volo.Abp.BlobStoring.Database.BlobStoringDatabaseDomainModule
[10:37:03 INF] [] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityProEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.OpenIddict.EntityFrameworkCore.AbpOpenIddictEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.EntityFrameworkCore.PostgreSql.AbpEntityFrameworkCorePostgreSqlModule
[10:37:03 INF] [] - Volo.Abp.BackgroundJobs.EntityFrameworkCore.AbpBackgroundJobsEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.FeatureManagement.EntityFrameworkCore.AbpFeatureManagementEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Saas.EntityFrameworkCore.SaasEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementEntityFrameworkCoreModule
[10:37:03 INF] [] - Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDatabaseEntityFrameworkCoreModule
[10:37:03 DBG] [] Started background worker: Volo.Abp.OpenIddict.Tokens.TokenCleanupBackgroundWorker
[10:37:06 INF] [] Initialized all ABP modules.
[10:37:06 INF] [] Application started. Press Ctrl+C to shut down.
[10:37:06 INF] [] Hosting environment: "Development"
[10:37:06 INF] [] Content root path: "C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\microservices\SCV.Litmus.IdentityServer"
[10:37:06 INF] [] Request starting HTTP/2 GET https://localhost:44350/ - -
[10:37:39 DBG] [] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+InferIssuerFromHost".
[10:37:39 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferEndpointType".
[10:37:39 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType".
[10:37:39 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement".
[10:37:39 DBG] [] The event "OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext" was successfully processed by "OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+InferIssuerFromHost".
[10:37:40 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromAuthorizationHeader".
[10:37:40 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromBodyForm".
[10:37:40 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromQueryString".
[10:37:40 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was successfully processed by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken".
[10:37:40 DBG] [null] The event "OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext" was marked as rejected by "OpenIddict.Validation.OpenIddictValidationHandlers+ValidateToken".
[10:37:40 DBG] [null] AuthenticationScheme: "OpenIddict.Validation.AspNetCore" was not authenticated.
[10:37:41 INF] [null] Executing endpoint '"/Index"'
[10:37:41 INF] [null] Route matched with "{page = "/Index", action = "", controller = "", area = ""}". Executing page "/Index"
[10:37:41 INF] [null] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy
[10:37:41 INF] [null] Executing handler method "SCV.Litmus.Pages.IndexModel.OnGetAsync" - ModelState is Valid
[10:37:47 INF] [null] Executed handler method "OnGetAsync", returned result "".
[10:37:47 INF] [null] Executing an implicit handler method - ModelState is Valid
[10:37:47 INF] [null] Executed an implicit handler method, returned result "Microsoft.AspNetCore.Mvc.RazorPages.PageResult".
[10:37:47 DBG] [null] Added 0 entity changes to the current audit log
[10:37:48 DBG] [null] Added 0 entity changes to the current audit log
[10:37:48 DBG] [null] Added 0 entity changes to the current audit log
[10:37:48 DBG] [null] Added 0 entity changes to the current audit log
[10:37:48 DBG] [null] Added bundle 'Lepton.Global' to the page in 36.97 ms.
[10:37:48 DBG] [null] Added bundle 'Lepton.Global' to the page in 17.31 ms.
[10:37:48 INF] [null] Executed page "/Index" in 7119.0504ms
[10:37:48 INF] [null] Executed endpoint '"/Index"' -
0
[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 -
0
[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 -
0
[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, -
0
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 -
0
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 -
0
-
Auth server Logs pasted above.
-
roles means, only the word "roles" need to include or the names from Abproles table should include, please clarify on this..
-
Could you please provide 10-15 mins working session to resolve all 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 -
-
0
hi
There is something wrong with your access_token.
Yours
Normal:
My Postman request:
grant_type:password client_id:MyProjectName_Web client_secret:1q2w3e* username:admin password:1q2w3E* scope:MyProjectName profile email address roles offline_access
-
0
What is your Token request info?
-
0
What is your Token request info?
Postman request
Request header with tenant id
-
0
hi
You're using the
client_credentials
grant_type.Are you sure? Or change it to
password
-
0
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?
-
0
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/
-
0
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/
-
UI is not yet ready with OpenIdDict, we need to test apis from postman as a time being.
-
if I sent request from Postman as below with username & password as admin & 1q2w3e*, getting below error. (grant type- password)
Could you please provide working session to resolve these issues?
-
-
0
password:1q2w3E*
working session will not help.