2022-04-12 23:29:04.5606||DEBUG|Authentication.Program|init main function 2022-04-12 23:29:08.0820|10403|INFO|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 3.1.11 initialized 'AppDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: None 2022-04-12 23:29:08.4756|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (13ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-12 23:29:08.4943|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-12 23:29:08.4943|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 2022-04-12 23:29:08.4943|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (0ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); 2022-04-12 23:29:08.5065|20101|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; 2022-04-12 23:29:08.7634|20405|INFO|Microsoft.EntityFrameworkCore.Migrations|No migrations were applied. The database is already up to date. 2022-04-12 23:29:08.9356|50|WARN|Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository|Using an in-memory repository. Keys will not be persisted to storage. 2022-04-12 23:29:08.9356|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. 2022-04-12 23:29:08.9417|58|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Creating key {6e7afd12-cb6d-421e-be5c-519a8c28ffd4} with creation date 2022-04-12 22:29:08Z, activation date 2022-04-12 22:29:08Z, and expiration date 2022-07-11 22:29:08Z. 2022-04-12 23:29:08.9417|35|WARN|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|No XML encryptor configured. Key {6e7afd12-cb6d-421e-be5c-519a8c28ffd4} may be persisted to storage in unencrypted form. 2022-04-12 23:29:09.1661|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution 2022-04-12 23:29:09.1948|13|ERROR|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HMGSQFE9UGBD", Request id "0HMGSQFE9UGBD:00000001": An unhandled exception was thrown by the application. System.ArgumentException: The 'ClientId' option must be provided. (Parameter 'ClientId') at Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions.Validate() at Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Validate(String scheme) at Microsoft.AspNetCore.Authentication.AuthenticationBuilder.<>c__DisplayClass4_0`2.b__1(TOptions o) at Microsoft.Extensions.Options.ValidateOptions`1.Validate(String name, TOptions options) at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) at Microsoft.Extensions.Options.OptionsMonitor`1.<>c__DisplayClass11_0.b__0() at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) at Microsoft.Extensions.Options.OptionsMonitor`1.Get(String name) at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.InitializeAsync(AuthenticationScheme scheme, HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider.GetHandlerAsync(HttpContext context, String authenticationScheme) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) 2022-04-12 23:29:09.1948|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 34.4452ms 500 2022-04-12 23:29:35.9302|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/index.html 2022-04-12 23:29:35.9302|13|ERROR|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HMGSQFE9UGBD", Request id "0HMGSQFE9UGBD:00000002": An unhandled exception was thrown by the application. System.ArgumentException: The 'ClientId' option must be provided. (Parameter 'ClientId') at Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions.Validate() at Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Validate(String scheme) at Microsoft.AspNetCore.Authentication.AuthenticationBuilder.<>c__DisplayClass4_0`2.b__1(TOptions o) at Microsoft.Extensions.Options.ValidateOptions`1.Validate(String name, TOptions options) at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) at Microsoft.Extensions.Options.OptionsMonitor`1.<>c__DisplayClass11_0.b__0() at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location where exception was thrown --- at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) at Microsoft.Extensions.Options.OptionsMonitor`1.Get(String name) at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.InitializeAsync(AuthenticationScheme scheme, HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider.GetHandlerAsync(HttpContext context, String authenticationScheme) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) 2022-04-12 23:29:35.9302|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 3.5538ms 500 2022-04-12 23:29:40.7431|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/index.html 2022-04-12 23:29:40.7431|13|ERROR|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HMGSQFE9UGBD", Request id "0HMGSQFE9UGBD:00000003": An unhandled exception was thrown by the application. System.ArgumentException: The 'ClientId' option must be provided. (Parameter 'ClientId') at Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions.Validate() at Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Validate(String scheme) at Microsoft.AspNetCore.Authentication.AuthenticationBuilder.<>c__DisplayClass4_0`2.b__1(TOptions o) at Microsoft.Extensions.Options.ValidateOptions`1.Validate(String name, TOptions options) at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) at Microsoft.Extensions.Options.OptionsMonitor`1.<>c__DisplayClass11_0.b__0() at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location where exception was thrown --- at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) at Microsoft.Extensions.Options.OptionsMonitor`1.Get(String name) at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.InitializeAsync(AuthenticationScheme scheme, HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider.GetHandlerAsync(HttpContext context, String authenticationScheme) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) 2022-04-12 23:29:40.7431|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 6.178ms 500 2022-04-12 23:29:42.7465|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 GET http://api.skilldorm.com/Institution/swagger/index.html 2022-04-12 23:29:42.7465|13|ERROR|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HMGSQFE9UGBD", Request id "0HMGSQFE9UGBD:00000004": An unhandled exception was thrown by the application. System.ArgumentException: The 'ClientId' option must be provided. (Parameter 'ClientId') at Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions.Validate() at Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Validate(String scheme) at Microsoft.AspNetCore.Authentication.AuthenticationBuilder.<>c__DisplayClass4_0`2.b__1(TOptions o) at Microsoft.Extensions.Options.ValidateOptions`1.Validate(String name, TOptions options) at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) at Microsoft.Extensions.Options.OptionsMonitor`1.<>c__DisplayClass11_0.b__0() at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) --- End of stack trace from previous location where exception was thrown --- at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions) at Microsoft.Extensions.Options.OptionsMonitor`1.Get(String name) at Microsoft.AspNetCore.Authentication.AuthenticationHandler`1.InitializeAsync(AuthenticationScheme scheme, HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider.GetHandlerAsync(HttpContext context, String authenticationScheme) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) 2022-04-12 23:29:42.7509|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 4.4279ms 500 2022-04-12 23:40:07.6332|1|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/1.1 POST http://127.0.0.1:37801/INSTITUTION/iisintegration 0 2022-04-12 23:40:07.6343|2|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished in 1.1337ms 202