2025-05-20 02:49:46.5982||DEBUG|InstitutionService.Program|init main function 2025-05-20 02:49:47.3768|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 02:49:47.5390|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 02:49:47.5575|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 02:49:47.5575|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 02:49:47.5575|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 02:49:47.5769|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-05-20 02:49:47.5887|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-05-20 02:49:47.6704|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-05-20 02:49:47.6704|59|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2025-05-20 02:49:47.6704|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {4f9227b5-9448-4b63-8a73-e29aec4dc90b} with creation date 2025-05-20 01:49:47Z, activation date 2025-05-20 01:49:47Z, and expiration date 2025-08-18 01:49:47Z. 2025-05-20 02:49:47.6827|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {4f9227b5-9448-4b63-8a73-e29aec4dc90b} may be persisted to storage in unencrypted form. 2025-05-20 02:49:47.8858|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=1000 2025-05-20 02:49:47.9291|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 02:49:47.9638|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 02:49:47.9638|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 02:49:48.1699|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 02:49:48.2679|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 300.7146ms 2025-05-20 02:49:48.2679|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 02:49:48.2679|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 387.9707ms 200 application/json; charset=utf-8 2025-05-20 03:15:51.2102|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=1000 2025-05-20 03:15:51.2102|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 03:15:51.2102|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 03:15:51.2401|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 03:15:51.2401|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 03:15:51.2401|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 31.5734ms 2025-05-20 03:15:51.2401|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 03:15:51.2401|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 38.6998ms 200 application/json; charset=utf-8 2025-05-20 03:48:47.5968|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:40715/INSTITUTION/iisintegration 0 2025-05-20 03:48:47.5968|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0968ms 202 2025-05-20 05:50:20.4051||DEBUG|InstitutionService.Program|init main function 2025-05-20 05:50:21.1698|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 05:50:21.3455|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 05:50:21.3637|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 05:50:21.3637|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 05:50:21.3637|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 05:50:21.3823|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-05-20 05:50:21.3943|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-05-20 05:50:21.4717|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-05-20 05:50:21.4717|59|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2025-05-20 05:50:21.4812|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {b5309341-9900-4e6b-8a94-13c5e47ec0a2} with creation date 2025-05-20 04:50:21Z, activation date 2025-05-20 04:50:21Z, and expiration date 2025-08-18 04:50:21Z. 2025-05-20 05:50:21.4812|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {b5309341-9900-4e6b-8a94-13c5e47ec0a2} may be persisted to storage in unencrypted form. 2025-05-20 05:50:21.6975|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=50&Id=null&IsActive=true 2025-05-20 05:50:21.7342|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-05-20 05:50:21.7342|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 05:50:21.7694|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 05:50:21.7694|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 05:50:21.9482|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 05:50:22.0283|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 255.5529ms 2025-05-20 05:50:22.0299|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 05:50:22.0299|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 336.113ms 200 application/json; charset=utf-8 2025-05-20 05:50:23.6249|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=50&Id=114&IsActive=true 2025-05-20 05:50:23.6249|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-05-20 05:50:23.6249|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 05:50:23.6249|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 05:50:23.6559|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 05:50:23.6559|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 05:50:23.6559|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 32.0687ms 2025-05-20 05:50:23.6559|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 05:50:23.6559|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 38.1323ms 200 application/json; charset=utf-8 2025-05-20 05:50:40.4498|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=50&Id=114&IsActive=true 2025-05-20 05:50:40.4498|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-05-20 05:50:40.4498|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 05:50:40.4498|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 05:50:40.4498|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 05:50:40.4663|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 05:50:40.4663|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 10.5756ms 2025-05-20 05:50:40.4663|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 05:50:40.4663|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 18.4077ms 200 application/json; charset=utf-8 2025-05-20 06:07:14.4253|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:07:14.4253|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:07:14.4253|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:07:14.4253|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 8.1167ms 401 2025-05-20 06:07:49.1660|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:07:49.1660|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:07:49.1660|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:07:49.1660|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.6948ms 401 2025-05-20 06:07:57.3184|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/institution/api/Institution/GetInstitution 2025-05-20 06:07:57.3184|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:07:57.3184|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:07:57.3184|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.6849ms 401 2025-05-20 06:08:00.1861|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:08:00.2117|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 25.5248ms 404 2025-05-20 06:08:03.2378|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:08:03.2378|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:08:03.2378|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:08:03.2378|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.085ms 401 2025-05-20 06:08:20.1723|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:08:20.1723|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:08:20.1723|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:08:20.1723|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.692ms 401 2025-05-20 06:08:25.9494|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:08:25.9494|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9026ms 404 2025-05-20 06:08:33.6987|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:08:33.6987|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:08:33.6987|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:08:33.6987|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.6346ms 401 2025-05-20 06:08:41.9686|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:08:41.9686|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:08:41.9686|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:08:41.9686|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.5035ms 401 2025-05-20 06:08:51.2189|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:08:51.2202|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:08:51.2202|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:08:51.2202|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.18ms 401 2025-05-20 06:08:54.5779|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:08:54.5779|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:08:54.5779|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:08:54.5779|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9563ms 401 2025-05-20 06:09:00.1463|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:09:00.1463|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7495ms 404 2025-05-20 06:09:03.9249|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:09:03.9249|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:09:03.9249|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:09:03.9249|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9584ms 401 2025-05-20 06:09:06.4983|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:09:06.4995|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:09:06.4995|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:09:06.4995|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9788ms 401 2025-05-20 06:09:09.5765|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:09:09.5765|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:09:09.5765|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:09:09.5765|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.8795ms 401 2025-05-20 06:09:16.5543|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:09:16.5543|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:09:16.5543|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:09:16.5543|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.5768ms 401 2025-05-20 06:09:35.6072|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:09:35.6072|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:09:35.6072|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:09:35.6072|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7838ms 401 2025-05-20 06:09:53.7423|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:09:53.7423|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:09:53.7423|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:09:53.7423|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.8244ms 401 2025-05-20 06:10:05.6853|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:10:05.6853|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1269ms 404 2025-05-20 06:10:11.5533|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:10:11.5533|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:10:11.5533|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:10:11.5533|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7333ms 401 2025-05-20 06:10:25.5875|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:10:25.5875|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:10:25.5875|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:10:25.5875|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7254ms 401 2025-05-20 06:10:34.7823|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:10:34.7823|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:10:34.7823|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:10:34.7823|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.5479ms 401 2025-05-20 06:10:40.2044|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:10:40.2044|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:10:40.2044|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:10:40.2044|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7645ms 401 2025-05-20 06:11:00.3105|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:11:00.3105|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:11:00.3105|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:11:00.3105|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.6506ms 401 2025-05-20 06:11:04.4953|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:11:04.4953|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0253ms 404 2025-05-20 06:11:17.3897|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:11:17.3897|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:11:17.3897|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:11:17.3897|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7821ms 401 2025-05-20 06:11:20.3919|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:11:20.3930|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:11:20.3930|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:11:20.3930|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7878ms 401 2025-05-20 06:11:26.9124|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:11:26.9124|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:11:26.9124|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:11:26.9124|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2207ms 401 2025-05-20 06:11:35.7407|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:11:35.7407|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6762ms 404 2025-05-20 06:11:45.6937|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:11:45.6937|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:11:45.6937|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:11:45.6937|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2535ms 401 2025-05-20 06:11:46.9740|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:11:46.9740|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:11:46.9740|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:11:46.9740|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.249ms 401 2025-05-20 06:11:54.0851|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:11:54.0851|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:11:54.0851|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:11:54.0851|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2595ms 401 2025-05-20 06:12:16.5488|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:12:16.5488|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:12:16.5488|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:12:16.5488|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2794ms 401 2025-05-20 06:12:28.4875|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:12:28.4875|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:12:28.4875|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:12:28.4875|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2567ms 401 2025-05-20 06:12:43.4179|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:12:43.4179|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:12:43.4179|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:12:43.4179|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2122ms 401 2025-05-20 06:12:44.9873|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:12:44.9873|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6103ms 404 2025-05-20 06:12:50.2836|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:12:50.2836|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:12:50.2836|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:12:50.2836|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2508ms 401 2025-05-20 06:13:09.9821|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:13:09.9821|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:13:09.9821|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:13:09.9821|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1ms 401 2025-05-20 06:13:14.6324|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:13:14.6324|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:13:14.6324|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:13:14.6324|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8618ms 401 2025-05-20 06:13:23.8523|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:13:23.8523|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6529ms 404 2025-05-20 06:13:30.6626|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:13:30.6626|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:13:30.6626|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:13:30.6626|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8608ms 401 2025-05-20 06:13:33.3088|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:13:33.3088|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6081ms 404 2025-05-20 06:13:39.3876|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:13:39.3876|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:13:39.3876|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:13:39.3876|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8266ms 401 2025-05-20 06:13:43.0349|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:13:43.0349|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:13:43.0349|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:13:43.0349|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8807ms 401 2025-05-20 06:14:19.6256|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:14:19.6261|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:14:19.6261|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:14:19.6261|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8935ms 401 2025-05-20 06:14:26.2897|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:14:26.2897|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:14:26.2897|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:14:26.2897|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.9135ms 401 2025-05-20 06:14:54.2817|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:14:54.2817|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:14:54.2817|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:14:54.2817|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8297ms 401 2025-05-20 06:14:57.8437|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:14:57.8437|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:14:57.8437|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:14:57.8437|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.7443ms 401 2025-05-20 06:15:16.5602|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:15:16.5602|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:15:16.5602|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:15:16.5602|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8152ms 401 2025-05-20 06:15:19.6987|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:15:19.6987|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6299ms 404 2025-05-20 06:15:23.1076|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Create 2025-05-20 06:15:23.1076|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported' 2025-05-20 06:15:23.1076|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported' 2025-05-20 06:15:23.1076|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0734ms 405 2025-05-20 06:15:25.7178|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:15:25.7178|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:15:25.7178|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:15:25.7178|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8849ms 401 2025-05-20 06:15:32.7002|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:15:32.7002|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:15:32.7002|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:15:32.7002|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8964ms 401 2025-05-20 06:15:40.0568|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:15:40.0573|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:15:40.0573|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:15:40.0573|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8893ms 401 2025-05-20 06:15:53.3842|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:15:53.3842|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:15:53.3842|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:15:53.3842|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8292ms 401 2025-05-20 06:16:15.7427|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:16:15.7427|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.5941ms 404 2025-05-20 06:16:23.4738|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:16:23.4738|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:16:23.4738|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:16:23.4738|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8248ms 401 2025-05-20 06:16:31.8011|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:16:31.8011|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:16:31.8011|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:16:31.8011|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8746ms 401 2025-05-20 06:16:34.7681|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:16:34.7681|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6236ms 404 2025-05-20 06:16:37.2611|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:16:37.2611|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:16:37.2611|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:16:37.2611|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8118ms 401 2025-05-20 06:16:48.6953|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:16:48.6953|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:16:48.6953|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:16:48.6953|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.9117ms 401 2025-05-20 06:16:51.6495|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Create 2025-05-20 06:16:51.6495|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported' 2025-05-20 06:16:51.6495|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported' 2025-05-20 06:16:51.6495|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8508ms 405 2025-05-20 06:17:00.1835|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:17:00.1840|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:00.1840|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:00.1840|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8885ms 401 2025-05-20 06:17:15.3328|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:17:15.3328|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:15.3328|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:15.3328|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8515ms 401 2025-05-20 06:17:25.3710|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:17:25.3710|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:25.3710|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:25.3710|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8623ms 401 2025-05-20 06:17:28.4561|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:17:28.4561|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:28.4561|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:28.4561|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8919ms 401 2025-05-20 06:17:30.7345|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:17:30.7345|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:30.7345|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:30.7345|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.9054ms 401 2025-05-20 06:17:34.9418|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:17:34.9418|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:34.9418|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:34.9418|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8825ms 401 2025-05-20 06:17:42.2784|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:17:42.2784|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:42.2784|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:42.2784|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8354ms 401 2025-05-20 06:17:48.9466|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:17:48.9466|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:17:48.9466|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:17:48.9466|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8315ms 401 2025-05-20 06:18:10.5726|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:18:10.5726|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:18:10.5726|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:18:10.5726|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8849ms 401 2025-05-20 06:18:17.0537|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:18:17.0537|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:18:17.0537|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:18:17.0546|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8842ms 401 2025-05-20 06:18:19.7404|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:18:19.7404|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:18:19.7404|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:18:19.7404|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.9151ms 401 2025-05-20 06:18:57.7281|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:18:57.7281|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:18:57.7281|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:18:57.7281|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8258ms 401 2025-05-20 06:19:10.6526|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 06:19:10.6526|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6293ms 404 2025-05-20 06:19:26.8038|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:19:26.8038|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:19:26.8038|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:19:26.8038|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8689ms 401 2025-05-20 06:19:29.4177|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 06:19:29.4177|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:19:29.4177|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:19:29.4177|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8074ms 401 2025-05-20 06:19:31.9502|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:19:31.9502|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:19:31.9502|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:19:31.9502|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8231ms 401 2025-05-20 06:19:44.9344|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:19:44.9344|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:19:44.9344|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:19:44.9344|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8298ms 401 2025-05-20 06:20:00.0623|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:20:00.0623|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:20:00.0623|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:20:00.0623|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8999ms 401 2025-05-20 06:20:06.2936|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 06:20:06.2936|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:20:06.2936|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:20:06.2936|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8327ms 401 2025-05-20 06:20:23.0143|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:20:23.0143|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:20:23.0143|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:20:23.0143|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8382ms 401 2025-05-20 06:20:25.8639|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:20:25.8639|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:20:25.8639|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:20:25.8639|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8163ms 401 2025-05-20 06:20:31.4193|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 06:20:31.4193|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 06:20:31.4193|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 06:20:31.4193|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8817ms 401 2025-05-20 07:22:05.9624|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 07:22:05.9624|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 07:22:05.9624|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 07:22:05.9624|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.9292ms 401 2025-05-20 07:22:09.2437|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 07:22:09.2437|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 07:22:09.2437|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 07:22:09.2437|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.5056ms 401 2025-05-20 07:46:55.4384|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 07:46:55.4384|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 07:46:55.4384|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 07:46:55.4384|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.7777ms 401 2025-05-20 07:46:58.2535|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 07:46:58.2535|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 07:46:58.2535|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 07:46:58.2535|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8029ms 401 2025-05-20 08:20:58.7271|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:20862/INSTITUTION/iisintegration 0 2025-05-20 08:20:58.7271|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.3846ms 202 2025-05-20 09:01:44.5958||DEBUG|InstitutionService.Program|init main function 2025-05-20 09:01:45.3302|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 09:01:45.4946|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 09:01:45.5124|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 09:01:45.5124|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 09:01:45.5124|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 09:01:45.5124|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-05-20 09:01:45.5420|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-05-20 09:01:45.6185|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-05-20 09:01:45.6185|59|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2025-05-20 09:01:45.6258|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {66f8f868-82dd-4e54-970b-413b1314f66f} with creation date 2025-05-20 08:01:45Z, activation date 2025-05-20 08:01:45Z, and expiration date 2025-08-18 08:01:45Z. 2025-05-20 09:01:45.6258|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {66f8f868-82dd-4e54-970b-413b1314f66f} may be persisted to storage in unencrypted form. 2025-05-20 09:01:45.9232|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 09:01:45.9611|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:01:45.9611|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:01:45.9684|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 45.77ms 401 2025-05-20 09:01:47.5381|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:01:47.5420|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:01:47.5420|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:01:47.5420|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.7741ms 401 2025-05-20 09:01:51.3044|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 09:01:51.3212|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 16.8504ms 404 2025-05-20 09:01:57.8243|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:01:57.8243|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:01:57.8243|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:01:57.8243|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.822ms 401 2025-05-20 09:02:06.3291|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 09:02:06.3291|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.2553ms 404 2025-05-20 09:02:23.8740|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 09:02:23.8740|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.591ms 404 2025-05-20 09:02:27.1686|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 09:02:27.1714|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:02:27.1714|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:02:27.1714|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.3991ms 401 2025-05-20 09:02:31.3861|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:02:31.3877|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:02:31.3877|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:02:31.3877|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.561ms 401 2025-05-20 09:02:34.7120|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 09:02:34.7120|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:02:34.7120|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:02:34.7120|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.7398ms 401 2025-05-20 09:02:38.9031|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 09:02:38.9031|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:02:38.9031|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:02:38.9031|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.8035ms 401 2025-05-20 09:02:42.1493|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:02:42.1493|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:02:42.1493|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:02:42.1493|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.4495ms 401 2025-05-20 09:02:50.4261|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 09:02:50.4261|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7032ms 404 2025-05-20 09:02:53.5151|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 09:02:53.5151|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:02:53.5151|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:02:53.5151|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.3896ms 401 2025-05-20 09:02:56.7790|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:02:56.7790|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:02:56.7790|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:02:56.7790|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.4363ms 401 2025-05-20 09:03:11.4930|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:03:11.4930|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:03:11.4930|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:03:11.4930|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.2555ms 401 2025-05-20 09:03:14.5335|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 09:03:14.5335|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2977ms 404 2025-05-20 09:03:37.5666|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:03:37.5666|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:03:37.5666|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:03:37.5666|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9337ms 401 2025-05-20 09:03:40.6696|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 09:03:40.6708|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2274ms 404 2025-05-20 09:03:43.8360|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 09:03:43.8360|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:03:43.8360|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:03:43.8360|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.3902ms 401 2025-05-20 09:03:48.0364|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 09:03:48.0364|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 09:03:48.0364|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 09:03:48.0364|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.0716ms 401 2025-05-20 09:09:22.7145|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=1000 2025-05-20 09:09:22.7145|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 09:09:22.7534|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 09:09:22.7534|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 09:09:22.9521|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 09:09:23.0227|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 266.7324ms 2025-05-20 09:09:23.0227|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 09:09:23.0227|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 310.5907ms 200 application/json; charset=utf-8 2025-05-20 10:04:15.3668|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 10:04:15.3668|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 10:04:15.3668|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 10:04:15.3668|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.2565ms 401 2025-05-20 10:05:18.0247|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-05-20 10:05:18.0247|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0213ms 404 2025-05-20 10:06:21.4043|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 10:06:21.4043|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 10:06:21.4043|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 10:06:21.4043|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7227ms 401 2025-05-20 10:10:27.5326|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=50&Id=null&IsActive=true 2025-05-20 10:10:27.5326|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-05-20 10:10:27.5326|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:27.5326|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 10:10:27.5600|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 10:10:27.5689|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 10:10:27.5689|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 34.0859ms 2025-05-20 10:10:27.5689|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:27.5689|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 38.3174ms 200 application/json; charset=utf-8 2025-05-20 10:10:33.6978|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=50&Id=null&IsActive=true 2025-05-20 10:10:33.6978|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-05-20 10:10:33.6978|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:33.6978|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 10:10:33.6978|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 10:10:33.7103|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 10:10:33.7103|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 11.5089ms 2025-05-20 10:10:33.7103|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:33.7103|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 14.0082ms 200 application/json; charset=utf-8 2025-05-20 10:10:35.6416|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=50&Id=114&IsActive=true 2025-05-20 10:10:35.6416|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-05-20 10:10:35.6416|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:35.6416|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 10:10:35.6416|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 10:10:35.6416|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 10:10:35.6416|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 6.4241ms 2025-05-20 10:10:35.6416|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:35.6416|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 8.8327ms 200 application/json; charset=utf-8 2025-05-20 10:10:36.6523|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Search?Page=1&PageSize=50&Id=114&IsActive=true 2025-05-20 10:10:36.6523|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-05-20 10:10:36.6535|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:36.6535|3|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "SearchInstitution", controller = "Institution"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SearchInstitution(Int32, Int32, System.Nullable`1[System.Int64], System.Nullable`1[System.Boolean], System.String) on controller InstitutionService.Controllers.InstitutionController (InstitutionService). 2025-05-20 10:10:36.6535|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 10:10:36.6535|1|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[InstitutionService.Data.Model.InstitutionViewModel, InstitutionService.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2025-05-20 10:10:36.6535|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 4.6506ms 2025-05-20 10:10:36.6535|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-05-20 10:10:36.6535|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 6.924ms 200 application/json; charset=utf-8 2025-05-20 10:42:08.3128|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:11443/INSTITUTION/iisintegration 0 2025-05-20 10:42:08.3128|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.5984ms 202 2025-05-20 12:37:30.7821||DEBUG|InstitutionService.Program|init main function 2025-05-20 12:37:33.9935|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 12:37:34.4141|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 12:37:34.4320|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 12:37:34.4347|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 12:37:34.4347|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 12:37:34.4497|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-05-20 12:37:34.4497|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-05-20 12:37:34.9066|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-05-20 12:37:34.9066|59|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2025-05-20 12:37:34.9167|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {ed6202f0-563a-43d3-a6a7-8b72d5c70b7a} with creation date 2025-05-20 11:37:34Z, activation date 2025-05-20 11:37:34Z, and expiration date 2025-08-18 11:37:34Z. 2025-05-20 12:37:34.9167|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {ed6202f0-563a-43d3-a6a7-8b72d5c70b7a} may be persisted to storage in unencrypted form. 2025-05-20 12:37:35.0235|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-05-20 12:37:35.5102|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 12:37:35.5159|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 12:37:35.5159|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 496.2533ms 401 2025-05-20 12:38:19.2234|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-05-20 12:38:19.2273|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 12:38:19.2273|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 12:38:19.2273|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.8677ms 401 2025-05-20 12:53:38.0193|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution 2025-05-20 12:53:38.0445|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 25.2531ms 404 2025-05-20 14:58:52.9830|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/index.html 2025-05-20 14:58:53.0024|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 19.3936ms 200 text/html;charset=utf-8 2025-05-20 15:06:50.2192|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/swagger-ui-bundle.js 2025-05-20 15:06:50.2331|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A' 2025-05-20 15:06:50.2331|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 15.3498ms 200 application/javascript 2025-05-20 15:07:26.7160|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/swagger-ui-standalone-preset.js 2025-05-20 15:07:26.7160|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A' 2025-05-20 15:07:26.7160|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.741ms 200 application/javascript 2025-05-20 17:38:51.9451|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-05-20 17:38:51.9451|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-05-20 17:38:51.9451|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-05-20 17:38:51.9451|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.2392ms 401 2025-05-20 18:38:05.4791|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:32460/INSTITUTION/iisintegration 0 2025-05-20 18:38:05.4791|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0205ms 202 2025-05-20 19:15:04.0914||DEBUG|InstitutionService.Program|init main function 2025-05-20 19:15:04.8314|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies 2025-05-20 19:15:04.9987|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (13ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 19:15:05.0169|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 19:15:05.0169|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-05-20 19:15:05.0169|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-05-20 19:15:05.0349|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-05-20 19:15:05.0349|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-05-20 19:15:05.1250|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-05-20 19:15:05.1250|59|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2025-05-20 19:15:05.1317|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {3eee3724-5a05-441f-817c-78aa3c06fb70} with creation date 2025-05-20 18:15:05Z, activation date 2025-05-20 18:15:05Z, and expiration date 2025-08-18 18:15:05Z. 2025-05-20 19:15:05.1317|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {3eee3724-5a05-441f-817c-78aa3c06fb70} may be persisted to storage in unencrypted form. 2025-05-20 19:15:05.4084|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/swagger-ui.css 2025-05-20 19:15:05.4704|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A' 2025-05-20 19:15:05.4704|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 64.6332ms 200 text/css 2025-05-20 19:35:24.5991|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:26336/INSTITUTION/iisintegration 0 2025-05-20 19:35:24.6003|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2175ms 202