24506 lines
4.6 MiB
24506 lines
4.6 MiB
2024-03-19 09:40:32.8392|DEBUG|Program|init main
|
|
2024-03-19 09:40:33.3520|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
|
|
2024-03-19 09:40:33.7445|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory|Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
|
2024-03-19 09:40:33.8773|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
|
|
2024-03-19 09:40:33.9434|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile is available. Using 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2024-03-19 09:40:33.9517|DEBUG|Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository|Reading data from file 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys\key-70b42ce7-e471-4828-9be8-dcfa066e2793.xml'.
|
|
2024-03-19 09:40:33.9689|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
|
|
2024-03-19 09:40:33.9865|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver|Considering key {70b42ce7-e471-4828-9be8-dcfa066e2793} with expiration date 2024-05-06 09:06:35Z as default key.
|
|
2024-03-19 09:40:33.9865|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:40:33.9865|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
|
|
2024-03-19 09:40:33.9865|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:40:33.9989|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
|
|
2024-03-19 09:40:33.9989|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
|
|
2024-03-19 09:40:33.9989|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
|
|
2024-03-19 09:40:33.9989|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
|
|
2024-03-19 09:40:34.2273|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
|
|
2024-03-19 09:40:34.2273|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
|
|
2024-03-19 09:40:34.2273|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
|
|
2024-03-19 09:40:34.2298|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
|
2024-03-19 09:40:34.2298|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
|
2024-03-19 09:40:34.2298|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
|
|
2024-03-19 09:40:34.2298|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
|
|
2024-03-19 09:40:34.2298|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
|
|
2024-03-19 09:40:34.2298|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
|
|
2024-03-19 09:40:34.4639|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09H" accepted.
|
|
2024-03-19 09:40:34.4639|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09H" started.
|
|
2024-03-19 09:40:34.4684|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09I" accepted.
|
|
2024-03-19 09:40:34.4684|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09I" started.
|
|
2024-03-19 09:40:34.9244|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09J" accepted.
|
|
2024-03-19 09:40:34.9244|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09J" started.
|
|
2024-03-19 09:40:35.0843|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27U0V6K09J established using the following protocol: Tls12
|
|
2024-03-19 09:40:35.3669|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
|
|
2024-03-19 09:40:35.4241|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
|
|
2024-03-19 09:40:35.7351|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
|
|
2024-03-19 09:40:35.9358|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
|
|
2024-03-19 09:40:35.9436|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 583.3907ms
|
|
2024-03-19 09:40:35.9562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
|
|
2024-03-19 09:40:35.9562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
|
|
2024-03-19 09:40:35.9724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - - - 200 12024 application/javascript;+charset=utf-8 15.2780ms
|
|
2024-03-19 09:40:36.2177|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 261.4465ms
|
|
2024-03-19 09:40:36.4197|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
|
|
2024-03-19 09:40:36.7279|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 308.2793ms
|
|
2024-03-19 09:40:37.5120|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09K" accepted.
|
|
2024-03-19 09:40:37.5120|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09K" started.
|
|
2024-03-19 09:40:37.5206|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27U0V6K09K established using the following protocol: Tls12
|
|
2024-03-19 09:40:37.5206|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:40:37.5206|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:40:37.5206|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:40:37.5206|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:40:37.5633|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:40:37.5633|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:40:37.5633|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:37.5887|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:40:37.5922|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:37.5922|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:40:37.6065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:40:37.6065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:40:37.6065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:40:37.6065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:40:37.6065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:40:37.6101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:37.8156|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
|
|
2024-03-19 09:40:38.7659|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:40:38.9677|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:38.9739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:40:38.9739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:40:38.9739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:40:38.9739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:40:38.9739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:40:38.9739|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:40:38.9892|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1377.6548ms
|
|
2024-03-19 09:40:38.9892|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:38.9892|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:40:38.9892|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 1474.6069ms
|
|
2024-03-19 09:40:39.5823|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:40:39.5823|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:40:39.5823|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:40:39.5823|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:40:39.5823|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:40:39.5823|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:40:39.5823|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:39.5823|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:40:39.5823|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:39.5931|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:40:39.5931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:40:39.5931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:40:39.5931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:40:39.5931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:40:39.5931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:40:39.5931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:40:39.6779|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:40:39.6779|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 87.6712ms
|
|
2024-03-19 09:40:39.6779|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:39.6779|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:40:39.6779|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 103.7871ms
|
|
2024-03-19 09:40:40.7679|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:40:40.7679|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:40:40.7679|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:40.7679|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:40:40.7679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:40:40.7960|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:40:40.7960|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 23.4498ms
|
|
2024-03-19 09:40:40.7960|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:40.7960|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:40:40.7960|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 34.2123ms
|
|
2024-03-19 09:40:44.4707|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
|
|
2024-03-19 09:40:44.4707|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
|
|
2024-03-19 09:40:44.4707|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09H" stopped.
|
|
2024-03-19 09:40:44.4707|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09I" stopped.
|
|
2024-03-19 09:40:44.4707|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27U0V6K09I" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 09:40:44.4707|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27U0V6K09H" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 09:40:49.7277|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 09:40:49.7277|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:40:49.7277|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:40:49.7277|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:40:49.7277|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 09:40:49.7277|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 09:40:49.7277|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:49.7277|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:40:49.7277|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:49.7426|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 09:40:49.7426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:40:49.7426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:40:49.7426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:40:49.7426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:40:49.7426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:40:49.7426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:49.7426|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 09:40:49.7578|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:40:49.7578|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:49.7781|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:40:49.7816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 09:40:49.7816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:40:49.7816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:40:49.7816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:40:49.7816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:40:50.0800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:40:50.0800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:40:50.0800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:40:50.0800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:40:50.0800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:40:50.0800|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:40:50.0800|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 342.4443ms
|
|
2024-03-19 09:40:50.0800|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:50.0800|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:40:50.0800|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 361.1129ms
|
|
2024-03-19 09:40:54.4435|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:40:54.4435|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:40:54.4435|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:54.4435|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:40:54.4435|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:40:54.4527|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:40:54.4527|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.7513ms
|
|
2024-03-19 09:40:54.4527|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:54.4527|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:40:54.4527|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 10.7547ms
|
|
2024-03-19 09:40:54.4742|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:40:54.4742|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:40:54.4742|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:40:54.4742|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:40:54.4742|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:40:54.4742|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:40:54.4742|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:40:54.4742|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:40:54.4853|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:40:54.4853|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:40:54.4853|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 17.0870ms
|
|
2024-03-19 09:40:54.5338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:40:54.5338|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:40:54.5338|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:40:54.5338|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:40:54.5338|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:40:54.5338|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:40:54.5338|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:40:54.5338|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:40:54.5338|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:40:54.5338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 3.3354ms
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1939ms
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:00.4840|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:41:00.4840|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.6368ms
|
|
2024-03-19 09:41:00.5534|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:41:00.5534|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:00.5534|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:00.5534|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:00.5534|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:00.5619|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:00.5619|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:41:00.5619|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:41:00.5619|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:41:00.5619|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:41:00.5619|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 13.0616ms
|
|
2024-03-19 09:41:00.5619|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 13.1197ms
|
|
2024-03-19 09:41:01.0881|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:41:01.0881|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:01.0881|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:01.0881|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:01.0881|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:41:01.0881|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:01.0881|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:01.0881|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:01.0881|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:01.0881|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 5.3426ms
|
|
2024-03-19 09:41:01.1159|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:41:01.1159|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:01.1159|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:01.1159|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:01.1159|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:41:01.1159|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:01.1159|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:01.1159|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:01.1159|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:01.1159|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 3.9275ms
|
|
2024-03-19 09:41:37.4717|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:37.4717|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:37.4717|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:37.4717|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:41:37.4717|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:41:37.4717|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:41:37.4844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4577ms
|
|
2024-03-19 09:41:37.4844|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:37.4844|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:41:37.4844|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.8693ms
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.0576ms
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:39.1420|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:41:39.1420|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.7259ms
|
|
2024-03-19 09:41:39.2739|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:39.2739|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:41:39.2739|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:39.2739|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:41:39.2739|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:41:39.2739|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:39.2816|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:41:39.2816|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:41:39.2816|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 8.4477ms
|
|
2024-03-19 09:41:39.2816|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:41:39.2816|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 7.0379ms
|
|
2024-03-19 09:41:40.4082|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:41:40.4082|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:40.4082|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:40.4082|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:40.4082|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:41:40.4082|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:40.4082|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:40.4082|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:40.4082|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:40.4082|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 6.8982ms
|
|
2024-03-19 09:41:40.4464|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:41:40.4464|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:41:40.4464|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:41:40.4464|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:41:40.4464|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:41:40.4464|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:40.4464|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:41:40.4464|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:40.4464|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:41:40.4464|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 5.6749ms
|
|
2024-03-19 09:44:30.4027|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:30.4068|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:30.4068|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:30.4068|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:30.4068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:30.4227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:30.4227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.4932ms
|
|
2024-03-19 09:44:30.4227|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:30.4227|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:30.4227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 31.6821ms
|
|
2024-03-19 09:44:40.6231|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:40.6231|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:40.6231|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:40.6248|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:40.6248|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:40.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:40.6401|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:40.6401|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:40.6401|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:40.6401|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:40.6401|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:40.6401|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:40.6401|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.9433ms
|
|
2024-03-19 09:44:40.6401|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:40.6401|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:40.6401|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 25.2002ms
|
|
2024-03-19 09:44:42.2818|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:42.2818|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:42.2818|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:42.2818|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:42.2818|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:42.2966|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:42.2966|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:42.2966|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:42.2966|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8109ms
|
|
2024-03-19 09:44:42.2966|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:42.2966|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:42.2966|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.6477ms
|
|
2024-03-19 09:44:43.6754|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:43.6754|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:43.6754|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:43.6754|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:43.6754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:43.6867|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:43.6867|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.3583ms
|
|
2024-03-19 09:44:43.6867|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:43.6867|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:43.6867|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.0033ms
|
|
2024-03-19 09:44:44.4109|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:44.4109|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:44.4109|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:44.4109|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:44.4109|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:44.4230|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:44.4230|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.1032ms
|
|
2024-03-19 09:44:44.4230|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:44.4230|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:44.4230|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.4274ms
|
|
2024-03-19 09:44:47.2983|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:47.2983|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:47.2983|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:47.2983|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:47.2983|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:47.3121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:47.3121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:47.3121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:47.3121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:47.3121|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:47.3121|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4457ms
|
|
2024-03-19 09:44:47.3121|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:47.3121|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:47.3121|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.2257ms
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9671ms
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:49.1275|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:49.1275|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.3517ms
|
|
2024-03-19 09:44:50.7377|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09L" accepted.
|
|
2024-03-19 09:44:50.7377|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U0V6K09L" started.
|
|
2024-03-19 09:44:50.7377|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27U0V6K09L established using the following protocol: Tls12
|
|
2024-03-19 09:44:50.7377|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 09:44:50.7377|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:50.7530|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:50.7530|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 09:44:50.7530|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 7.7298ms
|
|
2024-03-19 09:44:50.7530|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 09:44:50.7530|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:50.7530|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:50.7530|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 09:44:50.7530|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:44:50.7530|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 09:44:50.7530|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:50.7530|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:44:50.7530|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:50.7738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' using the name '' in request data ...
|
|
2024-03-19 09:44:50.7738|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 09:44:50.7851|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN27U0V6K09K", Request id "0HN27U0V6K09K:00000033": started reading request body.
|
|
2024-03-19 09:44:50.7851|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN27U0V6K09K", Request id "0HN27U0V6K09K:00000033": done reading request body.
|
|
2024-03-19 09:44:50.7851|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
|
|
2024-03-19 09:44:50.7851|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
|
|
2024-03-19 09:44:50.7851|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
|
|
2024-03-19 09:44:50.7851|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
|
|
2024-03-19 09:44:50.8027|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
|
|
2024-03-19 09:44:50.9850|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<GroupOfUser>()
|
|
.Include(gou => gou.Group)
|
|
.Include(gou => gou.User)'
|
|
2024-03-19 09:44:51.0952|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
|
|
2024-03-19 09:44:51.0952|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
|
|
2024-03-19 09:44:51.3107|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<GroupOfUser>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Client Projections:
|
|
0 -> Dictionary<IProperty, int> { [Property: GroupOfUser.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: GroupOfUser.AddedWho (string) Required MaxLength(50), 1], [Property: GroupOfUser.ChangedWho (string) MaxLength(50), 2], [Property: GroupOfUser.Comment (string) MaxLength(200), 3], [Property: GroupOfUser.GroupId (int) Required FK Index, 4], [Property: GroupOfUser.UserId (int) Required FK Index, 5] }
|
|
1 -> Dictionary<IProperty, int> { [Property: Group.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 6], [Property: Group.Active (bool) Required, 7], [Property: Group.AdSync (bool) Required, 8], [Property: Group.AddedWho (string) MaxLength(50), 9], [Property: Group.ChangedWho (string) MaxLength(50), 10], [Property: Group.Comment (string) MaxLength(200), 11], [Property: Group.EcmFkId (int?) Required, 12], [Property: Group.Internal (bool) Required, 13], [Property: Group.Name (string) MaxLength(50), 14] }
|
|
2 -> Dictionary<IProperty, int> { [Property: User.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 15], [Property: User.Active (bool) Required, 16], [Property: User.AddedWho (string) Required MaxLength(50), 17], [Property: User.ChangedWho (string) MaxLength(50), 18], [Property: User.Comment (string) MaxLength(500), 19], [Property: User.DateFormat (string) Required MaxLength(10), 20], [Property: User.Deleted (bool) Required, 21], [Property: User.Email (string) MaxLength(100), 22], [Property: User.Language (string) Required MaxLength(5), 23], [Property: User.Name (string) MaxLength(50), 24], [Property: User.Prename (string) MaxLength(50), 25], [Property: User.Shortname (string) MaxLength(30), 26], [Property: User.Username (string) Required MaxLength(50), 27] }
|
|
SELECT t.Guid, t.ADDED_WHO, t.CHANGED_WHO, t.Comment, t.GROUP_ID, t.USER_ID, t0.Guid, t0.Active, t0.AD_SYNC, t0.ADDED_WHO, t0.CHANGED_WHO, t0.Comment, t0.ECM_FK_ID, t0.Internal, t0.Name, t1.Guid, t1.ACTIVE, t1.ADDED_WHO, t1.CHANGED_WHO, t1.COMMENT, t1.DATE_FORMAT, t1.DELETED, t1.EMAIL, t1.LANGUAGE, t1.NAME, t1.PRENAME, t1.SHORTNAME, t1.USERNAME
|
|
FROM dbo.TBDD_GROUPS_USER AS t
|
|
INNER JOIN dbo.TBDD_GROUPS AS t0 ON t.GROUP_ID == t0.Guid
|
|
INNER JOIN dbo.TBDD_USER AS t1 ON t.USER_ID == t1.Guid),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, GroupOfUser>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 09:44:51.3599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 09:44:51.3599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 09:44:51.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (24ms).
|
|
2024-03-19 09:44:51.4006|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (37ms).
|
|
2024-03-19 09:44:51.4006|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (45ms).
|
|
2024-03-19 09:44:51.4082|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:51.8167|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:51.8167|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 09:44:51.9028|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (75ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 09:44:51.9570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0128|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0155|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0500|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0500|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0771|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.0847|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:44:52.1000|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:52.1200|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 210ms reading results.
|
|
2024-03-19 09:44:52.1200|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:52.1200|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
|
|
2024-03-19 09:44:52.1421|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<User>()
|
|
.Where(user => user.Username == __username_0)
|
|
.FirstOrDefault()'
|
|
2024-03-19 09:44:52.1647|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync<User>(
|
|
asyncEnumerable: new SingleQueryingEnumerable<User>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: User.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: User.Active (bool) Required, 1], [Property: User.AddedWho (string) Required MaxLength(50), 2], [Property: User.ChangedWho (string) MaxLength(50), 3], [Property: User.Comment (string) MaxLength(500), 4], [Property: User.DateFormat (string) Required MaxLength(10), 5], [Property: User.Deleted (bool) Required, 6], [Property: User.Email (string) MaxLength(100), 7], [Property: User.Language (string) Required MaxLength(5), 8], [Property: User.Name (string) MaxLength(50), 9], [Property: User.Prename (string) MaxLength(50), 10], [Property: User.Shortname (string) MaxLength(30), 11], [Property: User.Username (string) Required MaxLength(50), 12] }
|
|
SELECT TOP(1) t.Guid, t.ACTIVE, t.ADDED_WHO, t.CHANGED_WHO, t.COMMENT, t.DATE_FORMAT, t.DELETED, t.EMAIL, t.LANGUAGE, t.NAME, t.PRENAME, t.SHORTNAME, t.USERNAME
|
|
FROM dbo.TBDD_USER AS t
|
|
WHERE t.USERNAME == @__username_0),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, User>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
),
|
|
cancellationToken: queryContext.CancellationToken)'
|
|
2024-03-19 09:44:52.1745|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 09:44:52.1745|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 09:44:52.1745|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (5ms).
|
|
2024-03-19 09:44:52.1745|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:52.1745|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:52.1854|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 09:44:52.2144|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (32ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 09:44:52.2167|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:52.2167|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 2ms reading results.
|
|
2024-03-19 09:44:52.2167|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:52.2167|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 09:44:52.2443|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 09:44:52.2484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:52.2484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:52.2484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:52.2484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:52.2484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:52.2484|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:52.2484|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 1475.7032ms
|
|
2024-03-19 09:44:52.2484|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:52.2538|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:52.2538|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:44:52.2538|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
|
|
2024-03-19 09:44:52.2538|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 - application/json;+charset=utf-8 1500.4793ms
|
|
2024-03-19 09:44:54.9009|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:44:54.9009|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:44:54.9009|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:44:54.9009|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:44:54.9009|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:44:54.9009|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:44:54.9009|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:44:54.9141|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:54.9141|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:54.9141|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:44:54.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:44:54.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:44:54.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:44:54.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:44:54.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:44:54.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:44:54.9209|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:44:54.9209|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.6206ms
|
|
2024-03-19 09:44:54.9209|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:44:54.9209|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:44:54.9209|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 25.3126ms
|
|
2024-03-19 09:45:01.1647|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:45:01.1647|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:45:01.1647|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:45:01.1647|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:45:01.1647|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:45:01.1647|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:45:01.1647|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:45:01.1647|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:45:01.1647|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:45:01.1714|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:45:01.1714|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:45:01.1714|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1968ms
|
|
2024-03-19 09:45:01.1714|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:45:01.1714|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:45:01.1714|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.1472ms
|
|
2024-03-19 09:47:37.3483|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:47:37.3483|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:37.3483|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:37.3483|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:37.3483|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:47:37.3483|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:47:37.3483|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:37.3483|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:47:37.3483|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:37.3483|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:47:37.3483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:47:37.3548|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:47:37.3548|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.6224ms
|
|
2024-03-19 09:47:37.3548|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:37.3548|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:47:37.3548|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.4103ms
|
|
2024-03-19 09:47:44.7381|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:47:44.7381|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:44.7381|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:44.7381|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:44.7381|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:47:44.7381|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:47:44.7444|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.7444|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:47:44.7444|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:47:44.7444|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5439ms
|
|
2024-03-19 09:47:44.7444|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.7444|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:47:44.7444|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.5875ms
|
|
2024-03-19 09:47:44.8822|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:47:44.8822|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:44.8822|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:44.8883|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:47:44.8883|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 09:47:44.8883|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 09:47:44.8883|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.8883|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.9013|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 09:47:44.9013|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<Group>()'
|
|
2024-03-19 09:47:44.9013|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<Module>()'
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<Module>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: Module.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: Module.Name (string) MaxLength(50), 1], [Property: Module.ShortName (string) MaxLength(20), 2] }
|
|
SELECT t.Guid, t.Name, t.SHORT_NAME
|
|
FROM dbo.TBDD_MODULES AS t),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, Module>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<Group>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: Group.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: Group.Active (bool) Required, 1], [Property: Group.AdSync (bool) Required, 2], [Property: Group.AddedWho (string) MaxLength(50), 3], [Property: Group.ChangedWho (string) MaxLength(50), 4], [Property: Group.Comment (string) MaxLength(200), 5], [Property: Group.EcmFkId (int?) Required, 6], [Property: Group.Internal (bool) Required, 7], [Property: Group.Name (string) MaxLength(50), 8] }
|
|
SELECT t.Guid, t.Active, t.AD_SYNC, t.ADDED_WHO, t.CHANGED_WHO, t.Comment, t.ECM_FK_ID, t.Internal, t.Name
|
|
FROM dbo.TBDD_GROUPS AS t),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, Group>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (3ms).
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (3ms).
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9212|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 09:47:44.9363|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (7ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 23ms reading results.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9518|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 09:47:44.9781|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9781|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 09:47:44.9810|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 86.52ms
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9810|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:44.9810|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 115.5403ms
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 18ms reading results.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:44.9944|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 09:47:45.0127|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:47:45.0127|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:47:45.0127|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:47:45.0127|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:47:45.0127|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:47:45.0127|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:47:45.0316|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 124.8194ms
|
|
2024-03-19 09:47:45.0316|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:45.0316|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:47:45.0316|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 09:47:45.0316|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 09:47:45.0316|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 146.4562ms
|
|
2024-03-19 09:47:49.6426|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:49.6426|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:47:49.6426|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:49.6426|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:47:49.6426|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.7719ms
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.1387ms
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout text/plain 4
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:49.6499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:47:49.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:49.6720|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:47:49.6720|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:47:49.6720|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 7.8922ms
|
|
2024-03-19 09:47:49.6720|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:47:49.6720|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout text/plain 4 - 200 - application/json;+charset=utf-8 21.8370ms
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN27U0V6K09K", Request id "0HN27U0V6K09K:00000043": started reading request body.
|
|
2024-03-19 09:47:49.6720|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN27U0V6K09K", Request id "0HN27U0V6K09K:00000043": done reading request body.
|
|
2024-03-19 09:47:52.7494|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:52.7494|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:47:52.7494|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:52.7494|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:47:52.7494|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:47:52.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:47:52.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:47:52.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:47:52.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:47:52.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:47:52.7588|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:47:52.7588|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4329ms
|
|
2024-03-19 09:47:52.7588|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:52.7588|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:47:52.7588|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.2968ms
|
|
2024-03-19 09:47:52.8455|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:52.8455|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:52.8455|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:52.8455|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:47:52.8455|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:52.8455|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:52.8455|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 6.3673ms
|
|
2024-03-19 09:47:52.8455|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:47:52.8531|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:47:52.8531|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:47:52.8531|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:47:52.8531|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:47:52.8531|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:47:52.8531|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 6.1536ms
|
|
2024-03-19 09:47:53.9027|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:47:53.9027|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:53.9027|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:53.9027|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:53.9027|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:47:53.9027|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:47:53.9027|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:47:53.9027|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:47:53.9027|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:47:53.9027|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 4.7990ms
|
|
2024-03-19 09:47:53.9339|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:47:53.9339|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:47:53.9339|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:47:53.9339|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:47:53.9339|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:47:53.9339|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:47:53.9339|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:47:53.9339|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:47:53.9339|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:47:53.9339|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 3.8258ms
|
|
2024-03-19 09:48:05.9059|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:05.9059|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:05.9059|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:05.9059|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:05.9059|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:05.9126|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:05.9126|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.6405ms
|
|
2024-03-19 09:48:05.9126|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:05.9126|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:05.9126|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.5395ms
|
|
2024-03-19 09:48:06.7397|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:06.7397|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:06.7397|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:06.7397|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:06.7397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:06.7479|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:06.7479|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.5772ms
|
|
2024-03-19 09:48:06.7479|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:06.7479|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:06.7479|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.4875ms
|
|
2024-03-19 09:48:06.9050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:06.9050|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:06.9050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:06.9050|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:06.9050|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:06.9050|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:06.9050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 6.0763ms
|
|
2024-03-19 09:48:06.9050|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:48:06.9123|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:48:06.9123|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:06.9123|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:06.9123|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:06.9123|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:06.9123|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 6.2310ms
|
|
2024-03-19 09:48:08.1182|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:48:08.1188|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:08.1188|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:08.1188|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:08.1188|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:08.1188|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:08.1188|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:08.1188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:08.1188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:08.1188|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 4.9404ms
|
|
2024-03-19 09:48:08.1525|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:48:08.1525|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:08.1525|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:08.1525|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:08.1525|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:08.1525|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:08.1525|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:08.1525|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:08.1525|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:08.1525|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 4.7721ms
|
|
2024-03-19 09:48:08.2298|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:08.2298|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:08.2298|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:08.2298|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:08.2298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:08.2411|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:08.2411|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:08.2411|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:08.2411|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:08.2411|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:08.2411|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:08.2411|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.4499ms
|
|
2024-03-19 09:48:08.2411|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:08.2411|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:08.2411|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.4462ms
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 5.8755ms
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:08.3692|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:08.3692|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 6.3480ms
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 9.0467ms
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:08.3806|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:08.3806|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 8.6576ms
|
|
2024-03-19 09:48:09.8520|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
|
|
2024-03-19 09:48:09.8520|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:09.8520|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:09.8520|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:09.8520|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:09.8520|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8520|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:09.8520|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8520|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8520|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 4.9249ms
|
|
2024-03-19 09:48:09.8891|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
|
|
2024-03-19 09:48:09.8891|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:09.8891|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:09.8891|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:09.8891|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 8.2977ms
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 8.7116ms
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:48:09.8957|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:09.8957|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:09.8957|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:09.8957|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8957|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:09.8957|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 4.5268ms
|
|
2024-03-19 09:48:16.6362|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:16.6362|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:16.6362|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:16.6362|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:16.6362|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:16.6446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:16.6446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.2745ms
|
|
2024-03-19 09:48:16.6446|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:16.6446|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:16.6446|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.9733ms
|
|
2024-03-19 09:48:16.7451|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:16.7451|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:16.7451|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:16.7451|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:48:16.7451|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:16.7451|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 5.7675ms
|
|
2024-03-19 09:48:16.7451|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:48:16.7451|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:48:16.7546|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:16.7546|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:16.7546|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:16.7546|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:16.7546|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 6.4213ms
|
|
2024-03-19 09:48:17.8509|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:48:17.8509|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:17.8509|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:17.8509|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:17.8509|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:17.8509|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:17.8509|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:17.8509|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:17.8509|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:17.8509|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 4.2506ms
|
|
2024-03-19 09:48:17.8724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:48:17.8724|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:17.8724|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:17.8724|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:17.8724|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:17.8724|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:17.8724|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:17.8724|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:17.8724|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:17.8724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 4.0667ms
|
|
2024-03-19 09:48:30.4062|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:30.4062|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:30.4062|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:30.4080|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:30.4080|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:30.4080|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:30.4080|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8829ms
|
|
2024-03-19 09:48:30.4080|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:30.4080|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:30.4080|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.3904ms
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4725ms
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:34.2824|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:34.2824|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.9804ms
|
|
2024-03-19 09:48:35.0070|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:35.0070|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:35.0070|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:35.0070|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:35.0070|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:35.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:35.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1005ms
|
|
2024-03-19 09:48:35.0171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:35.0171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:35.0171|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.6385ms
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:35.0948|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 8.2115ms
|
|
2024-03-19 09:48:35.0948|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 8.4837ms
|
|
2024-03-19 09:48:35.6591|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:48:35.6591|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:35.6591|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:35.6591|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:35.6591|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:35.6591|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:35.6591|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:35.6591|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:35.6591|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:35.6591|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 4.1160ms
|
|
2024-03-19 09:48:35.6855|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:48:35.6855|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:35.6855|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:35.6855|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:35.6855|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:35.6876|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:35.6876|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:35.6876|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:35.6876|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:35.6876|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 3.5003ms
|
|
2024-03-19 09:48:43.4958|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:43.4958|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:43.4958|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:43.4958|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:43.4958|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:43.4958|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:43.4998|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:43.4998|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:43.4998|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:43.4998|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2717ms
|
|
2024-03-19 09:48:43.4998|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:43.4998|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:43.4998|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.9330ms
|
|
2024-03-19 09:48:44.4617|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:44.4617|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:44.4617|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:44.4617|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:44.4617|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:44.4617|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:44.4617|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:44.4676|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:44.4676|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:44.4676|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:44.4676|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.9298ms
|
|
2024-03-19 09:48:44.4676|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:44.4676|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:44.4676|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.1627ms
|
|
2024-03-19 09:48:44.5434|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:48:44.5434|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:48:44.5434|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:44.5434|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:44.5434|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:44.5458|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:44.5458|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:44.5458|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:44.5458|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:44.5458|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:48:44.5458|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 9.0965ms
|
|
2024-03-19 09:48:44.5458|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:48:44.5458|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 10.7398ms
|
|
2024-03-19 09:48:45.0705|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:48:45.0705|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:45.0705|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:45.0705|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:45.0705|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:45.0705|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:45.0705|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:45.0705|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:45.0705|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:45.0705|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 4.4755ms
|
|
2024-03-19 09:48:45.1186|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:48:45.1186|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:45.1186|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:45.1186|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:45.1186|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:48:45.1186|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:45.1186|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:45.1186|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:45.1240|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:48:45.1240|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 5.6772ms
|
|
2024-03-19 09:48:55.6560|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:48:55.6560|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:48:55.6560|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:55.6560|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:48:55.6560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:48:55.6687|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:48:55.6687|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.6097ms
|
|
2024-03-19 09:48:55.6687|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:48:55.6687|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:48:55.6687|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.6227ms
|
|
2024-03-19 09:49:02.1143|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:02.1143|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:02.1143|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:02.1143|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:02.1143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:02.1208|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:49:02.1208|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9745ms
|
|
2024-03-19 09:49:02.1208|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:02.1208|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:02.1208|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.4763ms
|
|
2024-03-19 09:49:06.7589|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:49:06.7589|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:06.7589|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:06.7602|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:06.7602|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:06.7602|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:49:06.7602|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5728ms
|
|
2024-03-19 09:49:06.7602|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:06.7602|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:06.7602|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.0770ms
|
|
2024-03-19 09:49:09.0181|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:49:09.0181|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:09.0181|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:09.0181|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:09.0181|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:49:09.0181|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:49:09.0181|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:09.0181|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:09.0258|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:09.0258|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:09.0258|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:09.0412|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:49:09.0412|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.3942ms
|
|
2024-03-19 09:49:09.0412|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:09.0412|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:09.0412|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 26.8867ms
|
|
2024-03-19 09:49:15.6722|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:15.6722|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:15.6722|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:15.6722|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:15.6722|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:15.6807|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:49:15.6807|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:49:15.9188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:15.9188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:15.9188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:15.9188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:15.9188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:15.9188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:49:15.9188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 242.4763ms
|
|
2024-03-19 09:49:15.9188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:15.9188|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:15.9188|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 251.5205ms
|
|
2024-03-19 09:49:17.9151|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:17.9151|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:17.9151|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:17.9151|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:17.9151|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:49:17.9151|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:49:18.0959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:18.0959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:18.0959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:18.0959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:18.0959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:18.0959|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:49:18.0959|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 177.6342ms
|
|
2024-03-19 09:49:18.0959|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:18.0959|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:18.0959|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 185.5840ms
|
|
2024-03-19 09:49:24.1354|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:24.1354|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:24.1354|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:24.1354|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:24.1354|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:24.1354|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:49:24.1354|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8624ms
|
|
2024-03-19 09:49:24.1354|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:24.1493|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:24.1493|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.4309ms
|
|
2024-03-19 09:49:29.7904|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:29.7904|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:29.7904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:29.7904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:29.7904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:49:29.7904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.4689ms
|
|
2024-03-19 09:49:29.7904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:29.7904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:29.8031|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.7984ms
|
|
2024-03-19 09:49:30.8565|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:30.8565|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:30.8565|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:30.8565|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:49:30.8565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:49:30.8656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:49:30.8656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:49:30.8656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:49:30.8656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.3693ms
|
|
2024-03-19 09:49:30.8656|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:30.8656|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:49:30.8656|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.1833ms
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 7.2375ms
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 09:49:30.9338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 8.2805ms
|
|
2024-03-19 09:49:30.9338|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:49:30.9438|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 7.5330ms
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:49:30.9438|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 7.4452ms
|
|
2024-03-19 09:49:31.6395|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
|
|
2024-03-19 09:49:31.6395|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:31.6395|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:31.6395|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:31.6395|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:49:31.6395|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6395|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:31.6395|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6395|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6395|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 5.0752ms
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 6.5171ms
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 6.5543ms
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:49:31.6812|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 4.0381ms
|
|
2024-03-19 09:51:03.6462|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:51:03.6462|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:51:03.6480|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:51:03.6480|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:03.6480|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:51:03.6480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:51:03.6480|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:51:03.6480|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.7889ms
|
|
2024-03-19 09:51:03.6622|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:03.6622|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:51:03.6622|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.7705ms
|
|
2024-03-19 09:51:09.9506|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:51:09.9506|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:51:09.9506|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:09.9506|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:51:09.9506|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:51:09.9591|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:51:09.9591|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.8016ms
|
|
2024-03-19 09:51:09.9591|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:51:09.9591|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.1294ms
|
|
2024-03-19 09:51:09.9591|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:51:09.9591|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:51:09.9591|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:51:09.9750|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:09.9750|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:51:09.9750|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:51:09.9750|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.785ms
|
|
2024-03-19 09:51:09.9750|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:09.9750|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:51:09.9750|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.4059ms
|
|
2024-03-19 09:51:10.0919|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:51:10.0919|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:51:10.0919|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:51:10.0919|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:51:10.0919|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:51:10.0919|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:51:10.0919|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:51:10.1006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:51:10.1006|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 9.4594ms
|
|
2024-03-19 09:51:10.1006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:51:10.1006|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:51:10.1006|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:51:10.1006|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:51:10.1006|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:51:10.1006|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 11.2860ms
|
|
2024-03-19 09:51:11.2293|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:51:11.2293|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:51:11.2293|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:51:11.2293|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:51:11.2293|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:51:11.2293|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:51:11.2293|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:51:11.2293|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:51:11.2293|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:51:11.2293|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 9.4993ms
|
|
2024-03-19 09:51:11.2699|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:51:11.2699|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:51:11.2699|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:51:11.2725|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:51:11.2725|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:51:11.2725|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:51:11.2725|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:51:11.2725|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:51:11.2725|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:51:11.2725|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 7.3894ms
|
|
2024-03-19 09:52:45.4933|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:52:45.4933|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:52:45.4933|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.4933|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:52:45.4933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:52:45.5063|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:52:45.5063|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 10.6422ms
|
|
2024-03-19 09:52:45.5063|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.5063|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:52:45.5063|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 23.0446ms
|
|
2024-03-19 09:52:45.6075|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:52:45.6075|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:52:45.6075|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.6075|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:52:45.6075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:52:45.6195|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:52:45.6195|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:52:45.6397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:52:45.6518|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:52:45.6518|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:52:45.6518|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 40.3678ms
|
|
2024-03-19 09:52:45.6518|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.6518|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:52:45.6754|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:52:45.6754|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:52:45.6790|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 71.4993ms
|
|
2024-03-19 09:52:45.6790|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:52:45.6790|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:52:45.6790|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:52:45.6790|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:52:45.6790|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.6790|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:52:45.6928|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.6928|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:52:45.6928|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 09:52:45.6928|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.2839ms
|
|
2024-03-19 09:52:45.6928|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.6928|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:52:45.6928|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 32.4551ms
|
|
2024-03-19 09:52:45.9122|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:52:45.9122|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:52:45.9122|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 09:52:45.9122|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 09:52:45.9122|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:52:45.9122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 09:52:45.9122|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:52:45.9277|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 09:52:45.9277|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 302 0 - 15.8835ms
|
|
2024-03-19 09:52:45.9277|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:52:45.9277|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
|
|
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
|
|
2024-03-19 09:52:45.9277|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
|
|
2024-03-19 09:52:45.9277|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 302 0 - 16.6684ms
|
|
2024-03-19 09:52:47.2979|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - -
|
|
2024-03-19 09:52:47.2979|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:52:47.2979|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:52:47.2979|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:52:47.2979|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:52:47.3031|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:52:47.3031|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:52:47.3031|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:52:47.3031|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:52:47.3031|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fmodule - - - 405 0 - 7.6216ms
|
|
2024-03-19 09:52:47.3406|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - -
|
|
2024-03-19 09:52:47.3406|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:52:47.3406|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:52:47.3406|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:52:47.3406|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 09:52:47.3406|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:52:47.3406|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:52:47.3406|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:52:47.3406|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
|
|
2024-03-19 09:52:47.3406|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fgroup - - - 405 0 - 4.3702ms
|
|
2024-03-19 09:52:58.4379|DEBUG|Program|init main
|
|
2024-03-19 09:52:58.9239|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
|
|
2024-03-19 09:52:59.5537|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory|Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
|
2024-03-19 09:52:59.7450|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
|
|
2024-03-19 09:52:59.8317|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile is available. Using 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2024-03-19 09:52:59.8395|DEBUG|Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository|Reading data from file 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys\key-70b42ce7-e471-4828-9be8-dcfa066e2793.xml'.
|
|
2024-03-19 09:52:59.8611|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
|
|
2024-03-19 09:52:59.8847|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver|Considering key {70b42ce7-e471-4828-9be8-dcfa066e2793} with expiration date 2024-05-06 09:06:35Z as default key.
|
|
2024-03-19 09:52:59.9128|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:52:59.9128|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
|
|
2024-03-19 09:52:59.9128|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:52:59.9322|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
|
|
2024-03-19 09:52:59.9322|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
|
|
2024-03-19 09:52:59.9322|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
|
|
2024-03-19 09:52:59.9322|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
|
|
2024-03-19 09:53:00.4258|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
|
|
2024-03-19 09:53:00.4258|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
|
|
2024-03-19 09:53:00.4258|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
|
|
2024-03-19 09:53:00.4258|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
|
2024-03-19 09:53:00.4280|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
|
2024-03-19 09:53:00.4280|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
|
|
2024-03-19 09:53:00.4280|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
|
|
2024-03-19 09:53:00.4280|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
|
|
2024-03-19 09:53:00.4280|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
|
|
2024-03-19 09:53:00.7448|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27U7TJN59J" received FIN.
|
|
2024-03-19 09:53:00.7448|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27U7TJN59K" received FIN.
|
|
2024-03-19 09:53:00.7591|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59K" accepted.
|
|
2024-03-19 09:53:00.7591|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59J" accepted.
|
|
2024-03-19 09:53:00.7591|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59J" started.
|
|
2024-03-19 09:53:00.7591|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59K" started.
|
|
2024-03-19 09:53:00.7996|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Failed to authenticate HTTPS connection.|System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
|
at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](CancellationToken cancellationToken)
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
|
2024-03-19 09:53:00.7996|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Failed to authenticate HTTPS connection.|System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
|
at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](CancellationToken cancellationToken)
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
|
2024-03-19 09:53:00.8770|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59K" stopped.
|
|
2024-03-19 09:53:00.8770|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59J" stopped.
|
|
2024-03-19 09:53:00.8770|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27U7TJN59K" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 09:53:00.8810|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27U7TJN59J" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 09:53:01.0320|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59L" accepted.
|
|
2024-03-19 09:53:01.0485|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59L" started.
|
|
2024-03-19 09:53:01.1098|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27U7TJN59L established using the following protocol: Tls12
|
|
2024-03-19 09:53:01.2211|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
|
|
2024-03-19 09:53:01.2798|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
|
|
2024-03-19 09:53:01.4461|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
|
|
2024-03-19 09:53:01.5673|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
|
|
2024-03-19 09:53:01.5721|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 353.9021ms
|
|
2024-03-19 09:53:01.5947|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
|
|
2024-03-19 09:53:01.5947|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
|
|
2024-03-19 09:53:01.6150|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - - - 200 12024 application/javascript;+charset=utf-8 20.1374ms
|
|
2024-03-19 09:53:01.6691|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 74.4378ms
|
|
2024-03-19 09:53:01.9694|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
|
|
2024-03-19 09:53:02.1639|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 194.4315ms
|
|
2024-03-19 09:53:05.5921|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59M" accepted.
|
|
2024-03-19 09:53:05.5921|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27U7TJN59M" started.
|
|
2024-03-19 09:53:05.5921|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27U7TJN59M established using the following protocol: Tls12
|
|
2024-03-19 09:53:05.5921|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:05.5921|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:05.5921|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:05.5921|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:05.6356|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:05.6356|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:05.6356|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:05.6537|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:05.6537|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:05.6675|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:05.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:05.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:05.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:05.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:05.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:05.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:05.8308|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
|
|
2024-03-19 09:53:06.6313|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:06.8237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:06.8237|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:06.8237|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1158.8642ms
|
|
2024-03-19 09:53:06.8237|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.8376|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:06.8376|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:06.8376|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:06.8376|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:06.8376|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:06.8376|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 1242.0069ms
|
|
2024-03-19 09:53:06.8376|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:06.8376|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:06.8376|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.8376|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:06.8376|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.8491|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:06.8491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:06.8491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:06.8491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:06.8491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:06.8491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:06.8491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 79.6173ms
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 94.5529ms
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.9287|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:06.9287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:06.9433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 20.3232ms
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 30.8269ms
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.9608|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:06.9608|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:06.9752|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:06.9752|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:06.9752|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:06.9752|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.7591ms
|
|
2024-03-19 09:53:06.9752|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:06.9752|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:06.9752|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 11.3830ms
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.135ms
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 12.1049ms
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:08.6156|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:08.6156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:08.6364|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:08.6364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:08.6364|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:08.6364|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.305ms
|
|
2024-03-19 09:53:08.6364|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:08.6364|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:08.6364|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 9.7649ms
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.6943ms
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 11.8337ms
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9334ms
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:09.7452|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:09.7452|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 9.6253ms
|
|
2024-03-19 09:53:10.2477|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:10.2477|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:10.2477|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:10.2477|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:10.2477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3457ms
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 12.0740ms
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7448ms
|
|
2024-03-19 09:53:10.2553|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:10.2553|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:10.2721|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 10.6136ms
|
|
2024-03-19 09:53:18.5626|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:18.5626|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:18.5626|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:18.5626|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:18.5626|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:18.5626|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:18.5626|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:18.5626|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:18.5626|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:18.5687|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:18.5687|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:18.5687|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4388ms
|
|
2024-03-19 09:53:18.5687|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:18.5687|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:18.5687|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 14.6397ms
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2944ms
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:20.8065|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:20.8065|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 10.7310ms
|
|
2024-03-19 09:53:23.4656|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:23.4656|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:23.4656|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:23.4656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:23.4656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:23.4741|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:23.4741|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:23.4741|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:23.4741|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:23.4741|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:23.4741|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3201ms
|
|
2024-03-19 09:53:23.4741|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:23.4741|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:23.4741|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 13.0668ms
|
|
2024-03-19 09:53:32.0096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:53:32.0096|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:53:32.0096|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:32.0096|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:53:32.0096|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:53:32.0096|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.482ms
|
|
2024-03-19 09:53:32.0096|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:53:32.0096|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:53:32.0210|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 11.3420ms
|
|
2024-03-19 09:54:59.2269|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 09:54:59.2269|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:54:59.2269|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:54:59.2269|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:54:59.2269|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 09:54:59.2269|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 09:54:59.2269|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:54:59.2269|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:54:59.2269|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:54:59.2474|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 09:54:59.2474|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:54:59.2474|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:54:59.2474|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:54:59.2474|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:54:59.2474|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:54:59.2474|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:54:59.2474|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 09:54:59.2629|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:54:59.2629|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:54:59.2833|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:54:59.2869|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 09:54:59.2869|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:54:59.2869|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:54:59.2869|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:54:59.2869|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:54:59.6184|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:54:59.6184|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:54:59.6184|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:54:59.6184|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:54:59.6184|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:54:59.6275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:54:59.6419|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 391.8822ms
|
|
2024-03-19 09:54:59.6419|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:54:59.6419|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:54:59.6419|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 417.3838ms
|
|
2024-03-19 09:55:01.4389|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 09:55:01.4389|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:01.4389|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:01.4389|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:01.4389|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 09:55:01.4389|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:01.4431|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:01.4431|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:01.4431|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 09:55:01.4431|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 09:55:01.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:55:01.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:55:01.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:55:01.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:55:01.6248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:55:01.6248|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:55:01.6248|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 181.0944ms
|
|
2024-03-19 09:55:01.6248|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:01.6248|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:01.6248|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 191.0702ms
|
|
2024-03-19 09:55:04.3279|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:55:04.3279|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:04.3279|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:04.3279|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:04.3279|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:55:04.3279|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:55:04.3279|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:04.3279|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:04.3279|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:04.3279|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:04.3279|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5449ms
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 10.7255ms
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:04.3332|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:04.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:04.3492|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:04.3492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:04.3492|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:55:04.3492|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7983ms
|
|
2024-03-19 09:55:04.3492|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:04.3492|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:04.3492|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 10.7754ms
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7701ms
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:05.4782|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:05.4782|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 9.1345ms
|
|
2024-03-19 09:55:09.7183|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:09.7183|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:09.7183|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:09.7183|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:09.7183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:09.7249|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:09.7249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:09.7249|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:55:09.7249|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0183ms
|
|
2024-03-19 09:55:09.7249|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:09.7249|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:09.7249|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 9.5079ms
|
|
2024-03-19 09:55:14.5195|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:55:14.5195|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:14.5195|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:14.5208|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:14.5208|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:14.5208|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:55:14.5208|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4745ms
|
|
2024-03-19 09:55:14.5208|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:14.5208|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:14.5208|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 9.6670ms
|
|
2024-03-19 09:55:53.2670|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:55:53.2670|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:53.2724|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:53.2724|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:53.2724|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:53.2724|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:55:53.2724|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.9026ms
|
|
2024-03-19 09:55:53.2724|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:53.2724|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:53.2865|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 19.4376ms
|
|
2024-03-19 09:55:54.6113|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:55:54.6113|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:55:54.6148|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:55:54.6148|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:54.6148|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:55:54.6148|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:55:54.6148|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5598ms
|
|
2024-03-19 09:55:54.6148|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:55:54.6148|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:55:54.6148|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 13.6628ms
|
|
2024-03-19 09:57:03.4097|DEBUG|Program|init main
|
|
2024-03-19 09:57:04.0162|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
|
|
2024-03-19 09:57:04.5975|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory|Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
|
2024-03-19 09:57:04.8169|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
|
|
2024-03-19 09:57:04.8956|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile is available. Using 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2024-03-19 09:57:04.9032|DEBUG|Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository|Reading data from file 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys\key-70b42ce7-e471-4828-9be8-dcfa066e2793.xml'.
|
|
2024-03-19 09:57:04.9194|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
|
|
2024-03-19 09:57:04.9429|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver|Considering key {70b42ce7-e471-4828-9be8-dcfa066e2793} with expiration date 2024-05-06 09:06:35Z as default key.
|
|
2024-03-19 09:57:04.9485|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:57:04.9485|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
|
|
2024-03-19 09:57:04.9485|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:57:04.9641|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
|
|
2024-03-19 09:57:04.9641|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
|
|
2024-03-19 09:57:04.9641|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
|
|
2024-03-19 09:57:04.9641|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
|
|
2024-03-19 09:57:05.2127|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
|
|
2024-03-19 09:57:05.2127|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
|
|
2024-03-19 09:57:05.2127|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
|
|
2024-03-19 09:57:05.2127|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
|
2024-03-19 09:57:05.2395|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
|
2024-03-19 09:57:05.2395|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
|
|
2024-03-19 09:57:05.2395|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
|
|
2024-03-19 09:57:05.2395|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
|
|
2024-03-19 09:57:05.2395|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
|
|
2024-03-19 09:57:05.3442|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27UA6GD00I" received FIN.
|
|
2024-03-19 09:57:05.3527|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UA6GD00I" accepted.
|
|
2024-03-19 09:57:05.3527|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UA6GD00I" started.
|
|
2024-03-19 09:57:05.3884|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Failed to authenticate HTTPS connection.|System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
|
at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](CancellationToken cancellationToken)
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
|
2024-03-19 09:57:05.4290|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UA6GD00I" stopped.
|
|
2024-03-19 09:57:05.4363|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27UA6GD00I" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 09:57:05.6751|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UA6GD00J" accepted.
|
|
2024-03-19 09:57:05.6751|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UA6GD00J" started.
|
|
2024-03-19 09:57:05.7350|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27UA6GD00J established using the following protocol: Tls12
|
|
2024-03-19 09:57:05.8217|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
|
|
2024-03-19 09:57:05.8518|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
|
|
2024-03-19 09:57:06.0387|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
|
|
2024-03-19 09:57:06.1850|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
|
|
2024-03-19 09:57:06.1850|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 369.6342ms
|
|
2024-03-19 09:57:06.2202|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
|
|
2024-03-19 09:57:06.2202|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
|
|
2024-03-19 09:57:06.2429|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - - - 200 12024 application/javascript;+charset=utf-8 22.1065ms
|
|
2024-03-19 09:57:06.3365|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 116.2722ms
|
|
2024-03-19 09:57:06.4827|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
|
|
2024-03-19 09:57:06.7019|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 219.3367ms
|
|
2024-03-19 09:57:12.7878|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UA6GD00K" accepted.
|
|
2024-03-19 09:57:12.7878|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UA6GD00K" started.
|
|
2024-03-19 09:57:12.7878|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27UA6GD00K established using the following protocol: Tls12
|
|
2024-03-19 09:57:12.8055|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:57:12.8055|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:57:12.8055|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:57:12.8055|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:57:12.8617|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:57:12.8674|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:57:12.8674|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:12.8901|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:57:12.8901|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:12.9075|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:57:12.9075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:57:12.9075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:57:12.9075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:57:12.9107|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:57:12.9107|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:57:12.9107|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:13.1512|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
|
|
2024-03-19 09:57:14.0394|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:57:14.2440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:14.2440|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:57:14.2440|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1338.2463ms
|
|
2024-03-19 09:57:14.2440|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:14.2584|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:57:14.2584|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 1456.4327ms
|
|
2024-03-19 09:57:15.9553|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:57:15.9553|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:57:15.9601|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:57:15.9601|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:15.9601|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:57:15.9601|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:16.0724|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:57:16.0724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:16.0724|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:57:16.0724|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 102.7375ms
|
|
2024-03-19 09:57:16.0724|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:16.0724|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:57:16.0724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 122.2203ms
|
|
2024-03-19 09:57:16.0724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:57:16.0724|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:57:16.0724|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:57:16.0724|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:57:16.0830|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:16.0830|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:57:16.0830|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:16.1173|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:57:16.1173|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:16.1173|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:57:16.1212|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 27.6223ms
|
|
2024-03-19 09:57:16.1212|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:16.1212|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:57:16.1212|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 42.8546ms
|
|
2024-03-19 09:57:23.5284|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Auth/check - -
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/check'
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/Auth/check'
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:57:23.5284|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:23.5284|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:23.5284|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:57:23.5284|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4557ms
|
|
2024-03-19 09:57:23.5284|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:23.5284|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:57:23.5284|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Auth/check - - - 401 0 - 11.0479ms
|
|
2024-03-19 09:57:36.6055|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Auth/user - -
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/user'
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)' with route pattern 'api/Auth/user' is valid for the request path '/api/Auth/user'
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:57:36.6055|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:36.6055|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetUser", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetUser() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:57:36.6055|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 09:57:36.6165|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 09:57:36.6165|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.List`1[[System.Security.Claims.Claim, System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 09:57:36.6388|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API) in 21.63ms
|
|
2024-03-19 09:57:36.6388|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
|
|
2024-03-19 09:57:36.6388|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:57:36.6388|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Auth/user - - - 200 - application/json;+charset=utf-8 34.8104ms
|
|
2024-03-19 09:59:04.2305|DEBUG|Program|init main
|
|
2024-03-19 09:59:04.7250|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
|
|
2024-03-19 09:59:05.2463|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory|Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
|
2024-03-19 09:59:05.3845|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
|
|
2024-03-19 09:59:05.4298|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile is available. Using 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2024-03-19 09:59:05.4371|DEBUG|Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository|Reading data from file 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys\key-70b42ce7-e471-4828-9be8-dcfa066e2793.xml'.
|
|
2024-03-19 09:59:05.4522|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
|
|
2024-03-19 09:59:05.4654|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver|Considering key {70b42ce7-e471-4828-9be8-dcfa066e2793} with expiration date 2024-05-06 09:06:35Z as default key.
|
|
2024-03-19 09:59:05.4654|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:59:05.4654|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
|
|
2024-03-19 09:59:05.4654|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 09:59:05.4777|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
|
|
2024-03-19 09:59:05.4777|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
|
|
2024-03-19 09:59:05.4777|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
|
|
2024-03-19 09:59:05.4777|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
|
|
2024-03-19 09:59:05.7192|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
|
|
2024-03-19 09:59:05.7192|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
|
|
2024-03-19 09:59:05.7192|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
|
|
2024-03-19 09:59:05.7192|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
|
2024-03-19 09:59:05.7192|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
|
2024-03-19 09:59:05.7192|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
|
|
2024-03-19 09:59:05.7192|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
|
|
2024-03-19 09:59:05.7192|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
|
|
2024-03-19 09:59:05.7192|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
|
|
2024-03-19 09:59:05.7429|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UBACJLQJ" accepted.
|
|
2024-03-19 09:59:05.7429|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UBACJLQJ" started.
|
|
2024-03-19 09:59:05.7800|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27UBACJLQJ" received FIN.
|
|
2024-03-19 09:59:05.7800|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Failed to authenticate HTTPS connection.|System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
|
|
at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](CancellationToken cancellationToken)
|
|
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
|
|
at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware.OnConnectionAsync(ConnectionContext context)
|
|
2024-03-19 09:59:05.8303|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UBACJLQJ" stopped.
|
|
2024-03-19 09:59:05.8337|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN27UBACJLQJ" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 09:59:06.0475|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UBACJLQK" accepted.
|
|
2024-03-19 09:59:06.0475|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UBACJLQK" started.
|
|
2024-03-19 09:59:06.1221|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27UBACJLQK established using the following protocol: Tls12
|
|
2024-03-19 09:59:06.2321|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
|
|
2024-03-19 09:59:06.2689|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
|
|
2024-03-19 09:59:06.4408|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
|
|
2024-03-19 09:59:06.6447|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
|
|
2024-03-19 09:59:06.6447|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 418.9458ms
|
|
2024-03-19 09:59:06.6598|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
|
|
2024-03-19 09:59:06.6598|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
|
|
2024-03-19 09:59:06.6880|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - - - 200 12024 application/javascript;+charset=utf-8 28.1782ms
|
|
2024-03-19 09:59:06.7312|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 71.3725ms
|
|
2024-03-19 09:59:06.8961|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
|
|
2024-03-19 09:59:07.1114|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 215.3640ms
|
|
2024-03-19 09:59:11.7068|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Auth/check - -
|
|
2024-03-19 09:59:11.7101|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:59:11.7418|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/check'
|
|
2024-03-19 09:59:11.7418|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/Auth/check'
|
|
2024-03-19 09:59:11.7418|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:11.7595|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:59:11.7595|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:11.7740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:59:11.7740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:59:11.7740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:59:11.7740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:59:11.7740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:59:11.7740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:59:11.7740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:59:11.9441|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
|
|
2024-03-19 09:59:12.7424|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:59:12.9295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:59:12.9295|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:59:12.9397|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1158.0111ms
|
|
2024-03-19 09:59:12.9397|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:12.9397|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:59:12.9397|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Auth/check - - - 401 0 - 1241.9341ms
|
|
2024-03-19 09:59:30.1434|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UBACJLQL" accepted.
|
|
2024-03-19 09:59:30.1434|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN27UBACJLQL" started.
|
|
2024-03-19 09:59:30.1524|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN27UBACJLQL established using the following protocol: Tls12
|
|
2024-03-19 09:59:30.1524|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:59:30.1524|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 09:59:30.1524|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 09:59:30.1524|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:59:30.1638|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:30.1638|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:59:30.1638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:59:30.2889|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:59:30.2889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:59:30.2889|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:59:30.2889|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 122.4489ms
|
|
2024-03-19 09:59:30.2889|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:30.2889|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:59:30.3035|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 147.8235ms
|
|
2024-03-19 09:59:42.3017|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 09:59:42.3017|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:42.3017|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 09:59:42.3017|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:59:42.3308|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 09:59:42.3308|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 09:59:42.3308|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
|
|
2024-03-19 09:59:42.3308|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 20.7604ms
|
|
2024-03-19 09:59:42.3308|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 09:59:42.3308|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 09:59:42.3308|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 401 0 - 33.1031ms
|
|
2024-03-19 09:59:47.4153|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
|
|
2024-03-19 09:59:47.4153|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
|
|
2024-03-19 09:59:47.4420|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
|
|
2024-03-19 09:59:47.4437|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 28.3564ms
|
|
2024-03-19 09:59:47.4582|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
|
|
2024-03-19 09:59:47.4582|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - - - 200 12024 application/javascript;+charset=utf-8 2.1759ms
|
|
2024-03-19 09:59:47.4582|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
|
|
2024-03-19 09:59:47.5164|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 52.7047ms
|
|
2024-03-19 09:59:47.6960|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
|
|
2024-03-19 09:59:47.7107|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 14.6111ms
|
|
2024-03-19 13:32:46.4814|DEBUG|Program|init main
|
|
2024-03-19 13:32:47.4091|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
|
|
2024-03-19 13:32:48.7154|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory|Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
|
2024-03-19 13:32:48.8525|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
|
|
2024-03-19 13:32:48.9134|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile is available. Using 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2024-03-19 13:32:48.9134|DEBUG|Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository|Reading data from file 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys\key-70b42ce7-e471-4828-9be8-dcfa066e2793.xml'.
|
|
2024-03-19 13:32:48.9539|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
|
|
2024-03-19 13:32:48.9697|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver|Considering key {70b42ce7-e471-4828-9be8-dcfa066e2793} with expiration date 2024-05-06 09:06:35Z as default key.
|
|
2024-03-19 13:32:48.9697|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 13:32:48.9697|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
|
|
2024-03-19 13:32:48.9697|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 13:32:48.9697|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
|
|
2024-03-19 13:32:48.9697|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
|
|
2024-03-19 13:32:48.9862|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
|
|
2024-03-19 13:32:48.9862|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
|
|
2024-03-19 13:32:49.3171|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
|
|
2024-03-19 13:32:49.3171|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
|
|
2024-03-19 13:32:49.3171|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
|
|
2024-03-19 13:32:49.3171|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
|
2024-03-19 13:32:49.3171|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
|
2024-03-19 13:32:49.3171|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
|
|
2024-03-19 13:32:49.3171|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
|
|
2024-03-19 13:32:49.3171|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
|
|
2024-03-19 13:32:49.3171|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
|
|
2024-03-19 13:32:49.5016|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG4" accepted.
|
|
2024-03-19 13:32:49.5016|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG4" started.
|
|
2024-03-19 13:32:49.5687|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG5" accepted.
|
|
2024-03-19 13:32:49.5687|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG5" started.
|
|
2024-03-19 13:32:49.9019|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG6" accepted.
|
|
2024-03-19 13:32:49.9084|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG6" started.
|
|
2024-03-19 13:32:49.9084|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG7" accepted.
|
|
2024-03-19 13:32:49.9084|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG7" started.
|
|
2024-03-19 13:32:49.9632|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2822O5GAG7" received FIN.
|
|
2024-03-19 13:32:49.9887|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2822O5GAG6 established using the following protocol: Tls12
|
|
2024-03-19 13:32:49.9887|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2822O5GAG7 established using the following protocol: Tls12
|
|
2024-03-19 13:32:50.0278|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|Connection id "0HN2822O5GAG7" is closed. The last processed stream ID was 0.
|
|
2024-03-19 13:32:50.0278|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2822O5GAG7" sending FIN because: "The client closed the connection."
|
|
2024-03-19 13:32:50.0322|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|The connection queue processing loop for 0HN2822O5GAG7 completed.
|
|
2024-03-19 13:32:50.0322|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG7" stopped.
|
|
2024-03-19 13:32:50.0852|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
|
|
2024-03-19 13:32:50.1245|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
|
|
2024-03-19 13:32:50.2742|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
|
|
2024-03-19 13:32:50.4311|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
|
|
2024-03-19 13:32:50.4311|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 351.4685ms
|
|
2024-03-19 13:32:50.4450|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
|
|
2024-03-19 13:32:50.4450|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
|
|
2024-03-19 13:32:50.4669|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - - - 200 12024 application/javascript;+charset=utf-8 21.8012ms
|
|
2024-03-19 13:32:50.5414|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 95.3250ms
|
|
2024-03-19 13:32:50.7036|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
|
|
2024-03-19 13:32:50.9180|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 214.3832ms
|
|
2024-03-19 13:32:59.5187|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
|
|
2024-03-19 13:32:59.5187|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG4" stopped.
|
|
2024-03-19 13:32:59.5187|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2822O5GAG4" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 13:32:59.5678|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG8" accepted.
|
|
2024-03-19 13:32:59.5678|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG8" started.
|
|
2024-03-19 13:32:59.5678|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
|
|
2024-03-19 13:32:59.5678|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG5" stopped.
|
|
2024-03-19 13:32:59.5678|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2822O5GAG5" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 13:32:59.5678|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2822O5GAG8 established using the following protocol: Tls12
|
|
2024-03-19 13:32:59.5783|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:32:59.5783|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:32:59.5783|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:32:59.5783|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:32:59.6732|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:32:59.6732|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:32:59.6732|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:32:59.6995|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:32:59.7029|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:32:59.7029|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:32:59.7206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:32:59.7206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:32:59.7206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:32:59.7206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:32:59.7206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:32:59.7206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:00.5457|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
|
|
2024-03-19 13:33:01.4326|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:01.6297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:01.6297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:33:01.6297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:33:01.6297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:33:01.6297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:33:01.6297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:33:01.6401|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:33:01.6401|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1922.4995ms
|
|
2024-03-19 13:33:01.6401|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:01.6401|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:01.6570|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 2079.0322ms
|
|
2024-03-19 13:33:01.9007|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:33:01.9007|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:01.9007|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:01.9007|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:33:01.9007|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:33:01.9007|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:01.9068|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:01.9068|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:01.9068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:33:01.9777|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:33:01.9777|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 70.1406ms
|
|
2024-03-19 13:33:01.9777|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:01.9777|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:01.9839|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 83.1411ms
|
|
2024-03-19 13:33:01.9839|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG9" accepted.
|
|
2024-03-19 13:33:01.9839|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2822O5GAG9" started.
|
|
2024-03-19 13:33:01.9839|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2822O5GAG9 established using the following protocol: Tls12
|
|
2024-03-19 13:33:01.9996|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:01.9996|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:33:01.9996|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 2.2014ms
|
|
2024-03-19 13:33:01.9996|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:01.9996|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:01.9996|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:01.9996|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:02.0196|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:02.0196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:02.0196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:02.0196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:02.0196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:02.0196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:02.0196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:02.0383|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:02.0383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:02.0617|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:33:02.0617|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:33:02.0617|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 43.0636ms
|
|
2024-03-19 13:33:02.0617|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:02.0617|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:02.0617|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 62.2016ms
|
|
2024-03-19 13:33:02.0617|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000005": started reading request body.
|
|
2024-03-19 13:33:02.0617|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000005": done reading request body.
|
|
2024-03-19 13:33:15.8198|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:33:15.8198|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:15.8198|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:15.8198|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:33:15.8198|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:33:15.8198|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:33:15.8198|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:15.8264|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:15.8264|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:33:15.8264|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:33:15.8264|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7654ms
|
|
2024-03-19 13:33:15.8264|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:15.8264|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:15.8264|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.9982ms
|
|
2024-03-19 13:33:17.8423|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:17.8423|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:33:17.8423|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 2.3788ms
|
|
2024-03-19 13:33:17.8423|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:17.8423|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:17.8423|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:17.8423|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:17.8423|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:17.8572|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:33:17.8572|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:33:17.8572|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 3.5752ms
|
|
2024-03-19 13:33:17.8572|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:17.8572|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:17.8572|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 12.0560ms
|
|
2024-03-19 13:33:17.8572|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000009": started reading request body.
|
|
2024-03-19 13:33:17.8572|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000009": done reading request body.
|
|
2024-03-19 13:33:22.7559|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:22.7559|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:22.7559|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:22.7559|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:22.7559|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:33:22.7643|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:33:22.7643|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.2162ms
|
|
2024-03-19 13:33:22.7643|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:22.7643|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:22.7643|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.3180ms
|
|
2024-03-19 13:33:24.8025|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:33:24.8025|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:24.8025|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:24.8025|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:33:24.8025|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 2.2564ms
|
|
2024-03-19 13:33:24.8025|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:33:24.8025|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:24.8025|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:24.8025|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:33:24.8025|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:24.8025|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:24.8101|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:24.8101|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:24.8101|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:33:24.8101|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:33:24.8101|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 2.4615ms
|
|
2024-03-19 13:33:24.8101|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:24.8101|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 11.3072ms
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:0000000D": started reading request body.
|
|
2024-03-19 13:33:24.8101|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:0000000D": done reading request body.
|
|
2024-03-19 13:33:41.8509|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:33:41.8509|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:33:41.8509|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:33:41.8509|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:33:41.8509|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:41.8560|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:41.8560|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:33:41.8560|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:33:41.8560|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.728ms
|
|
2024-03-19 13:33:41.8560|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:41.8560|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:41.8560|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.8541ms
|
|
2024-03-19 13:33:47.7900|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:33:47.7900|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:47.7900|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:47.7900|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:33:47.7900|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:33:47.7900|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:47.7933|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:47.7933|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:33:47.7933|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:33:47.7933|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.0863ms
|
|
2024-03-19 13:33:47.7933|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:47.7933|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:47.7933|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.4867ms
|
|
2024-03-19 13:33:49.8355|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:33:49.8355|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:49.8355|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:49.8355|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:33:49.8355|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 1.5119ms
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 2.5712ms
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 10.1400ms
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000011": started reading request body.
|
|
2024-03-19 13:33:49.8392|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000011": done reading request body.
|
|
2024-03-19 13:33:49.8392|INFO|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000011": the application completed without reading the entire request body.
|
|
2024-03-19 13:33:54.8122|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:54.8122|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:54.8122|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:54.8122|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:33:54.8122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:33:54.8122|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:33:54.8122|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2225ms
|
|
2024-03-19 13:33:54.8232|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:54.8232|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:54.8232|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.9575ms
|
|
2024-03-19 13:33:56.8600|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:56.8600|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:33:56.8600|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 1.8376ms
|
|
2024-03-19 13:33:56.8600|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:33:56.8600|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:33:56.8600|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:56.8600|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:33:56.8600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:56.8707|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:33:56.8707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:33:56.8707|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:33:56.8707|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:33:56.8707|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 2.4381ms
|
|
2024-03-19 13:33:56.8707|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:33:56.8707|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:33:56.8707|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 8.5993ms
|
|
2024-03-19 13:33:56.8707|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000015": started reading request body.
|
|
2024-03-19 13:33:56.8707|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000015": done reading request body.
|
|
2024-03-19 13:33:56.8707|INFO|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000015": the application completed without reading the entire request body.
|
|
2024-03-19 13:49:15.4174|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:49:15.4174|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:49:15.4174|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:15.4174|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:49:15.4174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:49:15.4257|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:49:15.4257|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1176ms
|
|
2024-03-19 13:49:15.4257|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:15.4257|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:49:15.4257|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.2655ms
|
|
2024-03-19 13:49:17.4436|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:49:17.4436|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:49:17.4436|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 1.8655ms
|
|
2024-03-19 13:49:17.4436|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:49:17.4436|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:49:17.4436|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:17.4436|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:49:17.4436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:17.4555|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:49:17.4555|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:17.4555|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:49:17.4555|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:49:17.4555|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 2.453ms
|
|
2024-03-19 13:49:17.4555|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:17.4555|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:49:17.4555|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 10.6311ms
|
|
2024-03-19 13:49:17.4555|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000019": started reading request body.
|
|
2024-03-19 13:49:17.4555|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000019": done reading request body.
|
|
2024-03-19 13:49:17.4555|INFO|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000019": the application completed without reading the entire request body.
|
|
2024-03-19 13:49:23.7160|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:49:23.7160|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:49:23.7160|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:49:23.7160|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:49:23.7160|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:49:23.7160|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:49:23.7160|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:23.7160|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:49:23.7205|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:23.7205|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:49:23.7205|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:49:23.7205|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6339ms
|
|
2024-03-19 13:49:23.7205|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:23.7205|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:49:23.7205|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3542ms
|
|
2024-03-19 13:49:25.7467|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:49:25.7467|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:49:25.7467|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:49:25.7467|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:49:25.7467|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:49:25.7467|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:49:25.7467|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:25.7467|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:49:25.7467|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:25.7467|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:49:25.7467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:49:25.7525|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:49:25.7525|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.6541ms
|
|
2024-03-19 13:49:25.7525|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:49:25.7525|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:49:25.7525|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.3476ms
|
|
2024-03-19 13:52:00.9141|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:52:00.9141|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:00.9141|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:00.9141|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:52:00.9141|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:52:00.9141|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:52:00.9141|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:52:00.9189|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:00.9189|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:52:00.9189|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:52:00.9189|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7235ms
|
|
2024-03-19 13:52:00.9189|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:00.9189|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:52:00.9189|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.6033ms
|
|
2024-03-19 13:52:05.4737|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:05.4737|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:52:05.4737|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:05.4737|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:52:05.4737|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:52:05.4809|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:52:05.4809|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6055ms
|
|
2024-03-19 13:52:05.4809|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:05.4809|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:52:05.4809|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.0939ms
|
|
2024-03-19 13:52:07.5049|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:07.5049|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:52:07.5049|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 1.6081ms
|
|
2024-03-19 13:52:07.5049|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:07.5049|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:07.5049|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:52:07.5049|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:07.5049|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:07.5126|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:52:07.5126|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:52:07.5126|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 2.3776ms
|
|
2024-03-19 13:52:07.5126|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:52:07.5126|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 9.0580ms
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000023": started reading request body.
|
|
2024-03-19 13:52:07.5126|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000023": done reading request body.
|
|
2024-03-19 13:52:07.5126|INFO|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000023": the application completed without reading the entire request body.
|
|
2024-03-19 13:52:39.0931|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:39.0931|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:52:39.0931|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:39.0931|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:52:39.0931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:52:39.1050|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:52:39.1050|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.9381ms
|
|
2024-03-19 13:52:39.1050|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:39.1050|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:52:39.1050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.7184ms
|
|
2024-03-19 13:52:42.6651|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 13:52:42.6651|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:42.6651|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:42.6651|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:52:42.6651|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 13:52:42.6651|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 13:52:42.6680|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:42.6680|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:52:42.6680|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:42.6680|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 13:52:42.6680|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:52:42.6832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:52:42.6832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:52:42.6832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:52:42.6832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:52:42.6832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:42.6832|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 13:52:42.6995|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:52:42.6995|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:42.6995|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:52:42.7142|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 13:52:42.7142|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:52:42.7142|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:52:42.7142|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:52:42.7142|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:52:43.0092|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:52:43.0092|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:52:43.0107|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:52:43.0107|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:52:43.0107|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:52:43.0107|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 13:52:43.0107|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 335.6297ms
|
|
2024-03-19 13:52:43.0107|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:43.0107|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:52:43.0107|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 356.7810ms
|
|
2024-03-19 13:52:44.2900|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:52:44.2900|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:44.2900|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:44.2900|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:52:44.2900|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:52:44.2900|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:52:44.2925|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:44.2925|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:52:44.2925|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:52:44.2925|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6317ms
|
|
2024-03-19 13:52:44.2925|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:44.2925|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:52:44.2925|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.7267ms
|
|
2024-03-19 13:52:44.3132|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:44.3132|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:52:44.3132|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 5.7829ms
|
|
2024-03-19 13:52:44.3132|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:52:44.3132|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:52:44.3132|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:44.3132|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:52:44.3132|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:52:44.3233|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:52:44.3233|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:52:44.3233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.8923ms
|
|
2024-03-19 13:52:44.3233|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:52:44.3233|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 7.8814ms
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:0000002B": started reading request body.
|
|
2024-03-19 13:52:44.3233|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:0000002B": done reading request body.
|
|
2024-03-19 13:54:53.0196|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:54:53.0196|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:54:53.0196|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:54:53.0234|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:53.0234|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:54:53.0234|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:54:53.0234|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6613ms
|
|
2024-03-19 13:54:53.0234|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:53.0234|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:54:53.0234|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.9503ms
|
|
2024-03-19 13:54:54.9999|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:54:54.9999|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:54:54.9999|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:54:54.9999|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:54:54.9999|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:54:54.9999|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:54:54.9999|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:54.9999|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:54:54.9999|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:54.9999|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:54:55.0078|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:54:55.0078|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.6559ms
|
|
2024-03-19 13:54:55.0078|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:55.0078|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:54:55.0078|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.5010ms
|
|
2024-03-19 13:54:55.0078|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 2.3429ms
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 2.802ms
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:54:55.0234|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 10.5685ms
|
|
2024-03-19 13:54:55.0234|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000031": started reading request body.
|
|
2024-03-19 13:54:55.0392|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2822O5GAG8", Request id "0HN2822O5GAG8:00000031": done reading request body.
|
|
2024-03-19 13:55:00.6403|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:55:00.6403|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:55:00.6403|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:55:00.6403|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:55:00.6403|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:55:00.6506|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:55:00.6506|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:55:00.6506|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:55:00.6506|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:55:00.6506|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:55:00.6506|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:55:00.6506|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:55:00.6506|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:55:00.6506|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:55:00.6638|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:55:00.6638|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 10.5117ms
|
|
2024-03-19 13:55:00.6638|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:55:00.6638|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:55:00.6638|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 36.7801ms
|
|
2024-03-19 13:55:56.2552|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:55:56.2562|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:55:56.2562|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:55:56.2562|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:55:56.2562|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:55:56.2562|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8108ms
|
|
2024-03-19 13:55:56.2562|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:55:56.2562|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:55:56.2562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6160ms
|
|
2024-03-19 13:56:13.2802|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:56:13.2802|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:56:13.2885|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:56:13.2885|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:13.2885|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:56:13.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:13.3196|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:56:13.3196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:13.3196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:56:13.3196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:56:13.3196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:56:13.3196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:56:13.3196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:56:13.3196|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:56:13.3196|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 37.5546ms
|
|
2024-03-19 13:56:13.3340|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:13.3340|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:56:13.3340|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 54.9194ms
|
|
2024-03-19 13:56:14.8830|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:56:14.8830|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:56:14.8830|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:56:14.8830|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:56:14.8830|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:56:14.8830|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:56:14.8830|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:14.8830|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:56:14.8830|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:14.8830|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:56:14.9071|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:56:14.9071|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:56:14.9071|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:56:14.9071|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:56:14.9071|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:56:14.9071|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:56:14.9125|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:56:14.9125|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.118ms
|
|
2024-03-19 13:56:14.9125|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:14.9125|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:56:14.9125|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 37.8890ms
|
|
2024-03-19 13:56:17.0366|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:56:17.0366|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:56:17.0366|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:17.0366|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:17.0366|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:56:17.0366|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:56:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:56:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:56:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:56:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:56:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:56:17.2397|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 13:56:17.2397|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 196.6427ms
|
|
2024-03-19 13:56:17.2397|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:17.2397|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:56:17.2397|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 206.5818ms
|
|
2024-03-19 13:56:18.0650|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:56:18.0650|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:56:18.0650|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:56:18.0650|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:56:18.0650|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:56:18.0650|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:56:18.0650|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:56:18.0681|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:18.0681|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:56:18.0681|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:56:18.0681|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9408ms
|
|
2024-03-19 13:56:18.0681|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:18.0681|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:56:18.0681|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.7448ms
|
|
2024-03-19 13:56:55.5358|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:56:55.5358|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:56:55.5358|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:55.5358|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:56:55.5358|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:56:55.5358|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4528ms
|
|
2024-03-19 13:56:55.5358|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:55.5358|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:56:55.5570|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.9756ms
|
|
2024-03-19 13:56:57.2403|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:56:57.2403|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:56:57.2403|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:57.2403|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:57.2403|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:56:57.2403|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:56:57.4368|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:56:57.4368|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:56:57.4368|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:56:57.4368|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:56:57.4368|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:56:57.4368|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 13:56:57.4423|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 194.866ms
|
|
2024-03-19 13:56:57.4423|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:57.4423|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:56:57.4423|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 203.1787ms
|
|
2024-03-19 13:56:58.2275|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:56:58.2275|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:56:58.2275|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:58.2275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:56:58.2275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:56:58.2275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.8192ms
|
|
2024-03-19 13:56:58.2275|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:56:58.2275|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:56:58.2391|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.6708ms
|
|
2024-03-19 13:57:22.7862|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:57:22.7862|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:57:22.7862|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:22.7862|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:57:22.7862|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:57:22.7862|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:57:22.7862|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.6866ms
|
|
2024-03-19 13:57:22.7862|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:22.8004|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:57:22.8004|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.6506ms
|
|
2024-03-19 13:57:24.7100|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:57:24.7100|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:57:24.7100|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:24.7100|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:24.7100|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 13:57:24.7100|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 13:57:24.9049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:57:24.9049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:57:24.9049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:57:24.9049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:57:24.9049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:57:24.9049|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 13:57:24.9049|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 191.6013ms
|
|
2024-03-19 13:57:24.9049|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:24.9100|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:57:24.9100|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 201.8859ms
|
|
2024-03-19 13:57:26.4380|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:57:26.4380|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:57:26.4380|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:57:26.4380|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:57:26.4412|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:26.4412|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:57:26.4412|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:57:26.4412|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8806ms
|
|
2024-03-19 13:57:26.4412|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:26.4412|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:57:26.4412|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.9827ms
|
|
2024-03-19 13:57:33.6201|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:57:33.6201|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:57:33.6201|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:57:33.6201|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:57:33.6201|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:57:33.6201|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:57:33.6201|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:57:33.6281|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:33.6281|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:57:33.6281|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:57:33.6281|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6814ms
|
|
2024-03-19 13:57:33.6281|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:33.6281|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:57:33.6281|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.8368ms
|
|
2024-03-19 13:57:38.0109|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:57:38.0109|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:57:38.0109|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:57:38.0109|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:57:38.0109|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:57:38.0109|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:57:38.0109|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:38.0109|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:57:38.0109|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:38.0109|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:57:38.0109|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:57:38.0199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:57:38.0199|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:57:38.0199|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.5946ms
|
|
2024-03-19 13:57:38.0199|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:57:38.0347|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:57:38.0347|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 24.7172ms
|
|
2024-03-19 13:59:15.5327|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 13:59:15.5327|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 13:59:15.5327|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:59:15.5327|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 13:59:15.5327|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 13:59:15.5483|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 13:59:15.5483|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.9609ms
|
|
2024-03-19 13:59:15.5483|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 13:59:15.5483|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 13:59:15.5483|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 28.1877ms
|
|
2024-03-19 14:00:13.2314|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:00:13.2314|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:00:13.2314|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:00:13.2314|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:00:13.2314|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:00:13.2353|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:00:13.2353|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:00:13.2353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:00:13.2499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:00:13.2499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.5046ms
|
|
2024-03-19 14:00:13.2499|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:00:13.2499|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:00:13.2499|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 20.3544ms
|
|
2024-03-19 14:00:21.2944|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:00:21.2944|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:00:21.2944|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:00:21.2944|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:00:21.2944|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:00:21.2971|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:00:21.2971|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:00:21.2971|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:00:21.2971|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7102ms
|
|
2024-03-19 14:00:21.2971|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:00:21.2971|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:00:21.2971|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.8009ms
|
|
2024-03-19 14:01:43.4392|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:01:43.4392|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:01:43.4392|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:01:43.4392|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:01:43.4392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:01:43.4518|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:01:43.4518|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:01:43.4518|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:01:43.4518|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:01:43.4518|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:01:43.4518|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6107ms
|
|
2024-03-19 14:01:43.4518|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:01:43.4518|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:01:43.4518|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.0505ms
|
|
2024-03-19 14:01:44.3937|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:01:44.3937|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:01:44.3937|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:01:44.3937|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:01:44.3937|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:01:44.3937|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:01:44.3937|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:01:44.3937|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:01:44.3937|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:01:44.3937|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:01:44.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:01:44.4201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:01:44.4201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:01:44.4201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:01:44.4201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:01:44.4201|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:01:44.4201|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 13.1341ms
|
|
2024-03-19 14:01:44.4201|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:01:44.4201|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:01:44.4201|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 33.9556ms
|
|
2024-03-19 14:03:10.0800|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:03:10.0800|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:03:10.0800|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:03:10.0800|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:03:10.0826|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:10.0826|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:03:10.0826|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:03:10.0826|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7396ms
|
|
2024-03-19 14:03:10.0826|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:10.0826|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:03:10.0826|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.6629ms
|
|
2024-03-19 14:03:11.7112|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:03:11.7112|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:03:11.7112|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:11.7112|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:11.7112|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:03:11.7112|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:03:11.9008|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:03:11.9008|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:03:11.9008|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:03:11.9008|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:03:11.9008|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:03:11.9008|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 14:03:11.9008|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 186.2729ms
|
|
2024-03-19 14:03:11.9008|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:11.9008|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:03:11.9008|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 194.1312ms
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.5709ms
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:13.3974|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:03:13.3974|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.0557ms
|
|
2024-03-19 14:03:32.9610|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:03:32.9610|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:03:32.9610|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:32.9610|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:32.9610|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:03:32.9707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:32.9707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:03:32.9707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:03:32.9707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:03:32.9707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:03:32.9707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:03:32.9707|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:03:32.9707|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8957ms
|
|
2024-03-19 14:03:32.9707|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:32.9707|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:03:32.9707|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.4831ms
|
|
2024-03-19 14:03:34.4982|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 14:03:34.4982|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:03:34.4982|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:03:34.4982|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:03:34.4982|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 14:03:34.4982|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:03:34.5011|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:34.5011|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:34.5011|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:03:34.5011|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:03:34.6907|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:03:34.6907|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:03:34.6907|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:03:34.6907|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:03:34.6907|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:03:34.6907|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 14:03:34.6907|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 190.3955ms
|
|
2024-03-19 14:03:34.6907|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:34.6907|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:03:34.6907|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 199.6451ms
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4183ms
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:42.8452|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:03:42.8452|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 10.9904ms
|
|
2024-03-19 14:03:53.7295|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:03:53.7295|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:03:53.7295|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:03:53.7295|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:03:53.7345|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:53.7345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:03:53.7345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:03:53.7533|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:03:53.7533|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 12.386ms
|
|
2024-03-19 14:03:53.7533|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:03:53.7533|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:03:53.7533|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 32.8368ms
|
|
2024-03-19 14:04:06.9499|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:04:06.9504|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:04:06.9504|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:04:06.9504|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:04:06.9504|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:04:06.9504|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.5521ms
|
|
2024-03-19 14:04:06.9504|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:04:06.9504|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:04:06.9667|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.7852ms
|
|
2024-03-19 14:04:10.3730|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:04:10.3730|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:04:10.3730|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:04:10.3730|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:04:10.3730|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:04:10.3730|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:04:10.3885|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.2117ms
|
|
2024-03-19 14:04:10.3885|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:04:10.3885|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:04:10.3885|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.8014ms
|
|
2024-03-19 14:06:12.2490|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:12.2498|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:12.2498|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:12.2498|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:12.2498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:12.2498|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:12.2498|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.0794ms
|
|
2024-03-19 14:06:12.2498|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:12.2653|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:12.2653|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.3095ms
|
|
2024-03-19 14:06:14.7765|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:14.7765|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:14.7765|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:14.7765|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:14.7765|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:14.7765|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:14.7806|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:14.7806|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:14.7806|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:14.7806|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.0679ms
|
|
2024-03-19 14:06:14.7806|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:14.7806|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:14.7806|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.0278ms
|
|
2024-03-19 14:06:31.5099|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:31.5099|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:31.5099|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:31.5099|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:31.5099|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:31.5130|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:31.5130|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:31.5130|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:31.5130|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6226ms
|
|
2024-03-19 14:06:31.5130|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:31.5130|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:31.5130|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.2446ms
|
|
2024-03-19 14:06:33.8631|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:33.8631|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:33.8631|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:33.8631|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:33.8631|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:33.8724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:33.8724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:33.8724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:33.8724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:33.8724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:33.8724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:33.8724|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:33.8724|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.2068ms
|
|
2024-03-19 14:06:33.8724|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:33.8724|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:33.8724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.8014ms
|
|
2024-03-19 14:06:42.4758|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:42.4758|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:42.4758|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:42.4758|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:42.4758|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:42.4758|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:42.4804|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:42.4804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:42.4804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:42.4804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5056ms
|
|
2024-03-19 14:06:42.4804|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:42.4804|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:42.4804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.1190ms
|
|
2024-03-19 14:06:43.2479|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:43.2479|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:43.2479|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:43.2479|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:43.2479|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:43.2612|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:43.2612|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8165ms
|
|
2024-03-19 14:06:43.2612|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:43.2612|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:43.2612|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.0255ms
|
|
2024-03-19 14:06:49.1533|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:49.1533|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:49.1533|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:49.1533|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:49.1533|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:49.1668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:49.1668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:49.1668|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:49.1668|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2177ms
|
|
2024-03-19 14:06:49.1668|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:49.1668|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:49.1668|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.5215ms
|
|
2024-03-19 14:06:49.4711|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:49.4711|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:49.4711|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:49.4711|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:49.4711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:49.4812|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:49.4812|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.0849ms
|
|
2024-03-19 14:06:49.4812|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:49.4812|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:49.4812|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.8330ms
|
|
2024-03-19 14:06:57.8877|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:57.8877|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:57.8877|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:57.8877|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:57.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:57.9007|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:57.9007|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.7951ms
|
|
2024-03-19 14:06:57.9007|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:57.9007|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:57.9007|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.0750ms
|
|
2024-03-19 14:06:58.1749|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:06:58.1749|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:06:58.1749|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:06:58.1749|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:06:58.1749|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:06:58.1749|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:06:58.1749|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:58.1749|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:06:58.1749|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:58.1749|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:06:58.1749|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:06:58.1822|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:06:58.1822|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.3589ms
|
|
2024-03-19 14:06:58.1822|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:06:58.1822|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:06:58.1822|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.5279ms
|
|
2024-03-19 14:07:11.0030|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:11.0030|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:11.0030|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:11.0030|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:11.0030|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:11.0098|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:11.0098|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2398ms
|
|
2024-03-19 14:07:11.0098|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:11.0098|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:11.0098|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8258ms
|
|
2024-03-19 14:07:11.3297|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:11.3297|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:11.3297|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:11.3297|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:11.3297|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:11.3297|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:11.3297|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:11.3297|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:11.3297|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:11.3297|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:11.3297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:11.3373|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:11.3373|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.9389ms
|
|
2024-03-19 14:07:11.3373|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:11.3373|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:11.3373|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.2799ms
|
|
2024-03-19 14:07:19.4831|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:19.4831|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:19.4831|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:19.4831|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:19.4831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:19.4930|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:19.4930|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.3426ms
|
|
2024-03-19 14:07:19.4930|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:19.4930|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:19.4930|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.5570ms
|
|
2024-03-19 14:07:20.0868|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:20.0868|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:20.0868|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:20.0868|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:20.0868|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:20.0868|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:20.1018|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.3079ms
|
|
2024-03-19 14:07:20.1018|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:20.1018|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:20.1018|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.1698ms
|
|
2024-03-19 14:07:29.1940|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:29.1940|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:29.1955|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:29.1955|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:29.1955|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:29.1955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:29.1955|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:29.1955|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.7251ms
|
|
2024-03-19 14:07:29.2108|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:29.2108|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:29.2108|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.0843ms
|
|
2024-03-19 14:07:30.1679|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:30.1679|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:30.1679|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:30.1679|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:30.1679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:30.1807|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:30.1807|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9402ms
|
|
2024-03-19 14:07:30.1807|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:30.1807|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:30.1807|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.5381ms
|
|
2024-03-19 14:07:57.8553|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:57.8553|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:57.8553|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:57.8553|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:57.8553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:57.8652|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:57.8652|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2443ms
|
|
2024-03-19 14:07:57.8652|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:57.8652|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:57.8652|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.0118ms
|
|
2024-03-19 14:07:58.3933|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:07:58.3933|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:07:58.3933|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:07:58.3933|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:07:58.3964|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:58.3964|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:07:58.3964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:07:58.4113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:07:58.4113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:07:58.4113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.3949ms
|
|
2024-03-19 14:07:58.4113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:07:58.4113|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:07:58.4113|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.7201ms
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.1357ms
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:12.7383|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:12.7383|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.4736ms
|
|
2024-03-19 14:08:13.3038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:13.3038|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:13.3038|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:13.3038|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:13.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:13.3171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:13.3171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:13.3171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:13.3171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.6921ms
|
|
2024-03-19 14:08:13.3171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:13.3171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:13.3171|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.5150ms
|
|
2024-03-19 14:08:18.8445|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:18.8445|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:18.8483|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:18.8483|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:18.8483|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:18.8483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:18.8627|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:18.8627|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.3851ms
|
|
2024-03-19 14:08:18.8627|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:18.8627|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:18.8627|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 26.3337ms
|
|
2024-03-19 14:08:18.8963|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:18.8963|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:18.8963|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:18.8963|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:18.8963|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:18.8963|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:18.9108|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.9933ms
|
|
2024-03-19 14:08:18.9108|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:18.9108|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:18.9108|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.7039ms
|
|
2024-03-19 14:08:32.5766|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:32.5766|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:32.5766|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:32.5766|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:32.5766|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:32.5766|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:32.5815|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:32.5815|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:32.5815|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:32.5815|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.7105ms
|
|
2024-03-19 14:08:32.5815|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:32.5815|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:32.5815|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.3758ms
|
|
2024-03-19 14:08:33.1762|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:33.1762|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:33.1762|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:33.1762|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:33.1762|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:33.1896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:33.1896|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:33.1896|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.3545ms
|
|
2024-03-19 14:08:33.1896|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:33.1896|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:33.1896|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.4992ms
|
|
2024-03-19 14:08:38.2557|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:38.2557|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:38.2557|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:38.2557|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:38.2557|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:38.2675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:38.2675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:38.2675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:38.2675|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:38.2675|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.404ms
|
|
2024-03-19 14:08:38.2675|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:38.2675|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:38.2675|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6272ms
|
|
2024-03-19 14:08:38.6234|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:38.6234|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:38.6234|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:38.6234|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:38.6234|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:38.6270|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:38.6270|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:38.6270|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:38.6270|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.402ms
|
|
2024-03-19 14:08:38.6270|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:38.6270|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:38.6270|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.5573ms
|
|
2024-03-19 14:08:48.5848|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:48.5848|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:48.5848|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:48.5848|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:48.5848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:48.5945|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:48.5945|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2134ms
|
|
2024-03-19 14:08:48.5945|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:48.5945|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:48.5945|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.8399ms
|
|
2024-03-19 14:08:48.8403|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:48.8403|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:48.8403|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:48.8403|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:48.8403|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:48.8403|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:48.8403|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:48.8403|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:48.8446|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:48.8446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:48.8446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:48.8446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.0254ms
|
|
2024-03-19 14:08:48.8446|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:48.8446|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:48.8446|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.0374ms
|
|
2024-03-19 14:08:53.3679|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:53.3679|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:53.3679|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:53.3679|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:53.3679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:53.3765|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:53.3765|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5884ms
|
|
2024-03-19 14:08:53.3765|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:53.3765|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:53.3765|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.3134ms
|
|
2024-03-19 14:08:53.8792|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:08:53.8792|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:08:53.8792|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:53.8792|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:08:53.8792|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:08:53.8792|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.5852ms
|
|
2024-03-19 14:08:53.8792|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:08:53.8792|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:08:53.8918|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.6872ms
|
|
2024-03-19 14:09:08.7582|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:09:08.7582|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:09:08.7582|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:08.7582|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:09:08.7582|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:09:08.7648|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:09:08.7648|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.4596ms
|
|
2024-03-19 14:09:08.7648|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:08.7648|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:09:08.7648|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.7893ms
|
|
2024-03-19 14:09:09.1201|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:09:09.1201|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:09:09.1201|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:09:09.1201|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:09:09.1201|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:09:09.1201|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:09:09.1259|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:09.1259|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:09:09.1259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:09:09.1259|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:09:09.1259|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 9.196ms
|
|
2024-03-19 14:09:09.1408|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:09.1408|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:09:09.1408|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 22.8937ms
|
|
2024-03-19 14:09:33.3342|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:09:33.3342|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:09:33.3342|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:09:33.3342|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:09:33.3342|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:09:33.3342|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:09:33.3342|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:33.3342|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:09:33.3342|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:33.3416|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:09:33.3416|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:09:33.3416|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.481ms
|
|
2024-03-19 14:09:33.3416|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:33.3416|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:09:33.3416|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.3498ms
|
|
2024-03-19 14:09:34.8247|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:09:34.8252|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:09:34.8252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:34.8252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:09:34.8252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:09:34.8252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.4399ms
|
|
2024-03-19 14:09:34.8252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:34.8252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:09:34.8422|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.5883ms
|
|
2024-03-19 14:09:50.4725|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:09:50.4725|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:09:50.4725|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:50.4725|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:09:50.4725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:09:50.4799|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:09:50.4799|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.3571ms
|
|
2024-03-19 14:09:50.4799|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:50.4799|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:09:50.4799|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.7041ms
|
|
2024-03-19 14:09:50.9561|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 14:09:50.9561|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:09:50.9561|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:09:50.9561|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:09:50.9561|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 14:09:50.9561|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 14:09:50.9561|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:50.9561|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:09:50.9561|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:50.9561|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 14:09:50.9561|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:50.9650|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:09:50.9650|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:09:51.1611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:09:51.1611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:09:51.1611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:09:51.1611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:09:51.1611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:09:51.1611|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 14:09:51.1611|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 199.0525ms
|
|
2024-03-19 14:09:51.1611|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:51.1611|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:09:51.1611|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 211.2533ms
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9555ms
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:09:52.4801|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:09:52.4801|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.2289ms
|
|
2024-03-19 14:10:03.2363|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:03.2363|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:03.2363|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:03.2363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:03.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:03.2458|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:03.2458|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.0425ms
|
|
2024-03-19 14:10:03.2458|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:03.2458|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:03.2458|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6084ms
|
|
2024-03-19 14:10:03.9444|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:03.9444|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:03.9444|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:03.9444|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:03.9444|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:03.9444|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:03.9485|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:03.9485|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:03.9485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:03.9485|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:03.9485|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.694ms
|
|
2024-03-19 14:10:03.9485|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:03.9647|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:03.9647|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.1196ms
|
|
2024-03-19 14:10:07.8967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:07.8967|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:07.8967|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:07.8967|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:07.8967|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:07.8967|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:07.8967|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:07.9009|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:07.9009|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:07.9009|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:07.9009|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6205ms
|
|
2024-03-19 14:10:07.9009|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:07.9009|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:07.9009|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.2374ms
|
|
2024-03-19 14:10:08.4402|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:08.4402|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:08.4402|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:08.4402|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:08.4402|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:08.4477|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:08.4477|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.5587ms
|
|
2024-03-19 14:10:08.4477|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:08.4477|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:08.4477|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.3411ms
|
|
2024-03-19 14:10:12.7669|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:12.7669|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:12.7669|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:12.7669|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:12.7669|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:12.7754|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:12.7754|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.4924ms
|
|
2024-03-19 14:10:12.7754|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:12.7754|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:12.7754|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3678ms
|
|
2024-03-19 14:10:13.3524|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:13.3524|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:13.3539|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:13.3539|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:13.3539|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:13.3539|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:13.3689|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:13.3689|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:13.3689|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2329ms
|
|
2024-03-19 14:10:13.3689|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:13.3689|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:13.3689|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.8112ms
|
|
2024-03-19 14:10:26.2295|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:26.2295|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:26.2295|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:26.2295|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:26.2295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:26.2295|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:26.2430|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.4995ms
|
|
2024-03-19 14:10:26.2430|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:26.2430|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:26.2430|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.4174ms
|
|
2024-03-19 14:10:27.2002|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:27.2002|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:27.2002|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:27.2002|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:27.2002|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:27.2114|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:27.2114|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.8179ms
|
|
2024-03-19 14:10:27.2114|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:27.2114|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:27.2114|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.8111ms
|
|
2024-03-19 14:10:31.6921|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:31.6921|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:31.6921|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:31.6921|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:31.6921|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:31.6921|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:31.6921|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:31.6955|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:31.6955|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:31.6955|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:31.6955|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.6385ms
|
|
2024-03-19 14:10:31.6955|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:31.6955|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:31.6955|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.7130ms
|
|
2024-03-19 14:10:32.3356|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:32.3360|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:32.3360|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:32.3360|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:32.3360|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:32.3360|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.688ms
|
|
2024-03-19 14:10:32.3360|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:32.3360|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:32.3360|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.0524ms
|
|
2024-03-19 14:10:39.4568|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:39.4568|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:39.4568|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:39.4568|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:39.4568|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:39.4606|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:39.4606|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:39.4606|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:39.4606|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:39.4606|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.7993ms
|
|
2024-03-19 14:10:39.4606|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:39.4766|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:39.4766|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 20.2171ms
|
|
2024-03-19 14:10:40.1282|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:10:40.1282|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:10:40.1282|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:10:40.1282|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:10:40.1282|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:10:40.1282|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:10:40.1282|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:40.1282|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:10:40.1320|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:40.1320|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:10:40.1320|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:10:40.1320|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.816ms
|
|
2024-03-19 14:10:40.1320|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:10:40.1320|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:10:40.1320|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.1230ms
|
|
2024-03-19 14:11:23.3446|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:11:23.3446|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:11:23.3446|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:11:23.3446|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:11:23.3446|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:11:23.3446|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:11:23.3475|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:23.3475|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:11:23.3475|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:11:23.3475|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.1085ms
|
|
2024-03-19 14:11:23.3475|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:23.3475|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:11:23.3475|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.3363ms
|
|
2024-03-19 14:11:24.2166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:11:24.2166|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:11:24.2166|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:11:24.2166|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:11:24.2166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:11:24.2166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:11:24.2166|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:24.2166|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:11:24.2166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:24.2223|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:11:24.2223|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:11:24.2223|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.0523ms
|
|
2024-03-19 14:11:24.2223|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:24.2223|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:11:24.2223|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.7078ms
|
|
2024-03-19 14:11:31.8652|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:11:31.8652|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:11:31.8652|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:31.8652|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:11:31.8652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:11:31.8787|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:11:31.8787|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:11:31.8787|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:11:31.8787|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.1829ms
|
|
2024-03-19 14:11:31.8787|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:31.8787|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:11:31.8787|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.6617ms
|
|
2024-03-19 14:11:32.4328|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:11:32.4328|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:11:32.4328|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:32.4328|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:11:32.4328|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:11:32.4413|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:11:32.4413|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.4861ms
|
|
2024-03-19 14:11:32.4413|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:32.4413|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:11:32.4413|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.8341ms
|
|
2024-03-19 14:11:37.9424|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:11:37.9424|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:11:37.9424|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:37.9424|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:11:37.9424|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:11:37.9556|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:11:37.9556|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:11:37.9556|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:11:37.9556|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:11:37.9556|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.9465ms
|
|
2024-03-19 14:11:37.9556|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:37.9556|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:11:37.9556|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.8265ms
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.361ms
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:38.7846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:11:38.7846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.0645ms
|
|
2024-03-19 14:11:56.4331|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:11:56.4331|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:11:56.4331|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:11:56.4331|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:11:56.4331|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:11:56.4331|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:11:56.4331|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:56.4331|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:11:56.4331|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:56.4331|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:11:56.4386|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:11:56.4386|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.6587ms
|
|
2024-03-19 14:11:56.4386|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:11:56.4386|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:11:56.4386|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.4223ms
|
|
2024-03-19 14:13:47.0570|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:13:47.0577|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:13:47.0577|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:13:47.0577|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:13:47.0577|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 14:13:47.0577|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 14:13:47.2483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:13:47.2483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:13:47.2483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:13:47.2483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:13:47.2483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:13:47.2483|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 14:13:47.2483|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 189.2689ms
|
|
2024-03-19 14:13:47.2483|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 14:13:47.2483|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:13:47.2483|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 197.5693ms
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4169ms
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:13:50.6043|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:13:50.6043|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 10.7768ms
|
|
2024-03-19 14:15:03.0770|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:15:03.0770|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:15:03.0770|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:15:03.0770|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:15:03.0770|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:15:03.0770|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:15:03.0770|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:15:03.0770|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:15:03.0770|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:15:03.0770|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:15:03.0849|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:15:03.0849|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9019ms
|
|
2024-03-19 14:15:03.0849|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:15:03.0849|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:15:03.0849|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.9446ms
|
|
2024-03-19 14:15:16.5174|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:15:16.5174|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:15:16.5174|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:15:16.5174|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:15:16.5174|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:15:16.5174|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:15:16.5203|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:15:16.5203|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:15:16.5203|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:15:16.5203|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6315ms
|
|
2024-03-19 14:15:16.5203|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:15:16.5203|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:15:16.5203|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8409ms
|
|
2024-03-19 14:16:20.8948|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:16:20.8948|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:16:20.8948|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:16:20.8948|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:16:20.8948|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:16:20.9076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:16:20.9076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:16:20.9076|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:16:20.9076|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6571ms
|
|
2024-03-19 14:16:20.9076|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:16:20.9076|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:16:20.9076|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.1661ms
|
|
2024-03-19 14:16:28.3347|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:16:28.3347|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:16:28.3347|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:16:28.3347|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:16:28.3347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:16:28.3455|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:16:28.3455|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:16:28.3455|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:16:28.3455|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:16:28.3455|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:16:28.3455|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:16:28.3455|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.8384ms
|
|
2024-03-19 14:16:28.3455|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:16:28.3455|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:16:28.3455|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6337ms
|
|
2024-03-19 14:17:41.9259|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:17:41.9259|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:17:41.9259|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:17:41.9259|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:17:41.9259|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:17:41.9349|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:17:41.9349|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.3782ms
|
|
2024-03-19 14:17:41.9349|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:17:41.9349|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:17:41.9349|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.6789ms
|
|
2024-03-19 14:17:56.2428|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:17:56.2428|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:17:56.2428|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:17:56.2428|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:17:56.2428|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:17:56.2428|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:17:56.2428|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:17:56.2428|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:17:56.2428|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:17:56.2470|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:17:56.2470|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:17:56.2470|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.4967ms
|
|
2024-03-19 14:17:56.2470|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:17:56.2470|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:17:56.2470|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.0205ms
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7331ms
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:18:36.9171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:18:36.9171|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.3960ms
|
|
2024-03-19 14:18:48.9896|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:18:48.9896|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:18:48.9896|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:18:48.9896|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:18:48.9896|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:18:48.9896|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:18:48.9896|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:18:48.9896|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:18:48.9896|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:18:48.9896|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:18:48.9947|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:18:48.9947|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6995ms
|
|
2024-03-19 14:18:48.9947|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:18:48.9947|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:18:48.9947|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3288ms
|
|
2024-03-19 14:21:12.7178|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:21:12.7178|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:21:12.7178|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:21:12.7178|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:21:12.7178|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:21:12.7178|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:21:12.7178|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:21:12.7178|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:21:12.7223|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:21:12.7223|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:21:12.7223|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:21:12.7223|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4871ms
|
|
2024-03-19 14:21:12.7223|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:21:12.7223|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:21:12.7223|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3347ms
|
|
2024-03-19 14:21:17.4511|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:21:17.4511|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:21:17.4511|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:21:17.4511|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:21:17.4511|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:21:17.4511|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:21:17.4511|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:21:17.4511|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:21:17.4511|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:21:17.4511|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:21:17.4563|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:21:17.4563|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6205ms
|
|
2024-03-19 14:21:17.4563|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:21:17.4563|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:21:17.4563|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.9962ms
|
|
2024-03-19 14:23:23.5507|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:23:23.5507|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:23:23.5507|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:23:23.5507|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:23:23.5507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:23:23.5625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:23:23.5625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:23:23.5625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:23:23.5625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:23:23.5625|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:23:23.5625|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.3465ms
|
|
2024-03-19 14:23:23.5625|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:23:23.5625|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:23:23.5625|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.0682ms
|
|
2024-03-19 14:23:49.0805|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:23:49.0805|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:23:49.0805|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:23:49.0805|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:23:49.0805|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:23:49.0927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:23:49.0927|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:23:49.0927|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1776ms
|
|
2024-03-19 14:23:49.0927|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:23:49.0927|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:23:49.0927|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.5509ms
|
|
2024-03-19 14:24:05.4225|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:24:05.4225|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:24:05.4225|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:05.4225|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:24:05.4225|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:24:05.4361|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:24:05.4361|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:24:05.4361|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.2116ms
|
|
2024-03-19 14:24:05.4361|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:05.4361|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:24:05.4361|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.7661ms
|
|
2024-03-19 14:24:38.1433|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:24:38.1433|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:24:38.1433|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:38.1433|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:24:38.1433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:38.1530|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:24:38.1530|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:24:38.1530|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:24:38.1530|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:24:38.1530|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:24:38.1530|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:24:38.1530|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.7764ms
|
|
2024-03-19 14:24:38.1530|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:38.1530|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:24:38.1530|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.9485ms
|
|
2024-03-19 14:24:46.6330|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:24:46.6330|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:24:46.6330|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:24:46.6330|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:24:46.6330|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:24:46.6330|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:24:46.6370|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:46.6370|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:24:46.6370|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:24:46.6370|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.0826ms
|
|
2024-03-19 14:24:46.6370|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:46.6370|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:24:46.6370|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.5724ms
|
|
2024-03-19 14:24:54.6421|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:24:54.6421|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:24:54.6421|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:54.6421|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:24:54.6421|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:24:54.6521|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:24:54.6521|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:24:54.6521|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:24:54.6521|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:24:54.6521|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:24:54.6521|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:24:54.6521|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.4441ms
|
|
2024-03-19 14:24:54.6521|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:24:54.6521|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:24:54.6521|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3209ms
|
|
2024-03-19 14:25:56.5904|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:25:56.5904|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:25:56.5904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:25:56.5904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:25:56.5904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:25:56.6034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:25:56.6034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:25:56.6034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9929ms
|
|
2024-03-19 14:25:56.6034|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:25:56.6034|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:25:56.6034|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6167ms
|
|
2024-03-19 14:26:16.9565|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:26:16.9565|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:26:16.9565|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:26:16.9565|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:26:16.9565|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:26:16.9565|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:26:16.9565|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:26:16.9565|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:26:16.9565|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:26:16.9565|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:26:16.9565|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:26:16.9625|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:26:16.9625|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1642ms
|
|
2024-03-19 14:26:16.9625|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:26:16.9625|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:26:16.9625|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.2499ms
|
|
2024-03-19 14:27:24.6836|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:27:24.6836|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:27:24.6836|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:24.6836|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:27:24.6836|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:27:24.6959|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:27:24.6959|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.4587ms
|
|
2024-03-19 14:27:24.6959|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:24.6959|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:27:24.6959|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.4271ms
|
|
2024-03-19 14:27:32.7504|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:27:32.7504|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:27:32.7504|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:27:32.7504|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:27:32.7504|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:27:32.7504|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:27:32.7504|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:32.7504|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:27:32.7504|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:32.7504|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:27:32.7574|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:27:32.7574|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.3322ms
|
|
2024-03-19 14:27:32.7574|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:32.7574|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:27:32.7574|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.9124ms
|
|
2024-03-19 14:27:47.2700|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:27:47.2700|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:27:47.2700|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:27:47.2700|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:27:47.2700|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:27:47.2728|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:47.2728|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:27:47.2728|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:27:47.2728|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8219ms
|
|
2024-03-19 14:27:47.2728|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:47.2728|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:27:47.2728|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3712ms
|
|
2024-03-19 14:27:59.8598|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:27:59.8598|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:27:59.8598|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:59.8598|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:27:59.8598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:27:59.8654|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:27:59.8654|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.0769ms
|
|
2024-03-19 14:27:59.8654|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:27:59.8654|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:27:59.8654|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8999ms
|
|
2024-03-19 14:28:11.7123|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:28:11.7123|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:28:11.7123|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:11.7123|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:28:11.7123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:28:11.7255|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:28:11.7255|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:28:11.7255|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:28:11.7255|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.3109ms
|
|
2024-03-19 14:28:11.7255|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:11.7255|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:28:11.7255|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.8990ms
|
|
2024-03-19 14:28:20.8161|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:28:20.8161|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:28:20.8161|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:28:20.8161|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:28:20.8161|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:28:20.8186|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:20.8186|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:28:20.8186|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:28:20.8186|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.465ms
|
|
2024-03-19 14:28:20.8186|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:20.8186|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:28:20.8186|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.5881ms
|
|
2024-03-19 14:28:32.5745|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:28:32.5745|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:28:32.5745|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:32.5745|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:28:32.5745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:28:32.5841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:28:32.5841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4616ms
|
|
2024-03-19 14:28:32.5841|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:32.5841|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:28:32.5841|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.1951ms
|
|
2024-03-19 14:28:38.0611|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:28:38.0611|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:28:38.0611|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:28:38.0611|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:28:38.0611|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:28:38.0611|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:28:38.0611|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:38.0611|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:28:38.0611|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:38.0611|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:28:38.0675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:28:38.0675|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:28:38.0841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 11.421ms
|
|
2024-03-19 14:28:38.0841|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:28:38.0841|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:28:38.0841|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 26.9236ms
|
|
2024-03-19 14:30:38.0560|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:30:38.0560|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:30:38.0560|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:30:38.0560|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:30:38.0560|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:30:38.0658|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:30:38.0658|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.5629ms
|
|
2024-03-19 14:30:38.0658|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:30:38.0658|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:30:38.0658|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.6463ms
|
|
2024-03-19 14:31:32.5082|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:31:32.5082|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:31:32.5082|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:31:32.5082|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:31:32.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:31:32.5170|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:31:32.5170|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8284ms
|
|
2024-03-19 14:31:32.5170|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:31:32.5170|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:31:32.5170|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.8634ms
|
|
2024-03-19 14:31:49.5973|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:31:49.5973|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:31:49.5973|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:31:49.5973|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:31:49.5973|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:31:49.6102|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:31:49.6102|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.0811ms
|
|
2024-03-19 14:31:49.6102|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:31:49.6102|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:31:49.6102|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.7654ms
|
|
2024-03-19 14:35:25.7561|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:35:25.7561|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:35:25.7561|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:35:25.7561|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:35:25.7561|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:35:25.7621|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:35:25.7621|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.628ms
|
|
2024-03-19 14:35:25.7621|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:35:25.7621|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:35:25.7621|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6880ms
|
|
2024-03-19 14:35:30.6388|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:35:30.6388|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:35:30.6388|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:35:30.6388|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:35:30.6388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:35:30.6534|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:35:30.6534|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:35:30.6534|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2163ms
|
|
2024-03-19 14:35:30.6534|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:35:30.6534|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:35:30.6534|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.5099ms
|
|
2024-03-19 14:36:45.9940|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:36:45.9946|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:36:45.9946|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:36:45.9946|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:36:45.9946|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:36:45.9946|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.0921ms
|
|
2024-03-19 14:36:45.9946|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:36:45.9946|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:36:45.9946|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.2973ms
|
|
2024-03-19 14:37:07.2824|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:37:07.2824|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:37:07.2824|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:37:07.2824|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:37:07.2824|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:37:07.2918|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:37:07.2918|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.1537ms
|
|
2024-03-19 14:37:07.2918|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:37:07.2918|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:37:07.2918|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.9178ms
|
|
2024-03-19 14:42:00.5356|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:42:00.5356|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:42:00.5374|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:42:00.5374|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:00.5374|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:42:00.5374|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:42:00.5374|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4824ms
|
|
2024-03-19 14:42:00.5374|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:00.5374|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:42:00.5374|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.6146ms
|
|
2024-03-19 14:42:42.4107|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:42:42.4107|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:42:42.4107|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:42:42.4107|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:42:42.4107|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:42:42.4107|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:42:42.4119|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:42.4119|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:42:42.4119|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:42:42.4119|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6682ms
|
|
2024-03-19 14:42:42.4119|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:42.4119|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:42:42.4119|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7240ms
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.81ms
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:42:57.6485|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:42:57.6485|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.7117ms
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2341ms
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:43:28.7446|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:43:28.7446|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4797ms
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.063ms
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:43:40.4783|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:43:40.4783|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.5874ms
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3114ms
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:44:40.6499|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:44:40.6499|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.7638ms
|
|
2024-03-19 14:45:02.7381|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:45:02.7392|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:45:02.7392|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:02.7392|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:45:02.7392|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:45:02.7392|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2473ms
|
|
2024-03-19 14:45:02.7392|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:02.7392|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:45:02.7392|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 7.2500ms
|
|
2024-03-19 14:45:19.6713|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:45:19.6713|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:45:19.6713|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:19.6713|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:45:19.6713|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:45:19.6755|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:45:19.6755|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5773ms
|
|
2024-03-19 14:45:19.6755|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:19.6755|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:45:19.6755|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.3029ms
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9014ms
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:34.7767|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:45:34.7767|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1305ms
|
|
2024-03-19 14:45:41.6064|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:45:41.6064|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:45:41.6064|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:41.6064|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:45:41.6064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:45:41.6064|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:45:41.6120|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2973ms
|
|
2024-03-19 14:45:41.6120|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:41.6120|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:45:41.6120|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.0616ms
|
|
2024-03-19 14:45:50.9045|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:45:50.9045|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:45:50.9045|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:50.9045|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:45:50.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:45:50.9045|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:45:50.9091|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2265ms
|
|
2024-03-19 14:45:50.9091|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:50.9091|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:45:50.9091|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.2995ms
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2723ms
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:45:59.0271|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:45:59.0271|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.9905ms
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.6042ms
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:46:38.8201|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:46:38.8201|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.5058ms
|
|
2024-03-19 14:46:47.5149|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:46:47.5149|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:46:47.5149|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:46:47.5149|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:46:47.5149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:46:47.5183|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:46:47.5183|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0083ms
|
|
2024-03-19 14:46:47.5183|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:46:47.5183|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:46:47.5183|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.3097ms
|
|
2024-03-19 14:47:14.9534|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:47:14.9534|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:47:14.9534|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:47:14.9534|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:47:14.9534|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:47:14.9534|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:47:14.9534|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:14.9534|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:47:14.9534|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:14.9534|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:47:14.9554|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:47:14.9554|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0075ms
|
|
2024-03-19 14:47:14.9554|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:14.9554|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:47:14.9554|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.3451ms
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.1112ms
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:29.4267|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:47:29.4267|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.2147ms
|
|
2024-03-19 14:47:40.9448|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:47:40.9448|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:47:40.9448|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:40.9448|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:47:40.9448|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:47:40.9545|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:47:40.9545|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5441ms
|
|
2024-03-19 14:47:40.9545|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:47:40.9545|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:47:40.9545|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.3459ms
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8719ms
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 14:49:21.1888|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 14:49:21.1888|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.0266ms
|
|
2024-03-19 15:27:54.7386|DEBUG|Program|init main
|
|
2024-03-19 15:27:55.5556|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
|
|
2024-03-19 15:27:56.4061|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory|Registered model binder providers, in the following order: Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider, Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider
|
|
2024-03-19 15:27:56.5521|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
|
|
2024-03-19 15:27:56.6102|INFO|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|User profile is available. Using 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
|
|
2024-03-19 15:27:56.6258|DEBUG|Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository|Reading data from file 'C:\Users\tekh\AppData\Local\ASP.NET\DataProtection-Keys\key-70b42ce7-e471-4828-9be8-dcfa066e2793.xml'.
|
|
2024-03-19 15:27:56.6441|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
|
|
2024-03-19 15:27:56.6622|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver|Considering key {70b42ce7-e471-4828-9be8-dcfa066e2793} with expiration date 2024-05-06 09:06:35Z as default key.
|
|
2024-03-19 15:27:56.6666|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 15:27:56.6666|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
|
|
2024-03-19 15:27:56.6666|DEBUG|Microsoft.AspNetCore.DataProtection.TypeForwardingActivator|Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
|
|
2024-03-19 15:27:56.6798|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
|
|
2024-03-19 15:27:56.6798|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
|
|
2024-03-19 15:27:56.6798|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
|
|
2024-03-19 15:27:56.6798|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
|
|
2024-03-19 15:27:56.9306|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
|
|
2024-03-19 15:27:56.9306|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
|
|
2024-03-19 15:27:56.9306|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
|
|
2024-03-19 15:27:56.9306|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
|
|
2024-03-19 15:27:56.9306|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
|
|
2024-03-19 15:27:56.9306|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
|
|
2024-03-19 15:27:56.9514|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
|
|
2024-03-19 15:27:56.9514|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
|
|
2024-03-19 15:27:56.9514|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
|
|
2024-03-19 15:27:57.1762|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CP" accepted.
|
|
2024-03-19 15:27:57.1762|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CP" started.
|
|
2024-03-19 15:27:57.2067|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CQ" accepted.
|
|
2024-03-19 15:27:57.2067|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CQ" started.
|
|
2024-03-19 15:27:59.6788|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CR" accepted.
|
|
2024-03-19 15:27:59.7041|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CR" started.
|
|
2024-03-19 15:27:59.9429|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN28432Q78CR established using the following protocol: Tls12
|
|
2024-03-19 15:28:00.2170|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
|
|
2024-03-19 15:28:00.4042|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
|
|
2024-03-19 15:28:00.6137|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
|
|
2024-03-19 15:28:00.8884|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
|
|
2024-03-19 15:28:00.8884|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 683.0830ms
|
|
2024-03-19 15:28:00.9759|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
|
|
2024-03-19 15:28:00.9759|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
|
|
2024-03-19 15:28:00.9967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - - - 200 12024 application/javascript;+charset=utf-8 20.7044ms
|
|
2024-03-19 15:28:01.1227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 146.7458ms
|
|
2024-03-19 15:28:01.3401|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
|
|
2024-03-19 15:28:01.7068|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 366.7892ms
|
|
2024-03-19 15:28:02.3592|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN28432Q78CR" received FIN.
|
|
2024-03-19 15:28:02.3680|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|The connection queue processing loop for 0HN28432Q78CR completed.
|
|
2024-03-19 15:28:02.3680|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|Connection id "0HN28432Q78CR" is closed. The last processed stream ID was 7.
|
|
2024-03-19 15:28:02.3680|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN28432Q78CR" sending FIN because: "The client closed the connection."
|
|
2024-03-19 15:28:02.3832|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CR" stopped.
|
|
2024-03-19 15:28:07.1894|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
|
|
2024-03-19 15:28:07.1894|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CP" stopped.
|
|
2024-03-19 15:28:07.1894|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN28432Q78CP" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 15:28:07.2199|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
|
|
2024-03-19 15:28:07.2199|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CQ" stopped.
|
|
2024-03-19 15:28:07.2199|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN28432Q78CQ" sending FIN because: "The Socket transport's send loop completed gracefully."
|
|
2024-03-19 15:28:39.8190|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CS" accepted.
|
|
2024-03-19 15:28:39.8190|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CS" started.
|
|
2024-03-19 15:28:39.8490|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN28432Q78CS established using the following protocol: Tls12
|
|
2024-03-19 15:28:39.8490|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:28:39.8490|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:28:39.8490|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:28:39.8667|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:28:39.9529|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:28:39.9577|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:28:39.9577|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:28:39.9978|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:28:40.0194|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:28:40.0463|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:28:40.0638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:28:40.0638|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:28:40.0707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:28:40.0707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:28:40.0707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:28:40.0707|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:28:40.3612|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
|
|
2024-03-19 15:28:41.4075|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:28:41.6228|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:28:41.6228|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:28:41.6305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:28:41.6305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:28:41.6305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:28:41.6305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:28:41.6305|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:28:41.6305|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1564.5254ms
|
|
2024-03-19 15:28:41.6305|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:28:41.6305|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:28:41.6523|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 1792.9748ms
|
|
2024-03-19 15:29:07.4975|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:29:07.5041|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:29:07.5041|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:29:07.5041|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:29:07.5041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:29:07.5169|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:29:07.5169|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:29:07.5169|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:29:07.5169|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:29:07.6011|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:29:07.6011|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 89.6658ms
|
|
2024-03-19 15:29:07.6011|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:29:07.6011|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:29:07.6011|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 113.1342ms
|
|
2024-03-19 15:29:56.5263|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:29:56.5263|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:29:56.5263|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:29:56.5263|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:29:56.5332|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:29:56.5332|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:29:56.5332|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:29:56.5332|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:29:56.5332|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:29:56.5332|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:29:56.5446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:29:56.5446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:29:56.5446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:29:56.5446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:29:56.5446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:29:56.5446|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:29:56.5831|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:29:56.5929|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:29:56.5929|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:29:56.5929|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:29:56.5929|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:29:56.5929|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:29:56.5929|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:29:56.5929|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:29:56.5929|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 55.5756ms
|
|
2024-03-19 15:29:56.5929|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:29:56.6089|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:29:56.6089|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 83.3959ms
|
|
2024-03-19 15:30:27.5124|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:30:27.5124|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:30:27.5124|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:27.5124|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:30:27.5124|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:30:27.5271|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:30:27.5271|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.7807ms
|
|
2024-03-19 15:30:27.5271|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:27.5271|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:30:27.5271|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.8395ms
|
|
2024-03-19 15:30:48.8209|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:30:48.8229|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:30:48.8229|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:48.8229|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:30:48.8229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:30:48.8389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:30:48.8389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:30:48.8389|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:30:48.8389|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.396ms
|
|
2024-03-19 15:30:48.8389|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:48.8389|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:30:48.8389|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.3758ms
|
|
2024-03-19 15:30:50.6625|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:30:50.6625|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:30:50.6625|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:30:50.6625|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:30:50.6625|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:30:50.6625|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:30:50.6625|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:50.6625|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:30:50.6625|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:50.6668|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:30:50.6668|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:30:50.6668|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.077ms
|
|
2024-03-19 15:30:50.6668|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:50.6668|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:30:50.6668|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.2200ms
|
|
2024-03-19 15:30:52.0401|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:30:52.0401|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:30:52.0401|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:30:52.0401|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:30:52.0418|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:52.0418|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:30:52.0418|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:30:52.0418|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.3281ms
|
|
2024-03-19 15:30:52.0418|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:30:52.0418|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:30:52.0418|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.0669ms
|
|
2024-03-19 15:35:26.7352|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:35:26.7352|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:35:26.7352|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:35:26.7352|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:35:26.7352|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:35:26.7352|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:35:26.7352|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:26.7352|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:35:26.7352|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:26.7352|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:35:26.7458|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:35:26.7458|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4717ms
|
|
2024-03-19 15:35:26.7458|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:26.7458|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:35:26.7458|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.4242ms
|
|
2024-03-19 15:35:29.4222|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:35:29.4222|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:35:29.4222|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:35:29.4222|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:35:29.4222|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:35:29.4222|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:35:29.4222|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:29.4222|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:35:29.4325|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:29.4325|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:35:29.4325|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:35:29.4325|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:35:29.4325|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.1503ms
|
|
2024-03-19 15:35:29.4483|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:29.4483|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:35:29.4483|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 28.1060ms
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8424ms
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:32.1208|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:35:32.1208|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.8823ms
|
|
2024-03-19 15:35:34.0148|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:35:34.0148|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:35:34.0148|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:34.0148|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:35:34.0148|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:35:34.0256|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:35:34.0256|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:35:34.0256|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:35:34.0256|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.033ms
|
|
2024-03-19 15:35:34.0256|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:34.0256|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:35:34.0256|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.2404ms
|
|
2024-03-19 15:35:47.5602|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:35:47.5602|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:35:47.5602|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:47.5602|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:47.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:35:47.5724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:35:47.5724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:35:47.5724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:35:47.5724|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:35:47.5724|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:35:47.5724|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.1435ms
|
|
2024-03-19 15:35:47.5724|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:47.5724|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:35:47.5724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.2827ms
|
|
2024-03-19 15:35:50.3166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:35:50.3166|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:35:50.3166|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:35:50.3166|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:35:50.3166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:35:50.3166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:35:50.3166|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:50.3166|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:35:50.3166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:50.3166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:35:50.3166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:35:50.3226|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:35:50.3226|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2292ms
|
|
2024-03-19 15:35:50.3226|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:50.3226|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:35:50.3226|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.4960ms
|
|
2024-03-19 15:35:51.8431|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:35:51.8431|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:35:51.8431|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:51.8431|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:35:51.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:35:51.8541|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:35:51.8541|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:35:51.8541|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:35:51.8541|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:35:51.8541|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:35:51.8541|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2363ms
|
|
2024-03-19 15:35:51.8541|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:35:51.8541|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:35:51.8541|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.5436ms
|
|
2024-03-19 15:36:04.7571|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:36:04.7571|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:36:04.7571|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:36:04.7588|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:04.7588|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:36:04.7588|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:36:04.7588|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9507ms
|
|
2024-03-19 15:36:04.7588|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:04.7588|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:36:04.7588|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.7860ms
|
|
2024-03-19 15:36:21.0745|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:36:21.0745|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:36:21.0745|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:21.0745|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:36:21.0745|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:36:21.0869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:36:21.0869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:36:21.0869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:36:21.0869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:36:21.0869|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:36:21.0869|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.8222ms
|
|
2024-03-19 15:36:21.0869|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:21.0869|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:36:21.0869|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.1961ms
|
|
2024-03-19 15:36:31.9230|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:36:31.9230|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:36:31.9230|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:36:31.9230|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:36:31.9230|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:36:31.9230|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:36:31.9230|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:31.9230|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:36:31.9230|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:31.9230|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:36:31.9230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:36:31.9298|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:36:31.9298|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.3692ms
|
|
2024-03-19 15:36:31.9298|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:36:31.9298|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:36:31.9298|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.5750ms
|
|
2024-03-19 15:37:03.7585|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:03.7585|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:03.7585|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:03.7585|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:03.7585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:03.7725|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:03.7725|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.0348ms
|
|
2024-03-19 15:37:03.7725|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:03.7725|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:03.7725|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.4127ms
|
|
2024-03-19 15:37:08.8048|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:08.8048|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:08.8048|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:08.8048|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:08.8048|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:08.8183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:08.8183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:08.8183|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:08.8183|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:08.8183|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.3313ms
|
|
2024-03-19 15:37:08.8183|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:08.8183|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:08.8183|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.2116ms
|
|
2024-03-19 15:37:13.3324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:13.3324|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:13.3324|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:13.3324|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:13.3345|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:13.3345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:13.3345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:13.3345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2673ms
|
|
2024-03-19 15:37:13.3345|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:13.3345|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:13.3345|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.7138ms
|
|
2024-03-19 15:37:22.6247|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:22.6247|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:22.6247|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:22.6247|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:22.6247|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:22.6247|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:22.6247|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:22.6247|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:22.6316|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:22.6316|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:22.6316|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:22.6316|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.3673ms
|
|
2024-03-19 15:37:22.6316|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:22.6316|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:22.6316|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.6228ms
|
|
2024-03-19 15:37:25.2680|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:25.2680|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:25.2680|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:25.2680|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:25.2680|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:25.2680|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:25.2711|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:25.2711|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:25.2711|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:25.2711|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.761ms
|
|
2024-03-19 15:37:25.2711|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:25.2711|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:25.2711|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.9692ms
|
|
2024-03-19 15:37:29.3015|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:29.3020|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:29.3020|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:29.3020|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:29.3020|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:29.3189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:29.3189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:29.3189|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:29.3332|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:29.3332|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:29.3332|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 21.6773ms
|
|
2024-03-19 15:37:29.3332|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:29.3332|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:29.3332|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 43.3538ms
|
|
2024-03-19 15:37:34.1188|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:34.1188|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:34.1188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:34.1188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:34.1188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:34.1308|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:34.1308|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.7068ms
|
|
2024-03-19 15:37:34.1308|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:34.1308|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:34.1308|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.9546ms
|
|
2024-03-19 15:37:38.1756|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:38.1756|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:38.1767|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:38.1767|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:38.1767|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:38.1767|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:38.1767|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.138ms
|
|
2024-03-19 15:37:38.1767|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:38.1767|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:38.1767|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.2811ms
|
|
2024-03-19 15:37:43.2444|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:43.2444|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:43.2444|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:43.2444|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:43.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:43.2549|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:43.2549|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1353ms
|
|
2024-03-19 15:37:43.2549|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:43.2549|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:43.2549|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.5843ms
|
|
2024-03-19 15:37:55.9667|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:55.9667|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:55.9667|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:55.9667|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:55.9667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:55.9732|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:55.9732|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9936ms
|
|
2024-03-19 15:37:55.9732|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:55.9732|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:55.9732|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.3898ms
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.651ms
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:37:58.7236|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:37:58.7236|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.5494ms
|
|
2024-03-19 15:38:00.0512|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:00.0512|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:00.0512|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:00.0512|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:00.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:00.0664|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:00.0664|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:00.0664|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:00.0664|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:00.0664|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.872ms
|
|
2024-03-19 15:38:00.0664|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:00.0664|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:00.0664|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.5977ms
|
|
2024-03-19 15:38:15.4880|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:15.4880|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:15.4880|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:15.4880|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:15.4880|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:15.4880|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:15.4880|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.7694ms
|
|
2024-03-19 15:38:15.4880|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:15.5030|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:15.5030|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.5894ms
|
|
2024-03-19 15:38:18.0188|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:18.0188|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:18.0188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:18.0188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:18.0188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:18.0351|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:18.0351|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.7134ms
|
|
2024-03-19 15:38:18.0351|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:18.0351|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:18.0351|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.8562ms
|
|
2024-03-19 15:38:21.2247|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:21.2247|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:21.2247|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:21.2247|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:21.2247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:21.2372|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:21.2372|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:21.2372|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2581ms
|
|
2024-03-19 15:38:21.2372|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:21.2372|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:21.2372|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.3157ms
|
|
2024-03-19 15:38:29.6000|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:29.6000|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:29.6000|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:29.6000|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:29.6000|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:29.6120|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:29.6120|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:29.6120|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:29.6120|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:29.6120|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:29.6120|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.896ms
|
|
2024-03-19 15:38:29.6120|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:29.6120|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:29.6120|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.6944ms
|
|
2024-03-19 15:38:35.8681|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:35.8681|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:35.8681|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:35.8681|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:35.8681|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:35.8784|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:35.8784|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.7964ms
|
|
2024-03-19 15:38:35.8784|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:35.8784|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:35.8784|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.5432ms
|
|
2024-03-19 15:38:38.2720|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:38.2720|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:38.2720|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:38.2720|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:38.2720|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:38.2834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:38.2834|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:38.2834|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5678ms
|
|
2024-03-19 15:38:38.2834|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:38.2834|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:38.2834|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.2762ms
|
|
2024-03-19 15:38:43.5391|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:43.5391|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:43.5391|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:43.5391|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:43.5391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:43.5488|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:43.5488|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:43.5488|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:43.5488|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:43.5747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:43.5747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:43.5747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:43.5747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:43.5747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:43.5747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 29.558ms
|
|
2024-03-19 15:38:43.5747|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:43.5747|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:43.5806|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 41.7005ms
|
|
2024-03-19 15:38:45.9853|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:38:45.9853|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:38:45.9853|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:38:45.9869|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:45.9869|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:38:45.9869|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:38:45.9869|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.6509ms
|
|
2024-03-19 15:38:45.9869|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:38:45.9869|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:38:45.9869|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.1980ms
|
|
2024-03-19 15:39:01.7660|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:39:01.7660|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:39:01.7674|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:39:01.7674|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:01.7674|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:39:01.7674|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:39:01.7674|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2061ms
|
|
2024-03-19 15:39:01.7674|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:01.7674|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:39:01.7674|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6691ms
|
|
2024-03-19 15:39:04.4965|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:39:04.4965|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:39:04.4965|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:39:04.4965|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:39:04.4965|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:39:04.4965|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:39:04.4965|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:04.4965|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:39:04.4965|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:04.5014|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:39:04.5014|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:39:04.5014|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.291ms
|
|
2024-03-19 15:39:04.5014|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:04.5014|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:39:04.5014|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.0153ms
|
|
2024-03-19 15:39:58.3890|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:39:58.3937|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:39:58.3937|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:58.3937|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:39:58.3937|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:39:58.4049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:39:58.4049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:39:58.4049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:39:58.4049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:39:58.4049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:39:58.4049|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:39:58.4049|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:39:58.4049|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.5102ms
|
|
2024-03-19 15:39:58.4049|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:39:58.4049|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:39:58.4049|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.3170ms
|
|
2024-03-19 15:40:00.4419|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 15:40:00.4419|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:00.4419|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:00.4419|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:00.4419|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 15:40:00.4419|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 15:40:00.4419|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:00.4419|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:00.4419|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:00.4598|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:00.4598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:00.4598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:00.4598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:00.4598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:00.4598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:00.4598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:00.4598|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 15:40:00.4748|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:00.4748|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:00.4939|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 15:40:00.4939|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 15:40:00.4995|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:40:00.4995|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:40:00.4995|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 15:40:00.4995|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:40:00.7911|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:00.7911|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:00.7911|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:00.7911|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:00.7911|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:00.7911|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 15:40:00.8001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 337.4757ms
|
|
2024-03-19 15:40:00.8001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:00.8001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:00.8001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 359.8214ms
|
|
2024-03-19 15:40:02.8939|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:02.8939|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:02.8939|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:02.8939|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:02.8939|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:02.9056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:02.9056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:02.9056|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:40:02.9056|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.589ms
|
|
2024-03-19 15:40:02.9056|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:02.9056|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:02.9056|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.4170ms
|
|
2024-03-19 15:40:04.4981|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:40:04.4981|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:04.4994|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:04.4994|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:04.4994|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:04.4994|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:04.5141|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:40:04.5141|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.9058ms
|
|
2024-03-19 15:40:04.5141|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:04.5141|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:04.5141|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.9027ms
|
|
2024-03-19 15:40:11.2601|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:40:11.2601|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:11.2601|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:11.2601|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:11.2601|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:40:11.2601|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:40:11.2601|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:11.2601|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:11.2601|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:11.2643|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:11.2643|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:40:11.2643|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.081ms
|
|
2024-03-19 15:40:11.2643|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:11.2643|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:11.2643|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.5014ms
|
|
2024-03-19 15:40:18.4974|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:40:18.4974|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:18.4989|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:18.4989|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:18.4989|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:18.4989|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:18.4989|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:40:18.4989|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.4676ms
|
|
2024-03-19 15:40:18.4989|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:18.5138|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:18.5138|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.7581ms
|
|
2024-03-19 15:40:21.6381|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:21.6385|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:21.6385|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:21.6385|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:21.6385|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:21.6548|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:40:21.6548|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.1087ms
|
|
2024-03-19 15:40:21.6548|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:21.6548|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:21.6548|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.0914ms
|
|
2024-03-19 15:40:34.4729|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:34.4729|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:34.4729|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:34.4729|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:34.4729|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:34.4828|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:40:34.4828|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.972ms
|
|
2024-03-19 15:40:34.4828|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:34.4828|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:34.4828|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.4797ms
|
|
2024-03-19 15:40:41.5170|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:40:41.5170|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:40:41.5170|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:41.5170|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:40:41.5170|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:40:41.5285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:40:41.5285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:40:41.5285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:40:41.5285|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:40:41.5285|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.3049ms
|
|
2024-03-19 15:40:41.5285|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:40:41.5285|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:40:41.5285|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.1941ms
|
|
2024-03-19 15:41:21.4566|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:41:21.4566|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:41:21.4566|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:41:21.4566|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:41:21.4566|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:41:21.4566|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:41:21.4667|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:21.4667|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:41:21.4667|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:41:21.4667|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2568ms
|
|
2024-03-19 15:41:21.4667|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:21.4667|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:41:21.4667|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 23.1285ms
|
|
2024-03-19 15:41:28.5856|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:41:28.5856|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:41:28.5856|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:41:28.5856|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:41:28.5856|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:41:28.5856|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:41:28.5856|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:28.5856|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:41:28.5893|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:28.5893|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:41:28.5893|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:41:28.5893|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.9532ms
|
|
2024-03-19 15:41:28.5893|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:28.5893|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:41:28.5893|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.0920ms
|
|
2024-03-19 15:41:35.9404|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:41:35.9404|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:41:35.9404|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:35.9404|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:41:35.9404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:41:35.9492|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:41:35.9492|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8147ms
|
|
2024-03-19 15:41:35.9492|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:35.9492|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:41:35.9492|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.2635ms
|
|
2024-03-19 15:41:44.9857|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:41:44.9857|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:41:44.9857|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:44.9857|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:41:44.9857|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:41:44.9956|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:41:44.9956|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.2903ms
|
|
2024-03-19 15:41:44.9956|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:41:44.9956|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:41:44.9956|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.0739ms
|
|
2024-03-19 15:42:41.4019|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:42:41.4019|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:42:41.4019|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:42:41.4019|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:42:41.4019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:42:41.4154|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:42:41.4154|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.0253ms
|
|
2024-03-19 15:42:41.4154|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:42:41.4154|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:42:41.4154|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 20.9461ms
|
|
2024-03-19 15:43:34.5593|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:43:34.5593|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:43:34.5593|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:43:34.5593|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:43:34.5593|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:43:34.5593|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:43:34.5593|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:43:34.5593|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:43:34.5593|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:43:34.5593|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:43:34.5712|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:43:34.5712|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.431ms
|
|
2024-03-19 15:43:34.5712|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:43:34.5712|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:43:34.5712|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 20.4565ms
|
|
2024-03-19 15:43:38.4095|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:43:38.4095|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:43:38.4095|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:43:38.4095|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:43:38.4095|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:43:38.4095|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:43:38.4095|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:43:38.4095|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:43:38.4095|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:43:38.4095|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:43:38.4147|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:43:38.4147|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2717ms
|
|
2024-03-19 15:43:38.4147|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:43:38.4147|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:43:38.4147|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.3199ms
|
|
2024-03-19 15:44:10.3360|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:44:10.3360|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:44:10.3360|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:10.3360|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:44:10.3360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:10.3507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:44:10.3507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:44:10.3507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:44:10.3507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:44:10.3507|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:44:10.3507|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:44:10.3507|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.3081ms
|
|
2024-03-19 15:44:10.3507|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:10.3507|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:44:10.3507|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.5698ms
|
|
2024-03-19 15:44:20.5115|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:44:20.5115|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:44:20.5115|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:20.5115|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:20.5115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:44:20.5221|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:44:20.5221|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:44:20.5221|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:44:20.5221|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:44:20.5221|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:44:20.5221|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.655ms
|
|
2024-03-19 15:44:20.5221|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:20.5221|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:44:20.5221|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.2777ms
|
|
2024-03-19 15:44:31.3938|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:44:31.3938|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:44:31.3938|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:44:31.3938|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:44:31.3938|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:44:31.3938|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:44:31.3967|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:31.3967|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:44:31.3967|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:44:31.3967|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4061ms
|
|
2024-03-19 15:44:31.3967|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:31.3967|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:44:31.3967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.0248ms
|
|
2024-03-19 15:44:40.3084|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:44:40.3084|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:44:40.3084|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:40.3084|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:44:40.3084|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:44:40.3188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:44:40.3188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.1003ms
|
|
2024-03-19 15:44:40.3188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:40.3188|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:44:40.3188|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.5283ms
|
|
2024-03-19 15:44:51.4078|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:44:51.4078|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:44:51.4078|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:44:51.4078|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:44:51.4078|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:44:51.4078|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:44:51.4078|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:51.4078|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:44:51.4078|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:51.4121|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:44:51.4121|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:44:51.4121|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.8155ms
|
|
2024-03-19 15:44:51.4121|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:44:51.4121|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:44:51.4121|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.7990ms
|
|
2024-03-19 15:45:02.2687|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:45:02.2687|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:45:02.2687|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:45:02.2706|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:02.2706|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:45:02.2706|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:45:02.2706|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2735ms
|
|
2024-03-19 15:45:02.2706|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:02.2706|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:45:02.2706|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3000ms
|
|
2024-03-19 15:45:07.4434|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:45:07.4434|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:45:07.4434|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:07.4434|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:45:07.4434|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:45:07.4434|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:45:07.4434|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.826ms
|
|
2024-03-19 15:45:07.4576|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:07.4576|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:45:07.4576|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.4151ms
|
|
2024-03-19 15:45:10.7937|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:45:10.7937|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:45:10.7937|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:10.7937|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:45:10.7937|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:45:10.8033|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:45:10.8033|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6947ms
|
|
2024-03-19 15:45:10.8033|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:10.8033|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:45:10.8033|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.1432ms
|
|
2024-03-19 15:45:25.7647|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:45:25.7647|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:45:25.7647|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:45:25.7647|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:45:25.7647|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:45:25.7647|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:45:25.7647|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:25.7647|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:45:25.7647|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:25.7647|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:45:25.7701|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:45:25.7701|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1482ms
|
|
2024-03-19 15:45:25.7701|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:25.7701|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:45:25.7701|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8579ms
|
|
2024-03-19 15:45:28.6154|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:45:28.6154|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:45:28.6154|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:28.6154|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:45:28.6154|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:45:28.6288|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:45:28.6288|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.3729ms
|
|
2024-03-19 15:45:28.6288|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:45:28.6288|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:45:28.6288|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.4094ms
|
|
2024-03-19 15:47:00.0083|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:47:00.0083|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:47:00.0083|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:47:00.0083|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:47:00.0180|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:00.0180|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:47:00.0180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:47:00.0337|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:47:00.0337|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:47:00.0337|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:47:00.0337|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.7606ms
|
|
2024-03-19 15:47:00.0337|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:00.0337|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:47:00.0337|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 28.9726ms
|
|
2024-03-19 15:47:06.7721|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:47:06.7721|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:47:06.7721|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:06.7721|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:47:06.7721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:06.7832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:47:06.7832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:47:06.7832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:47:06.7832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:47:06.7832|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:47:06.7832|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:47:06.7832|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8514ms
|
|
2024-03-19 15:47:06.7832|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:06.7832|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:47:06.7832|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 24.0158ms
|
|
2024-03-19 15:47:10.8271|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:47:10.8271|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:47:10.8271|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:47:10.8271|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:47:10.8271|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:47:10.8294|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:10.8294|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:47:10.8294|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:47:10.8294|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.7677ms
|
|
2024-03-19 15:47:10.8294|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:10.8294|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:47:10.8456|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.4141ms
|
|
2024-03-19 15:47:14.2709|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:47:14.2709|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:47:14.2709|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:14.2709|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:47:14.2709|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:14.2826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:47:14.2826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:47:14.2826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:47:14.2826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:47:14.2826|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:47:14.2826|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:47:14.2826|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.1472ms
|
|
2024-03-19 15:47:14.2826|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:14.2826|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:47:14.2826|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.9671ms
|
|
2024-03-19 15:47:44.0777|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:47:44.0777|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:47:44.0790|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:47:44.0790|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:44.0790|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:47:44.0790|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:47:44.0790|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:47:44.0790|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7844ms
|
|
2024-03-19 15:47:44.0941|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:44.0941|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:47:44.0941|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.1668ms
|
|
2024-03-19 15:47:51.3776|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:47:51.3776|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:47:51.3776|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:51.3776|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:47:51.3776|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:47:51.3776|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:47:51.3920|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.4184ms
|
|
2024-03-19 15:47:51.3920|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:51.3920|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:47:51.3920|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6104ms
|
|
2024-03-19 15:47:57.2279|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:47:57.2279|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:47:57.2279|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:57.2279|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:47:57.2279|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:47:57.2349|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:47:57.2349|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.5618ms
|
|
2024-03-19 15:47:57.2349|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:47:57.2349|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:47:57.2349|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.0354ms
|
|
2024-03-19 15:48:02.7932|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:48:02.7932|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:48:02.7932|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:48:02.7932|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:48:02.7932|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:48:02.7932|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:48:02.7932|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:02.7932|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:48:02.7972|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:02.7972|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:48:02.7972|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:48:02.7972|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.4522ms
|
|
2024-03-19 15:48:02.7972|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:02.7972|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:48:02.7972|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.8414ms
|
|
2024-03-19 15:48:07.5827|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:48:07.5827|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:48:07.5827|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:07.5827|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:48:07.5827|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:48:07.5946|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:48:07.5946|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.0495ms
|
|
2024-03-19 15:48:07.5946|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:07.5946|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:48:07.5946|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 20.4268ms
|
|
2024-03-19 15:48:12.6627|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:48:12.6627|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:48:12.6627|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:12.6627|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:48:12.6627|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:48:12.6733|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:48:12.6733|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.8326ms
|
|
2024-03-19 15:48:12.6733|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:12.6733|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:48:12.6733|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.9906ms
|
|
2024-03-19 15:48:16.7244|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:48:16.7244|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:48:16.7244|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:16.7244|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:48:16.7244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:48:16.7350|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:48:16.7350|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.454ms
|
|
2024-03-19 15:48:16.7350|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:16.7350|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:48:16.7350|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.2526ms
|
|
2024-03-19 15:48:38.9186|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:48:38.9186|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:48:38.9186|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:48:38.9186|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:48:38.9249|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:38.9249|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:48:38.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:48:38.9249|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:48:38.9249|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9409ms
|
|
2024-03-19 15:48:38.9374|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:38.9374|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:48:38.9374|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 20.7200ms
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.1447ms
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:48:41.4061|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:48:41.4061|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8662ms
|
|
2024-03-19 15:50:13.8517|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:50:13.8517|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:50:13.8517|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:50:13.8576|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:50:13.8576|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:50:13.8576|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:50:13.8576|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7914ms
|
|
2024-03-19 15:50:13.8576|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:50:13.8576|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:50:13.8727|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.0228ms
|
|
2024-03-19 15:50:20.7442|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:50:20.7543|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:50:20.7706|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:50:20.7706|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:50:20.7793|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:50:20.7793|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:50:20.7793|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:50:20.7961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:50:20.7961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:50:20.7961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:50:20.7961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:50:20.7961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:50:20.7961|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:50:20.7961|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 12.2087ms
|
|
2024-03-19 15:50:20.7961|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:50:20.7961|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:50:20.7961|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 57.7912ms
|
|
2024-03-19 15:51:25.4286|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:51:25.4344|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:51:25.4344|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:25.4344|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:51:25.4344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:51:25.4492|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:51:25.4492|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8167ms
|
|
2024-03-19 15:51:25.4492|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:25.4492|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:51:25.4492|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 28.1402ms
|
|
2024-03-19 15:51:26.8827|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 15:51:26.8827|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:51:26.8827|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:51:26.8827|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:51:26.8827|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 15:51:26.8827|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:51:26.8871|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:26.8871|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 15:51:26.8871|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 15:51:26.8871|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:51:27.0837|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:51:27.0837|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:51:27.0837|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:51:27.0837|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:51:27.0837|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:51:27.0837|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 15:51:27.0837|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 195.351ms
|
|
2024-03-19 15:51:27.0837|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:27.0837|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:51:27.0837|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 205.8514ms
|
|
2024-03-19 15:51:56.7317|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:51:56.7317|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:51:56.7317|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:56.7317|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:51:56.7317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:51:56.7451|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:51:56.7451|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4376ms
|
|
2024-03-19 15:51:56.7451|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:51:56.7451|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:51:56.7451|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 20.7170ms
|
|
2024-03-19 15:52:04.4866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:52:04.4866|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:52:04.4866|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:52:04.4866|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:52:04.4866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:52:04.4957|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:52:04.4957|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.8428ms
|
|
2024-03-19 15:52:04.4957|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:52:04.4957|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:52:04.4957|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.1403ms
|
|
2024-03-19 15:52:19.4282|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:52:19.4282|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:52:19.4282|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:52:19.4282|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:52:19.4282|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:52:19.4282|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:52:19.4282|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:52:19.4282|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:52:19.4324|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:52:19.4324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:52:19.4324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:52:19.4324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.389ms
|
|
2024-03-19 15:52:19.4324|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:52:19.4324|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:52:19.4324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8396ms
|
|
2024-03-19 15:53:58.0183|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:53:58.0183|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:53:58.0183|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:53:58.0183|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:53:58.0254|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:53:58.0254|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:53:58.0254|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:53:58.0254|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.1059ms
|
|
2024-03-19 15:53:58.0254|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:53:58.0254|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:53:58.0254|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.4961ms
|
|
2024-03-19 15:53:58.6230|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:53:58.6230|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:53:58.6230|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:53:58.6230|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 15:53:58.6230|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 15:53:58.6230|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 15:53:58.6332|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 15:53:58.6332|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:53:58.6332|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:53:58.6332|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 15:53:58.6332|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 15:53:58.8094|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:53:58.8094|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:53:58.8094|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:53:58.8094|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:53:58.8094|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:53:58.8094|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 15:53:58.8094|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 183.6078ms
|
|
2024-03-19 15:53:58.8094|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 15:53:58.8094|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:53:58.8094|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 191.6507ms
|
|
2024-03-19 15:54:00.7290|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:54:00.7290|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:54:00.7290|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:00.7290|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:54:00.7290|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:54:00.7290|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:54:00.7290|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.6609ms
|
|
2024-03-19 15:54:00.7426|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:00.7426|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:54:00.7426|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.4564ms
|
|
2024-03-19 15:54:02.5898|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:54:02.5898|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:54:02.5898|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:02.5898|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:54:02.5898|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:54:02.6285|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:54:02.6285|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 35.0954ms
|
|
2024-03-19 15:54:02.6285|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:02.6285|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:54:02.6338|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 44.0755ms
|
|
2024-03-19 15:54:04.4128|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:54:04.4128|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:54:04.4128|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:54:04.4145|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:04.4145|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:54:04.4145|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:54:04.4145|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.877ms
|
|
2024-03-19 15:54:04.4145|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:04.4145|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:54:04.4145|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.3099ms
|
|
2024-03-19 15:54:37.4789|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:54:37.4789|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:54:37.4789|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:37.4789|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:54:37.4789|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:37.4918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:54:37.4918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:54:37.4918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:54:37.4918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:54:37.4918|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:54:37.4918|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:54:37.4918|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.0165ms
|
|
2024-03-19 15:54:37.4918|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:37.4918|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:54:37.4918|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.9703ms
|
|
2024-03-19 15:54:40.4013|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:54:40.4013|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:54:40.4013|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:40.4013|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:54:40.4013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:54:40.4144|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:54:40.4144|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.8487ms
|
|
2024-03-19 15:54:40.4144|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:54:40.4144|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:54:40.4144|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.2692ms
|
|
2024-03-19 15:55:18.1059|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:18.1059|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:18.1059|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:18.1059|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:18.1059|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:18.1059|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:18.1059|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:18.1059|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:18.1059|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:18.1167|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:18.1167|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:18.1167|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9356ms
|
|
2024-03-19 15:55:18.1167|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:18.1167|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:18.1167|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 24.6943ms
|
|
2024-03-19 15:55:20.3102|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:20.3102|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:20.3102|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:20.3102|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:20.3102|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:20.3197|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:20.3197|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.7689ms
|
|
2024-03-19 15:55:20.3197|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:20.3197|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:20.3197|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.0148ms
|
|
2024-03-19 15:55:22.5636|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:22.5636|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:22.5636|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:22.5636|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:22.5636|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:22.5636|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:22.5636|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:22.5636|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:22.5636|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:22.5636|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:22.5693|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:22.5693|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8575ms
|
|
2024-03-19 15:55:22.5693|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:22.5693|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:22.5693|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.5805ms
|
|
2024-03-19 15:55:24.3975|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:24.3980|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:24.3980|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:24.3980|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:24.3980|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:24.4132|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:24.4132|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:24.4132|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.3885ms
|
|
2024-03-19 15:55:24.4132|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:24.4132|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:24.4132|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.6303ms
|
|
2024-03-19 15:55:37.3010|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:37.3010|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:37.3010|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:37.3010|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:37.3010|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:37.3010|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:37.3041|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:37.3041|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:37.3041|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:37.3041|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.376ms
|
|
2024-03-19 15:55:37.3041|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:37.3041|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:37.3041|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.8135ms
|
|
2024-03-19 15:55:49.0562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:49.0562|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:49.0562|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:49.0562|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:49.0562|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:49.0689|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:49.0689|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:49.0689|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.0942ms
|
|
2024-03-19 15:55:49.0689|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:49.0689|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:49.0689|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6744ms
|
|
2024-03-19 15:55:52.4942|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:52.4942|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:52.4942|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:52.4942|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:52.4942|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:52.5069|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:52.5069|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:52.5069|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:52.5069|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:52.5069|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:52.5069|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2721ms
|
|
2024-03-19 15:55:52.5069|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:52.5069|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:52.5069|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.3658ms
|
|
2024-03-19 15:55:55.2081|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:55.2081|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:55.2081|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:55.2081|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:55.2098|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:55.2098|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:55.2098|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:55.2098|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9517ms
|
|
2024-03-19 15:55:55.2098|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:55.2098|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:55.2098|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.2967ms
|
|
2024-03-19 15:55:59.8431|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:55:59.8431|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:55:59.8431|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:59.8431|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:55:59.8431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:55:59.8505|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:55:59.8505|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9102ms
|
|
2024-03-19 15:55:59.8505|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:55:59.8505|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:55:59.8505|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.4485ms
|
|
2024-03-19 15:56:06.6764|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:56:06.6764|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:56:06.6764|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:56:06.6783|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:06.6783|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:56:06.6783|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:56:06.6783|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.3516ms
|
|
2024-03-19 15:56:06.6783|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:06.6783|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:56:06.6783|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.2118ms
|
|
2024-03-19 15:56:11.6285|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:56:11.6285|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:56:11.6285|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:56:11.6285|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:56:11.6285|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:56:11.6285|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:56:11.6317|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:11.6317|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:56:11.6317|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:56:11.6317|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.7326ms
|
|
2024-03-19 15:56:11.6317|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:11.6317|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:56:11.6317|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.4491ms
|
|
2024-03-19 15:56:28.5964|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:56:28.5964|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:56:28.5964|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:56:28.5964|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:56:28.5993|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:28.5993|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:56:28.5993|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:56:28.5993|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.4176ms
|
|
2024-03-19 15:56:28.5993|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:28.5993|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:56:28.6153|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.9171ms
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9819ms
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:30.7252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:56:30.7252|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.3545ms
|
|
2024-03-19 15:56:33.7459|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:56:33.7459|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:56:33.7459|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:33.7459|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:56:33.7459|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:56:33.7563|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:56:33.7563|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.5685ms
|
|
2024-03-19 15:56:33.7563|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:33.7563|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:56:33.7563|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.1957ms
|
|
2024-03-19 15:56:55.6438|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:56:55.6438|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:56:55.6483|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:56:55.6483|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:55.6483|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:55.6483|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:56:55.6634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:56:55.6634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:56:55.6634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:56:55.6634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:56:55.6634|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:56:55.6634|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.5634ms
|
|
2024-03-19 15:56:55.6634|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:55.6634|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:56:55.6634|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 25.5973ms
|
|
2024-03-19 15:56:56.9111|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:56:56.9111|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:56:56.9123|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:56:56.9123|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:56.9123|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:56:56.9123|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:56:56.9123|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.8968ms
|
|
2024-03-19 15:56:56.9123|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:56:56.9123|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:56:56.9281|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.0968ms
|
|
2024-03-19 15:57:02.9389|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:02.9389|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:02.9389|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:02.9389|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:02.9389|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:02.9389|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:02.9427|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:02.9427|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:02.9427|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:02.9427|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.5174ms
|
|
2024-03-19 15:57:02.9427|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:02.9427|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:02.9427|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.0554ms
|
|
2024-03-19 15:57:05.3760|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:05.3760|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:05.3760|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:05.3760|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:05.3760|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:05.3760|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:05.3760|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:05.3760|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:05.3801|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:05.3801|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:05.3801|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:05.3801|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7967ms
|
|
2024-03-19 15:57:05.3801|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:05.3801|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:05.3801|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.2104ms
|
|
2024-03-19 15:57:06.7122|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:06.7122|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:06.7122|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:06.7122|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:06.7122|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:06.7247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:06.7247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:06.7247|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:06.7247|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.9702ms
|
|
2024-03-19 15:57:06.7247|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:06.7247|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:06.7247|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.9807ms
|
|
2024-03-19 15:57:19.2814|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:19.2814|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:19.2814|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:19.2814|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:19.2814|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:19.2814|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:19.2814|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:19.2814|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:19.2814|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:19.2814|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:19.2870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:19.2870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.7243ms
|
|
2024-03-19 15:57:19.2870|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:19.2870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:19.2870|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.5434ms
|
|
2024-03-19 15:57:24.5341|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:24.5341|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:24.5341|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:24.5341|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:24.5360|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:24.5360|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:24.5360|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:24.5360|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:24.5360|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.0702ms
|
|
2024-03-19 15:57:24.5520|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:24.5520|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:24.5520|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.6802ms
|
|
2024-03-19 15:57:41.2199|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:41.2199|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:41.2199|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:41.2199|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:41.2199|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:41.2199|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:41.2199|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:41.2236|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:41.2236|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:41.2236|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:41.2236|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.2249ms
|
|
2024-03-19 15:57:41.2236|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:41.2236|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:41.2236|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.5528ms
|
|
2024-03-19 15:57:47.4012|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:47.4012|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:47.4012|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:47.4012|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:47.4012|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:47.4113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:47.4113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:47.4113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:47.4113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:47.4113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:47.4113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:47.4113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:47.4113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.3575ms
|
|
2024-03-19 15:57:47.4113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:47.4113|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:47.4113|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.4444ms
|
|
2024-03-19 15:57:52.3633|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:52.3633|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:52.3644|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:52.3644|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:52.3644|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:52.3644|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:52.3644|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2484ms
|
|
2024-03-19 15:57:52.3644|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:52.3644|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:52.3644|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.1220ms
|
|
2024-03-19 15:57:56.0841|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:57:56.0841|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:57:56.0841|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:56.0841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:57:56.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:57:56.0981|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:57:56.0981|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4734ms
|
|
2024-03-19 15:57:56.0981|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:57:56.0981|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:57:56.0981|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.5195ms
|
|
2024-03-19 15:58:10.4787|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:10.4787|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:10.4787|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:10.4787|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:10.4787|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:10.4888|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:10.4888|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.7308ms
|
|
2024-03-19 15:58:10.4888|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:10.4888|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:10.4888|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.7337ms
|
|
2024-03-19 15:58:15.4711|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:15.4711|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:15.4711|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:15.4728|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:15.4728|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:15.4728|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:15.4728|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.2124ms
|
|
2024-03-19 15:58:15.4728|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:15.4728|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:15.4728|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.0803ms
|
|
2024-03-19 15:58:17.6484|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:17.6484|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:17.6484|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:17.6484|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:17.6484|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:17.6611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:17.6611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:17.6611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:17.6611|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:17.6611|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:17.6611|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.0394ms
|
|
2024-03-19 15:58:17.6611|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:17.6611|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:17.6611|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.5026ms
|
|
2024-03-19 15:58:19.8626|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:19.8631|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:19.8631|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:19.8631|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:19.8631|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:19.8631|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.4309ms
|
|
2024-03-19 15:58:19.8631|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:19.8631|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:19.8631|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.7514ms
|
|
2024-03-19 15:58:22.2103|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:22.2103|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:22.2103|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:22.2103|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:22.2103|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:22.2226|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:22.2226|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:22.2226|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.9619ms
|
|
2024-03-19 15:58:22.2226|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:22.2226|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:22.2226|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8663ms
|
|
2024-03-19 15:58:35.9478|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:35.9478|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:35.9478|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:35.9478|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:35.9478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:35.9572|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:35.9572|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.5326ms
|
|
2024-03-19 15:58:35.9572|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:35.9572|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:35.9572|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.6225ms
|
|
2024-03-19 15:58:46.6004|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:46.6004|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:46.6004|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:46.6004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:46.6004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:46.6004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5259ms
|
|
2024-03-19 15:58:46.6004|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:46.6004|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:46.6131|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.7137ms
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.5885ms
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:53.3313|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:53.3313|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.9177ms
|
|
2024-03-19 15:58:57.4695|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:58:57.4695|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:58:57.4695|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:58:57.4695|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:58:57.4695|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:58:57.4695|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:58:57.4695|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:58:57.4734|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:57.4734|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:58:57.4734|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:58:57.4734|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 7.177ms
|
|
2024-03-19 15:58:57.4734|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:58:57.4734|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:58:57.4881|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.7288ms
|
|
2024-03-19 15:59:29.2540|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:59:29.2540|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:59:29.2540|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:29.2540|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:59:29.2540|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:59:29.2691|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:59:29.2691|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8537ms
|
|
2024-03-19 15:59:29.2691|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:29.2691|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:59:29.2691|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 21.1053ms
|
|
2024-03-19 15:59:32.1693|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:59:32.1693|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:59:32.1693|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:59:32.1693|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:59:32.1693|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:59:32.1693|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:59:32.1693|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:32.1693|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:59:32.1693|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:32.1693|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:59:32.1751|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:59:32.1751|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 8.8996ms
|
|
2024-03-19 15:59:32.1751|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:32.1751|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:59:32.1751|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 19.3377ms
|
|
2024-03-19 15:59:50.7757|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:59:50.7757|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:59:50.7757|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:59:50.7757|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:59:50.7757|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:59:50.7757|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:59:50.7757|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:50.7757|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:59:50.7757|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:50.7844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:59:50.7844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:59:50.7844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.9785ms
|
|
2024-03-19 15:59:50.7844|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:50.7844|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:59:50.7844|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.3106ms
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.5878ms
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:52.6777|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:59:52.6777|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.1248ms
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4252ms
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 15:59:53.7851|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.3857ms
|
|
2024-03-19 15:59:53.7851|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 15:59:53.8013|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 15:59:53.8013|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:53.8013|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 15:59:53.8013|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 15:59:53.8013|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4293ms
|
|
2024-03-19 15:59:53.8013|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 15:59:53.8013|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 15:59:53.8013|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.4997ms
|
|
2024-03-19 16:00:13.8537|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 16:00:13.8537|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:00:13.8537|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:00:13.8651|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:13.8651|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:00:13.8651|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:13.8651|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 16:00:13.8772|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:00:14.0600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:00:14.0600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:00:14.0600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:00:14.0600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:00:14.0600|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:00:14.0600|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:00:14.0600|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 187.4508ms
|
|
2024-03-19 16:00:14.0600|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:14.0600|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:00:14.0648|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 211.1107ms
|
|
2024-03-19 16:00:15.8075|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:00:15.8075|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:00:15.8075|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:15.8075|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:15.8075|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:00:15.8149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:15.8149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:00:15.8149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:00:15.8149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:00:15.8149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:00:15.8149|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:00:15.8149|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:00:15.8149|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.2473ms
|
|
2024-03-19 16:00:15.8149|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:15.8149|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:00:15.8149|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.0127ms
|
|
2024-03-19 16:00:22.0239|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CT" accepted.
|
|
2024-03-19 16:00:22.0239|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN28432Q78CT" started.
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN28432Q78CT established using the following protocol: Tls12
|
|
2024-03-19 16:00:22.0343|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:00:22.0343|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:00:22.0343|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.9734ms
|
|
2024-03-19 16:00:22.0343|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:00:22.0343|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:22.0343|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:00:22.0343|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:22.0531|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000010D": started reading request body.
|
|
2024-03-19 16:00:22.0531|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000010D": done reading request body.
|
|
2024-03-19 16:00:22.0698|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:00:22.0698|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:00:22.0698|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:00:22.0698|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:00:22.0819|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:00:22.7694|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<GroupOfUser>()
|
|
.Include(gou => gou.Group)
|
|
.Include(gou => gou.User)'
|
|
2024-03-19 16:00:22.8789|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
|
|
2024-03-19 16:00:22.8789|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
|
|
2024-03-19 16:00:23.0839|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<GroupOfUser>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Client Projections:
|
|
0 -> Dictionary<IProperty, int> { [Property: GroupOfUser.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: GroupOfUser.AddedWho (string) Required MaxLength(50), 1], [Property: GroupOfUser.ChangedWho (string) MaxLength(50), 2], [Property: GroupOfUser.Comment (string) MaxLength(200), 3], [Property: GroupOfUser.GroupId (int) Required FK Index, 4], [Property: GroupOfUser.UserId (int) Required FK Index, 5] }
|
|
1 -> Dictionary<IProperty, int> { [Property: Group.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 6], [Property: Group.Active (bool) Required, 7], [Property: Group.AdSync (bool) Required, 8], [Property: Group.AddedWho (string) MaxLength(50), 9], [Property: Group.ChangedWho (string) MaxLength(50), 10], [Property: Group.Comment (string) MaxLength(200), 11], [Property: Group.EcmFkId (int?) Required, 12], [Property: Group.Internal (bool) Required, 13], [Property: Group.Name (string) MaxLength(50), 14] }
|
|
2 -> Dictionary<IProperty, int> { [Property: User.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 15], [Property: User.Active (bool) Required, 16], [Property: User.AddedWho (string) Required MaxLength(50), 17], [Property: User.ChangedWho (string) MaxLength(50), 18], [Property: User.Comment (string) MaxLength(500), 19], [Property: User.DateFormat (string) Required MaxLength(10), 20], [Property: User.Deleted (bool) Required, 21], [Property: User.Email (string) MaxLength(100), 22], [Property: User.Language (string) Required MaxLength(5), 23], [Property: User.Name (string) MaxLength(50), 24], [Property: User.Prename (string) MaxLength(50), 25], [Property: User.Shortname (string) MaxLength(30), 26], [Property: User.Username (string) Required MaxLength(50), 27] }
|
|
SELECT t.Guid, t.ADDED_WHO, t.CHANGED_WHO, t.Comment, t.GROUP_ID, t.USER_ID, t0.Guid, t0.Active, t0.AD_SYNC, t0.ADDED_WHO, t0.CHANGED_WHO, t0.Comment, t0.ECM_FK_ID, t0.Internal, t0.Name, t1.Guid, t1.ACTIVE, t1.ADDED_WHO, t1.CHANGED_WHO, t1.COMMENT, t1.DATE_FORMAT, t1.DELETED, t1.EMAIL, t1.LANGUAGE, t1.NAME, t1.PRENAME, t1.SHORTNAME, t1.USERNAME
|
|
FROM dbo.TBDD_GROUPS_USER AS t
|
|
INNER JOIN dbo.TBDD_GROUPS AS t0 ON t.GROUP_ID == t0.Guid
|
|
INNER JOIN dbo.TBDD_USER AS t1 ON t.USER_ID == t1.Guid),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, GroupOfUser>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 16:00:23.1278|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:00:23.1278|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:00:23.1545|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (21ms).
|
|
2024-03-19 16:00:23.1616|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (34ms).
|
|
2024-03-19 16:00:23.1616|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (37ms).
|
|
2024-03-19 16:00:23.1616|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:23.8715|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:23.8829|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:00:23.9327|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (53ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:00:23.9778|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0301|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0301|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0630|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0630|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0878|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.0962|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:24.1116|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 187ms reading results.
|
|
2024-03-19 16:00:24.1301|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:24.1301|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
|
|
2024-03-19 16:00:24.1471|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<User>()
|
|
.Where(user => user.Username == __username_0)
|
|
.FirstOrDefault()'
|
|
2024-03-19 16:00:24.1685|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync<User>(
|
|
asyncEnumerable: new SingleQueryingEnumerable<User>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: User.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: User.Active (bool) Required, 1], [Property: User.AddedWho (string) Required MaxLength(50), 2], [Property: User.ChangedWho (string) MaxLength(50), 3], [Property: User.Comment (string) MaxLength(500), 4], [Property: User.DateFormat (string) Required MaxLength(10), 5], [Property: User.Deleted (bool) Required, 6], [Property: User.Email (string) MaxLength(100), 7], [Property: User.Language (string) Required MaxLength(5), 8], [Property: User.Name (string) MaxLength(50), 9], [Property: User.Prename (string) MaxLength(50), 10], [Property: User.Shortname (string) MaxLength(30), 11], [Property: User.Username (string) Required MaxLength(50), 12] }
|
|
SELECT TOP(1) t.Guid, t.ACTIVE, t.ADDED_WHO, t.CHANGED_WHO, t.COMMENT, t.DATE_FORMAT, t.DELETED, t.EMAIL, t.LANGUAGE, t.NAME, t.PRENAME, t.SHORTNAME, t.USERNAME
|
|
FROM dbo.TBDD_USER AS t
|
|
WHERE t.USERNAME == @__username_0),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, User>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
),
|
|
cancellationToken: queryContext.CancellationToken)'
|
|
2024-03-19 16:00:24.1780|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:00:24.1780|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:00:24.1780|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
|
|
2024-03-19 16:00:24.1780|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:24.1780|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:24.1780|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:00:24.2610|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (76ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:00:24.2610|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:24.2610|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 2ms reading results.
|
|
2024-03-19 16:00:24.2610|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:24.2610|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:00:24.2866|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:00:24.2866|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:00:24.2866|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2235.6128ms
|
|
2024-03-19 16:00:24.2866|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:24.2866|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:00:24.2866|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:00:24.2866|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
|
|
2024-03-19 16:00:24.2866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 2258.1590ms
|
|
2024-03-19 16:00:26.5764|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:00:26.5764|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:00:26.5764|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:00:26.5764|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:00:26.5764|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:00:26.5764|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:00:26.5764|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:00:26.5846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:26.5846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:00:26.5846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:00:26.5846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.2156ms
|
|
2024-03-19 16:00:26.5846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:26.5846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:00:26.5846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.7083ms
|
|
2024-03-19 16:00:26.5961|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:00:26.5961|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:00:26.5961|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 1.2022ms
|
|
2024-03-19 16:00:26.5961|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:00:26.5961|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:00:26.5961|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:26.5961|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:00:26.5961|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:00:26.6135|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:00:26.6135|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:00:26.6135|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 4.8477ms
|
|
2024-03-19 16:00:26.6135|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:00:26.6135|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:00:26.6135|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 15.9163ms
|
|
2024-03-19 16:00:26.6135|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000111": started reading request body.
|
|
2024-03-19 16:00:26.6135|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000111": done reading request body.
|
|
2024-03-19 16:01:51.2554|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:01:51.2554|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:01:51.2554|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:51.2554|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:01:51.2554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:01:51.2673|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:01:51.2673|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:01:51.2673|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:01:51.2673|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:01:51.2673|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:01:51.2673|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.8674ms
|
|
2024-03-19 16:01:51.2673|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:51.2673|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:01:51.2673|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.3735ms
|
|
2024-03-19 16:01:58.6975|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:01:58.6975|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:01:58.6975|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:58.6975|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:01:58.6975|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:01:58.7041|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:01:58.7041|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5076ms
|
|
2024-03-19 16:01:58.7041|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:58.7041|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:01:58.7041|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.6574ms
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.9828ms
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:01:59.1115|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:01:59.1115|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.1551ms
|
|
2024-03-19 16:02:04.7137|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:04.7137|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:04.7137|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:04.7137|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:04.7137|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:04.7137|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:04.7137|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:04.7137|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:04.7137|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:04.7137|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:04.7203|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:04.7203|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.957ms
|
|
2024-03-19 16:02:04.7203|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:04.7203|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:04.7203|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.9760ms
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4988ms
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:05.1920|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:05.1920|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.5716ms
|
|
2024-03-19 16:02:23.5097|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:23.5097|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:23.5097|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:23.5097|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:23.5097|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:23.5166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:23.5166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:23.5166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:23.5166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:23.5166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:23.5166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 5.0409ms
|
|
2024-03-19 16:02:23.5166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:23.5166|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:23.5166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.1279ms
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6239ms
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:24.6583|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:24.6583|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5293ms
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.3577ms
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:44.0495|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:44.0495|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.5120ms
|
|
2024-03-19 16:02:44.9799|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:44.9799|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:44.9799|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:44.9799|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:44.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:44.9799|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:44.9799|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2162ms
|
|
2024-03-19 16:02:44.9799|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:44.9853|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:44.9853|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4915ms
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0367ms
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:53.3229|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:53.3229|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.3190ms
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4941ms
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:02:54.0364|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:02:54.0364|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.8679ms
|
|
2024-03-19 16:04:37.9792|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:04:37.9792|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:04:37.9792|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:04:37.9841|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:04:37.9841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:04:37.9841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:04:37.9841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.732ms
|
|
2024-03-19 16:04:37.9841|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:04:37.9841|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:04:37.9841|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 10.3626ms
|
|
2024-03-19 16:05:17.6574|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:05:17.6574|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:05:17.6574|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:05:17.6574|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:05:17.6574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:05:17.6706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:05:17.6706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:05:17.6706|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:05:17.6706|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:05:17.6706|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.649ms
|
|
2024-03-19 16:05:17.6706|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:05:17.6706|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:05:17.6706|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.9273ms
|
|
2024-03-19 16:06:06.1926|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:06:06.1926|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:06.1926|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:06.1926|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:06:06.1926|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:06:06.1926|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:06:06.1926|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:06.1926|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:06:06.1926|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:06.2015|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:06:06.2015|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:06:06.2015|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4542ms
|
|
2024-03-19 16:06:06.2015|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:06.2015|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:06.2015|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.7708ms
|
|
2024-03-19 16:06:08.1467|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:08.1467|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:06:08.1467|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:08.1467|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:08.1467|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 16:06:08.1467|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:06:08.3364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:06:08.3364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:06:08.3364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:06:08.3364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:06:08.3364|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:06:08.3364|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:06:08.3364|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 188.745ms
|
|
2024-03-19 16:06:08.3364|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:08.3364|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:08.3364|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 191.5265ms
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6217ms
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:10.1549|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:10.1549|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4041ms
|
|
2024-03-19 16:06:11.5562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:06:11.5562|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:11.5562|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:11.5562|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:06:11.5562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 0.8695ms
|
|
2024-03-19 16:06:11.5562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:06:11.5562|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:11.5562|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:06:11.5624|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:11.5624|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000133": started reading request body.
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000133": done reading request body.
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:06:11.5624|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:06:11.5842|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5842|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 11ms reading results.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:06:11.5917|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.5917|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:06:11.5917|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:06:11.5917|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:06:11.5917|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 41.4585ms
|
|
2024-03-19 16:06:11.6077|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:11.6077|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:11.6077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:06:11.6077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:06:11.6077|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 49.9474ms
|
|
2024-03-19 16:06:13.0910|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:06:13.0910|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4389ms
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.3133ms
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.6041ms
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.5492ms
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:13.0915|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.9647ms
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000137": started reading request body.
|
|
2024-03-19 16:06:13.0915|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000137": done reading request body.
|
|
2024-03-19 16:06:20.4954|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:06:20.4954|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:20.4954|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:20.4954|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:06:20.4954|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:06:20.4954|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:06:20.4978|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:20.4978|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:06:20.4978|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:06:20.4978|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4819ms
|
|
2024-03-19 16:06:20.4978|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:20.4978|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:20.4978|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 8.1653ms
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.6839ms
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:06:37.9237|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:06:37.9237|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.3591ms
|
|
2024-03-19 16:07:28.1062|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:28.1067|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:07:28.1067|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:28.1067|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:28.1067|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:28.1067|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5913ms
|
|
2024-03-19 16:07:28.1067|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:28.1067|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:28.1067|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.5452ms
|
|
2024-03-19 16:07:28.5700|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:28.5700|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:07:28.5700|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:28.5700|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:28.5700|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:28.5700|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.121ms
|
|
2024-03-19 16:07:28.5700|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:28.5700|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:28.5754|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4248ms
|
|
2024-03-19 16:07:29.6585|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:29.6585|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:07:29.6585|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.0473ms
|
|
2024-03-19 16:07:29.6585|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:29.6585|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:07:29.6585|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:29.6585|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000141": started reading request body.
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000141": done reading request body.
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:07:29.6585|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:07:29.6773|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6773|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 11ms reading results.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:07:29.6844|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:07:29.6844|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.7019|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (1ms).
|
|
2024-03-19 16:07:29.7019|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:07:29.7019|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:07:29.7019|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 40.4268ms
|
|
2024-03-19 16:07:29.7019|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:29.7019|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:29.7019|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:29.7019|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:29.7019|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 43.4380ms
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7487ms
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7622ms
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.7210ms
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:31.6414|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:07:31.6414|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:31.6532|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:31.6532|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:31.6532|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:07:31.6532|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:07:31.6532|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.1422ms
|
|
2024-03-19 16:07:31.6532|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:31.6532|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.7049ms
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000145": started reading request body.
|
|
2024-03-19 16:07:31.6532|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000145": done reading request body.
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8947ms
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:32.2014|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:32.2014|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6536ms
|
|
2024-03-19 16:07:32.9938|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:32.9938|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:07:32.9938|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:32.9938|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:32.9938|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000149": started reading request body.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000149": done reading request body.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:32.9968|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:07:32.9968|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:07:33.0131|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:33.0131|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:07:33.0131|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:07:33.0131|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 30.7735ms
|
|
2024-03-19 16:07:33.0131|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:33.0131|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:33.0131|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 34.0060ms
|
|
2024-03-19 16:07:35.6967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:35.6967|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:35.6967|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:35.6967|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:35.6967|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:35.6967|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:35.6967|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:35.6967|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:35.6967|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:35.6967|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:35.6967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:35.7001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:35.7001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4141ms
|
|
2024-03-19 16:07:35.7001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:35.7001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:35.7001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.8123ms
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.883ms
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.6266ms
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:36.3135|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:36.3135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:36.3254|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:07:36.3254|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:07:36.3254|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.1211ms
|
|
2024-03-19 16:07:36.3254|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:36.3254|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:36.3254|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.6950ms
|
|
2024-03-19 16:07:36.3254|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000014F": started reading request body.
|
|
2024-03-19 16:07:36.3254|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000014F": done reading request body.
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8404ms
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:38.2511|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:38.2511|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4278ms
|
|
2024-03-19 16:07:40.0431|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:07:40.0431|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:40.0431|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:40.0431|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:07:40.0440|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 0.9250ms
|
|
2024-03-19 16:07:40.0440|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:40.0440|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:07:40.0440|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:40.0440|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000153": started reading request body.
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000153": done reading request body.
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:07:40.0440|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:07:40.0599|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 10ms reading results.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:40.0599|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:07:40.0750|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:40.0750|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:07:40.0750|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:07:40.0750|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 31.2051ms
|
|
2024-03-19 16:07:40.0750|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:40.0750|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:40.0750|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 34.0325ms
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8435ms
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6578ms
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.8159|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:41.8159|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:41.8249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:41.8249|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:41.8249|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5665ms
|
|
2024-03-19 16:07:41.8249|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.8249|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:41.8249|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2557ms
|
|
2024-03-19 16:07:41.9006|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:41.9006|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:07:41.9006|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:41.9006|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.9006|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:07:41.9098|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.9098|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.9098|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:07:41.9098|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:41.9098|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<Module>()'
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<Group>()'
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<Module>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: Module.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: Module.Name (string) MaxLength(50), 1], [Property: Module.ShortName (string) MaxLength(20), 2] }
|
|
SELECT t.Guid, t.Name, t.SHORT_NAME
|
|
FROM dbo.TBDD_MODULES AS t),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, Module>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<Group>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: Group.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: Group.Active (bool) Required, 1], [Property: Group.AdSync (bool) Required, 2], [Property: Group.AddedWho (string) MaxLength(50), 3], [Property: Group.ChangedWho (string) MaxLength(50), 4], [Property: Group.Comment (string) MaxLength(200), 5], [Property: Group.EcmFkId (int?) Required, 6], [Property: Group.Internal (bool) Required, 7], [Property: Group.Name (string) MaxLength(50), 8] }
|
|
SELECT t.Guid, t.Active, t.AD_SYNC, t.ADDED_WHO, t.CHANGED_WHO, t.Comment, t.ECM_FK_ID, t.Internal, t.Name
|
|
FROM dbo.TBDD_GROUPS AS t),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, Group>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:41.9190|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:41.9340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:41.9340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:41.9340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9340|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:07:41.9340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:07:41.9515|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 25ms reading results.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9515|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:41.9738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:41.9738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:07:41.9738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 62.5488ms
|
|
2024-03-19 16:07:41.9738|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9738|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:41.9738|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 80.0452ms
|
|
2024-03-19 16:07:41.9920|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 75.5637ms
|
|
2024-03-19 16:07:41.9920|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:41.9920|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:41.9920|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:41.9920|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:41.9920|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 92.0155ms
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6601ms
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.9722ms
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3168|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:43.3168|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:43.3254|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:43.3254|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.893ms
|
|
2024-03-19 16:07:43.3254|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3254|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:43.3254|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6245ms
|
|
2024-03-19 16:07:43.3780|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:07:43.3780|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:43.3780|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:43.3780|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:07:43.3780|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3780|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3780|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:43.3780|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<User>()'
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 11.1777ms
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 19.0308ms
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.3870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<User>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: User.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: User.Active (bool) Required, 1], [Property: User.AddedWho (string) Required MaxLength(50), 2], [Property: User.ChangedWho (string) MaxLength(50), 3], [Property: User.Comment (string) MaxLength(500), 4], [Property: User.DateFormat (string) Required MaxLength(10), 5], [Property: User.Deleted (bool) Required, 6], [Property: User.Email (string) MaxLength(100), 7], [Property: User.Language (string) Required MaxLength(5), 8], [Property: User.Name (string) MaxLength(50), 9], [Property: User.Prename (string) MaxLength(50), 10], [Property: User.Shortname (string) MaxLength(30), 11], [Property: User.Username (string) Required MaxLength(50), 12] }
|
|
SELECT t.Guid, t.ACTIVE, t.ADDED_WHO, t.CHANGED_WHO, t.COMMENT, t.DATE_FORMAT, t.DELETED, t.EMAIL, t.LANGUAGE, t.NAME, t.PRENAME, t.SHORTNAME, t.USERNAME
|
|
FROM dbo.TBDD_USER AS t),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, User>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.3870|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:07:43.4031|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:43.4031|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:07:43.4031|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 15.103ms
|
|
2024-03-19 16:07:43.4031|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4031|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:43.4031|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 20.1834ms
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 40.865ms
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 53.2693ms
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.4215|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:43.4215|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:07:43.4340|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:43.4340|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:07:43.4340|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 8.6315ms
|
|
2024-03-19 16:07:43.4340|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:07:43.4340|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:07:43.4340|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 12.3677ms
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2294ms
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:45.5357|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:45.5357|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.8163ms
|
|
2024-03-19 16:07:52.1993|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:07:52.1993|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:07:52.1993|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:07:52.2004|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:52.2004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:07:52.2004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:07:52.2004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6745ms
|
|
2024-03-19 16:07:52.2004|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:07:52.2004|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:07:52.2004|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1105ms
|
|
2024-03-19 16:08:44.9380|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:08:44.9380|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:08:44.9380|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:08:44.9380|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:08:44.9380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:08:44.9498|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:08:44.9498|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.5501ms
|
|
2024-03-19 16:08:44.9498|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:08:44.9498|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:08:44.9498|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.0400ms
|
|
2024-03-19 16:13:34.1860|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:13:34.1860|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:13:34.1860|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:13:34.1860|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:13:34.1860|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:13:34.1860|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:13:34.1860|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:13:34.1860|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:13:34.1968|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:13:34.1968|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:13:34.1968|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:13:34.1968|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5856ms
|
|
2024-03-19 16:13:34.1968|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:13:34.1968|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:13:34.1968|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.8723ms
|
|
2024-03-19 16:20:41.5880|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:20:41.5886|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:20:41.5886|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:20:41.5886|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:20:41.5886|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:20:41.5886|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.7552ms
|
|
2024-03-19 16:20:41.5886|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:20:41.5886|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:20:41.5886|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.3108ms
|
|
2024-03-19 16:21:51.4278|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:21:51.4278|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:21:51.4278|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:21:51.4278|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:21:51.4278|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:21:51.4331|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:21:51.4331|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3126ms
|
|
2024-03-19 16:21:51.4331|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:21:51.4331|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:21:51.4331|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.0341ms
|
|
2024-03-19 16:23:50.0233|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:23:50.0233|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:23:50.0233|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:23:50.0233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:23:50.0233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:23:50.0353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:23:50.0353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:23:50.0353|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:23:50.0353|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:23:50.0353|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5827ms
|
|
2024-03-19 16:23:50.0353|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:23:50.0353|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:23:50.0353|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.2921ms
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4488ms
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:24:04.5642|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:24:04.5642|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.3123ms
|
|
2024-03-19 16:24:19.2615|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:24:19.2615|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:24:19.2615|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:24:19.2615|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:24:19.2615|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:24:19.2652|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:24:19.2652|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4415ms
|
|
2024-03-19 16:24:19.2652|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:24:19.2652|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:24:19.2652|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.1736ms
|
|
2024-03-19 16:25:12.2690|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:25:12.2690|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:25:12.2690|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:25:12.2690|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:25:12.2738|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:25:12.2738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:25:12.2738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:25:12.2738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.3435ms
|
|
2024-03-19 16:25:12.2738|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:25:12.2738|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:25:12.2738|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.6121ms
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.6887ms
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:25:20.8998|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:25:20.8998|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 8.0581ms
|
|
2024-03-19 16:29:06.4848|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:29:06.4848|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:29:06.4848|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:29:06.4904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:29:06.4904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:29:06.4904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:29:06.4904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.9149ms
|
|
2024-03-19 16:29:06.4904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:29:06.4904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:29:06.4904|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.5630ms
|
|
2024-03-19 16:34:32.0778|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:32.0778|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:32.0778|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:32.0778|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:32.0834|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:32.0834|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:32.0834|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:32.0834|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.7351ms
|
|
2024-03-19 16:34:32.0834|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:32.0834|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:32.0834|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 14.3668ms
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.214ms
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:40.7267|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:40.7267|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.2914ms
|
|
2024-03-19 16:34:43.4085|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5253ms
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.6601ms
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.829ms
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.4088|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:43.4088|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.9121ms
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:43.5078|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:34:43.5078|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5318|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5318|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:34:43.5345|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 10ms reading results.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:43.5345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:43.5345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 35.6301ms
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:43.5345|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:43.5345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:34:43.5345|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5540|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (5ms).
|
|
2024-03-19 16:34:43.5540|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 41.3534ms
|
|
2024-03-19 16:34:43.5540|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 46.2140ms
|
|
2024-03-19 16:34:43.5540|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:43.5540|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:43.5540|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:34:43.5540|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:34:43.5540|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 48.8332ms
|
|
2024-03-19 16:34:45.0624|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:45.0624|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:45.0624|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:45.0624|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:45.0624|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:45.0624|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:45.0624|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:45.0624|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:45.0624|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:45.0624|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:45.0624|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9025ms
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.6357ms
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.7801ms
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.5778ms
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:45.0650|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 4.2533ms
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000018F": started reading request body.
|
|
2024-03-19 16:34:45.0650|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000018F": done reading request body.
|
|
2024-03-19 16:34:51.3890|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:51.3890|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:34:51.3890|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:51.3890|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:51.3890|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:51.3931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:51.3931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:51.3931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:51.3931|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:51.3931|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3528ms
|
|
2024-03-19 16:34:51.3931|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:51.3931|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:51.3931|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.6465ms
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7022ms
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:52.1977|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:52.1977|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7632ms
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8236ms
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:55.4343|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:55.4343|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6548ms
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6548ms
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5014ms
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9672ms
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:56.4870|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:56.4870|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4989ms
|
|
2024-03-19 16:34:58.1107|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:58.1107|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9799ms
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.8134ms
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6431ms
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:34:58.1116|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:34:58.1116|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3272ms
|
|
2024-03-19 16:35:00.0153|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:35:00.0153|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:35:00.0153|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:35:00.0153|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:35:00.0153|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:35:00.0153|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:35:00.0153|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7061ms
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.0595ms
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6035ms
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:35:00.0171|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:35:00.0171|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.1857ms
|
|
2024-03-19 16:37:41.6738|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:37:41.6738|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:37:41.6770|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:37:41.6770|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:37:41.6770|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:37:41.6770|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:37:41.6770|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3671ms
|
|
2024-03-19 16:37:41.6770|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:37:41.6770|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:37:41.6770|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 15.7518ms
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4145ms
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:16.1429|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:38:16.1429|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.8389ms
|
|
2024-03-19 16:38:17.2351|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:38:17.2351|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:38:17.2351|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:38:17.2351|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:38:17.2351|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:38:17.2351|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7571ms
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1413ms
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9382ms
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:17.2363|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:38:17.2363|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.3774ms
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9904ms
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.0641ms
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0798ms
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:18.7690|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:38:18.7690|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1439ms
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6973ms
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.0632ms
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9527ms
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:38:20.4252|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:38:20.4252|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4192ms
|
|
2024-03-19 16:39:17.8960|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:39:17.8960|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:17.8960|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:17.8960|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:39:17.8960|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:39:17.8960|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:39:17.8960|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:17.8960|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:39:17.8960|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:17.9045|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:39:17.9045|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:39:17.9045|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4793ms
|
|
2024-03-19 16:39:17.9045|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:17.9045|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:17.9045|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 13.1641ms
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9478ms
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:22.3117|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:22.3117|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.5354ms
|
|
2024-03-19 16:39:24.0417|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:24.0417|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:39:24.0417|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:24.0417|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:24.0417|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:39:24.0444|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:39:24.0444|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2242ms
|
|
2024-03-19 16:39:24.0444|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:24.0444|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:24.0444|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4734ms
|
|
2024-03-19 16:39:34.8862|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:39:34.8862|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:34.8862|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:34.8862|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:39:34.8862|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:39:34.8862|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:39:34.8862|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:34.8862|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:39:34.8862|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0083ms
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7712ms
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5751ms
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:34.8877|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:34.8877|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.0868ms
|
|
2024-03-19 16:39:36.1076|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:36.1076|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:39:36.1076|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.6664ms
|
|
2024-03-19 16:39:36.1076|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:36.1076|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:39:36.1076|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:36.1076|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001BD": started reading request body.
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001BD": done reading request body.
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:39:36.1076|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2459|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:39:36.2743|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (27ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2743|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 8ms reading results.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:39:36.2786|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:39:36.2786|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:39:36.2786|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:39:36.2786|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 170.7481ms
|
|
2024-03-19 16:39:36.2786|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:39:36.2786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:39:36.2786|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 178.4651ms
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.3773ms
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 8.7240ms
|
|
2024-03-19 16:39:38.1871|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:39:38.1871|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.7566ms
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.755ms
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:38.2006|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 4.7810ms
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001C1": started reading request body.
|
|
2024-03-19 16:39:38.2006|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001C1": done reading request body.
|
|
2024-03-19 16:39:45.5704|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:39:45.5704|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:39:45.5704|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:45.5704|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:45.5704|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:39:45.5744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:39:45.5744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:39:45.5744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:39:45.5744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:39:45.5744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:39:45.5744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:39:45.5744|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:39:45.5744|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.114ms
|
|
2024-03-19 16:39:45.5744|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:39:45.5744|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:39:45.5744|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.7540ms
|
|
2024-03-19 16:40:03.3039|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:40:03.3039|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)' with route pattern 'api/Directory/Group' is valid for the request path '/api/directory/Group'
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:40:03.3039|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:40:03.3039|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetGroups", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetGroups(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:40:03.3039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 16:40:03.3039|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name 'propName' in request data ...
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
|
|
2024-03-19 16:40:03.3089|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
|
|
2024-03-19 16:40:03.4944|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:40:03.4944|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:40:03.4944|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:40:03.4944|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:40:03.4954|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:40:03.4954|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:40:03.4954|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 188.5056ms
|
|
2024-03-19 16:40:03.4954|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
|
|
2024-03-19 16:40:03.4954|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:40:03.4954|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 192.9777ms
|
|
2024-03-19 16:41:48.6562|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:41:48.6562|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:41:48.6562|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:41:48.6562|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:41:48.6562|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:41:48.6622|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:41:48.6622|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:41:48.6622|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:41:48.6622|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4461ms
|
|
2024-03-19 16:41:48.6622|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:41:48.6622|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:41:48.6622|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 11.7250ms
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2501ms
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:41:50.4367|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:41:50.4367|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.8614ms
|
|
2024-03-19 16:53:11.6907|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:11.6907|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:11.6907|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:11.6907|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:11.6907|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:53:11.6964|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:11.6964|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:11.6964|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:11.6964|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9622ms
|
|
2024-03-19 16:53:11.6964|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:11.6964|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:11.6964|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 10.7604ms
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9896ms
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:14.0408|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:14.0408|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5538ms
|
|
2024-03-19 16:53:15.8096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:15.8096|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:53:15.8096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 5.6555ms
|
|
2024-03-19 16:53:15.8096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:15.8096|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:53:15.8096|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:15.8096|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001CF": started reading request body.
|
|
2024-03-19 16:53:15.8096|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001CF": done reading request body.
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:15.8214|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:53:15.8479|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8479|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 10ms reading results.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:53:15.8612|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:15.8612|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:53:15.8612|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:53:15.8612|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 48.2936ms
|
|
2024-03-19 16:53:15.8612|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:15.8612|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:15.8684|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:15.8684|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 51.4486ms
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6657ms
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:17.6723|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:17.6723|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3992ms
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 1.0233ms
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.4938ms
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:17.6804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 4.8958ms
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001D3": started reading request body.
|
|
2024-03-19 16:53:17.6804|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001D3": done reading request body.
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6847ms
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:18.6113|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:18.6113|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.6581ms
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5793ms
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:18.6180|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:18.6180|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.0189ms
|
|
2024-03-19 16:53:21.7936|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:21.7936|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:53:21.7936|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.0524ms
|
|
2024-03-19 16:53:21.7936|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 47
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:21.7936|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:53:21.7936|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:21.7936|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001D9": started reading request body.
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001D9": done reading request body.
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:21.7936|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:21.8129|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:21.8129|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:21.8129|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:21.8129|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:21.8129|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:21.8129|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing UnauthorizedObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 16:53:21.8129|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 16.0454ms
|
|
2024-03-19 16:53:21.8129|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:21.8129|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:21.8129|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 47 - 401 - application/json;+charset=utf-8 19.3483ms
|
|
2024-03-19 16:53:27.7054|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:27.7054|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:53:27.7054|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 0.8760ms
|
|
2024-03-19 16:53:27.7054|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:27.7054|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:53:27.7054|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:27.7054|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001DB": started reading request body.
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001DB": done reading request body.
|
|
2024-03-19 16:53:27.7054|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7120|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:53:27.7498|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (27ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 8ms reading results.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7498|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:53:27.7620|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:53:27.7620|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7620|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:53:27.7620|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7620|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:27.7620|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:53:27.7620|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:53:27.7620|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 54.9124ms
|
|
2024-03-19 16:53:27.7620|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:27.7620|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:27.7620|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:27.7620|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:27.7620|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 57.9434ms
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6274ms
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0348|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:29.0348|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4553ms
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6203ms
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0404|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:29.0404|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.8251ms
|
|
2024-03-19 16:53:29.0934|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:29.0934|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:53:29.0934|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.0934|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:29.0934|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:53:29.0934|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:29.1023|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:53:29.1023|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 9.4248ms
|
|
2024-03-19 16:53:29.1023|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:29.1023|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
|
|
2024-03-19 16:53:29.1023|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 15.8371ms
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6497ms
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1282ms
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7029ms
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.5605|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:32.5605|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3840ms
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6359|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:53:32.6359|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:32.6508|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6508|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 18.0162ms
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:53:32.6508|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6508|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:32.6508|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:53:32.6508|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:32.6508|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 30.3434ms
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 12ms reading results.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 38.1364ms
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 43.1911ms
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6662|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 11.9775ms
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 23.7602ms
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 10.503ms
|
|
2024-03-19 16:53:32.6804|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:32.6804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:32.6959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:32.6959|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 15.7632ms
|
|
2024-03-19 16:53:35.5977|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:53:35.5977|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:35.5977|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:35.5977|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:53:35.5977|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.0844ms
|
|
2024-03-19 16:53:35.5977|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:53:35.5977|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:35.5977|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:35.5977|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:53:35.5977|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:53:35.5977|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:35.6016|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:35.6016|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001EF": started reading request body.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:000001EF": done reading request body.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6016|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:53:35.6404|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (24ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 10ms reading results.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:53:35.6404|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:35.6404|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:53:35.6404|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:53:35.6404|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 52.7475ms
|
|
2024-03-19 16:53:35.6404|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:35.6404|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:35.6404|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 56.0502ms
|
|
2024-03-19 16:53:37.0841|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:37.0841|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:37.0841|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.0841|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:37.0841|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7803ms
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.9862ms
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7685ms
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.0866|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:37.0866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5281ms
|
|
2024-03-19 16:53:37.1484|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:53:37.1484|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:53:37.1489|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 15.0572ms
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 21.0026ms
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 17.7784ms
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:53:37.1647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:53:37.1647|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 22.5651ms
|
|
2024-03-19 16:54:44.2821|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:54:44.2821|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:44.2821|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:44.2821|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:44.2821|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5967ms
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 12.1715ms
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.2875|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.2875|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0402ms
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.5899ms
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.2396ms
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.3038|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:44.3038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.6985ms
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:44.4235|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:44.4235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:54:44.4287|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:54:44.4287|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4287|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 10ms reading results.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 19.4912ms
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 26.1879ms
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 15ms reading results.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 23.1835ms
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:44.4443|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:54:44.4443|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 29.0876ms
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6065ms
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3690ms
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.619ms
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.4481|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:57.4481|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.1516ms
|
|
2024-03-19 16:54:57.5050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:54:57.5050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:57.5050|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:57.5050|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:54:57.5050|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:54:57.5066|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5066|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5066|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:57.5066|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:54:57.5066|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5066|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 11ms reading results.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 18.3132ms
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 12ms reading results.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 23.3954ms
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 22.1841ms
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 27.5467ms
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:54:57.5227|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:54:57.5227|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 11.7001ms
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 18.0754ms
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 13.4926ms
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:54:57.5380|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:54:57.5380|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 18.0911ms
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.5658ms
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:58.5612|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:58.5612|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.5091ms
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.6330ms
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.1552ms
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:58.5710|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.4898ms
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000211": started reading request body.
|
|
2024-03-19 16:54:58.5710|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000211": done reading request body.
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6125ms
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:54:59.5760|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:54:59.5760|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.8169ms
|
|
2024-03-19 16:55:01.1391|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:01.1391|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:55:01.1391|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 0.8398ms
|
|
2024-03-19 16:55:01.1391|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:01.1391|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:55:01.1391|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:01.1391|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000215": started reading request body.
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000215": done reading request body.
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:55:01.1391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1569|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:55:01.1895|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (32ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1895|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 10ms reading results.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:55:01.1970|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:55:01.1970|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:55:01.1970|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:55:01.1970|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 61.9812ms
|
|
2024-03-19 16:55:01.1970|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:01.1970|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:55:01.1970|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 64.6878ms
|
|
2024-03-19 16:55:02.7219|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:02.7219|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:02.7219|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7219|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:02.7219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7923ms
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7147ms
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.864ms
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7251|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:02.7251|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.0628ms
|
|
2024-03-19 16:55:02.7529|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:02.7529|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:55:02.7529|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7529|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:55:02.7529|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:55:02.7567|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:02.7567|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:55:02.7567|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 9.5015ms
|
|
2024-03-19 16:55:02.7567|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:02.7567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:55:02.7567|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 13.6796ms
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8234ms
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7399ms
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7352ms
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.3846|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:03.3846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4147ms
|
|
2024-03-19 16:55:03.4081|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:03.4081|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:55:03.4081|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.4081|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:03.4081|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:55:03.4136|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:03.4136|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:55:03.4136|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 13.0926ms
|
|
2024-03-19 16:55:03.4136|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:55:03.4136|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:55:03.4136|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 17.2218ms
|
|
2024-03-19 16:55:04.0791|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:04.0791|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:04.0791|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:04.0791|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:04.0791|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.9274ms
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.2021ms
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.5161ms
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.1559ms
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:04.0844|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.8635ms
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000225": started reading request body.
|
|
2024-03-19 16:55:04.0844|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000225": done reading request body.
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5932ms
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5990ms
|
|
2024-03-19 16:55:05.6406|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:05.6406|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:05.6464|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:55:05.6464|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:05.6464|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:05.6464|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:05.6464|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6415ms
|
|
2024-03-19 16:55:05.6464|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:05.6464|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:05.6464|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6841ms
|
|
2024-03-19 16:55:07.9845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:07.9845|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:55:07.9845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.1020ms
|
|
2024-03-19 16:55:07.9845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 47
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:07.9845|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:55:07.9845|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:07.9845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:55:07.9845|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000022B": started reading request body.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000022B": done reading request body.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:07.9904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing UnauthorizedObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 16:55:07.9904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 14.1632ms
|
|
2024-03-19 16:55:07.9904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:07.9904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:07.9904|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 47 - 401 - application/json;+charset=utf-8 16.6322ms
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8114ms
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.7186ms
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:11.6336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:55:11.6336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:55:11.6471|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:55:11.6471|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:55:11.6471|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:55:11.6471|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:55:11.6471|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:55:11.6471|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 6.0512ms
|
|
2024-03-19 16:55:11.6471|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:55:11.6471|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:55:11.6471|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 8.8092ms
|
|
2024-03-19 16:56:03.8188|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:03.8188|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:03.8188|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:03.8188|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:03.8188|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:03.8188|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:03.8188|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8188|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:03.8188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4431ms
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 17.6645ms
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3874ms
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.9145ms
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8324|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:03.8324|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8486|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:03.8486|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:03.8486|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0734ms
|
|
2024-03-19 16:56:03.8486|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:03.8486|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:03.8486|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 16.8596ms
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3402ms
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:05.2765|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:05.2765|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.9654ms
|
|
2024-03-19 16:56:06.2227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:06.2227|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2691ms
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.3288ms
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.997ms
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:06.2233|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:06.2233|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.8507ms
|
|
2024-03-19 16:56:08.5963|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:56:08.5963|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:08.5963|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:08.5963|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:56:08.5963|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.0620ms
|
|
2024-03-19 16:56:08.5988|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 47
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:08.5988|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:08.5988|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:08.5988|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000023D": started reading request body.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000023D": done reading request body.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:08.5988|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:08.5988|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing UnauthorizedObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
|
|
2024-03-19 16:56:08.5988|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 13.0657ms
|
|
2024-03-19 16:56:08.5988|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:08.6156|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:08.6156|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 47 - 401 - application/json;+charset=utf-8 17.2773ms
|
|
2024-03-19 16:56:11.9799|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:11.9799|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:11.9799|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:11.9799|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000023F": started reading request body.
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000023F": done reading request body.
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:56:11.9799|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:56:11.9950|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 13ms reading results.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:11.9950|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:56:11.9950|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:56:12.0165|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:12.0165|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:56:12.0165|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:12.0165|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:56:12.0165|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:56:12.0165|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:56:12.0165|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 36.5337ms
|
|
2024-03-19 16:56:12.0165|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:12.0165|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:12.0165|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:12.0165|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:56:12.0196|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 39.9141ms
|
|
2024-03-19 16:56:14.4845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:14.4845|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:56:14.4845|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:14.4845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:14.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3473ms
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.9034ms
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.6979ms
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.5967ms
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:14.4889|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 4.2580ms
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000243": started reading request body.
|
|
2024-03-19 16:56:14.4889|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000243": done reading request body.
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6885ms
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:16.1001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:16.1001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7612ms
|
|
2024-03-19 16:56:17.5804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:56:17.5804|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:17.5804|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:17.5804|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:56:17.5804|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 0.8631ms
|
|
2024-03-19 16:56:17.5831|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:17.5831|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:17.5831|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:17.5831|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000247": started reading request body.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000247": done reading request body.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.5831|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:56:17.6289|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (30ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:56:17.6289|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:56:17.6289|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:56:17.6289|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:56:17.6289|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 57.2167ms
|
|
2024-03-19 16:56:17.6289|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:17.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:56:17.6289|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 60.7553ms
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7611ms
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7744ms
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8548ms
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7297|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:19.7297|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7101ms
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:19.7726|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 9.8255ms
|
|
2024-03-19 16:56:19.7726|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:19.7860|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:19.7860|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:56:19.7860|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:56:19.7860|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 13.9344ms
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0208ms
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4757ms
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.6490ms
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:21.1166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:21.1166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:21.1294|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:21.1294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:21.1294|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:56:21.1294|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:56:21.1294|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.1794ms
|
|
2024-03-19 16:56:21.1294|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:21.1294|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:21.1294|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.5110ms
|
|
2024-03-19 16:56:21.1294|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000251": started reading request body.
|
|
2024-03-19 16:56:21.1294|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000251": done reading request body.
|
|
2024-03-19 16:56:22.3594|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:22.3594|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:22.3594|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:22.3594|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:22.3594|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:22.3594|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:22.3594|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6054ms
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2585ms
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7868ms
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:56:22.3634|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:56:22.3634|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7548ms
|
|
2024-03-19 16:58:45.7459|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:45.7459|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.3283ms
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 18.4466ms
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7523|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:45.7523|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 4.0219ms
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 7.7647ms
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4652ms
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:45.7703|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:45.7703|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.9708ms
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2595ms
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:50.3969|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:50.3969|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.7281ms
|
|
2024-03-19 16:58:53.1210|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:53.1210|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:58:53.1210|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:53.1210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:53.1210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:53.1210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:53.1210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6789ms
|
|
2024-03-19 16:58:53.1210|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3706ms
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6015ms
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:53.1251|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:53.1251|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2255ms
|
|
2024-03-19 16:58:55.0077|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:55.0077|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:58:55.0077|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.1540ms
|
|
2024-03-19 16:58:55.0077|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:55.0077|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:58:55.0077|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:55.0077|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000263": started reading request body.
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000263": done reading request body.
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:58:55.0077|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0255|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:58:55.0551|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (29ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:58:55.0551|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:58:55.0551|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:58:55.0551|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:58:55.0551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 56.3699ms
|
|
2024-03-19 16:58:55.0551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:55.0551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:55.0697|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:55.0697|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:58:55.0697|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 59.8707ms
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6921ms
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.8392ms
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6788ms
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9073|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:56.9073|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6645ms
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:56.9908|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:56.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:58:57.0009|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:57.0009|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 16.4826ms
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 30.9645ms
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:57.0157|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0157|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 31.5742ms
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 41.7053ms
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 11.7429ms
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 17.2764ms
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:58:57.0315|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0315|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:57.0475|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:58:57.0475|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 14.6551ms
|
|
2024-03-19 16:58:57.0475|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:58:57.0475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:58:57.0475|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 20.6792ms
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6653ms
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7754ms
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:58.8480|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:58:58.8480|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.7772ms
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.1535ms
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:58:58.8596|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.8061ms
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000273": started reading request body.
|
|
2024-03-19 16:58:58.8596|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000273": done reading request body.
|
|
2024-03-19 16:59:05.4176|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:05.4176|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:05.4176|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4176|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:05.4176|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.6134ms
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.7168ms
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4791ms
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4843ms
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4224|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:05.4224|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:05.4395|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:05.4395|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.947ms
|
|
2024-03-19 16:59:05.4395|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:05.4395|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:05.4395|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.7595ms
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.7059ms
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:16.6001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:16.6001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.7327ms
|
|
2024-03-19 16:59:23.0272|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:23.0272|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:23.0272|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:23.0272|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:23.0272|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:23.0314|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:23.0314|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.7828ms
|
|
2024-03-19 16:59:23.0314|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:23.0314|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:23.0314|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.5834ms
|
|
2024-03-19 16:59:24.3134|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:24.3134|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:59:24.3134|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 0.9700ms
|
|
2024-03-19 16:59:24.3134|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:24.3134|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:24.3134|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:24.3134|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000027F": started reading request body.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000027F": done reading request body.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3134|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:59:24.3527|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (22ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3527|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:59:24.3588|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:24.3588|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:59:24.3588|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:59:24.3588|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 48.7849ms
|
|
2024-03-19 16:59:24.3588|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:24.3588|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:24.3588|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 51.7263ms
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6261ms
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4223ms
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8967ms
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6433|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:25.6433|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6752ms
|
|
2024-03-19 16:59:25.6863|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:59:25.6863|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:25.6863|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:25.6874|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6874|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:25.6874|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:25.6874|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:25.6874|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 9.2816ms
|
|
2024-03-19 16:59:25.6874|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:25.6874|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:25.6874|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 13.9315ms
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.4742ms
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.2478ms
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - -
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:26.7848|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/logout - - - 204 - - 0.9995ms
|
|
2024-03-19 16:59:26.7848|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/logout'
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)' with route pattern 'api/Auth/logout' is valid for the request path '/api/auth/logout'
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Logout", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Logout() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 1.0946ms
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:26.7967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/logout application/json 2 - 200 0 - 3.6923ms
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000289": started reading request body.
|
|
2024-03-19 16:59:26.7967|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:00000289": done reading request body.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6391ms
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5601ms
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:34.2551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5581ms
|
|
2024-03-19 16:59:34.2551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:34.2647|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:34.2647|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.1351ms
|
|
2024-03-19 16:59:35.6816|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:35.6816|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
|
|
2024-03-19 16:59:35.6816|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 0.9564ms
|
|
2024-03-19 16:59:35.6816|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:35.6816|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
|
|
2024-03-19 16:59:35.6816|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:35.6816|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(DigitalData.UserManager.Application.DTOs.Auth.LogInDto) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' using the name '' in request data ...
|
|
2024-03-19 16:59:35.6816|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000028F": started reading request body.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN28432Q78CS", Request id "0HN28432Q78CS:0000028F": done reading request body.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto' ...
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.Auth.LogInDto'.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.6873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:59:35.7281|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (29ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[GROUP_ID], [t].[USER_ID], [t0].[Guid], [t0].[Active], [t0].[AD_SYNC], [t0].[ADDED_WHO], [t0].[CHANGED_WHO], [t0].[Comment], [t0].[ECM_FK_ID], [t0].[Internal], [t0].[Name], [t1].[Guid], [t1].[ACTIVE], [t1].[ADDED_WHO], [t1].[CHANGED_WHO], [t1].[COMMENT], [t1].[DATE_FORMAT], [t1].[DELETED], [t1].[EMAIL], [t1].[LANGUAGE], [t1].[NAME], [t1].[PRENAME], [t1].[SHORTNAME], [t1].[USERNAME]
|
|
FROM [dbo].[TBDD_GROUPS_USER] AS [t]
|
|
INNER JOIN [dbo].[TBDD_GROUPS] AS [t0] ON [t].[GROUP_ID] = [t0].[Guid]
|
|
INNER JOIN [dbo].[TBDD_USER] AS [t1] ON [t].[USER_ID] = [t1].[Guid]
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7281|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 8ms reading results.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:59:35.7342|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[@__username_0='?' (Size = 50)], CommandType='Text', CommandTimeout='30']
|
|
SELECT TOP(1) [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE [t].[USERNAME] = @__username_0
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:35.7342|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
|
|
2024-03-19 16:59:35.7342|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
|
|
2024-03-19 16:59:35.7342|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 55.6778ms
|
|
2024-03-19 16:59:35.7342|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:35.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:35.7342|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 200 0 - 58.4184ms
|
|
2024-03-19 16:59:37.3407|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:37.3407|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:37.3407|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.3407|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:37.3407|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6108ms
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4402ms
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5478ms
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.3436|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:37.3436|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.1675ms
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:37.4004|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:37.4004|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:37.4053|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 10ms reading results.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4053|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 17.0749ms
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 23.2788ms
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 12ms reading results.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 20.5077ms
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:37.4210|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:37.4210|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 26.4110ms
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6703ms
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7270ms
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1152|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1152|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:39.1244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:39.1244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:39.1244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:39.1244|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:39.1244|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:39.1244|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6711ms
|
|
2024-03-19 16:59:39.1244|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1244|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:39.1244|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5090ms
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:59:39.1727|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1727|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 12.943ms
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 8ms reading results.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 18.6152ms
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 15.5836ms
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 21.3470ms
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:39.1873|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.1873|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 12.6721ms
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 17.8816ms
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 13.7554ms
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:39.2035|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:39.2035|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 18.5045ms
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6287ms
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7552ms
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5296ms
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:40.9881|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:40.9881|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.1225ms
|
|
2024-03-19 16:59:41.0174|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:41.0174|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:41.0174|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.0174|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:59:41.0174|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:41.0174|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:41.0174|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:41.0308|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 9.6457ms
|
|
2024-03-19 16:59:41.0308|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.0308|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:41.0308|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.0308|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:41.0308|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 14.3444ms
|
|
2024-03-19 16:59:41.7147|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:41.7147|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:41.7147|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7147|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:41.7147|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:41.7147|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6412ms
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3015ms
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5715ms
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7186|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:41.7186|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4580ms
|
|
2024-03-19 16:59:41.7383|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:41.7383|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:41.7383|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7383|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:41.7383|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:41.7499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:41.7499|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 13.0322ms
|
|
2024-03-19 16:59:41.7499|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:41.7499|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:41.7499|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 18.0217ms
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7058ms
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6747ms
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5508ms
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.2829|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:42.2829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.1403ms
|
|
2024-03-19 16:59:42.3068|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:42.3068|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:42.3068|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.3068|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:42.3068|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:42.3118|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:42.3118|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:42.3118|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 10.0629ms
|
|
2024-03-19 16:59:42.3118|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.3118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:42.3118|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 14.9093ms
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6148ms
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3026ms
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5159ms
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.8747|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:42.8747|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.0618ms
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:42.9133|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 12.8131ms
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 19.1398ms
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 17.0043ms
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:42.9209|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:42.9209|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 22.9345ms
|
|
2024-03-19 16:59:57.9158|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:57.9158|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:57.9158|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:57.9158|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:57.9158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:57.9210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:57.9210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:57.9210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:57.9210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:57.9210|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.7298ms
|
|
2024-03-19 16:59:57.9210|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:57.9210|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:57.9210|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 8.0075ms
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 3.4435ms
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 7.2336ms
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.952ms
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.7503|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:59.7503|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1634ms
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8289|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8289|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 16.1466ms
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 22.8116ms
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 11ms reading results.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 20.6152ms
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 16:59:59.8440|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 16:59:59.8440|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 26.8776ms
|
|
2024-03-19 17:00:02.6813|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=false - -
|
|
2024-03-19 17:00:02.6813|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=true - -
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:02.6813|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:02.6813|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/ByModuleId/4'
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/ByModuleId/4'
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)' with route pattern 'api/User/ByModuleId/{moduleId}' is valid for the request path '/api/user/ByModuleId/4'
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)' with route pattern 'api/User/ByModuleId/{moduleId}' is valid for the request path '/api/user/ByModuleId/4'
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:02.6813|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:02.6813|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:02.6813|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:02.6924|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetByModuleId", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetByModuleId(Int32, Boolean) on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:02.6924|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetByModuleId", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetByModuleId(Int32, Boolean) on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'moduleId' of type 'System.Int32' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'moduleId' of type 'System.Int32' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Attempting to bind parameter 'moduleId' of type 'System.Int32' using the name 'moduleId' in request data ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Attempting to bind parameter 'moduleId' of type 'System.Int32' using the name 'moduleId' in request data ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Done attempting to bind parameter 'moduleId' of type 'System.Int32'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Done attempting to bind parameter 'moduleId' of type 'System.Int32'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'moduleId' of type 'System.Int32'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'moduleId' of type 'System.Int32'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'moduleId' of type 'System.Int32' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'moduleId' of type 'System.Int32' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'moduleId' of type 'System.Int32'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'moduleId' of type 'System.Int32'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'assigned' of type 'System.Boolean' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'assigned' of type 'System.Boolean' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Attempting to bind parameter 'assigned' of type 'System.Boolean' using the name 'assigned' in request data ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Attempting to bind parameter 'assigned' of type 'System.Boolean' using the name 'assigned' in request data ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Done attempting to bind parameter 'assigned' of type 'System.Boolean'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinder|Done attempting to bind parameter 'assigned' of type 'System.Boolean'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'assigned' of type 'System.Boolean'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'assigned' of type 'System.Boolean'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'assigned' of type 'System.Boolean' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'assigned' of type 'System.Boolean' ...
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'assigned' of type 'System.Boolean'.
|
|
2024-03-19 17:00:02.6924|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'assigned' of type 'System.Boolean'.
|
|
2024-03-19 17:00:02.7045|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<User>()
|
|
.Where(u => !(DbSet<ModuleOfUser>()
|
|
.Where(mou => mou.ModuleId == __moduleId_0)
|
|
.Select(mos => mos.UserId)
|
|
.Contains(u.Guid)))'
|
|
2024-03-19 17:00:02.7045|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
|
|
'DbSet<User>()
|
|
.Where(u => DbSet<ModuleOfUser>()
|
|
.Where(mou => mou.ModuleId == __moduleId_0)
|
|
.Select(mos => mos.UserId)
|
|
.Contains(u.Guid))'
|
|
2024-03-19 17:00:02.7379|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<User>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: User.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: User.Active (bool) Required, 1], [Property: User.AddedWho (string) Required MaxLength(50), 2], [Property: User.ChangedWho (string) MaxLength(50), 3], [Property: User.Comment (string) MaxLength(500), 4], [Property: User.DateFormat (string) Required MaxLength(10), 5], [Property: User.Deleted (bool) Required, 6], [Property: User.Email (string) MaxLength(100), 7], [Property: User.Language (string) Required MaxLength(5), 8], [Property: User.Name (string) MaxLength(50), 9], [Property: User.Prename (string) MaxLength(50), 10], [Property: User.Shortname (string) MaxLength(30), 11], [Property: User.Username (string) Required MaxLength(50), 12] }
|
|
SELECT t.Guid, t.ACTIVE, t.ADDED_WHO, t.CHANGED_WHO, t.COMMENT, t.DATE_FORMAT, t.DELETED, t.EMAIL, t.LANGUAGE, t.NAME, t.PRENAME, t.SHORTNAME, t.USERNAME
|
|
FROM dbo.TBDD_USER AS t
|
|
WHERE EXISTS (
|
|
SELECT 1
|
|
FROM dbo.TBDD_USER_MODULES AS t0
|
|
WHERE (t0.MODULE_ID == @__moduleId_0) && (t0.USER_ID == t.Guid))),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, User>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
|
|
'queryContext => new SingleQueryingEnumerable<User>(
|
|
(RelationalQueryContext)queryContext,
|
|
RelationalCommandCache.QueryExpression(
|
|
Projection Mapping:
|
|
EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: User.Guid (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: User.Active (bool) Required, 1], [Property: User.AddedWho (string) Required MaxLength(50), 2], [Property: User.ChangedWho (string) MaxLength(50), 3], [Property: User.Comment (string) MaxLength(500), 4], [Property: User.DateFormat (string) Required MaxLength(10), 5], [Property: User.Deleted (bool) Required, 6], [Property: User.Email (string) MaxLength(100), 7], [Property: User.Language (string) Required MaxLength(5), 8], [Property: User.Name (string) MaxLength(50), 9], [Property: User.Prename (string) MaxLength(50), 10], [Property: User.Shortname (string) MaxLength(30), 11], [Property: User.Username (string) Required MaxLength(50), 12] }
|
|
SELECT t.Guid, t.ACTIVE, t.ADDED_WHO, t.CHANGED_WHO, t.COMMENT, t.DATE_FORMAT, t.DELETED, t.EMAIL, t.LANGUAGE, t.NAME, t.PRENAME, t.SHORTNAME, t.USERNAME
|
|
FROM dbo.TBDD_USER AS t
|
|
WHERE Not(EXISTS (
|
|
SELECT 1
|
|
FROM dbo.TBDD_USER_MODULES AS t0
|
|
WHERE (t0.MODULE_ID == @__moduleId_0) && (t0.USER_ID == t.Guid)))),
|
|
null,
|
|
Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, User>,
|
|
DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
|
|
False,
|
|
True,
|
|
True
|
|
)'
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__moduleId_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE EXISTS (
|
|
SELECT 1
|
|
FROM [dbo].[TBDD_USER_MODULES] AS [t0]
|
|
WHERE [t0].[MODULE_ID] = @__moduleId_0 AND [t0].[USER_ID] = [t].[Guid])
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[@__moduleId_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE NOT (EXISTS (
|
|
SELECT 1
|
|
FROM [dbo].[TBDD_USER_MODULES] AS [t0]
|
|
WHERE [t0].[MODULE_ID] = @__moduleId_0 AND [t0].[USER_ID] = [t].[Guid]))
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[@__moduleId_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE EXISTS (
|
|
SELECT 1
|
|
FROM [dbo].[TBDD_USER_MODULES] AS [t0]
|
|
WHERE [t0].[MODULE_ID] = @__moduleId_0 AND [t0].[USER_ID] = [t].[Guid])
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 0ms reading results.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[@__moduleId_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
WHERE NOT (EXISTS (
|
|
SELECT 1
|
|
FROM [dbo].[TBDD_USER_MODULES] AS [t0]
|
|
WHERE [t0].[MODULE_ID] = @__moduleId_0 AND [t0].[USER_ID] = [t].[Guid]))
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API) in 55.6262ms
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=true - - - 200 - application/json;+charset=utf-8 69.3978ms
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:02.7381|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API) in 58.5934ms
|
|
2024-03-19 17:00:02.7381|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:02.7537|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:02.7537|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:02.7537|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:02.7537|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=false - - - 200 - application/json;+charset=utf-8 73.5434ms
|
|
2024-03-19 17:00:03.7331|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6338ms
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5724ms
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.1538ms
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:03.7336|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4478ms
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:03.7927|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:03.7927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:03.7959|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:03.7959|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 12.5351ms
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 8ms reading results.
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.7959|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 17.9245ms
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:03.7959|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:03.7959|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 15.9448ms
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 21.2368ms
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8113|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:03.8113|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 12.3384ms
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 17.6175ms
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:03.8274|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:03.8274|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 13.6101ms
|
|
2024-03-19 17:00:03.8274|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:03.8274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:03.8274|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 17.8219ms
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6096ms
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7852ms
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5802ms
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5656|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:05.5656|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4103ms
|
|
2024-03-19 17:00:05.5960|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:05.5960|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:05.5960|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.5960|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:05.5960|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:05.5960|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:05.5960|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:05.6083|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 9.1992ms
|
|
2024-03-19 17:00:05.6083|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:05.6083|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:05.6083|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:05.6083|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:05.6083|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 13.2259ms
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6195ms
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4486ms
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3646|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:08.3646|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:08.3736|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:08.3736|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6947ms
|
|
2024-03-19 17:00:08.3736|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:08.3736|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7009ms
|
|
2024-03-19 17:00:08.3736|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:08.3736|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3736|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:08.3896|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3896|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:08.3896|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:08.3896|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:08.3896|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 12.4492ms
|
|
2024-03-19 17:00:08.3896|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:08.3896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:08.3896|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 17.8650ms
|
|
2024-03-19 17:00:09.3247|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:09.3247|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:09.3247|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3247|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:09.3247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7051ms
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4355ms
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5494ms
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2351ms
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3276|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:09.3276|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:09.3528|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3528|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:09.3582|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:09.3582|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 9.9683ms
|
|
2024-03-19 17:00:09.3582|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:09.3582|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:09.3582|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 15.0760ms
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6234ms
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7873ms
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5342ms
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.1274ms
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:10.4845|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:10.4845|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:10.5082|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.5082|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:10.5082|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:10.5146|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:10.5146|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:10.5146|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 12.983ms
|
|
2024-03-19 17:00:10.5146|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:10.5146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:10.5146|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 17.4326ms
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.856ms
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.3463ms
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5684ms
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2365|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:13.2365|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.0814ms
|
|
2024-03-19 17:00:13.2598|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:13.2598|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:13.2598|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2598|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:13.2598|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:13.2645|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:13.2645|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:13.2645|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 11.4471ms
|
|
2024-03-19 17:00:13.2645|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:13.2645|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:13.2645|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 15.7289ms
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8954ms
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.9531ms
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5551ms
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5034|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:18.5034|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2483ms
|
|
2024-03-19 17:00:18.5282|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:18.5282|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:18.5282|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:18.5282|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:18.5282|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:18.5282|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:18.5282|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:18.5299|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5299|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:18.5299|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:18.5299|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:18.5299|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 12.1306ms
|
|
2024-03-19 17:00:18.5299|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:18.5299|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:18.5299|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 16.3821ms
|
|
2024-03-19 17:00:19.3732|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:19.3732|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:19.3732|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.7116ms
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7392ms
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5587ms
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2407ms
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.3740|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:19.3740|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:19.4025|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4025|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:19.4056|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:19.4056|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 9.9645ms
|
|
2024-03-19 17:00:19.4056|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:19.4056|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:19.4056|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 14.1947ms
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6048ms
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1496|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.3385ms
|
|
2024-03-19 17:00:25.1496|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:25.1551|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:25.1551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:25.1551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:25.1551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5923ms
|
|
2024-03-19 17:00:25.1551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:25.1551|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6010ms
|
|
2024-03-19 17:00:25.1739|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:25.1739|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:25.1739|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1739|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:25.1739|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1739|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:25.1864|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:25.1864|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 12.9055ms
|
|
2024-03-19 17:00:25.1864|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:25.1864|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:25.1864|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 18.0066ms
|
|
2024-03-19 17:00:29.2300|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:29.2300|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:29.2300|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2300|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:29.2300|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6083ms
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4740ms
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.3787ms
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2330|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:29.2330|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1388ms
|
|
2024-03-19 17:00:29.2546|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:29.2546|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:29.2546|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2546|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:29.2546|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2546|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 2ms reading results.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:29.2639|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:29.2639|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 8.6617ms
|
|
2024-03-19 17:00:29.2639|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:29.2639|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:29.2639|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 13.6937ms
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6207ms
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4999ms
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6143|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:30.6143|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:30.6231|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:30.6231|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:30.6231|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:30.6231|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0297ms
|
|
2024-03-19 17:00:30.6231|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6231|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:30.6231|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.6997ms
|
|
2024-03-19 17:00:30.6231|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 6ms reading results.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 11.7388ms
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:30.6395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:30.6395|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 15.9910ms
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6114ms
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0551|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:35.0551|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7768ms
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5513ms
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0609|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:35.0609|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2663ms
|
|
2024-03-19 17:00:35.0798|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:35.0798|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:35.0798|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0798|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:35.0798|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:35.0798|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:35.0923|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:35.0923|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:35.0923|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:35.0923|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:35.0923|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 9.9281ms
|
|
2024-03-19 17:00:35.0923|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:35.0923|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:35.0923|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:35.0923|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:35.0923|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 14.3065ms
|
|
2024-03-19 17:00:48.0091|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:48.0091|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:48.0091|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0091|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:48.0091|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:48.0091|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:48.0091|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0029ms
|
|
2024-03-19 17:00:48.0141|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:48.0141|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.4190ms
|
|
2024-03-19 17:00:48.0141|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:48.0141|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:48.0141|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0141|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:48.0141|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0678ms
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.3423ms
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8271ms
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.0292|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:48.0292|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.9148ms
|
|
2024-03-19 17:00:48.1068|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:48.1068|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 10.2217ms
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:48.1077|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:48.1077|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 14.2890ms
|
|
2024-03-19 17:00:49.1530|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:49.1530|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.1530|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.1530|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.1731ms
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.0496ms
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.8607ms
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.1543|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.1543|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.5691ms
|
|
2024-03-19 17:00:49.2153|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:49.2153|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:49.2153|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.2153|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.2153|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.2153|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.2153|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.2153|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.2153|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:49.2153|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 12.1486ms
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:49.2166|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 8ms reading results.
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 17.4074ms
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 15.6849ms
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 21.0469ms
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 4ms reading results.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 12.1241ms
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 18.8550ms
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 7ms reading results.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 14.2438ms
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:49.2481|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:49.2481|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 18.6138ms
|
|
2024-03-19 17:00:49.9658|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:49.9658|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.9658|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.9658|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.9658|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.9658|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.9658|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.0563ms
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 5.1216ms
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 2.2742ms
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:49.9672|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:49.9672|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 6.5132ms
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:00:50.2347|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 11.1084ms
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 18.2347ms
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 8ms reading results.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 14.6977ms
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:00:50.2478|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:00:50.2478|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 20.6639ms
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.6058ms
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.7597ms
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5646ms
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5001|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:01:02.5001|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.2928ms
|
|
2024-03-19 17:01:02.5269|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:01:02.5269|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/User' is valid for the request path '/api/user'
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:01:02.5269|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5269|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "User"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API).
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:01:02.5269|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:01:02.5295|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[ACTIVE], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[COMMENT], [t].[DATE_FORMAT], [t].[DELETED], [t].[EMAIL], [t].[LANGUAGE], [t].[NAME], [t].[PRENAME], [t].[SHORTNAME], [t].[USERNAME]
|
|
FROM [dbo].[TBDD_USER] AS [t]
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 3ms reading results.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:01:02.5295|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.User.UserReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:01:02.5295|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 11.1751ms
|
|
2024-03-19 17:01:02.5295|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:02.5295|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:01:02.5295|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 15.9060ms
|
|
2024-03-19 17:01:08.6675|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:01:08.6675|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:01:08.6675|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.6675|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:01:08.6675|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.622ms
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.4319ms
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/check - -
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/check'
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)' with route pattern 'api/Auth/check' is valid for the request path '/api/auth/check'
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "CheckAuthentication", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult CheckAuthentication() on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.UserManager.Application.DTOs.Auth.AuthCheckDto'.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API) in 1.5948ms
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.CheckAuthentication (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.6699|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:01:08.6699|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/check - - - 200 - application/json;+charset=utf-8 4.8156ms
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Module' is valid for the request path '/api/module'
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)' with route pattern 'api/Group' is valid for the request path '/api/group'
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Module"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API).
|
|
2024-03-19 17:01:08.7112|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetAll", controller = "Group"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetAll() on controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API).
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.7112|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Active], [t].[AD_SYNC], [t].[ADDED_WHO], [t].[CHANGED_WHO], [t].[Comment], [t].[ECM_FK_ID], [t].[Internal], [t].[Name]
|
|
FROM [dbo].[TBDD_GROUPS] AS [t]
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
|
|
SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
|
|
FROM [dbo].[TBDD_MODULES] AS [t]
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 5ms reading results.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Module.ModuleDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 13.3016ms
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 18.6734ms
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 9ms reading results.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
|
|
2024-03-19 17:01:08.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[DigitalData.UserManager.Application.DTOs.Group.GroupReadDto, DigitalData.UserManager.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
|
|
2024-03-19 17:01:08.7163|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 16.4303ms
|
|
2024-03-19 17:01:08.7322|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
|
|
2024-03-19 17:01:08.7322|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
|
|
2024-03-19 17:01:08.7322|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
|
|
2024-03-19 17:01:08.7322|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
|
|
2024-03-19 17:01:08.7322|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 21.6688ms
|