2025-02-26 06:02:44.8242||DEBUG|InstitutionService.Program|init main function 2025-02-26 06:02:47.7264|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-02-26 06:02:48.1627|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (13ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 06:02:48.1809|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 06:02:48.1809|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 06:02:48.1809|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 06:02:48.2003|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-02-26 06:02:48.2121|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-02-26 06:02:48.6893|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-02-26 06:02:48.6893|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-02-26 06:02:48.6984|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {54a42dae-8453-4adc-a3e9-78d28127d110} with creation date 2025-02-26 05:02:48Z, activation date 2025-02-26 05:02:48Z, and expiration date 2025-05-27 05:02:48Z. 2025-02-26 06:02:48.6984|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {54a42dae-8453-4adc-a3e9-78d28127d110} may be persisted to storage in unencrypted form. 2025-02-26 06:02:48.8698|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-02-26 06:02:49.3891|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-02-26 06:02:49.3940|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:02:49.4235|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-02-26 06:02:49.4235|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-02-26 06:02:49.6663|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-02-26 06:02:49.7505|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 323.4623ms 2025-02-26 06:02:49.7505|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:02:49.7546|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 885.1603ms 200 application/json; charset=utf-8 2025-02-26 06:02:58.2052|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-02-26 06:02:58.2052|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-02-26 06:02:58.2052|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:02:58.2052|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-02-26 06:02:58.2345|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-02-26 06:02:58.2410|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-02-26 06:02:58.2410|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 30.9363ms 2025-02-26 06:02:58.2410|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:02:58.2410|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 37.6345ms 200 application/json; charset=utf-8 2025-02-26 06:02:58.6805|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=113&IsActive=true 2025-02-26 06:02:58.6805|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-02-26 06:02:58.6805|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:02:58.6805|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-02-26 06:02:58.6805|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-02-26 06:02:58.6989|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-02-26 06:02:58.6989|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 12.198ms 2025-02-26 06:02:58.6989|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:02:58.6989|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 20.8144ms 200 application/json; charset=utf-8 2025-02-26 06:03:04.8094|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-02-26 06:03:04.8094|4|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful. 2025-02-26 06:03:04.8094|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:03:04.8094|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-02-26 06:03:04.8156|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-02-26 06:03:04.8156|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-02-26 06:03:04.8156|2|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService) in 9.3214ms 2025-02-26 06:03:04.8156|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'InstitutionService.Controllers.InstitutionController.SearchInstitution (InstitutionService)' 2025-02-26 06:03:04.8156|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 14.9625ms 200 application/json; charset=utf-8 2025-02-26 06:30:05.7995|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:22559/INSTITUTION/iisintegration 0 2025-02-26 06:30:05.7995|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0567ms 202 2025-02-26 14:44:37.6361||DEBUG|InstitutionService.Program|init main function 2025-02-26 14:44:40.4840|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-02-26 14:44:40.9078|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (13ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 14:44:40.9260|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 14:44:40.9260|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 14:44:40.9260|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 14:44:40.9442|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-02-26 14:44:40.9559|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-02-26 14:44:41.4065|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-02-26 14:44:41.4065|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-02-26 14:44:41.4065|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {b06ea1a0-2e77-4e33-b66f-93bb1760b14b} with creation date 2025-02-26 13:44:41Z, activation date 2025-02-26 13:44:41Z, and expiration date 2025-05-27 13:44:41Z. 2025-02-26 14:44:41.4239|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {b06ea1a0-2e77-4e33-b66f-93bb1760b14b} may be persisted to storage in unencrypted form. 2025-02-26 14:44:41.7003|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:44:42.2015|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:44:42.2067|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:44:42.2067|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 510.3695ms 401 2025-02-26 14:45:18.6006|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:45:18.6006|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:45:18.6006|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:45:18.6006|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 5.9434ms 401 2025-02-26 14:45:43.9882|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:45:43.9882|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:45:43.9882|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:45:43.9882|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.8649ms 401 2025-02-26 14:46:01.8941|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:46:01.9209|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 26.7626ms 404 2025-02-26 14:46:04.5465|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/institution/api/Institution/GetInstitution 2025-02-26 14:46:04.5484|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:46:04.5484|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:46:04.5484|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.8824ms 401 2025-02-26 14:46:06.9548|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:46:06.9548|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:46:06.9548|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:46:06.9548|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.1284ms 401 2025-02-26 14:46:38.8118|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:46:38.8118|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.1138ms 404 2025-02-26 14:47:02.2029|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:47:02.2029|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:47:02.2050|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:47:02.2050|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.7116ms 401 2025-02-26 14:47:12.2053|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-02-26 14:47:12.2053|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:47:12.2053|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:47:12.2053|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.1838ms 401 2025-02-26 14:47:38.5833|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:47:38.5833|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:47:38.5833|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:47:38.5833|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.5719ms 401 2025-02-26 14:47:49.1003|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:47:49.1003|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.0016ms 404 2025-02-26 14:48:20.1345|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:48:20.1345|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:48:20.1345|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:48:20.1345|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.2092ms 401 2025-02-26 14:49:06.6637|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:49:06.6637|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:49:06.6637|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:49:06.6637|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.0877ms 401 2025-02-26 14:49:09.1273|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-02-26 14:49:09.1273|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:49:09.1273|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:49:09.1273|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9054ms 401 2025-02-26 14:49:32.3126|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:49:32.3126|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2547ms 404 2025-02-26 14:49:47.7296|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:49:47.7296|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:49:47.7296|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:49:47.7296|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.8904ms 401 2025-02-26 14:50:46.4951|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:50:46.4951|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:50:46.4951|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:50:46.4970|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.8717ms 401 2025-02-26 14:51:51.1675|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:51:51.1688|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:51:51.1688|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:51:51.1688|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.0026ms 401 2025-02-26 14:52:17.3457|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:52:17.3457|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:52:17.3457|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:52:17.3457|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9329ms 401 2025-02-26 14:52:46.9435|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:52:46.9435|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.12ms 404 2025-02-26 14:52:51.8516|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:52:51.8516|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:52:51.8516|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:52:51.8516|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7253ms 401 2025-02-26 14:53:49.6856|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:53:49.6856|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:53:49.6856|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:53:49.6856|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 2.1349ms 401 2025-02-26 14:54:10.7030|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-02-26 14:54:10.7030|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:54:10.7030|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:54:10.7030|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.8151ms 401 2025-02-26 14:54:24.5009|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Create 2025-02-26 14:54:24.5009|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported' 2025-02-26 14:54:24.5009|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported' 2025-02-26 14:54:24.5009|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.9936ms 405 2025-02-26 14:54:43.2950|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:54:43.2950|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:54:43.2950|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:54:43.2950|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.6248ms 401 2025-02-26 14:54:50.2444|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:54:50.2444|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0769ms 404 2025-02-26 14:54:52.6677|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-02-26 14:54:52.6677|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:54:52.6677|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:54:52.6677|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.6935ms 401 2025-02-26 14:55:22.7430|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:55:22.7430|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:55:22.7430|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:55:22.7430|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.6033ms 401 2025-02-26 14:55:46.0418|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:55:46.0418|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.9853ms 404 2025-02-26 14:56:13.2449|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:56:13.2449|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:56:13.2449|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:56:13.2449|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.7503ms 401 2025-02-26 14:56:21.0707|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:56:21.0707|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.834ms 404 2025-02-26 14:56:41.0237|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:56:41.0237|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:56:41.0237|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:56:41.0237|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.249ms 401 2025-02-26 14:56:51.2789|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 14:56:51.2789|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:56:51.2789|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:56:51.2789|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.3434ms 401 2025-02-26 14:56:57.2579|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:56:57.2579|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:56:57.2579|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:56:57.2579|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1989ms 401 2025-02-26 14:57:01.8757|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:57:01.8757|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.5769ms 404 2025-02-26 14:57:05.3959|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-02-26 14:57:05.3959|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:57:05.3959|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:57:05.3959|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1927ms 401 2025-02-26 14:57:28.3387|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:57:28.3387|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:57:28.3387|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:57:28.3387|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1831ms 401 2025-02-26 14:57:50.4498|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:57:50.4498|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:57:50.4498|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:57:50.4498|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2127ms 401 2025-02-26 14:58:06.8451|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 14:58:06.8451|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:58:06.8451|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:58:06.8451|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.0233ms 401 2025-02-26 14:58:13.1292|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:58:13.1292|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6925ms 404 2025-02-26 14:58:19.8946|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:58:19.8946|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:58:19.8946|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:58:19.8946|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.2917ms 401 2025-02-26 14:58:44.8603|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:58:44.8603|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:58:44.8603|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:58:44.8603|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.0684ms 401 2025-02-26 14:58:46.5408|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:58:46.5408|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.5711ms 404 2025-02-26 14:58:54.8735|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 14:58:54.8735|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:58:54.8735|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:58:54.8735|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8068ms 401 2025-02-26 14:59:06.7777|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 14:59:06.7777|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:59:06.7777|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:59:06.7777|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8134ms 401 2025-02-26 14:59:07.9325|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:59:07.9325|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:59:07.9325|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:59:07.9325|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.7915ms 401 2025-02-26 14:59:11.4324|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 14:59:11.4324|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.626ms 404 2025-02-26 14:59:38.2458|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:59:38.2458|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:59:38.2458|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:59:38.2458|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8213ms 401 2025-02-26 14:59:59.2916|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 14:59:59.2916|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 14:59:59.2916|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 14:59:59.2916|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.845ms 401 2025-02-26 15:00:03.2499|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 15:00:03.2499|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.5977ms 404 2025-02-26 15:00:22.7078|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:00:22.7078|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:00:22.7078|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:00:22.7078|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6916ms 401 2025-02-26 15:00:23.8775|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 15:00:23.8775|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6427ms 404 2025-02-26 15:00:30.3347|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-02-26 15:00:30.3347|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:00:30.3347|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:00:30.3347|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8041ms 401 2025-02-26 15:00:33.8366|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:00:33.8366|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:00:33.8366|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:00:33.8366|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8414ms 401 2025-02-26 15:00:39.4141|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:00:39.4141|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:00:39.4141|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:00:39.4141|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8142ms 401 2025-02-26 15:00:49.4535|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:00:49.4535|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:00:49.4535|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:00:49.4535|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.809ms 401 2025-02-26 15:00:58.6198|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/GetInstitution 2025-02-26 15:00:58.6198|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:00:58.6198|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:00:58.6198|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8116ms 401 2025-02-26 15:00:59.7060|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Institution/Create 2025-02-26 15:00:59.7060|0|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported' 2025-02-26 15:00:59.7060|1|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported' 2025-02-26 15:00:59.7060|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8726ms 405 2025-02-26 15:01:07.3624|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:01:07.3624|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:01:07.3624|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:01:07.3624|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8062ms 401 2025-02-26 15:01:08.6389|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:01:08.6389|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:01:08.6389|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:01:08.6389|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8046ms 401 2025-02-26 15:01:24.0438|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:01:24.0438|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:01:24.0438|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:01:24.0438|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8592ms 401 2025-02-26 15:01:44.1646|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:01:44.1646|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:01:44.1646|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:01:44.1646|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.7911ms 401 2025-02-26 15:01:45.2197|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:01:45.2197|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:01:45.2197|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:01:45.2197|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.7991ms 401 2025-02-26 15:01:50.9960|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:01:50.9960|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:01:50.9960|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:01:50.9960|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8327ms 401 2025-02-26 15:02:01.3658|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:02:01.3658|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:02:01.3658|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:02:01.3658|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8777ms 401 2025-02-26 15:02:03.9037|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:02:03.9037|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:02:03.9037|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:02:03.9037|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.7809ms 401 2025-02-26 15:02:16.0283|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:02:16.0283|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:02:16.0283|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:02:16.0283|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8063ms 401 2025-02-26 15:02:39.1377|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:02:39.1377|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:02:39.1377|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:02:39.1377|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8033ms 401 2025-02-26 15:02:54.3300|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:02:54.3305|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:02:54.3305|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:02:54.3305|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.808ms 401 2025-02-26 15:03:02.2984|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:03:02.2984|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:03:02.2984|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:03:02.2984|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.7677ms 401 2025-02-26 15:03:14.7169|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 15:03:14.7169|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.6161ms 404 2025-02-26 15:03:15.7023|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:03:15.7023|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:03:15.7023|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:03:15.7023|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8209ms 401 2025-02-26 15:03:20.5458|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GetCertificate 2025-02-26 15:03:20.5458|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.615ms 404 2025-02-26 15:03:21.7567|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 15:03:21.7567|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:03:21.7567|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:03:21.7567|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.827ms 401 2025-02-26 15:03:23.1947|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:03:23.1947|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:03:23.1947|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:03:23.1947|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8096ms 401 2025-02-26 15:03:29.8414|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:03:29.8414|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:03:29.8414|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:03:29.8414|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8388ms 401 2025-02-26 15:04:00.6808|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 15:04:00.6808|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 15:04:00.6808|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 15:04:00.6808|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.8463ms 401 2025-02-26 16:08:02.3815|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Certificate/GenerateCertificate 2025-02-26 16:08:02.3825|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 16:08:02.3825|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 16:08:02.3825|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.3473ms 401 2025-02-26 16:28:24.0828|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:5348/INSTITUTION/iisintegration 0 2025-02-26 16:28:24.0828|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 0.4519ms 202 2025-02-26 16:31:12.9567||DEBUG|InstitutionService.Program|init main function 2025-02-26 16:31:13.6927|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-02-26 16:31:13.8625|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 16:31:13.8806|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 16:31:13.8836|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 16:31:13.8836|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 16:31:13.8989|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-02-26 16:31:13.8989|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-02-26 16:31:13.9885|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-02-26 16:31:13.9885|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-02-26 16:31:13.9953|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {7df1b0e2-45a8-49db-b0b2-a15eecdbdc65} with creation date 2025-02-26 15:31:13Z, activation date 2025-02-26 15:31:13Z, and expiration date 2025-05-27 15:31:13Z. 2025-02-26 16:31:13.9953|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {7df1b0e2-45a8-49db-b0b2-a15eecdbdc65} may be persisted to storage in unencrypted form. 2025-02-26 16:31:14.2819|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/api/Partner/Search 2025-02-26 16:31:14.3200|2|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. 2025-02-26 16:31:14.3241|12|INFO|Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler|AuthenticationScheme: Bearer was challenged. 2025-02-26 16:31:14.3241|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 46.1447ms 401 2025-02-26 16:47:57.1172|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution 2025-02-26 16:47:57.1338|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 16.6254ms 404 2025-02-26 16:50:01.5499|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/index.html 2025-02-26 16:50:01.5698|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 19.8368ms 200 text/html;charset=utf-8 2025-02-26 17:13:04.7448|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/swagger-ui-standalone-preset.js 2025-02-26 17:13:04.7448|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-standalone-preset.js'. Physical path: 'N/A' 2025-02-26 17:13:04.7448|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 13.643ms 200 application/javascript 2025-02-26 17:14:03.0822|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/swagger-ui-bundle.js 2025-02-26 17:14:03.0822|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui-bundle.js'. Physical path: 'N/A' 2025-02-26 17:14:03.0822|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.9613ms 200 application/javascript 2025-02-26 18:27:12.6334|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:1322/INSTITUTION/iisintegration 0 2025-02-26 18:27:12.6334|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1345ms 202 2025-02-26 19:18:01.7305||DEBUG|InstitutionService.Program|init main function 2025-02-26 19:18:02.4580|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-02-26 19:18:02.6233|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 19:18:02.6460|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (14ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 19:18:02.6489|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2025-02-26 19:18:02.6489|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2025-02-26 19:18:02.6641|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2025-02-26 19:18:02.6641|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2025-02-26 19:18:02.7526|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2025-02-26 19:18:02.7526|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-02-26 19:18:02.7586|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {375d3b69-3cf3-459e-81ef-664c19d69054} with creation date 2025-02-26 18:18:02Z, activation date 2025-02-26 18:18:02Z, and expiration date 2025-05-27 18:18:02Z. 2025-02-26 19:18:02.7586|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {375d3b69-3cf3-459e-81ef-664c19d69054} may be persisted to storage in unencrypted form. 2025-02-26 19:18:03.0588|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/swagger-ui.css 2025-02-26 19:18:03.1191|2|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/swagger-ui.css'. Physical path: 'N/A' 2025-02-26 19:18:03.1191|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 62.8984ms 200 text/css 2025-02-26 19:38:27.3402|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:47568/INSTITUTION/iisintegration 0 2025-02-26 19:38:27.3402|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1363ms 202