diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 13dbc17..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-[*.cs]
-
-# Default severity for analyzer diagnostics with category 'Interoperability'
-dotnet_analyzer_diagnostic.category-Interoperability.severity = warning
-
-# IDE0058: Expression value is never used
-dotnet_diagnostic.IDE0058.severity = none
diff --git a/.gitignore b/.gitignore
index e9e2ff4..5f28270 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,150 +1 @@
-/.vs/*
-/DigitalData.UserManager.API/bin/*
-/DigitalData.UserManager.API/obj/*
-/DigitalData.UserManager.Application/bin/*
-/DigitalData.UserManager.Application/obj/*
-/DigitalData.UserManager.DataContracts/bin/*
-/DigitalData.UserManager.DataContracts/obj/*
-/DigitalData.UserManager.Domain/bin/*
-/DigitalData.UserManager.Domain/obj/*
-/DigitalData.UserManager.Infrastructure/bin/*
-/DigitalData.UserManager.Infrastructure/obj/*
-/DigitalData.UserManager.NgWebUI/bin/*
-/DigitalData.UserManager.NgWebUI/obj/*
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.Core.Application.dll
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.Core.Application.pdb
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.Core.Contracts.dll
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.Core.Contracts.pdb
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.Core.Infrastructure.dll
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.Core.Infrastructure.pdb
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.UserManager.Application.deps.json
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.UserManager.Application.dll
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.UserManager.Application.pdb
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.UserManager.Infrastructure.pdb
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.AssemblyInfo.cs
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.AssemblyInfoInputs.cache
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.assets.cache
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.csproj.AssemblyReference.cache
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.csproj.CoreCompileInputs.cache
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.dll
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.GeneratedMSBuildEditorConfig.editorconfig
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.pdb
-/DigitalData.UserManager.Application/obj/Debug/net7.0/ref/DigitalData.UserManager.Application.dll
-/DigitalData.UserManager.Application/obj/Debug/net7.0/refint/DigitalData.UserManager.Application.dll
-/DigitalData.UserManager.Application/obj/DigitalData.UserManager.Application.csproj.nuget.dgspec.json
-/DigitalData.UserManager.Application/obj/DigitalData.UserManager.Application.csproj.nuget.g.props
-/DigitalData.UserManager.Application/obj/project.assets.json
-/DigitalData.UserManager.Application/obj/project.nuget.cache
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/DigitalData.UserManager.Domain.AssemblyInfo.cs
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/DigitalData.UserManager.Domain.AssemblyInfoInputs.cache
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/DigitalData.UserManager.Domain.assets.cache
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/DigitalData.UserManager.Domain.csproj.AssemblyReference.cache
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/DigitalData.UserManager.Domain.GeneratedMSBuildEditorConfig.editorconfig
-/DigitalData.UserManager.Domain/obj/DigitalData.UserManager.Domain.csproj.nuget.dgspec.json
-/DigitalData.UserManager.Domain/obj/DigitalData.UserManager.Domain.csproj.nuget.g.props
-/DigitalData.UserManager.Domain/obj/project.assets.json
-/DigitalData.UserManager.Domain/obj/project.nuget.cache
-/DigitalData.UserManager.DTO/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
-/DigitalData.UserManager.DTO/obj/Debug/net7.0/DigitalData.UserManager.DTO.AssemblyInfo.cs
-/DigitalData.UserManager.DTO/obj/Debug/net7.0/DigitalData.UserManager.DTO.AssemblyInfoInputs.cache
-/DigitalData.UserManager.DTO/obj/Debug/net7.0/DigitalData.UserManager.DTO.assets.cache
-/DigitalData.UserManager.DTO/obj/Debug/net7.0/DigitalData.UserManager.DTO.csproj.AssemblyReference.cache
-/DigitalData.UserManager.DTO/obj/Debug/net7.0/DigitalData.UserManager.DTO.GeneratedMSBuildEditorConfig.editorconfig
-/DigitalData.UserManager.DTO/obj/Debug/net7.0/DigitalData.UserManager.DTO.GlobalUsings.g.cs
-/DigitalData.UserManager.DTO/obj/DigitalData.UserManager.DTO.csproj.nuget.dgspec.json
-/DigitalData.UserManager.DTO/obj/DigitalData.UserManager.DTO.csproj.nuget.g.props
-/DigitalData.UserManager.DTO/obj/DigitalData.UserManager.DTO.csproj.nuget.g.targets
-/DigitalData.UserManager.DTO/obj/project.assets.json
-/DigitalData.UserManager.DTO/obj/project.nuget.cache
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.Core.Contracts.dll
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.Core.Contracts.pdb
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.Core.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.Core.Infrastructure.pdb
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.UserManager.Infrastructure.deps.json
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.UserManager.Infrastructure.pdb
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.AssemblyInfo.cs
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.AssemblyInfoInputs.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.assets.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.AssemblyReference.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.CopyComplete
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.CoreCompileInputs.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.FileListAbsolute.txt
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.genruntimeconfig.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.pdb
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/ref/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/refint/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/obj/DigitalData.UserManager.Infrastructure.csproj.nuget.dgspec.json
-/DigitalData.UserManager.Infrastructure/obj/DigitalData.UserManager.Infrastructure.csproj.nuget.g.props
-/DigitalData.UserManager.Infrastructure/obj/project.assets.json
-/DigitalData.UserManager.Infrastructure/obj/project.nuget.cache
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/0.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/1.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/2.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/3.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/5.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/6.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/7.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/8.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/9.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/index.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/index.pack.old
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.AssemblyInfo.cs
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.AssemblyInfoInputs.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.assets.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.AssemblyReference.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.CopyComplete
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.CoreCompileInputs.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.csproj.FileListAbsolute.txt
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.GeneratedMSBuildEditorConfig.editorconfig
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.genruntimeconfig.cache
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/DigitalData.UserManager.Infrastructure.pdb
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/ref/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/obj/Debug/net7.0/refint/DigitalData.UserManager.Infrastructure.dll
-/DigitalData.UserManager.Infrastructure/obj/DigitalData.UserManager.Infrastructure.csproj.nuget.dgspec.json
-/DigitalData.UserManager.Infrastructure/obj/DigitalData.UserManager.Infrastructure.csproj.nuget.g.props
-/DigitalData.UserManager.Infrastructure/obj/project.assets.json
-/DigitalData.UserManager.Infrastructure/obj/project.nuget.cache
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/0.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/1.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/2.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/3.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/5.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/6.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/7.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/8.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/9.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/index.pack
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/17.3.0/angular-webpack/889ffca4668347d26cb7a8867b69f88141b4c849/index.pack.old
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.UserManager.Domain.pdb
-/DigitalData.UserManager.Infrastructure/bin/Debug/net7.0/DigitalData.UserManager.Domain.dll
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/DigitalData.UserManager.Domain.pdb
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/DigitalData.UserManager.Domain.dll
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/ref/DigitalData.UserManager.Domain.dll
-/DigitalData.UserManager.Domain/obj/Debug/net7.0/refint/DigitalData.UserManager.Domain.dll
-/DigitalData.UserManager.API/obj/Debug/net7.0/DigitalData.UserManager.API.csproj.FileListAbsolute.txt
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.UserManager.Domain.dll
-/DigitalData.UserManager.Application/bin/Debug/net7.0/DigitalData.UserManager.Domain.pdb
-/DigitalData.UserManager.Application/obj/Debug/net7.0/DigitalData.UserManager.Application.csproj.FileListAbsolute.txt
-/DigitalData.UserManager.Domain/bin/Debug/net7.0/DigitalData.UserManager.Domain.dll
-/DigitalData.UserManager.Domain/bin/Debug/net7.0/DigitalData.UserManager.Domain.pdb
-/DigitalData.UserManager.API/obj/Debug/net7.0/apphost.exe
-/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.API.exe
-/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.Domain.dll
-/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.Domain.pdb
-/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Configuration.Binder.dll
-/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Abstractions.dll
-/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.JsonWebTokens.dll
-/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Logging.dll
-/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Tokens.dll
-/DigitalData.UserManager.API/bin/Debug/net7.0/System.IdentityModel.Tokens.Jwt.dll
-/DigitalData.UserManager.API/obj/DigitalData.UserManager.API.csproj.nuget.g.targets
-/DigitalData.UserManager.Infrastructure/obj/DigitalData.UserManager.Infrastructure.csproj.nuget.g.targets
-/DigitalData.UserManager.DTO/obj/
-/DigitalData.UserManager.NgWebUI/ClientApp/.angular/cache/
-/DigitalData.UserManager.API/obj/Debug/net7.0/staticwebassets.build.json
-/DigitalData.UserManager.API/Properties/PublishProfiles/IISProfile.pubxml.user
+
\ No newline at end of file
diff --git a/.vs/DigitalData.UserManager/config/applicationhost.config b/.vs/DigitalData.UserManager/config/applicationhost.config
deleted file mode 100644
index a369b95..0000000
--- a/.vs/DigitalData.UserManager/config/applicationhost.config
+++ /dev/null
@@ -1,1026 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DigitalData.UserManager.API/DigitalData.UserManager.API.csproj.user b/DigitalData.UserManager.API/DigitalData.UserManager.API.csproj.user
deleted file mode 100644
index b22002c..0000000
--- a/DigitalData.UserManager.API/DigitalData.UserManager.API.csproj.user
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- https
- E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API\Properties\PublishProfiles\IISProfile.pubxml
-
-
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/Properties/PublishProfiles/FolderProfile.pubxml b/DigitalData.UserManager.API/Properties/PublishProfiles/FolderProfile.pubxml
deleted file mode 100644
index cee9a52..0000000
--- a/DigitalData.UserManager.API/Properties/PublishProfiles/FolderProfile.pubxml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- false
- false
- true
- Release
- Any CPU
- FileSystem
- bin\Release\net7.0\publish\
- FileSystem
- <_TargetId>Folder
-
-
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/Properties/PublishProfiles/FolderProfile.pubxml.user b/DigitalData.UserManager.API/Properties/PublishProfiles/FolderProfile.pubxml.user
deleted file mode 100644
index 1f7cc36..0000000
--- a/DigitalData.UserManager.API/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
- <_PublishTargetUrl>E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API\bin\Release\net7.0\publish\
- True|2024-03-20T09:20:43.9027435Z;
-
-
-
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/Properties/PublishProfiles/IISProfile.pubxml b/DigitalData.UserManager.API/Properties/PublishProfiles/IISProfile.pubxml
deleted file mode 100644
index ade79ab..0000000
--- a/DigitalData.UserManager.API/Properties/PublishProfiles/IISProfile.pubxml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
- Package
- Release
- Any CPU
-
- true
- false
- cb433736-c3fc-45fb-8a81-7660dd681498
- E:\TekH\Visual Studio\src\WebUserManager.API\DigitalData.UserManager.API.zip
- true
- WebUserManager.API
- <_TargetId>IISWebDeployPackage
-
-
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/Properties/launchSettings.json b/DigitalData.UserManager.API/Properties/launchSettings.json
deleted file mode 100644
index 9fcf213..0000000
--- a/DigitalData.UserManager.API/Properties/launchSettings.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/launchsettings.json",
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:8163",
- "sslPort": 44326
- }
- },
- "profiles": {
- "http": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "launchUrl": "swagger",
- "applicationUrl": "http://localhost:5009",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "https": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "launchUrl": "swagger",
- "applicationUrl": "https://localhost:7202;http://localhost:5009",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "launchUrl": "swagger",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
-}
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/AutoMapper.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/AutoMapper.dll
deleted file mode 100644
index b8e01b0..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/AutoMapper.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Azure.Core.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Azure.Core.dll
deleted file mode 100644
index 7a2ceec..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Azure.Core.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Azure.Identity.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Azure.Identity.dll
deleted file mode 100644
index 3508843..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Azure.Identity.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.API.runtimeconfig.json b/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.API.runtimeconfig.json
deleted file mode 100644
index 6ab2188..0000000
--- a/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.API.runtimeconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net7.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "7.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "7.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Reflection.NullabilityInfoContext.IsSupported": true,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.API.staticwebassets.runtime.json b/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.API.staticwebassets.runtime.json
deleted file mode 100644
index 1792c5b..0000000
--- a/DigitalData.UserManager.API/bin/Debug/net7.0/DigitalData.UserManager.API.staticwebassets.runtime.json
+++ /dev/null
@@ -1 +0,0 @@
-{"ContentRoots":["E:\\TekH\\Visual Studio\\WebUserManager\\DigitalData.UserManager.API\\wwwroot\\"],"Root":{"Children":{"3rdpartylicenses.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"3rdpartylicenses.txt"},"Patterns":null},"assets":{"Children":{"img":{"Children":{"DD_white.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/DD_white.svg"},"Patterns":null},"digital_data.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/digital_data.svg"},"Patterns":null},"digital_data_red_BG.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/digital_data_red_BG.svg"},"Patterns":null},"group.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/group.svg"},"Patterns":null},"Huhn_andersrum.webp":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/Huhn_andersrum.webp"},"Patterns":null},"login_logo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/login_logo.svg"},"Patterns":null},"mode_logo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/mode_logo.svg"},"Patterns":null},"thema_bttn.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/thema_bttn.svg"},"Patterns":null},"user-plus-svgrepo-com.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/user-plus-svgrepo-com.svg"},"Patterns":null},"user.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"assets/img/user.svg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"main.ea7a0cf9ceb51408.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"main.ea7a0cf9ceb51408.js"},"Patterns":null},"polyfills.4459b3a7f3a4ffe9.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"polyfills.4459b3a7f3a4ffe9.js"},"Patterns":null},"runtime.55b23fdce3af31a4.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"runtime.55b23fdce3af31a4.js"},"Patterns":null},"scripts.1ac6d0d02f230370.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"scripts.1ac6d0d02f230370.js"},"Patterns":null},"styles.dc186e57c95e01b2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"styles.dc186e57c95e01b2.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Humanizer.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Humanizer.dll
deleted file mode 100644
index c9a7ef8..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Humanizer.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
deleted file mode 100644
index b2cecde..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.AspNetCore.OpenApi.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.AspNetCore.OpenApi.dll
deleted file mode 100644
index 96ad485..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.AspNetCore.OpenApi.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Bcl.AsyncInterfaces.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index a5b7ff9..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Data.SqlClient.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Data.SqlClient.dll
deleted file mode 100644
index cc62e64..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Data.SqlClient.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Abstractions.dll
deleted file mode 100644
index 60595f4..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Design.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Design.dll
deleted file mode 100644
index 53e77cf..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Design.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Relational.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Relational.dll
deleted file mode 100644
index 8ff1431..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.SqlServer.dll
deleted file mode 100644
index dc26840..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.dll
deleted file mode 100644
index ecc1aac..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.DependencyModel.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.DependencyModel.dll
deleted file mode 100644
index c4fe0b9..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.DependencyModel.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Hosting.WindowsServices.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Hosting.WindowsServices.dll
deleted file mode 100644
index 483c26b..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Hosting.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Hosting.dll
deleted file mode 100644
index 6574b85..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Hosting.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Logging.Abstractions.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index ce5184b..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Options.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Options.dll
deleted file mode 100644
index 09a4ad5..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Identity.Client.Extensions.Msal.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Identity.Client.Extensions.Msal.dll
deleted file mode 100644
index 04be9fc..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Identity.Client.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Identity.Client.dll
deleted file mode 100644
index 5e06934..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Identity.Client.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100644
index da3da51..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Protocols.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100644
index 68bc57c..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.OpenApi.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.OpenApi.dll
deleted file mode 100644
index 1e0998d..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.SqlServer.Server.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.SqlServer.Server.dll
deleted file mode 100644
index ddeaa86..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.SqlServer.Server.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 4f50adb..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Mono.TextTemplating.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Mono.TextTemplating.dll
deleted file mode 100644
index d5a4b3c..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Mono.TextTemplating.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.Extensions.Logging.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.Extensions.Logging.dll
deleted file mode 100644
index eb78f22..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.Extensions.Logging.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.Web.AspNetCore.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.Web.AspNetCore.dll
deleted file mode 100644
index b37b767..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.Web.AspNetCore.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.dll
deleted file mode 100644
index eee8479..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/NLog.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.Swagger.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index e9b8cf7..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 68e38a2..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 9c52aed..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.CodeDom.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.CodeDom.dll
deleted file mode 100644
index 3128b6a..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.CodeDom.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Configuration.ConfigurationManager.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.Configuration.ConfigurationManager.dll
deleted file mode 100644
index e610807..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Configuration.ConfigurationManager.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.AccountManagement.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.AccountManagement.dll
deleted file mode 100644
index 52fd84f..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.AccountManagement.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.Protocols.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index 4d2da59..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.dll
deleted file mode 100644
index 1d2b5f4..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.DirectoryServices.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Drawing.Common.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.Drawing.Common.dll
deleted file mode 100644
index 310d5e8..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Memory.Data.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.Memory.Data.dll
deleted file mode 100644
index 6f2a3e0..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Memory.Data.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Runtime.Caching.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.Runtime.Caching.dll
deleted file mode 100644
index 14826eb..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Runtime.Caching.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Security.Cryptography.ProtectedData.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100644
index 93e0dd0..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Security.Permissions.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.Security.Permissions.dll
deleted file mode 100644
index 9d8e76c..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Security.Permissions.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.ServiceProcess.ServiceController.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.ServiceProcess.ServiceController.dll
deleted file mode 100644
index 39a8faa..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.ServiceProcess.ServiceController.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Windows.Extensions.dll b/DigitalData.UserManager.API/bin/Debug/net7.0/System.Windows.Extensions.dll
deleted file mode 100644
index 23a5f31..0000000
Binary files a/DigitalData.UserManager.API/bin/Debug/net7.0/System.Windows.Extensions.dll and /dev/null differ
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.Development.json b/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.Development.json
deleted file mode 100644
index 550c8b9..0000000
--- a/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.Development.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "ConnectionStrings": {
- "DD_ECM_Connection": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;"
- },
- "AllowedOrigins": [ "http://localhost:4200" ],
- "Jwt": {
- "Key": "pJBcBWZSjsWlhi1OlCcw6ERTMRNb7qsdvsfvdfbagdfbdfsSDGSDMhsjkfdhsdfbgkHKSDF",
- "Issuer": "http://localhost:44316",
- "Audience": "http://localhost:44316"
- }
-}
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.json b/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.json
deleted file mode 100644
index f9c56b4..0000000
--- a/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "ConnectionStrings": {
- "DD_ECM_Connection": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;"
- },
- "AllowedOrigins": [ "http://172.24.12.39:85", "http://localhost:85", "http://localhost:4200", "http://localhost:5500", "https://localhost:7202" ],
- "UseSwagger": true,
- "RunAsWindowsService": false,
- "DirectorySearchOptions": {
- "ServerName": "DD-VMP01-DC01",
- "Root": "DC=dd-gan,DC=local,DC=digitaldata,DC=works",
- "UserCacheExpirationDays": 1,
- "CustomSearchFilters": {
- "User": "(&(objectClass=user)(sAMAccountName=*))",
- "Group": "(&(objectClass=group) (samAccountName=*))"
- }
- },
- "Jwt": {
- "Key": "pJBcBWZSjsWlhi1OlCcw6ERTMRNb7qsdvsfvdfbagdfbdfsSDGSDMhsjkfdhsdfbgkHKSDF",
- "Issuer": "http://localhost:44316",
- "Audience": "http://localhost:44316"
- },
- "NLog": {
- "throwConfigExceptions": true,
- "targets": {
- "logfile": {
- "type": "File",
- "fileName": "E:/WebUserManager/logs/${shortdate}.log"
- },
- "logconsole": {
- "type": "Console"
- }
- },
- "rules": [
- {
- "logger": "*",
- "minLevel": "Debug",
- "writeTo": "logfile,logconsole"
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-15.log b/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-15.log
deleted file mode 100644
index d2fc350..0000000
--- a/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-15.log
+++ /dev/null
@@ -1,8949 +0,0 @@
-2024-03-15 10:24:33.0989|DEBUG|Program|init main
-2024-03-15 10:24:40.5859|INFO|Program|Default LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 10:24:41.0247|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-15 10:24:41.1333|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 10:24:41.1824|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-15 10:24:41.1824|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-15 10:24:41.2018|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 10:24:41.2155|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-15 10:24:41.2155|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-15 10:24:41.2155|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 10:24:41.2155|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-15 10:24:41.2271|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 10:24:41.2271|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 10:24:41.2271|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 10:24:41.2271|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 10:24:41.4433|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 10:24:41.4433|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 10:24:41.4433|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 10:24:41.4433|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 10:24:41.4433|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 10:24:41.4433|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 10:24:41.4433|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 10:24:41.4433|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 10:24:41.4433|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 10:24:41.6387|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24Q6V9JSNK" received FIN.
-2024-03-15 10:24:41.6387|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24Q6V9JSNL" received FIN.
-2024-03-15 10:24:41.6468|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNK" accepted.
-2024-03-15 10:24:41.6468|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNL" accepted.
-2024-03-15 10:24:41.6468|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNK" started.
-2024-03-15 10:24:41.6468|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNL" started.
-2024-03-15 10:24:41.6732|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-15 10:24:41.6732|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-15 10:24:41.7184|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNK" stopped.
-2024-03-15 10:24:41.7184|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNL" stopped.
-2024-03-15 10:24:41.7184|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24Q6V9JSNK" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 10:24:41.7184|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24Q6V9JSNL" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 10:24:41.9157|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNM" accepted.
-2024-03-15 10:24:41.9157|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24Q6V9JSNM" started.
-2024-03-15 10:24:41.9814|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24Q6V9JSNM established using the following protocol: Tls12
-2024-03-15 10:24:42.0722|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 10:24:42.1046|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 10:24:42.2582|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 10:24:42.3855|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 10:24:42.3855|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 320.5524ms
-2024-03-15 10:24:42.4121|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 10:24:42.4121|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 10:24:42.4390|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 26.1784ms
-2024-03-15 10:24:42.4868|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 74.6500ms
-2024-03-15 10:24:42.8391|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 10:24:43.0409|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 201.7838ms
-2024-03-15 10:24:53.9927|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group - -
-2024-03-15 10:24:53.9927|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:24:54.0333|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:24:54.0361|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-15 10:24:54.0361|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:24:54.0541|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:24:54.0541|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:24:54.0825|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-15 10:24:54.0825|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:24:54.0825|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:24:54.0825|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:24:54.0825|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:24:54.0825|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:24:54.0825|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:24:55.0027|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 10:24:55.8485|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:24:55.8485|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:24:55.8733|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:24:55.8733|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name '' in request data ...
-2024-03-15 10:24:55.8733|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'propName' of type 'System.String'.
-2024-03-15 10:24:55.8733|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:24:55.8733|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:24:55.8733|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:24:55.8802|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:24:56.1340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:24:56.1340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:24:56.1340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:24:56.1340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:24:56.1340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:24:56.1340|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.DirectoryServices.ResultPropertyCollection, System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
-2024-03-15 10:24:56.1776|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 2087.9009ms
-2024-03-15 10:24:56.1776|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:24:56.1776|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:24:56.1776|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group - - - 200 - application/json;+charset=utf-8 2193.6656ms
-2024-03-15 10:25:08.3237|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=samaccount - -
-2024-03-15 10:25:08.3237|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:25:08.3237|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:25:08.3237|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-15 10:25:08.3237|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:08.3322|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:25:08.3322|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:08.3322|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-15 10:25:08.3322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:25:08.3322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:25:08.3322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:25:08.3322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:25:08.3322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:25:08.3322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:08.4117|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:25:08.4117|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:08.4117|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:08.4117|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-15 10:25:08.4117|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:08.4117|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:08.4117|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:08.4117|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:08.6040|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:25:08.6040|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:25:08.6040|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:25:08.6040|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:25:08.6040|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:25:08.6040|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-15 10:25:08.6040|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 272.5232ms
-2024-03-15 10:25:08.6040|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:08.6040|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:25:08.6123|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=samaccount - - - 200 - application/json;+charset=utf-8 288.5876ms
-2024-03-15 10:25:15.1407|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=sammaccount - -
-2024-03-15 10:25:15.1407|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:25:15.1407|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:25:15.1444|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-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:25:15.1444|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:15.1444|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-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:25:15.1444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:15.1748|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:25:15.1748|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:15.1748|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:15.1748|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-15 10:25:15.1748|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:15.1748|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:15.1748|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:15.1748|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:15.3344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:25:15.3344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:25:15.3344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:25:15.3344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:25:15.3344|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:25:15.3344|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-15 10:25:15.3344|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 185.5097ms
-2024-03-15 10:25:15.3344|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:15.3344|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:25:15.3344|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=sammaccount - - - 200 - application/json;+charset=utf-8 198.8704ms
-2024-03-15 10:25:16.8644|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=sammaccount - -
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:25:16.8644|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-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:25:16.8644|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:16.8644|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-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:16.8644|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-15 10:25:16.8644|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:16.8778|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:16.8778|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:16.8778|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:17.0388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:25:17.0388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:25:17.0388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:25:17.0388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:25:17.0388|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:25:17.0388|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-15 10:25:17.0388|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 170.0636ms
-2024-03-15 10:25:17.0388|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:17.0388|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:25:17.0388|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=sammaccount - - - 200 - application/json;+charset=utf-8 180.2749ms
-2024-03-15 10:25:18.8679|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group - -
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:25:18.8679|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-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:25:18.8679|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:18.8679|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-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:25:18.8679|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:18.8776|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:18.8776|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name '' in request data ...
-2024-03-15 10:25:18.8776|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:18.8776|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:18.8776|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:18.8776|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:18.8776|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:19.0412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:25:19.0412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:25:19.0412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:25:19.0412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:25:19.0412|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:25:19.0412|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.DirectoryServices.ResultPropertyCollection, System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
-2024-03-15 10:25:19.0872|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 211.7886ms
-2024-03-15 10:25:19.0872|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:19.0872|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:25:19.0872|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group - - - 200 - application/json;+charset=utf-8 220.9976ms
-2024-03-15 10:25:29.7443|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=samaccountname - -
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:25:29.7443|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-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:25:29.7443|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:29.7443|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-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:25:29.7443|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:29.7514|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:25:29.7514|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:25:29.7514|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:29.7514|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-15 10:25:29.7514|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:29.7514|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:29.7514|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:25:29.7514|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:25:29.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-15 10:25:29.9249|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:25:29.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-15 10:25:29.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-15 10:25:29.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-15 10:25:29.9249|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-15 10:25:29.9249|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 178.2039ms
-2024-03-15 10:25:29.9249|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:25:29.9249|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:25:29.9249|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.2321ms
-2024-03-15 10:51:58.4755|DEBUG|Program|init main
-2024-03-15 10:51:58.8817|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 10:51:59.8331|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-15 10:51:59.9448|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 10:51:59.9930|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-15 10:51:59.9930|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-15 10:52:00.0111|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 10:52:00.0277|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-15 10:52:00.0277|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-15 10:52:00.0345|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 10:52:00.0345|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-15 10:52:00.0345|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 10:52:00.0345|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 10:52:00.0345|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 10:52:00.0345|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 10:52:00.2694|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 10:52:00.2694|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 10:52:00.2694|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 10:52:00.2694|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 10:52:00.2694|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 10:52:00.2694|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 10:52:00.2694|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 10:52:00.2694|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 10:52:00.2694|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 10:52:00.5150|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24QM7N5ADG" received FIN.
-2024-03-15 10:52:00.5217|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24QM7N5ADG" accepted.
-2024-03-15 10:52:00.5217|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24QM7N5ADG" started.
-2024-03-15 10:52:00.5495|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-15 10:52:00.5980|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24QM7N5ADG" stopped.
-2024-03-15 10:52:00.5980|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24QM7N5ADG" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 10:52:00.7333|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24QM7N5ADH" accepted.
-2024-03-15 10:52:00.7333|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24QM7N5ADH" started.
-2024-03-15 10:52:00.7972|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24QM7N5ADH established using the following protocol: Tls12
-2024-03-15 10:52:00.8857|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 10:52:00.9186|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 10:52:01.0670|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 10:52:01.1988|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 10:52:01.2050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 10:52:01.2050|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 319.4376ms
-2024-03-15 10:52:01.2247|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 10:52:01.2247|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 19.8645ms
-2024-03-15 10:52:01.2859|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 61.2501ms
-2024-03-15 10:52:01.4728|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 10:52:01.6943|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 221.4883ms
-2024-03-15 10:52:08.9351|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group - -
-2024-03-15 10:52:08.9394|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:52:08.9731|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:52:08.9731|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-15 10:52:08.9731|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:52:08.9908|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:52:08.9908|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:52:09.0135|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-15 10:52:09.0135|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:52:09.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:52:09.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:52:09.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:52:09.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:52:09.0157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:09.1948|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
-2024-03-15 10:52:09.9025|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 10:52:10.7461|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:52:10.7551|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:10.7711|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:52:10.7711|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name '' in request data ...
-2024-03-15 10:52:10.7711|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'propName' of type 'System.String'.
-2024-03-15 10:52:10.7711|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:52:10.7711|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:52:10.7711|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:52:10.7711|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:52:11.0305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:52:11.0340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:52:11.0340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:52:11.0340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:52:11.0340|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:52:11.0340|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.DirectoryServices.ResultPropertyCollection, System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
-2024-03-15 10:52:11.0696|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 2049.3087ms
-2024-03-15 10:52:11.0696|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:52:11.0696|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:52:11.0796|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group - - - 200 - application/json;+charset=utf-8 2144.8415ms
-2024-03-15 10:52:18.0342|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=samaccountname - -
-2024-03-15 10:52:18.0342|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:52:18.0342|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 10:52:18.0342|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-15 10:52:18.0342|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:52:18.0342|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:52:18.0342|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:52:18.0342|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-15 10:52:18.0476|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:52:18.0476|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:52:18.0476|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:52:18.0476|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:52:18.0476|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:52:18.0476|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:18.0476|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
-2024-03-15 10:52:18.1216|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:52:18.1216|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:18.1271|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 10:52:18.1271|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-15 10:52:18.1271|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:52:18.1271|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 10:52:18.1271|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 10:52:18.1271|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 10:52:18.2984|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:52:18.2984|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:52:18.2984|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:52:18.2984|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:52:18.2984|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:52:18.2984|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-15 10:52:18.2984|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 255.2915ms
-2024-03-15 10:52:18.2984|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 10:52:18.2984|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:52:18.2984|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 273.0692ms
-2024-03-15 10:52:25.1376|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/User?groupName=samaccountname - -
-2024-03-15 10:52:25.1376|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:52:25.1376|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/User'
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)' with route pattern 'api/Directory/User' is valid for the request path '/api/Directory/User'
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:52:25.1399|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 10:52:25.1399|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetUserByGroupName", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetUserByGroupName(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:52:25.1399|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:25.1399|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
-2024-03-15 10:52:25.1688|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:52:25.1688|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:25.1688|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'groupName' of type 'System.String' ...
-2024-03-15 10:52:25.1710|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'groupName' of type 'System.String' using the name 'groupName' in request data ...
-2024-03-15 10:52:25.1710|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'groupName' of type 'System.String'.
-2024-03-15 10:52:25.1710|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'groupName' of type 'System.String'.
-2024-03-15 10:52:25.1710|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'groupName' of type 'System.String' ...
-2024-03-15 10:52:25.1894|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'groupName' of type 'System.String'.
-2024-03-15 10:52:25.5296|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:52:25.5296|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:52:25.5307|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:52:25.5307|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:52:25.5307|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:52:25.5307|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.UserPrincipalReadDto, 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-15 10:52:25.5307|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API) in 383.6085ms
-2024-03-15 10:52:25.5307|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 10:52:25.5307|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:52:25.5307|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/User?groupName=samaccountname - - - 200 - application/json;+charset=utf-8 397.1488ms
-2024-03-15 10:52:45.9633|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/User?groupName=DD-GmbH%20-%20Geschaeftsprozesse - -
-2024-03-15 10:52:45.9633|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 10:52:45.9633|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/User'
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)' with route pattern 'api/Directory/User' is valid for the request path '/api/Directory/User'
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 10:52:45.9665|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 10:52:45.9665|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetUserByGroupName", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetUserByGroupName(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:45.9665|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'groupName' of type 'System.String' ...
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'groupName' of type 'System.String' using the name 'groupName' in request data ...
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'groupName' of type 'System.String'.
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'groupName' of type 'System.String'.
-2024-03-15 10:52:45.9665|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'groupName' of type 'System.String' ...
-2024-03-15 10:52:45.9820|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'groupName' of type 'System.String'.
-2024-03-15 10:52:46.1081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 10:52:46.1081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 10:52:46.1081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 10:52:46.1081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 10:52:46.1081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 10:52:46.1081|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.UserPrincipalReadDto, 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-15 10:52:46.1081|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API) in 150.429ms
-2024-03-15 10:52:46.1227|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 10:52:46.1227|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 10:52:46.1227|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/User?groupName=DD-GmbH%20-%20Geschaeftsprozesse - - - 200 - application/json;+charset=utf-8 160.5268ms
-2024-03-15 11:23:43.7309|DEBUG|Program|init main
-2024-03-15 11:23:44.2242|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 11:23:44.7533|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-15 11:23:44.8802|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 11:23:44.9285|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-15 11:23:44.9363|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-15 11:23:44.9535|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 11:23:44.9700|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-15 11:23:44.9700|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-15 11:23:44.9700|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 11:23:44.9779|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-15 11:23:44.9779|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 11:23:44.9779|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 11:23:44.9779|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 11:23:44.9779|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 11:23:45.1995|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 11:23:45.1995|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 11:23:45.1995|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 11:23:45.1995|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 11:23:45.1995|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 11:23:45.1995|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 11:23:45.1995|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 11:23:45.1995|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 11:23:45.1995|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 11:23:45.5775|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THF" accepted.
-2024-03-15 11:23:45.5775|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THG" accepted.
-2024-03-15 11:23:45.5775|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THG" started.
-2024-03-15 11:23:45.5775|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THF" started.
-2024-03-15 11:23:45.6111|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R7VF7THF" received FIN.
-2024-03-15 11:23:45.6111|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R7VF7THG" received FIN.
-2024-03-15 11:23:45.7101|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-15 11:23:45.7101|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-15 11:23:45.7604|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THG" stopped.
-2024-03-15 11:23:45.7604|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THF" stopped.
-2024-03-15 11:23:45.7604|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R7VF7THF" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:23:45.7604|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R7VF7THG" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:23:46.7771|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THH" accepted.
-2024-03-15 11:23:46.8170|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THH" started.
-2024-03-15 11:23:46.9558|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24R7VF7THH established using the following protocol: Tls12
-2024-03-15 11:23:47.1884|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 11:23:47.2291|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 11:23:47.4187|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 11:23:47.5530|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 11:23:47.5530|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 372.2515ms
-2024-03-15 11:23:47.5780|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 11:23:47.5779|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 11:23:47.6064|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.3331ms
-2024-03-15 11:23:47.6570|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 78.9393ms
-2024-03-15 11:23:47.8564|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 11:23:48.0691|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 212.7410ms
-2024-03-15 11:23:49.4420|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R7VF7THH" received FIN.
-2024-03-15 11:23:49.4420|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|The connection queue processing loop for 0HN24R7VF7THH completed.
-2024-03-15 11:23:49.4420|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|Connection id "0HN24R7VF7THH" is closed. The last processed stream ID was 7.
-2024-03-15 11:23:49.4420|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R7VF7THH" sending FIN because: "The client closed the connection."
-2024-03-15 11:23:49.4572|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R7VF7THH" stopped.
-2024-03-15 11:25:22.1681|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Config reload token fired. Checking for changes...
-2024-03-15 11:25:22.4337|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Config reload token fired. Checking for changes...
-2024-03-15 11:25:57.7718|DEBUG|Program|init main
-2024-03-15 11:25:58.2802|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 11:25:58.7358|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-15 11:25:58.8429|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 11:25:58.8904|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-15 11:25:58.8904|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-15 11:25:58.9096|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 11:25:58.9096|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-15 11:25:58.9248|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-15 11:25:58.9248|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 11:25:58.9248|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-15 11:25:58.9248|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 11:25:58.9248|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 11:25:58.9248|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 11:25:58.9248|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 11:25:59.1329|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 11:25:59.1329|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 11:25:59.1329|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 11:25:59.1329|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 11:25:59.1329|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 11:25:59.1329|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 11:25:59.1329|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 11:25:59.1329|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 11:25:59.1329|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 11:25:59.6029|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH66" accepted.
-2024-03-15 11:25:59.6029|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH66" started.
-2024-03-15 11:25:59.6080|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH67" accepted.
-2024-03-15 11:25:59.6080|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH67" started.
-2024-03-15 11:25:59.6331|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R97DDH66" received FIN.
-2024-03-15 11:25:59.6331|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R97DDH67" received FIN.
-2024-03-15 11:25:59.6504|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-15 11:25:59.6504|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-15 11:25:59.6889|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH66" stopped.
-2024-03-15 11:25:59.6889|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH67" stopped.
-2024-03-15 11:25:59.6889|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R97DDH66" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:25:59.6889|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R97DDH67" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:26:00.4129|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH68" accepted.
-2024-03-15 11:26:00.4199|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH68" started.
-2024-03-15 11:26:00.5988|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24R97DDH68 established using the following protocol: Tls12
-2024-03-15 11:26:00.8115|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 11:26:00.8608|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 11:26:01.0180|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 11:26:01.1319|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 11:26:01.1319|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 329.6941ms
-2024-03-15 11:26:01.2296|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 11:26:01.2296|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 11:26:01.2473|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 17.4165ms
-2024-03-15 11:26:01.3015|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 71.9320ms
-2024-03-15 11:26:01.4703|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 11:26:01.7552|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 284.8796ms
-2024-03-15 11:26:02.7539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R97DDH68" received FIN.
-2024-03-15 11:26:02.7539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|The connection queue processing loop for 0HN24R97DDH68 completed.
-2024-03-15 11:26:02.7606|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|Connection id "0HN24R97DDH68" is closed. The last processed stream ID was 7.
-2024-03-15 11:26:02.7606|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24R97DDH68" sending FIN because: "The client closed the connection."
-2024-03-15 11:26:02.7606|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH68" stopped.
-2024-03-15 11:26:51.7049|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH69" accepted.
-2024-03-15 11:26:51.7049|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH69" started.
-2024-03-15 11:26:51.7140|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24R97DDH69 established using the following protocol: Tls12
-2024-03-15 11:26:51.7140|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55
-2024-03-15 11:26:51.7140|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'https://localhost:7202'.
-2024-03-15 11:26:51.7140|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution failed.
-2024-03-15 11:26:51.7140|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|Request origin https://localhost:7202 does not have permission to access the resource.
-2024-03-15 11:26:51.7140|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 11:26:51.7607|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/login'
-2024-03-15 11:26:51.7607|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-15 11:26:51.7607|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:26:51.7784|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:26:51.7784|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:26:51.8077|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-15 11:26:51.8077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:26:51.8077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:26:51.8077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 11:26:51.8077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:26:51.8077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 11:26:51.8077|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:26:51.9770|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 11:26:52.7851|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 11:26:52.9770|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:26:52.9914|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:26:52.9914|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-15 11:26:52.9914|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 11:26:52.9914|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24R97DDH69", Request id "0HN24R97DDH69:00000001": started reading request body.
-2024-03-15 11:26:52.9914|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24R97DDH69", Request id "0HN24R97DDH69:00000001": done reading request body.
-2024-03-15 11:26:53.0090|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 11:26:53.0090|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:26:53.0090|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:26:53.0090|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:26:53.0225|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:26:53.4125|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 11:26:53.5284|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 11:26:53.5284|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 11:26:53.7300|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- False,
- True
-)'
-2024-03-15 11:26:53.7779|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:26:53.7779|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:26:53.8059|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (22ms).
-2024-03-15 11:26:53.8059|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (34ms).
-2024-03-15 11:26:53.8059|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 11:26:53.8059|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.5174|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.5270|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-15 11:26:54.5786|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-15 11:26:54.6278|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.6835|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.6835|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7191|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7191|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7471|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.7715|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 201ms reading results.
-2024-03-15 11:26:54.7910|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.7910|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (7ms).
-2024-03-15 11:26:54.8087|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 11:26:54.8282|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- False,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 11:26:54.8282|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:26:54.8282|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:26:54.8421|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 11:26:54.8421|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.8421|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.8421|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-15 11:26:54.9235|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (79ms) [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-15 11:26:54.9235|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.9235|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-15 11:26:54.9235|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.9235|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:26:54.9633|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 11:26:54.9633|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:26:54.9721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:26:54.9721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:26:54.9721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:26:54.9721|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:26:54.9721|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 11:26:54.9721|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 3169.2293ms
-2024-03-15 11:26:54.9721|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:26:54.9892|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:26:54.9935|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:26:54.9935|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 11:26:54.9935|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55 - 200 - application/json;+charset=utf-8 3272.1843ms
-2024-03-15 11:27:30.5532|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH6A" accepted.
-2024-03-15 11:27:30.5532|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH6A" started.
-2024-03-15 11:27:30.5532|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24R97DDH6A established using the following protocol: Tls12
-2024-03-15 11:27:30.5532|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - -
-2024-03-15 11:27:30.5532|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:27:30.5532|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:27:30.5532|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/directory/Group'
-2024-03-15 11:27:30.5688|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-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:27:30.5688|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 11:27:30.5688|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-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 11:27:30.5688|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 11:27:30.5688|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
-2024-03-15 11:27:30.6521|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 11:27:30.6521|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 11:27:30.6521|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 11:27:30.6521|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-15 11:27:30.6521|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 11:27:30.6521|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 11:27:30.6521|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 11:27:30.6623|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 11:27:30.9261|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:27:30.9261|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:27:30.9275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:27:30.9275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:27:30.9275|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:27:30.9275|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-15 11:27:30.9275|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 355.0274ms
-2024-03-15 11:27:30.9275|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 11:27:30.9275|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:27:30.9275|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/directory/Group?propName=samaccountname - - - 200 - application/json;+charset=utf-8 372.5104ms
-2024-03-15 11:28:47.4366|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH6B" accepted.
-2024-03-15 11:28:47.4366|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24R97DDH6B" started.
-2024-03-15 11:28:47.4488|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24R97DDH6B established using the following protocol: Tls12
-2024-03-15 11:28:47.4488|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 11:28:47.4488|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:28:47.4555|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 11:28:47.4555|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 9.6378ms
-2024-03-15 11:28:47.4555|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:28:47.4555|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 11:28:47.4555|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-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:28:47.4555|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:28:47.4555|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-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:28:47.4555|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 11:28:47.4711|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:28:47.4904|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-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24R97DDH6A", Request id "0HN24R97DDH6A:00000003": started reading request body.
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24R97DDH6A", Request id "0HN24R97DDH6A:00000003": done reading request body.
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:28:47.4904|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5117|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-15 11:28:47.5117|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [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-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5117|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5213|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 28ms reading results.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5375|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-15 11:28:47.5375|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-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5375|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-15 11:28:47.5375|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:28:47.5545|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:28:47.5545|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 11:28:47.5545|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 89.9214ms
-2024-03-15 11:28:47.5545|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:28:47.5545|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 11:28:47.5545|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 101.2260ms
-2024-03-15 11:29:23.2155|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 11:29:23.2155|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:29:23.2155|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:29:23.2155|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 11:29:23.2155|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.2080ms
-2024-03-15 11:29:23.2196|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:29:23.2196|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 11:29:23.2196|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-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:29:23.2196|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:29:23.2196|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-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:29:23.2196|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-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 11:29:23.2196|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24R97DDH6A", Request id "0HN24R97DDH6A:00000005": started reading request body.
-2024-03-15 11:29:23.2408|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24R97DDH6A", Request id "0HN24R97DDH6A:00000005": done reading request body.
-2024-03-15 11:29:23.2408|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 11:29:23.2495|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2647|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-15 11:29:23.2647|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [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-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2647|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 24ms reading results.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2885|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-15 11:29:23.2885|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-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2885|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-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:29:23.2885|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:29:23.2885|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:29:23.3042|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:29:23.3042|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 11:29:23.3042|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 76.5841ms
-2024-03-15 11:29:23.3042|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:29:23.3042|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:29:23.3042|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:29:23.3042|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 11:29:23.3042|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 88.0268ms
-2024-03-15 11:30:12.2401|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:30:12.2401|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:30:12.2401|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:30:12.2401|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-15 11:30:12.2401|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:30:12.2401|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 11:30:12.2401|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:30:12.2401|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-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:30:12.2470|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:30:12.2470|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-15 11:30:12.2470|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-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:30:12.2470|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-15 11:30:12.2470|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-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: None
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 11:30:12.2470|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- False,
- True
-)'
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- False,
- True
-)'
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (2ms).
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (3ms).
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (2ms).
-2024-03-15 11:30:12.2658|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.2782|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-15 11:30:12.2782|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-15 11:30:12.2782|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.2782|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
-SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
-FROM [dbo].[TBDD_MODULES] AS [t]
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.2979|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-15 11:30:12.2979|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-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.2979|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 32ms reading results.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (2ms).
-2024-03-15 11:30:12.3087|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 20ms reading results.
-2024-03-15 11:30:12.3244|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.3244|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:30:12.3429|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-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:30:12.3429|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-15 11:30:12.3429|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 94.7423ms
-2024-03-15 11:30:12.3429|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.3429|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 11:30:12.3429|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 114.3170ms
-2024-03-15 11:30:12.3669|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 109.8057ms
-2024-03-15 11:30:12.3669|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:30:12.3669|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:30:12.3669|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:30:12.3669|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 11:30:12.3669|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 128.0369ms
-2024-03-15 11:47:23.1322|DEBUG|Program|init main
-2024-03-15 11:47:23.7487|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 11:47:24.2645|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-15 11:47:24.4226|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 11:47:24.4804|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-15 11:47:24.4884|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-15 11:47:24.5044|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 11:47:24.5198|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-15 11:47:24.5198|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-15 11:47:24.5198|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 11:47:24.5198|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-15 11:47:24.5379|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 11:47:24.5379|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 11:47:24.5379|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 11:47:24.5379|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 11:47:24.8113|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 11:47:24.8181|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 11:47:24.8181|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 11:47:24.8181|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 11:47:24.8181|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 11:47:24.8181|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 11:47:24.8181|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 11:47:24.8181|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 11:47:24.8181|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 11:47:25.2970|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SM" accepted.
-2024-03-15 11:47:25.2987|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SM" started.
-2024-03-15 11:47:25.3155|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SN" accepted.
-2024-03-15 11:47:25.3155|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SN" started.
-2024-03-15 11:47:25.3416|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RL6IO7SM" received FIN.
-2024-03-15 11:47:25.3416|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RL6IO7SN" received FIN.
-2024-03-15 11:47:25.3514|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-15 11:47:25.3514|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-15 11:47:25.3976|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SN" stopped.
-2024-03-15 11:47:25.3976|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SM" stopped.
-2024-03-15 11:47:25.3976|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RL6IO7SM" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:47:25.3976|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RL6IO7SN" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:47:26.2383|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SO" accepted.
-2024-03-15 11:47:26.2383|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SO" started.
-2024-03-15 11:47:26.4910|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24RL6IO7SO established using the following protocol: Tls12
-2024-03-15 11:47:26.6092|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 11:47:26.6545|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 11:47:26.8452|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 11:47:26.9799|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 11:47:26.9842|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 376.5570ms
-2024-03-15 11:47:27.0305|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 11:47:27.0305|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 11:47:27.0516|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.0187ms
-2024-03-15 11:47:27.1430|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 112.4821ms
-2024-03-15 11:47:27.3194|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 11:47:27.5480|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 228.5776ms
-2024-03-15 11:47:28.7513|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RL6IO7SO" received FIN.
-2024-03-15 11:47:28.7513|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|The connection queue processing loop for 0HN24RL6IO7SO completed.
-2024-03-15 11:47:28.7513|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|Connection id "0HN24RL6IO7SO" is closed. The last processed stream ID was 7.
-2024-03-15 11:47:28.7513|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RL6IO7SO" sending FIN because: "The client closed the connection."
-2024-03-15 11:47:28.7680|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SO" stopped.
-2024-03-15 11:47:52.8128|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SP" accepted.
-2024-03-15 11:47:52.8180|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SP" started.
-2024-03-15 11:47:52.8180|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24RL6IO7SP established using the following protocol: Tls12
-2024-03-15 11:47:52.8363|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/User - -
-2024-03-15 11:47:52.8363|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:47:52.8815|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/User'
-2024-03-15 11:47:52.8848|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)' with route pattern 'api/Directory/User' is valid for the request path '/api/Directory/User'
-2024-03-15 11:47:52.8848|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 11:47:52.9003|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:47:52.9003|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 11:47:52.9229|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "GetUserByGroupName", controller = "Directory"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult GetUserByGroupName(System.String) on controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API).
-2024-03-15 11:47:52.9229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:47:52.9229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:47:52.9229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 11:47:52.9229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:47:52.9229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 11:47:52.9229|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 11:47:53.1016|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
-2024-03-15 11:47:53.2958|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 11:47:54.1302|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 11:47:54.1383|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 11:47:54.1534|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'groupName' of type 'System.String' ...
-2024-03-15 11:47:54.1534|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'groupName' of type 'System.String' using the name '' in request data ...
-2024-03-15 11:47:54.1534|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'groupName' of type 'System.String'.
-2024-03-15 11:47:54.1534|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'groupName' of type 'System.String'.
-2024-03-15 11:47:54.1534|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'groupName' of type 'System.String'.
-2024-03-15 11:47:54.1534|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'groupName' of type 'System.String' ...
-2024-03-15 11:47:54.1927|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'groupName' of type 'System.String'.
-2024-03-15 11:47:54.1927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:47:54.2018|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:47:54.2018|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:47:54.2018|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:47:54.2018|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:47:54.2018|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing BadRequestObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 11:47:54.2018|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API) in 1285.3291ms
-2024-03-15 11:47:54.2018|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetUserByGroupName (DigitalData.UserManager.API)'
-2024-03-15 11:47:54.2197|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:47:54.2197|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/User - - - 400 - application/json;+charset=utf-8 1386.7931ms
-2024-03-15 11:48:06.3369|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/User - -
-2024-03-15 11:48:06.3369|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:48:06.3528|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/User'
-2024-03-15 11:48:06.3528|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-15 11:48:06.3528|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:48:06.3528|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:48:06.3528|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:48:06.3702|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-15 11:48:06.3702|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:48:06.3702|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:48:06.3702|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-15 11:48:06.3702|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:48:06.3702|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 11:48:06.3702|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 11:48:06.4398|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 11:48:06.4398|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 11:48:06.5095|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 11:48:06.7120|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 11:48:06.7534|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:48:06.7534|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:48:06.7808|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (22ms).
-2024-03-15 11:48:06.7876|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (34ms).
-2024-03-15 11:48:06.7876|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (38ms).
-2024-03-15 11:48:06.7876|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:48:07.1095|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:48:07.1188|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-15 11:48:07.1710|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (53ms) [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-15 11:48:07.2363|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2791|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2827|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2880|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2880|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2880|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2880|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2880|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:48:07.2880|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:48:07.3030|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 125ms reading results.
-2024-03-15 11:48:07.3030|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:48:07.3030|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 11:48:07.3393|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:48:07.3393|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:48:07.3393|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:48:07.3393|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:48:07.3393|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:48:07.3393|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-15 11:48:07.3510|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 977.9867ms
-2024-03-15 11:48:07.3510|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:48:07.3510|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:48:07.3510|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:48:07.3510|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 11:48:07.3510|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/User - - - 200 - application/json;+charset=utf-8 1021.6915ms
-2024-03-15 11:49:39.2696|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SQ" accepted.
-2024-03-15 11:49:39.2696|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RL6IO7SQ" started.
-2024-03-15 11:49:39.2850|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24RL6IO7SQ established using the following protocol: Tls12
-2024-03-15 11:49:39.2850|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:49:39.2978|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 11:49:39.2978|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-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:49:39.2978|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:49:39.2978|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-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:49:39.2978|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-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 11:49:39.2978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:49:39.3328|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:49:39.3328|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-15 11:49:39.3480|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (7ms) [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-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3480|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:49:39.3579|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-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:49:39.3579|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-15 11:49:39.3579|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 57.2458ms
-2024-03-15 11:49:39.3579|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:49:39.3579|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 11:49:39.3579|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 80.5640ms
-2024-03-15 11:50:09.6543|DEBUG|Program|init main
-2024-03-15 11:50:10.2135|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 11:50:10.6939|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-15 11:50:10.8033|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 11:50:10.8499|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-15 11:50:10.8499|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-15 11:50:10.8855|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 11:50:10.9032|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-15 11:50:10.9096|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-15 11:50:10.9096|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 11:50:10.9096|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-15 11:50:10.9096|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 11:50:10.9096|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 11:50:10.9096|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 11:50:10.9096|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 11:50:11.1537|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 11:50:11.1695|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 11:50:11.1695|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 11:50:11.1695|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 11:50:11.1695|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 11:50:11.1695|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 11:50:11.1695|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 11:50:11.1695|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 11:50:11.1695|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 11:50:11.5480|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVF" accepted.
-2024-03-15 11:50:11.5480|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVF" started.
-2024-03-15 11:50:11.5670|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVG" accepted.
-2024-03-15 11:50:11.5670|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVG" started.
-2024-03-15 11:50:11.5838|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RMO47VVF" received FIN.
-2024-03-15 11:50:11.5838|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RMO47VVG" received FIN.
-2024-03-15 11:50:11.5838|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-15 11:50:11.5838|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-15 11:50:11.6355|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVF" stopped.
-2024-03-15 11:50:11.6355|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVG" stopped.
-2024-03-15 11:50:11.6355|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RMO47VVG" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:50:11.6355|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24RMO47VVF" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 11:50:11.8920|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVH" accepted.
-2024-03-15 11:50:11.8920|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVH" started.
-2024-03-15 11:50:11.9624|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24RMO47VVH established using the following protocol: Tls12
-2024-03-15 11:50:12.0931|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 11:50:12.1275|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 11:50:12.2859|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 11:50:12.3985|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 11:50:12.3985|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 315.0312ms
-2024-03-15 11:50:12.3985|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 11:50:12.4183|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 11:50:12.4234|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 14.6489ms
-2024-03-15 11:50:12.4835|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 65.1615ms
-2024-03-15 11:50:12.6571|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 11:50:12.9053|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 248.1606ms
-2024-03-15 11:50:23.5969|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVI" accepted.
-2024-03-15 11:50:23.5969|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVI" started.
-2024-03-15 11:50:23.6056|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24RMO47VVI established using the following protocol: Tls12
-2024-03-15 11:50:23.6056|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 11:50:23.6056|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:23.6056|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:23.6056|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:50:23.6487|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 11:50:23.6487|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-15 11:50:23.6533|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:50:23.6533|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:23.6761|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 11:50:23.6942|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 11:50:23.6942|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 88.5689ms
-2024-03-15 11:50:23.7023|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 11:50:23.7023|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:23.7023|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:23.7023|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:50:23.7023|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 11:50:23.7023|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:23.7023|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:23.7155|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:23.7155|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:23.7155|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 15.4450ms
-2024-03-15 11:50:27.2899|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVJ" accepted.
-2024-03-15 11:50:27.2899|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24RMO47VVJ" started.
-2024-03-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24RMO47VVJ established using the following protocol: Tls12
-2024-03-15 11:50:27.2975|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:27.2975|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 11:50:27.2975|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.4765ms
-2024-03-15 11:50:27.2975|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:27.2975|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 11:50:27.2975|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-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:50:27.2975|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:27.2975|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:50:27.3389|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-15 11:50:27.3389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:50:27.3389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:50:27.3389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 11:50:27.3389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:50:27.3389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 11:50:27.3389|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:50:27.5059|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 11:50:28.3517|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 11:50:28.5348|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:50:28.5348|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:50:28.5431|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-15 11:50:28.5431|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 11:50:28.5512|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24RMO47VVI", Request id "0HN24RMO47VVI:00000005": started reading request body.
-2024-03-15 11:50:28.5512|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24RMO47VVI", Request id "0HN24RMO47VVI:00000005": done reading request body.
-2024-03-15 11:50:28.5512|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 11:50:28.5512|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:50:28.5512|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:50:28.5512|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:50:28.5705|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:50:28.8749|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 11:50:28.9964|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 11:50:28.9964|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 11:50:29.2472|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 11:50:29.2958|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:50:29.2958|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:50:29.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (21ms).
-2024-03-15 11:50:29.3303|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (32ms).
-2024-03-15 11:50:29.3303|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 11:50:29.3303|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:29.6262|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:29.6262|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-15 11:50:29.6866|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (52ms) [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-15 11:50:29.7352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.7582|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 11:50:29.7582|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:29.7582|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:29.7582|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:50:29.7582|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 11:50:29.7582|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-15 11:50:29.7582|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:50:29.7626|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:29.7626|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 11:50:29.7626|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 11:50:29.7626|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 9.8617ms
-2024-03-15 11:50:29.8037|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8037|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8250|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 11:50:29.8250|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:29.8250|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:29.8250|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:50:29.8250|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 11:50:29.8250|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:29.8250|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:29.8250|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:29.8250|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:29.8250|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 4.3777ms
-2024-03-15 11:50:29.8456|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8456|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.8819|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:29.9010|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:29.9215|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 224ms reading results.
-2024-03-15 11:50:29.9215|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:29.9360|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (9ms).
-2024-03-15 11:50:29.9360|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 11:50:29.9740|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 11:50:29.9847|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:50:29.9847|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:50:29.9847|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (5ms).
-2024-03-15 11:50:29.9847|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:29.9847|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:29.9847|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-15 11:50:30.0237|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (31ms) [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-15 11:50:30.0237|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:30.0237|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-15 11:50:30.0237|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:30.0237|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:50:30.0510|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 11:50:30.0510|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:50:30.0510|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:50:30.0510|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:50:30.0510|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:50:30.0510|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:50:30.0510|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 11:50:30.0749|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2727.3992ms
-2024-03-15 11:50:30.0749|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:50:30.0749|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:50:30.0857|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:30.0857|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (2ms).
-2024-03-15 11:50:30.0857|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 2782.6231ms
-2024-03-15 11:50:43.1747|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 11:50:43.1747|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:43.1747|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:43.1747|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 11:50:43.1747|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 3.1678ms
-2024-03-15 11:50:43.1901|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:43.1901|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 11:50:43.1901|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-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:43.1901|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:50:43.1901|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-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 11:50:43.1901|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:50:43.2808|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-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24RMO47VVI", Request id "0HN24RMO47VVI:0000000B": started reading request body.
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24RMO47VVI", Request id "0HN24RMO47VVI:0000000B": done reading request body.
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 11:50:43.2808|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.2991|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-15 11:50:43.2991|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [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-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.2991|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3150|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 24ms reading results.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.3305|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-15 11:50:43.3305|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-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.3305|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-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 11:50:43.3305|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 11:50:43.3305|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 11:50:43.3305|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 146.3657ms
-2024-03-15 11:50:43.3305|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 11:50:43.3305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 11:50:43.3462|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 11:50:43.3462|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 156.8694ms
-2024-03-15 11:50:51.3461|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 11:50:51.3461|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:51.3461|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:51.3461|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:50:51.3461|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 11:50:51.3461|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-15 11:50:51.3461|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 11:50:51.3461|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:51.3461|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 11:50:51.3461|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 11:50:51.3461|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 7.8034ms
-2024-03-15 11:50:51.4627|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 11:50:51.4627|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 11:50:51.4640|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 11:50:51.4640|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 11:50:51.4640|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 11:50:51.4640|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:51.4640|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 11:50:51.4640|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:51.4640|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 11:50:51.4640|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 6.0171ms
-2024-03-15 12:08:37.0582|DEBUG|Program|init main
-2024-03-15 12:08:37.5790|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 12:08:38.0533|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-15 12:08:38.1912|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 12:08:38.2526|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-15 12:08:38.2526|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-15 12:08:38.2744|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 12:08:38.2868|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-15 12:08:38.2868|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-15 12:08:38.2868|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 12:08:38.2945|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-15 12:08:38.2945|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 12:08:38.2945|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 12:08:38.2945|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 12:08:38.2945|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 12:08:38.5614|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 12:08:38.5614|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 12:08:38.5614|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 12:08:38.5614|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 12:08:38.5614|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 12:08:38.5614|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 12:08:38.5614|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 12:08:38.5614|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 12:08:38.5614|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 12:08:39.0095|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBES" accepted.
-2024-03-15 12:08:39.0095|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBER" accepted.
-2024-03-15 12:08:39.0095|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBER" started.
-2024-03-15 12:08:39.0095|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBES" started.
-2024-03-15 12:08:39.0228|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S125QBES" received FIN.
-2024-03-15 12:08:39.0228|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S125QBER" received FIN.
-2024-03-15 12:08:39.0559|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-15 12:08:39.0559|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-15 12:08:39.0997|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBES" stopped.
-2024-03-15 12:08:39.0997|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBER" stopped.
-2024-03-15 12:08:39.0997|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S125QBER" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:08:39.0997|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S125QBES" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:08:39.3327|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBET" accepted.
-2024-03-15 12:08:39.3327|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBET" started.
-2024-03-15 12:08:39.4081|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24S125QBET established using the following protocol: Tls12
-2024-03-15 12:08:39.5055|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 12:08:39.5411|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 12:08:39.6961|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 12:08:39.8174|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 12:08:39.8240|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 321.5576ms
-2024-03-15 12:08:39.8373|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 12:08:39.8373|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 12:08:39.8373|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 9.7294ms
-2024-03-15 12:08:39.8917|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 54.3957ms
-2024-03-15 12:08:40.0666|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 12:08:40.2759|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 209.3100ms
-2024-03-15 12:08:49.0586|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBEU" accepted.
-2024-03-15 12:08:49.0586|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBEU" started.
-2024-03-15 12:08:49.0586|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24S125QBEU established using the following protocol: Tls12
-2024-03-15 12:08:49.0702|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-15 12:08:49.0702|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 12:08:49.0702|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:08:49.0702|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:08:49.0702|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:08:49.0702|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:08:49.0702|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:08:49.0702|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:08:49.1098|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 12:08:49.1098|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-15 12:08:49.1098|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-15 12:08:49.1098|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-15 12:08:49.1098|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:08:49.1098|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:08:49.1339|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:08:49.1339|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:08:49.1339|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:08:49.1339|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:08:49.1645|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-15 12:08:49.1645|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-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:08:49.1645|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-15 12:08:49.1645|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-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:08:49.1645|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:08:49.3626|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:08:49.3626|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:08:50.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-15 12:08:50.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-15 12:08:50.4375|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:08:50.4375|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:08:50.5129|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 12:08:50.5129|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 12:08:50.6986|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:08:50.6986|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:08:50.7384|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:08:50.7384|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:08:50.7384|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:08:50.7384|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:08:50.7657|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (21ms).
-2024-03-15 12:08:50.7657|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (21ms).
-2024-03-15 12:08:50.7657|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (34ms).
-2024-03-15 12:08:50.7657|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (34ms).
-2024-03-15 12:08:50.7657|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (40ms).
-2024-03-15 12:08:50.7657|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (40ms).
-2024-03-15 12:08:50.7817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:50.7817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.1433|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.1433|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.1578|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-15 12:08:51.1578|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-15 12:08:51.2133|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (57ms) [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-15 12:08:51.2133|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (61ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
-SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
-FROM [dbo].[TBDD_MODULES] AS [t]
-2024-03-15 12:08:51.2749|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.2749|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.2969|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.2969|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.2969|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.2969|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3022|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 112ms reading results.
-2024-03-15 12:08:51.3061|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 113ms reading results.
-2024-03-15 12:08:51.3393|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.3393|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.3393|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (8ms).
-2024-03-15 12:08:51.3393|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (8ms).
-2024-03-15 12:08:51.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-15 12:08:51.3897|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:08:51.3897|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:08:51.3897|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:08:51.3897|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:08:51.3897|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:08:51.3897|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:08:51.3897|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:08:51.4041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:08:51.4041|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:08:51.4041|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-15 12:08:51.4041|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-15 12:08:51.4345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 2255.8107ms
-2024-03-15 12:08:51.4345|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:08:51.4345|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:08:51.4345|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 2270.7883ms
-2024-03-15 12:08:51.4345|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:08:51.4345|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:08:51.4475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.4475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:51.4475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 12:08:51.4475|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 12:08:51.4475|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 2379.7713ms
-2024-03-15 12:08:51.4475|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 2380.8054ms
-2024-03-15 12:08:56.3811|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBEV" accepted.
-2024-03-15 12:08:56.3811|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S125QBEV" started.
-2024-03-15 12:08:56.3896|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24S125QBEV established using the following protocol: Tls12
-2024-03-15 12:08:56.3896|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 12:08:56.3896|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:08:56.3896|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:08:56.3896|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 12:08:56.3896|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.4909ms
-2024-03-15 12:08:56.3896|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 12:08:56.3896|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:08:56.3896|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:08:56.3896|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 12:08:56.4002|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:08:56.4002|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-15 12:08:56.4002|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:08:56.4002|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:08:56.4002|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:08:56.4206|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-15 12:08:56.4206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:08:56.4206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:08:56.4206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:08:56.4206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:08:56.4206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:08:56.4206|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:08:56.4945|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:08:56.4945|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:08:56.5105|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:08:56.5105|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-15 12:08:56.5105|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 12:08:56.5197|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24S125QBEU", Request id "0HN24S125QBEU:00000005": started reading request body.
-2024-03-15 12:08:56.5197|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24S125QBEU", Request id "0HN24S125QBEU:00000005": done reading request body.
-2024-03-15 12:08:56.5197|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 12:08:56.5197|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:08:56.5197|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:08:56.5197|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:08:56.5391|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:08:56.6260|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 12:08:56.6755|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 12:08:56.6755|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 12:08:56.7591|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:08:56.7697|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:08:56.7697|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:08:56.7697|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 12:08:56.7697|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 12:08:56.7697|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 12:08:56.7697|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.7697|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.7697|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-15 12:08:56.7697|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (8ms) [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-15 12:08:56.7868|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8095|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8095|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8242|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8242|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8475|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 89ms reading results.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.8608|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:08:56.8823|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 12:08:56.9035|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 12:08:56.9132|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:08:56.9132|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 12:08:56.9132|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:08:56.9132|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.9132|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.9219|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-15 12:08:56.9468|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (27ms) [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-15 12:08:56.9468|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.9468|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-15 12:08:56.9502|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.9502|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:08:56.9672|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 12:08:56.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-15 12:08:56.9672|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:08:56.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-15 12:08:56.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-15 12:08:56.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-15 12:08:56.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:08:56.9672|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 549.0835ms
-2024-03-15 12:08:56.9672|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:08:56.9672|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:08:56.9672|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:08:56.9672|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 12:08:56.9672|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 578.4883ms
-2024-03-15 12:09:01.0811|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:09:01.0811|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:01.0811|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:01.0811|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:01.0811|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:09:01.0811|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-15 12:09:01.0811|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:09:01.0811|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:01.0943|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:09:01.0943|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:09:01.0943|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 17.9209ms
-2024-03-15 12:09:01.2098|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:09:01.2098|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:01.2110|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:01.2110|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:01.2110|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:09:01.2110|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:01.2110|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:01.2110|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:01.2110|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:01.2110|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 5.6736ms
-2024-03-15 12:09:31.8856|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:31.8856|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-15 12:09:31.8856|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-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:09:31.8856|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:31.8856|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:09:31.8856|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:31.8856|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-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:09:31.8856|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-15 12:09:31.8856|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-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:09:31.8856|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:09:31.8969|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:09:31.8969|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-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:09:31.8969|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-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:09:31.8969|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-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (2ms).
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-15 12:09:31.8969|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-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.8969|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-15 12:09:31.8969|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|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-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|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-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9133|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|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-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 33.0564ms
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (6ms).
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 56.8034ms
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9282|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 29ms reading results.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:09:31.9442|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-15 12:09:31.9442|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 47.0788ms
-2024-03-15 12:09:31.9442|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:09:31.9442|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 12:09:31.9442|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 60.2172ms
-2024-03-15 12:09:34.9902|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=true - -
-2024-03-15 12:09:34.9902|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=false - -
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:34.9902|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:34.9902|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/ByModuleId/4'
-2024-03-15 12:09:34.9902|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-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/ByModuleId/4'
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:34.9902|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-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetByModuleId (DigitalData.UserManager.API)'
-2024-03-15 12:09:34.9902|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:34.9902|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:09:34.9902|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:09:35.0038|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:09:35.0038|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:09:35.0038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=true - - - 302 0 - 13.9593ms
-2024-03-15 12:09:35.0038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/ByModuleId/4?assigned=false - - - 302 0 - 13.4040ms
-2024-03-15 12:09:35.0038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser%2FByModuleId%2F4%3Fassigned%3Dtrue - -
-2024-03-15 12:09:35.0038|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser%2FByModuleId%2F4%3Fassigned%3Dfalse - -
-2024-03-15 12:09:35.0038|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:35.0038|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:09:35.0038|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:35.0097|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:35.0097|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:09:35.0097|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:35.0097|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:35.0097|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:35.0097|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:09:35.0097|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser%2FByModuleId%2F4%3Fassigned%3Dtrue - - - 405 0 - 6.5211ms
-2024-03-15 12:09:35.0097|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser%2FByModuleId%2F4%3Fassigned%3Dfalse - - - 405 0 - 7.0156ms
-2024-03-15 12:11:09.2143|DEBUG|Program|init main
-2024-03-15 12:11:09.7267|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 12:11:10.2307|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-15 12:11:10.3634|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 12:11:10.4186|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-15 12:11:10.4186|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-15 12:11:10.4400|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 12:11:10.4541|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-15 12:11:10.4541|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-15 12:11:10.4619|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 12:11:10.4619|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-15 12:11:10.4619|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 12:11:10.4619|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 12:11:10.4763|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 12:11:10.4763|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 12:11:10.7727|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 12:11:10.7727|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 12:11:10.7727|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 12:11:10.7727|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 12:11:10.7727|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 12:11:10.7727|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 12:11:10.7727|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 12:11:10.7727|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 12:11:10.7727|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 12:11:10.8481|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7I" accepted.
-2024-03-15 12:11:10.8481|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7J" accepted.
-2024-03-15 12:11:10.8495|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7J" started.
-2024-03-15 12:11:10.8495|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7I" started.
-2024-03-15 12:11:10.8779|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S2FDRS7J" received FIN.
-2024-03-15 12:11:10.8779|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S2FDRS7I" received FIN.
-2024-03-15 12:11:10.8871|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-15 12:11:10.8871|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-15 12:11:10.9279|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7I" stopped.
-2024-03-15 12:11:10.9279|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7J" stopped.
-2024-03-15 12:11:10.9279|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S2FDRS7I" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:11:10.9279|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24S2FDRS7J" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:11:11.2094|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7K" accepted.
-2024-03-15 12:11:11.2094|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7K" started.
-2024-03-15 12:11:11.2904|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24S2FDRS7K established using the following protocol: Tls12
-2024-03-15 12:11:11.4068|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 12:11:11.4443|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 12:11:11.6128|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 12:11:11.7485|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 12:11:11.7538|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 349.7051ms
-2024-03-15 12:11:11.7840|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 12:11:11.7840|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 12:11:11.7840|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 12.9933ms
-2024-03-15 12:11:11.8634|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 79.4099ms
-2024-03-15 12:11:12.0523|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 12:11:12.3043|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 252.1733ms
-2024-03-15 12:11:15.7731|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7L" accepted.
-2024-03-15 12:11:15.7731|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7L" started.
-2024-03-15 12:11:15.7835|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24S2FDRS7L established using the following protocol: Tls12
-2024-03-15 12:11:15.7835|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 12:11:15.7835|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-15 12:11:15.7835|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:11:15.7835|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:11:15.7835|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:11:15.7835|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:11:15.7835|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:11:15.7835|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:11:15.8573|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-15 12:11:15.8573|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 12:11:15.8609|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-15 12:11:15.8609|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-15 12:11:15.8609|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:11:15.8609|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:11:15.8796|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:11:15.8796|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:11:15.8796|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:11:15.8796|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:11:15.9134|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-15 12:11:15.9134|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-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:11:15.9134|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-15 12:11:15.9134|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-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:11:15.9134|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:11:15.9235|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:11:16.1350|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:11:16.1350|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:11:17.1768|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:11:17.1768|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:11:17.4247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:11:17.4247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:11:17.5007|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 12:11:17.5007|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 12:11:17.7085|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:11:17.7085|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:11:17.7520|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:11:17.7520|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:11:17.7550|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:11:17.7550|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:11:17.7817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (24ms).
-2024-03-15 12:11:17.7817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (24ms).
-2024-03-15 12:11:17.7919|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 12:11:17.7919|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 12:11:17.7919|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (44ms).
-2024-03-15 12:11:17.7919|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (44ms).
-2024-03-15 12:11:17.7919|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:17.7919|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.1610|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.1610|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.1790|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-15 12:11:18.1790|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-15 12:11:18.2347|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (57ms) [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-15 12:11:18.2347|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (65ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
-SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
-FROM [dbo].[TBDD_MODULES] AS [t]
-2024-03-15 12:11:18.2905|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.2905|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3102|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3102|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3102|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3102|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3102|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3135|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3293|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.3293|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3293|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3293|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 120ms reading results.
-2024-03-15 12:11:18.3451|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 113ms reading results.
-2024-03-15 12:11:18.3617|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.3617|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.3617|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (8ms).
-2024-03-15 12:11:18.3617|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (9ms).
-2024-03-15 12:11:18.4199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:11:18.4199|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:11:18.4240|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:11:18.4240|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-15 12:11:18.4240|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-15 12:11:18.4459|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 2521.2979ms
-2024-03-15 12:11:18.4459|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:11:18.4459|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:11:18.4531|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 2531.6451ms
-2024-03-15 12:11:18.4531|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:11:18.4531|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:11:18.4531|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.4531|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:18.4531|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 12:11:18.4531|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 12:11:18.4531|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 2673.1860ms
-2024-03-15 12:11:18.4531|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 2673.3015ms
-2024-03-15 12:11:18.9855|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7M" accepted.
-2024-03-15 12:11:18.9861|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24S2FDRS7M" started.
-2024-03-15 12:11:18.9861|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24S2FDRS7M established using the following protocol: Tls12
-2024-03-15 12:11:18.9861|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 12:11:18.9861|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:11:18.9861|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:11:18.9861|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 12:11:18.9861|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.1805ms
-2024-03-15 12:11:18.9861|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 12:11:18.9861|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:11:18.9861|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:11:18.9861|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 12:11:19.0055|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:11:19.0055|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-15 12:11:19.0055|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:11:19.0055|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:11:19.0055|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:11:19.0253|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-15 12:11:19.0253|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:11:19.0253|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:11:19.0253|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:11:19.0253|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:11:19.0253|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:11:19.0253|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:11:19.1044|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:11:19.1044|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:11:19.1227|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:11:19.1227|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-15 12:11:19.1227|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 12:11:19.1227|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24S2FDRS7L", Request id "0HN24S2FDRS7L:00000005": started reading request body.
-2024-03-15 12:11:19.1227|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24S2FDRS7L", Request id "0HN24S2FDRS7L:00000005": done reading request body.
-2024-03-15 12:11:19.1385|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 12:11:19.1385|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:11:19.1385|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:11:19.1385|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:11:19.1530|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:11:19.2485|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 12:11:19.3014|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 12:11:19.3014|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 12:11:19.3980|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:11:19.4107|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:11:19.4107|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:11:19.4107|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 12:11:19.4107|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 12:11:19.4107|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 12:11:19.4107|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.4107|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.4107|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-15 12:11:19.4211|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (7ms) [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-15 12:11:19.4211|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4521|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4547|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4678|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4678|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.4919|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 89ms reading results.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.5028|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:11:19.5232|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 12:11:19.5449|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 12:11:19.5538|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:11:19.5538|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 12:11:19.5538|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:11:19.5538|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.5538|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.5538|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-15 12:11:19.5878|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (28ms) [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-15 12:11:19.5878|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.5878|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-15 12:11:19.5878|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.5878|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:11:19.6073|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 12:11:19.6073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:11:19.6073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:11:19.6073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:11:19.6073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:11:19.6073|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:11:19.6073|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:11:19.6123|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 583.47ms
-2024-03-15 12:11:19.6123|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:11:19.6123|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:11:19.6123|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:11:19.6123|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 12:11:19.6123|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 613.2601ms
-2024-03-15 12:11:26.6090|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:11:26.6090|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:11:26.6090|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:11:26.6090|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:11:26.6114|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:11:26.6114|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-15 12:11:26.6114|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:11:26.6114|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:11:26.6114|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:11:26.6114|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:11:26.6114|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 16.4320ms
-2024-03-15 12:11:26.7168|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:11:26.7168|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:11:26.7168|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:11:26.7168|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:11:26.7215|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:11:26.7215|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:11:26.7215|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:11:26.7215|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:11:26.7215|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:11:26.7215|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 7.8051ms
-2024-03-15 12:36:30.2202|DEBUG|Program|init main
-2024-03-15 12:36:30.8793|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 12:36:31.8038|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-15 12:36:31.9360|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 12:36:31.9969|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-15 12:36:32.0057|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-15 12:36:32.0212|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 12:36:32.0361|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-15 12:36:32.0361|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-15 12:36:32.0361|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 12:36:32.0361|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-15 12:36:32.0361|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 12:36:32.0517|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 12:36:32.0517|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 12:36:32.0517|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 12:36:32.3087|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 12:36:32.3087|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 12:36:32.3087|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 12:36:32.3087|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 12:36:32.3087|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 12:36:32.3087|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 12:36:32.3087|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 12:36:32.3087|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 12:36:32.3087|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 12:36:32.5765|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2P" accepted.
-2024-03-15 12:36:32.5783|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2P" started.
-2024-03-15 12:36:32.5783|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2Q" accepted.
-2024-03-15 12:36:32.5783|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2Q" started.
-2024-03-15 12:36:32.6021|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SGKU6H2P" received FIN.
-2024-03-15 12:36:32.6021|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SGKU6H2Q" received FIN.
-2024-03-15 12:36:32.6249|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-15 12:36:32.6249|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-15 12:36:32.6768|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2Q" stopped.
-2024-03-15 12:36:32.6768|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2P" stopped.
-2024-03-15 12:36:32.6768|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SGKU6H2Q" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:36:32.6768|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SGKU6H2P" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:36:32.8915|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2R" accepted.
-2024-03-15 12:36:32.8915|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2R" started.
-2024-03-15 12:36:33.0367|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SGKU6H2R established using the following protocol: Tls12
-2024-03-15 12:36:33.1747|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 12:36:33.2144|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 12:36:33.4148|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 12:36:33.6305|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 12:36:33.6305|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 12:36:33.6305|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 12:36:33.6554|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 479.5670ms
-2024-03-15 12:36:33.6554|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 26.8195ms
-2024-03-15 12:36:33.7596|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 129.1223ms
-2024-03-15 12:36:33.9440|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 12:36:34.2035|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 259.5981ms
-2024-03-15 12:36:42.8048|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2S" accepted.
-2024-03-15 12:36:42.8048|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2S" started.
-2024-03-15 12:36:42.8048|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SGKU6H2S established using the following protocol: Tls12
-2024-03-15 12:36:42.8048|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 12:36:42.8177|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:36:42.8177|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:36:42.8177|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 12:36:42.8177|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 5.2720ms
-2024-03-15 12:36:42.8177|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2T" accepted.
-2024-03-15 12:36:42.8177|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SGKU6H2T" started.
-2024-03-15 12:36:42.8177|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SGKU6H2T established using the following protocol: Tls12
-2024-03-15 12:36:42.8177|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 12:36:42.8362|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:36:42.8362|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:36:42.8362|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 12:36:42.8738|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:36:42.8738|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-15 12:36:42.8738|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:36:42.8926|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:36:42.8926|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:36:42.9222|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-15 12:36:42.9222|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:36:42.9222|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:36:42.9222|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:36:42.9222|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:36:42.9222|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:36:42.9222|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:36:43.0911|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:36:43.8603|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:36:44.0413|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:36:44.0550|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:36:44.0550|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-15 12:36:44.0550|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 12:36:44.0550|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SGKU6H2T", Request id "0HN24SGKU6H2T:00000001": started reading request body.
-2024-03-15 12:36:44.0550|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SGKU6H2T", Request id "0HN24SGKU6H2T:00000001": done reading request body.
-2024-03-15 12:36:44.0712|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 12:36:44.0712|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:36:44.0712|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:36:44.0712|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:36:44.0712|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:36:44.2678|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 12:36:44.3769|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 12:36:44.3769|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 12:36:44.5849|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:36:44.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:36:44.6289|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:36:44.6542|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (20ms).
-2024-03-15 12:36:44.6629|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (31ms).
-2024-03-15 12:36:44.6629|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 12:36:44.6629|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:44.9495|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:44.9589|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-15 12:36:45.0096|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (52ms) [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-15 12:36:45.0572|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1074|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1074|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1409|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1409|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1680|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1766|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:45.1980|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:45.1980|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 188ms reading results.
-2024-03-15 12:36:45.2086|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:45.2086|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 12:36:45.2251|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 12:36:45.2467|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 12:36:45.2555|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:36:45.2555|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 12:36:45.2555|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:36:45.2555|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:45.2555|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:45.2555|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-15 12:36:45.2931|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (31ms) [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-15 12:36:45.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:45.2931|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-15 12:36:45.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:45.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:36:45.3196|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 12:36:45.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-15 12:36:45.3196|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:36:45.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-15 12:36:45.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-15 12:36:45.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-15 12:36:45.3328|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:36:45.3328|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2413.3597ms
-2024-03-15 12:36:45.3328|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:36:45.3495|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:36:45.3495|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:45.3495|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 12:36:45.3495|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 2521.5223ms
-2024-03-15 12:36:51.6967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:36:51.6967|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:36:51.6967|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:36:51.6967|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:36:51.6967|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:36:51.6967|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-15 12:36:51.6967|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:36:51.6967|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:36:51.7135|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:36:51.7135|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:36:51.7135|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 21.8293ms
-2024-03-15 12:36:51.8211|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:36:51.8211|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:36:51.8211|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:36:51.8211|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:36:51.8211|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:36:51.8211|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:36:51.8211|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:36:51.8211|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:36:51.8211|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:36:51.8211|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 6.9176ms
-2024-03-15 12:36:57.4649|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:36:57.4649|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-15 12:36:57.4649|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-15 12:36:57.4649|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:36:57.4649|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:36:57.4649|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:36:57.4649|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 12:36:57.4649|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-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:36:57.4738|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:36:57.4738|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-15 12:36:57.4738|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-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:36:57.4738|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-15 12:36:57.4738|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-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:36:57.4738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:36:57.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-15 12:36:57.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-15 12:36:57.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 12:36:57.5602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 12:36:57.5728|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 12:36:57.5728|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 12:36:57.5728|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:36:57.5728|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:36:57.5728|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (3ms).
-2024-03-15 12:36:57.5856|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-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:36:57.5856|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.5856|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
-SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
-FROM [dbo].[TBDD_MODULES] AS [t]
-2024-03-15 12:36:57.6115|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.6142|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-15 12:36:57.6142|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6142|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-15 12:36:57.6142|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6142|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6347|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6495|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6495|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6495|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6495|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6495|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6611|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6611|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6611|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.6611|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 68ms reading results.
-2024-03-15 12:36:57.6611|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.6611|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:36:57.6611|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6856|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:36:57.6856|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6856|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6926|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:36:57.6926|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.6926|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:36:57.6926|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:36:57.6926|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:36:57.6926|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-15 12:36:57.7081|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7081|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 223.298ms
-2024-03-15 12:36:57.7081|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7081|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:36:57.7081|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:36:57.7081|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7081|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7239|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7239|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7387|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.7387|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7387|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (3ms).
-2024-03-15 12:36:57.7387|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7387|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7387|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 285.5491ms
-2024-03-15 12:36:57.7387|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 144ms reading results.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.7549|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:36:57.7750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:36:57.7750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:36:57.7750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:36:57.7750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:36:57.7750|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:36:57.7750|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-15 12:36:57.7938|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 307.3428ms
-2024-03-15 12:36:57.7938|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:36:57.7938|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:36:57.7938|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:36:57.7938|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 12:36:57.7938|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 327.9857ms
-2024-03-15 12:43:22.4514|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:43:22.4514|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:43:22.4514|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:43:22.4514|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:43:22.4514|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:43:22.4514|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-15 12:43:22.4514|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:43:22.4514|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:43:22.4514|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:43:22.4514|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:43:22.4514|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 7.0231ms
-2024-03-15 12:43:22.5711|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:43:22.5711|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:43:22.5711|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:43:22.5711|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:43:22.5711|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:43:22.5711|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:43:22.5711|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:43:22.5711|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:43:22.5711|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 12:43:22.5711|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 4.7643ms
-2024-03-15 12:44:07.6247|DEBUG|Program|init main
-2024-03-15 12:44:08.2826|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 12:44:08.7313|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-15 12:44:08.8558|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 12:44:08.9106|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-15 12:44:08.9106|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-15 12:44:08.9312|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 12:44:08.9488|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-15 12:44:08.9488|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-15 12:44:08.9573|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 12:44:08.9573|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-15 12:44:08.9573|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 12:44:08.9573|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 12:44:08.9573|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 12:44:08.9573|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 12:44:09.1994|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 12:44:09.1994|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 12:44:09.1994|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 12:44:09.2048|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 12:44:09.2048|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 12:44:09.2048|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 12:44:09.2048|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 12:44:09.2048|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 12:44:09.2048|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 12:44:09.3609|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E257" accepted.
-2024-03-15 12:44:09.3609|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E258" accepted.
-2024-03-15 12:44:09.3609|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E257" started.
-2024-03-15 12:44:09.3609|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E258" started.
-2024-03-15 12:44:09.3609|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SKT2E258" received FIN.
-2024-03-15 12:44:09.3609|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SKT2E257" received FIN.
-2024-03-15 12:44:09.3917|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-15 12:44:09.3917|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-15 12:44:09.4368|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E257" stopped.
-2024-03-15 12:44:09.4368|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E258" stopped.
-2024-03-15 12:44:09.4421|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SKT2E257" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:44:09.4421|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SKT2E258" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:44:09.6752|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E259" accepted.
-2024-03-15 12:44:09.6764|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E259" started.
-2024-03-15 12:44:09.7546|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SKT2E259 established using the following protocol: Tls12
-2024-03-15 12:44:09.8791|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 12:44:09.9135|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 12:44:10.0680|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 12:44:10.2004|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 12:44:10.2004|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 326.9777ms
-2024-03-15 12:44:10.2258|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 12:44:10.2257|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 12:44:10.2451|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 19.0769ms
-2024-03-15 12:44:10.2991|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 73.3995ms
-2024-03-15 12:44:10.4614|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 12:44:10.6931|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 231.8079ms
-2024-03-15 12:44:26.5170|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E25A" accepted.
-2024-03-15 12:44:26.5170|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E25A" started.
-2024-03-15 12:44:26.5259|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SKT2E25A established using the following protocol: Tls12
-2024-03-15 12:44:26.5259|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 12:44:26.5259|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:44:26.5259|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:44:26.5259|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 12:44:26.5259|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.2944ms
-2024-03-15 12:44:26.5259|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E25B" accepted.
-2024-03-15 12:44:26.5259|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SKT2E25B" started.
-2024-03-15 12:44:26.5423|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SKT2E25B established using the following protocol: Tls12
-2024-03-15 12:44:26.5423|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 12:44:26.5423|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:44:26.5423|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:44:26.5423|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 12:44:26.5770|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:44:26.5770|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-15 12:44:26.5770|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:44:26.5961|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:44:26.5961|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:44:26.6251|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-15 12:44:26.6251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:44:26.6251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:44:26.6251|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:44:26.6289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:44:26.6289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:44:26.6289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:44:26.7998|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:44:27.5668|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:44:27.7471|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:44:27.7602|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:44:27.7602|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-15 12:44:27.7602|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 12:44:27.7713|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SKT2E25B", Request id "0HN24SKT2E25B:00000001": started reading request body.
-2024-03-15 12:44:27.7713|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SKT2E25B", Request id "0HN24SKT2E25B:00000001": done reading request body.
-2024-03-15 12:44:27.7713|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 12:44:27.7713|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:44:27.7713|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:44:27.7713|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:44:27.7922|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:44:27.9528|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 12:44:28.0601|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 12:44:28.0623|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 12:44:28.2834|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:44:28.3351|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:44:28.3351|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:44:28.3621|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (21ms).
-2024-03-15 12:44:28.3621|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (33ms).
-2024-03-15 12:44:28.3621|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (39ms).
-2024-03-15 12:44:28.3783|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:28.6676|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:28.6676|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-15 12:44:28.7260|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (51ms) [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-15 12:44:28.7729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8244|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8244|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8611|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8611|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8883|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.8998|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.9163|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:44:28.9163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:28.9163|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 196ms reading results.
-2024-03-15 12:44:28.9163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:28.9394|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 12:44:28.9394|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 12:44:28.9715|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 12:44:28.9812|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:44:28.9812|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 12:44:28.9812|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:44:28.9812|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:28.9812|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:28.9904|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-15 12:44:29.0178|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (30ms) [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-15 12:44:29.0178|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:29.0206|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-15 12:44:29.0206|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:29.0206|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:44:29.0425|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 12:44:29.0425|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:44:29.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:44:29.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:44:29.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:44:29.0512|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:44:29.0512|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:44:29.0512|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2430.7154ms
-2024-03-15 12:44:29.0512|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:44:29.0858|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:44:29.1098|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:44:29.1175|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (7ms).
-2024-03-15 12:44:29.1175|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 2576.3586ms
-2024-03-15 12:44:50.1783|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:44:50.1783|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:44:50.1783|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:44:50.1783|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:44:50.1783|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:44:50.1783|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-15 12:44:50.1783|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:44:50.1783|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:44:50.1944|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:44:50.1944|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:44:50.1944|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 20.8229ms
-2024-03-15 12:44:50.3337|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:44:50.3337|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:44:50.3337|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:44:50.3337|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:44:50.3337|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:44:50.3337|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 12:44:50.3337|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:44:50.3421|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:44:50.3421|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:44:50.3491|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login2", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login2(DigitalData.UserManager.Application.DTOs.LogInDto, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 12:44:50.3491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:44:50.3491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:44:50.3491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:44:50.3491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:44:50.3491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:44:50.3491|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:44:50.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-15 12:44:50.4386|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:44:50.4471|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-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Rejected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type '(null)'.
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|No input formatter was found to support the content type '(null)' for use with the [FromBody] attribute.
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' using the name 'ReturnUrl' in request data ...
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:44:50.4471|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:44:50.4564|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:44:50.4564|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:44:50.4564|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Request was short circuited at action filter 'Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter'.
-2024-03-15 12:44:50.4564|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 415
-2024-03-15 12:44:50.4564|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API) in 108.2908ms
-2024-03-15 12:44:50.4564|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:44:50.4564|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:44:50.4564|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 415 0 - 127.3206ms
-2024-03-15 12:45:10.1115|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:45:10.1120|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:45:10.1120|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:45:10.1120|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:45:10.1120|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:45:10.1120|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-15 12:45:10.1120|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:45:10.1120|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:45:10.1120|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:45:10.1120|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:45:10.1120|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 6.4972ms
-2024-03-15 12:45:10.2822|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:45:10.2822|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:45:10.2822|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:45:10.2822|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login2", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login2(DigitalData.UserManager.Application.DTOs.LogInDto, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:45:10.2822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:45:10.2908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:45:10.2908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:45:10.2908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:45:10.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-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:45:10.3156|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-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Rejected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type '(null)'.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|No input formatter was found to support the content type '(null)' for use with the [FromBody] attribute.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' using the name 'ReturnUrl' in request data ...
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Request was short circuited at action filter 'Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter'.
-2024-03-15 12:45:10.3156|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 415
-2024-03-15 12:45:10.3156|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API) in 32.2535ms
-2024-03-15 12:45:10.3156|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:45:10.3156|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:45:10.3156|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 415 0 - 43.3691ms
-2024-03-15 12:46:14.0049|DEBUG|Program|init main
-2024-03-15 12:46:14.4996|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 12:46:15.1422|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-15 12:46:15.3307|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 12:46:15.3979|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-15 12:46:15.3979|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-15 12:46:15.4199|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 12:46:15.4350|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-15 12:46:15.4350|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-15 12:46:15.4350|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 12:46:15.4446|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-15 12:46:15.4446|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 12:46:15.4446|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 12:46:15.4446|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 12:46:15.4446|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 12:46:15.7311|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 12:46:15.7311|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 12:46:15.7311|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 12:46:15.7311|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 12:46:15.7311|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 12:46:15.7507|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 12:46:15.7507|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 12:46:15.7507|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 12:46:15.7507|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 12:46:16.1358|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0H" accepted.
-2024-03-15 12:46:16.1389|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0H" started.
-2024-03-15 12:46:16.1624|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0I" accepted.
-2024-03-15 12:46:16.1624|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0I" started.
-2024-03-15 12:46:16.1847|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SM2REL0H" received FIN.
-2024-03-15 12:46:16.1847|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SM2REL0I" received FIN.
-2024-03-15 12:46:16.2018|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-15 12:46:16.2018|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-15 12:46:16.2846|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0H" stopped.
-2024-03-15 12:46:16.2846|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0I" stopped.
-2024-03-15 12:46:16.2846|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SM2REL0I" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:46:16.2846|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SM2REL0H" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:46:16.5486|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0J" accepted.
-2024-03-15 12:46:16.5486|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0J" started.
-2024-03-15 12:46:16.6456|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SM2REL0J established using the following protocol: Tls12
-2024-03-15 12:46:16.7514|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 12:46:16.7823|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 12:46:16.9499|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 12:46:17.1241|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 12:46:17.1362|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 384.7595ms
-2024-03-15 12:46:17.1601|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 12:46:17.1601|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 12:46:17.1733|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 12.6545ms
-2024-03-15 12:46:17.2503|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 90.2381ms
-2024-03-15 12:46:17.4218|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 12:46:17.6614|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 239.5119ms
-2024-03-15 12:46:26.5797|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0K" accepted.
-2024-03-15 12:46:26.5797|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0K" started.
-2024-03-15 12:46:26.5797|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SM2REL0K established using the following protocol: Tls12
-2024-03-15 12:46:26.5797|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 12:46:26.5797|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:46:26.5797|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:46:26.5797|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 12:46:26.5797|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 6.3550ms
-2024-03-15 12:46:26.5797|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0L" accepted.
-2024-03-15 12:46:26.5797|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SM2REL0L" started.
-2024-03-15 12:46:26.6079|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SM2REL0L established using the following protocol: Tls12
-2024-03-15 12:46:26.6095|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 12:46:26.6095|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:46:26.6095|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:46:26.6095|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 12:46:26.6436|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:46:26.6436|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-15 12:46:26.6436|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:46:26.6608|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:46:26.6608|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:46:26.6912|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-15 12:46:26.6912|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:46:26.6912|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:46:26.6912|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:46:26.6912|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:46:26.6912|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:46:26.6912|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:46:26.8577|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:46:27.6649|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:46:27.8472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:46:27.8610|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:46:27.8641|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-15 12:46:27.8641|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 12:46:27.8641|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SM2REL0L", Request id "0HN24SM2REL0L:00000001": started reading request body.
-2024-03-15 12:46:27.8641|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SM2REL0L", Request id "0HN24SM2REL0L:00000001": done reading request body.
-2024-03-15 12:46:27.8641|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 12:46:27.8641|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:46:27.8641|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:46:27.8641|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:46:27.8901|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:46:28.0575|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 12:46:28.1699|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 12:46:28.1699|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 12:46:28.3719|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:46:28.4185|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:46:28.4185|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:46:28.4437|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (20ms).
-2024-03-15 12:46:28.4437|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (31ms).
-2024-03-15 12:46:28.4437|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 12:46:28.4599|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:28.7604|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:28.7701|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-15 12:46:28.8242|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (56ms) [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-15 12:46:28.8709|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9247|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9247|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9602|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9602|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9870|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:28.9891|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:46:29.0101|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:29.0274|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 194ms reading results.
-2024-03-15 12:46:29.0274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:29.0274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 12:46:29.0484|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 12:46:29.0708|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 12:46:29.0815|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:46:29.0815|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 12:46:29.0815|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:46:29.0815|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:29.0815|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:29.0914|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-15 12:46:29.1208|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-15 12:46:29.1208|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:29.1246|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-15 12:46:29.1246|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:29.1246|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (1ms).
-2024-03-15 12:46:29.1500|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 12:46:29.1576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:46:29.1576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:46:29.1576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:46:29.1576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:46:29.1576|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:46:29.1576|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:46:29.1576|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2474.2659ms
-2024-03-15 12:46:29.1576|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:46:29.1775|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:46:29.1775|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:46:29.1775|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 12:46:29.1775|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 2575.0231ms
-2024-03-15 12:46:37.3291|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:46:37.3291|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:46:37.3291|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:46:37.3291|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:46:37.3291|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:46:37.3291|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-15 12:46:37.3291|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:46:37.3291|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:46:37.3459|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:46:37.3459|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:46:37.3459|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 20.5294ms
-2024-03-15 12:46:37.4908|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:46:37.4908|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:46:37.4908|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:46:37.4908|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:46:37.5061|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:46:37.5061|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 12:46:37.5061|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:46:37.5061|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:46:37.5061|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:46:37.5219|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login2", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login2(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 12:46:37.5219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:46:37.5219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:46:37.5219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:46:37.5219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:46:37.5219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:46:37.5219|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:46:37.6393|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:46:37.6472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:46:37.6472|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:46:37.6575|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' using the name 'ReturnUrl' in request data ...
-2024-03-15 12:46:37.6575|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:46:37.6575|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:46:37.6575|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:46:37.6575|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:47:01.7036|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 200
-2024-03-15 12:47:01.7036|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API) in 24177.8124ms
-2024-03-15 12:47:01.7036|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:47:01.7036|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:47:01.7036|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 200 0 - 24215.4293ms
-2024-03-15 12:47:35.1706|DEBUG|Program|init main
-2024-03-15 12:47:35.7525|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 12:47:36.3397|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-15 12:47:36.5612|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 12:47:36.6237|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-15 12:47:36.6319|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-15 12:47:36.6490|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 12:47:36.6691|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-15 12:47:36.6691|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-15 12:47:36.6769|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 12:47:36.6769|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-15 12:47:36.6769|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 12:47:36.6769|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 12:47:36.6769|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 12:47:36.6769|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 12:47:36.9092|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 12:47:36.9092|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 12:47:36.9092|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 12:47:36.9092|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 12:47:36.9092|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 12:47:36.9092|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 12:47:36.9092|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 12:47:36.9092|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 12:47:36.9092|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 12:47:37.3059|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI0" accepted.
-2024-03-15 12:47:37.3059|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI1" accepted.
-2024-03-15 12:47:37.3059|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI0" started.
-2024-03-15 12:47:37.3059|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI1" started.
-2024-03-15 12:47:37.3115|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SMR1HQI1" received FIN.
-2024-03-15 12:47:37.3115|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SMR1HQI0" received FIN.
-2024-03-15 12:47:37.3459|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-15 12:47:37.3459|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-15 12:47:37.3850|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI0" stopped.
-2024-03-15 12:47:37.3850|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI1" stopped.
-2024-03-15 12:47:37.3850|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SMR1HQI1" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:47:37.3850|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SMR1HQI0" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:47:37.5965|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI2" accepted.
-2024-03-15 12:47:37.5965|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI2" started.
-2024-03-15 12:47:37.6830|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SMR1HQI2 established using the following protocol: Tls12
-2024-03-15 12:47:37.7898|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 12:47:37.8379|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 12:47:38.0032|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 12:47:38.1176|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 12:47:38.1176|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 334.2962ms
-2024-03-15 12:47:38.1333|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 12:47:38.1333|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 12:47:38.1667|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 33.3445ms
-2024-03-15 12:47:38.2339|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 99.5967ms
-2024-03-15 12:47:38.4079|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 12:47:38.6176|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 209.8324ms
-2024-03-15 12:47:50.4851|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI3" accepted.
-2024-03-15 12:47:50.4851|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI3" started.
-2024-03-15 12:47:50.4851|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SMR1HQI3 established using the following protocol: Tls12
-2024-03-15 12:47:50.4851|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 12:47:50.4851|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:47:50.4851|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:47:50.4851|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 12:47:50.4851|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.3502ms
-2024-03-15 12:47:50.4851|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI4" accepted.
-2024-03-15 12:47:50.4851|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SMR1HQI4" started.
-2024-03-15 12:47:50.5108|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SMR1HQI4 established using the following protocol: Tls12
-2024-03-15 12:47:50.5108|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 12:47:50.5108|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:47:50.5108|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:47:50.5108|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 12:47:50.5477|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:47:50.5477|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-15 12:47:50.5477|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:47:50.5655|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:47:50.5655|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:47:50.5950|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-15 12:47:50.5950|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:47:50.5950|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:47:50.5950|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:47:50.5950|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:47:50.5950|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:47:50.5950|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:47:50.7702|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 12:47:51.5667|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:47:51.7602|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:47:51.7762|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:47:51.7801|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-15 12:47:51.7801|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 12:47:51.7801|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SMR1HQI4", Request id "0HN24SMR1HQI4:00000001": started reading request body.
-2024-03-15 12:47:51.7801|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24SMR1HQI4", Request id "0HN24SMR1HQI4:00000001": done reading request body.
-2024-03-15 12:47:51.7948|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 12:47:51.7948|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:47:51.7948|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:47:51.7948|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 12:47:51.8099|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 12:47:51.9906|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 12:47:52.1033|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 12:47:52.1033|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 12:47:52.3096|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 12:47:52.3567|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:47:52.3590|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 12:47:52.3840|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (22ms).
-2024-03-15 12:47:52.3928|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (33ms).
-2024-03-15 12:47:52.3928|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (39ms).
-2024-03-15 12:47:52.3928|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:52.7128|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:52.7128|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-15 12:47:52.7736|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-15 12:47:52.8181|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.8692|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.8692|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9049|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9049|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9331|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9331|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9346|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9509|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 12:47:52.9665|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:52.9665|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 192ms reading results.
-2024-03-15 12:47:52.9665|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:52.9665|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 12:47:52.9944|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 12:47:53.0166|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 12:47:53.0269|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 12:47:53.0269|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 12:47:53.0269|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 12:47:53.0269|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:53.0269|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:53.0269|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-15 12:47:53.0666|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (33ms) [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-15 12:47:53.0695|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:53.0695|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-15 12:47:53.0695|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:53.0695|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 12:47:53.0931|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 12:47:53.0931|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:47:53.1019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:47:53.1019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:47:53.1019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:47:53.1019|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:47:53.1019|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:47:53.1019|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2513.301ms
-2024-03-15 12:47:53.1163|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 12:47:53.1163|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:47:53.1163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 12:47:53.1163|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 12:47:53.1163|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 2614.8581ms
-2024-03-15 12:47:56.7105|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:47:56.7105|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:47:56.7105|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:47:56.7105|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:47:56.7105|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:47:56.7105|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-15 12:47:56.7160|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:47:56.7160|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:47:56.7160|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:47:56.7160|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:47:56.7160|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 19.8594ms
-2024-03-15 12:47:56.8494|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:47:56.8494|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:47:56.8494|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:47:56.8494|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:47:56.8494|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:47:56.8494|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 12:47:56.8494|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:47:56.8494|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:47:56.8494|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:47:56.8612|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login2", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login2(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 12:47:56.8612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:47:56.8612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:47:56.8612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:47:56.8612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:47:56.8612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:47:56.8612|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:47:56.9404|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:47:56.9404|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:47:56.9493|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:47:56.9509|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' using the name 'ReturnUrl' in request data ...
-2024-03-15 12:47:56.9509|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:47:56.9509|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:47:56.9509|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:47:56.9509|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:48:03.5554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:48:03.5554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:48:03.5554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:48:03.5554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:48:03.5554|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:48:03.5554|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:48:03.5554|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API) in 6694.7197ms
-2024-03-15 12:48:03.5554|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:48:03.5554|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:48:03.5554|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 200 - application/json;+charset=utf-8 6711.7765ms
-2024-03-15 12:48:23.8979|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 12:48:23.8979|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:48:23.8979|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:48:23.8979|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:48:23.8979|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 12:48:23.8979|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-15 12:48:23.8979|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 12:48:23.8979|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:48:23.9035|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 12:48:23.9035|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 12:48:23.9035|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 6.7799ms
-2024-03-15 12:48:24.0917|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 12:48:24.0917|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 12:48:24.0940|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:48:24.0940|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:48:24.0940|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "Login2", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login2(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:48:24.0940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'ReturnUrl' of type 'System.String' using the name 'ReturnUrl' in request data ...
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'ReturnUrl' of type 'System.String' ...
-2024-03-15 12:48:24.1230|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'ReturnUrl' of type 'System.String'.
-2024-03-15 12:51:46.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-15 12:51:46.6777|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:51:46.6808|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:51:46.6808|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:51:46.6808|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:51:46.6808|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 12:51:46.6808|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API) in 202593.3459ms
-2024-03-15 12:51:46.6808|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API)'
-2024-03-15 12:51:46.6808|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:51:46.6808|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 200 - application/json;+charset=utf-8 202608.7636ms
-2024-03-15 12:51:46.6808|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Directory/Group - -
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Directory/Group'
-2024-03-15 12:51:46.6978|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-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 12:51:46.6978|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 12:51:46.6978|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-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 12:51:46.6978|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 12:51:46.6978|INFO|DigitalData.Core.Application.DirectoryService|Search Root is LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works.
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.DirectoryController (DigitalData.UserManager.API)
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'propName' of type 'System.String' ...
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'propName' of type 'System.String' using the name '' in request data ...
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'propName' of type 'System.String'.
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'propName' of type 'System.String'.
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'propName' of type 'System.String' ...
-2024-03-15 12:51:46.7153|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'propName' of type 'System.String'.
-2024-03-15 12:51:47.0618|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 12:51:47.0618|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 12:51:47.0618|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 12:51:47.0618|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 12:51:47.0618|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 12:51:47.0618|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceResult`1[[System.Collections.Generic.IEnumerable`1[[System.DirectoryServices.ResultPropertyCollection, System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.
-2024-03-15 12:51:47.0910|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API) in 380.5467ms
-2024-03-15 12:51:47.0910|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.DirectoryController.GetGroups (DigitalData.UserManager.API)'
-2024-03-15 12:51:47.0910|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 12:51:47.0910|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Directory/Group - - - 200 - application/json;+charset=utf-8 396.0343ms
-2024-03-15 12:56:19.8340|DEBUG|Program|init main
-2024-03-15 12:56:20.7701|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 12:56:21.4462|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-15 12:56:21.5769|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 12:56:21.6422|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-15 12:56:21.6497|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-15 12:56:21.6680|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 12:56:21.6832|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-15 12:56:21.6871|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-15 12:56:21.6871|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 12:56:21.6871|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-15 12:56:21.7057|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 12:56:21.7057|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 12:56:21.7057|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 12:56:21.7057|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 12:56:21.9456|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 12:56:21.9456|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 12:56:21.9456|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 12:56:21.9456|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 12:56:21.9456|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 12:56:21.9456|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 12:56:21.9456|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 12:56:21.9456|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 12:56:21.9456|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 12:56:21.9753|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SRND67HN" accepted.
-2024-03-15 12:56:21.9753|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SRND67HN" started.
-2024-03-15 12:56:22.0149|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SRND67HN" received FIN.
-2024-03-15 12:56:22.0279|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-15 12:56:22.0778|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SRND67HN" stopped.
-2024-03-15 12:56:22.0778|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24SRND67HN" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 12:56:22.3329|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SRND67HO" accepted.
-2024-03-15 12:56:22.3391|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24SRND67HO" started.
-2024-03-15 12:56:22.4092|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24SRND67HO established using the following protocol: Tls12
-2024-03-15 12:56:22.5248|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 12:56:22.5629|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 12:56:22.7494|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 12:56:22.8914|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 12:56:22.8914|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 12:56:22.8914|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 373.2808ms
-2024-03-15 12:56:22.8914|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 12:56:22.9130|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.8222ms
-2024-03-15 12:56:22.9766|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 78.9688ms
-2024-03-15 12:56:23.1816|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 12:56:23.4425|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 260.9482ms
-2024-03-15 13:06:21.5424|DEBUG|Program|init main
-2024-03-15 13:06:22.5895|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:06:23.2265|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-15 13:06:23.3984|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:06:23.5114|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-15 13:06:23.5114|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-15 13:06:23.5523|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:06:23.5678|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-15 13:06:23.5678|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-15 13:06:23.5678|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:06:23.5789|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-15 13:06:23.5789|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:06:23.5789|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:06:23.5789|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:06:23.5789|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:06:23.8357|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:06:23.8357|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:06:23.8357|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:06:23.8357|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:06:23.8357|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:06:23.8357|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:06:23.8357|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:06:23.8357|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:06:23.8357|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:06:23.8923|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODE" accepted.
-2024-03-15 13:06:23.8923|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODE" started.
-2024-03-15 13:06:23.9659|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T1APGODE established using the following protocol: Tls12
-2024-03-15 13:06:23.9950|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T1APGODF" received FIN.
-2024-03-15 13:06:23.9950|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODF" accepted.
-2024-03-15 13:06:23.9950|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODF" started.
-2024-03-15 13:06:23.9950|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-15 13:06:24.0401|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODF" stopped.
-2024-03-15 13:06:24.0401|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T1APGODF" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:06:24.0869|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 13:06:24.0869|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-15 13:06:24.1067|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:06:24.1067|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:06:24.1125|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:06:24.1125|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:06:24.1125|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODG" accepted.
-2024-03-15 13:06:24.1125|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:06:24.1125|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:06:24.1125|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODG" started.
-2024-03-15 13:06:24.1329|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T1APGODG established using the following protocol: Tls12
-2024-03-15 13:06:24.1900|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:06:24.1900|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:06:24.3581|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODH" accepted.
-2024-03-15 13:06:24.3762|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODH" started.
-2024-03-15 13:06:24.4052|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T1APGODH established using the following protocol: Tls12
-2024-03-15 13:06:24.4052|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:06:24.4698|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 13:06:24.4698|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-15 13:06:24.4698|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-15 13:06:24.4698|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-15 13:06:24.4698|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:24.4698|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:24.4968|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:06:24.4968|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:06:24.4968|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:24.4968|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:24.5322|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-15 13:06:24.5322|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-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:06:24.5322|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-15 13:06:24.5322|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-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 13:06:24.5322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 13:06:24.5419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:06:24.5419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 13:06:24.6527|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:06:24.8340|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:06:24.8340|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 13:06:24.8340|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 13:06:24.8340|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:06:24.8420|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 431.7635ms
-2024-03-15 13:06:24.8420|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:06:24.8420|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 11.9262ms
-2024-03-15 13:06:24.9226|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 78.2841ms
-2024-03-15 13:06:25.1064|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:06:25.3228|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 216.4951ms
-2024-03-15 13:06:25.8336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:06:25.8336|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:06:26.0306|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:06:26.0306|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-15 13:06:26.1062|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 13:06:26.1063|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 13:06:26.3227|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 13:06:26.3227|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 13:06:26.3669|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:06:26.3669|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:06:26.3669|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:06:26.3669|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:06:26.3964|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (23ms).
-2024-03-15 13:06:26.3964|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (23ms).
-2024-03-15 13:06:26.3964|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 13:06:26.3964|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 13:06:26.3964|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (44ms).
-2024-03-15 13:06:26.3964|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (44ms).
-2024-03-15 13:06:26.4150|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.4150|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.7513|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.7513|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.7670|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-15 13:06:26.7670|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-15 13:06:26.8191|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (54ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
-SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
-FROM [dbo].[TBDD_MODULES] AS [t]
-2024-03-15 13:06:26.8191|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (59ms) [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-15 13:06:26.8734|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8734|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8930|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8930|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8930|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8930|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.8955|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 95ms reading results.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 93ms reading results.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.9103|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.9296|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (7ms).
-2024-03-15 13:06:26.9296|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (7ms).
-2024-03-15 13:06:26.9590|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:06:26.9590|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:06:26.9632|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:06:26.9632|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-15 13:06:26.9632|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-15 13:06:26.9836|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 2439.536ms
-2024-03-15 13:06:26.9836|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:26.9836|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 2448.7189ms
-2024-03-15 13:06:26.9836|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:26.9836|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:06:26.9836|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:06:26.9939|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.9939|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:26.9939|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (2ms).
-2024-03-15 13:06:26.9939|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (2ms).
-2024-03-15 13:06:26.9939|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 2914.2124ms
-2024-03-15 13:06:26.9939|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 2914.2059ms
-2024-03-15 13:06:31.8466|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODI" accepted.
-2024-03-15 13:06:31.8466|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODI" started.
-2024-03-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T1APGODI established using the following protocol: Tls12
-2024-03-15 13:06:31.8550|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:06:31.8550|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:06:31.8550|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.2923ms
-2024-03-15 13:06:31.8550|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:06:31.8550|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:06:31.8550|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-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:06:31.8550|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:06:31.8550|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:06:31.8851|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-15 13:06:31.8851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:06:31.8851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:06:31.8851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:06:31.8851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:06:31.8851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:06:31.8851|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:06:31.9652|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:06:31.9652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:06:31.9839|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:06:31.9839|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-15 13:06:31.9839|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:06:31.9839|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24T1APGODE", Request id "0HN24T1APGODE:00000005": started reading request body.
-2024-03-15 13:06:31.9839|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24T1APGODE", Request id "0HN24T1APGODE:00000005": done reading request body.
-2024-03-15 13:06:31.9992|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:06:31.9992|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:06:31.9992|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:06:31.9992|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:06:32.0132|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:06:32.2423|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 13:06:32.3146|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 13:06:32.3146|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 13:06:32.4166|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 13:06:32.4276|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:06:32.4276|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:06:32.4276|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (1ms).
-2024-03-15 13:06:32.4276|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (2ms).
-2024-03-15 13:06:32.4276|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-15 13:06:32.4276|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.4276|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.4276|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-15 13:06:32.4276|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (7ms) [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-15 13:06:32.4462|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.4720|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.4720|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.4886|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.4886|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 97ms reading results.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.5274|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:06:32.5499|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 13:06:32.5716|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 13:06:32.5716|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:06:32.5716|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:06:32.5716|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 13:06:32.5716|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.5865|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.5865|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-15 13:06:32.6160|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (29ms) [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-15 13:06:32.6160|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.6160|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-15 13:06:32.6160|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.6160|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:06:32.6358|DEBUG|Microsoft.AspNetCore.CookiePolicy.CookiePolicyMiddleware|Cookie '.AspNetCore.Cookies' same site mode upgraded to 'Strict'.
-2024-03-15 13:06:32.6358|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:06:32.6358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:06:32.6358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:06:32.6358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:06:32.6358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:06:32.6358|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:06:32.6414|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:06:32.6414|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 755.4516ms
-2024-03-15 13:06:32.6414|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:06:32.6414|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:06:32.6414|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:32.6414|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:06:32.6414|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 783.0983ms
-2024-03-15 13:06:44.4659|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:06:44.4659|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 13:06:44.4659|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-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:06:44.4659|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:44.4659|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-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:06:44.4659|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-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:06:44.4659|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:44.4769|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-15 13:06:44.4769|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-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4769|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:44.4920|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-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:06:44.4920|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-15 13:06:44.4920|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 26.0992ms
-2024-03-15 13:06:44.4920|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:06:44.4920|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:06:44.4920|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 35.8956ms
-2024-03-15 13:06:45.9086|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:06:45.9086|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:06:45.9086|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:06:45.9086|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:06:45.9086|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:06:45.9086|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-15 13:06:45.9086|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:06:45.9086|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:06:45.9214|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:06:45.9214|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:06:45.9214|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 16.9948ms
-2024-03-15 13:06:46.0096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/Account/Login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 13:06:46.0096|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:06:46.0096|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:06:46.0096|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:06:46.0096|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|No candidates found for the request path '/Account/Login'
-2024-03-15 13:06:46.0096|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request did not match any endpoints
-2024-03-15 13:06:46.0096|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:06:46.0096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/Account/Login?ReturnUrl=%2Fapi%2Fuser - - - 404 0 - 4.1924ms
-2024-03-15 13:08:44.0970|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T1APGODG" received FIN.
-2024-03-15 13:08:44.1013|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|The connection queue processing loop for 0HN24T1APGODG completed.
-2024-03-15 13:08:44.1013|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|Connection id "0HN24T1APGODG" is closed. The last processed stream ID was 0.
-2024-03-15 13:08:44.1013|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T1APGODG" sending FIN because: "The client closed the connection."
-2024-03-15 13:08:44.1181|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T1APGODG" stopped.
-2024-03-15 13:09:48.7120|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:09:48.7120|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:09:48.7120|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:09:48.7120|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:09:48.7120|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.8494ms
-2024-03-15 13:09:48.7120|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 48
-2024-03-15 13:09:48.7120|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:09:48.7120|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:09:48.7120|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:09:48.7120|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:09:48.7120|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-15 13:09:48.7120|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:09:48.7120|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:09:48.7120|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:09:48.7217|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-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:09:48.7217|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-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24T1APGODE", Request id "0HN24T1APGODE:0000000D": started reading request body.
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24T1APGODE", Request id "0HN24T1APGODE:0000000D": done reading request body.
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:09:48.7217|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:09:48.7442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:09:48.7442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:09:48.7442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:09:48.7442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:09:48.7442|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:09:48.7442|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing UnauthorizedObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:09:48.7442|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 22.005ms
-2024-03-15 13:09:48.7442|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:09:48.7442|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:09:48.7442|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 48 - 401 - application/json;+charset=utf-8 31.6242ms
-2024-03-15 13:13:16.5485|DEBUG|Program|init main
-2024-03-15 13:13:17.2008|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:13:17.8216|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-15 13:13:17.9441|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:13:17.9941|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-15 13:13:18.0007|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-15 13:13:18.0218|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:13:18.0426|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-15 13:13:18.0584|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-15 13:13:18.0624|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:13:18.0624|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-15 13:13:18.0624|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:13:18.0624|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:13:18.0624|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:13:18.0624|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:13:18.3094|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:13:18.3094|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:13:18.3094|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:13:18.3094|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:13:18.3094|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:13:18.3094|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:13:18.3094|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:13:18.3094|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:13:18.3094|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:13:18.6152|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T56CK356" accepted.
-2024-03-15 13:13:18.6152|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T56CK356" started.
-2024-03-15 13:13:18.6259|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T56CK356" received FIN.
-2024-03-15 13:13:18.6566|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-15 13:13:18.6992|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T56CK356" stopped.
-2024-03-15 13:13:18.7041|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T56CK356" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:13:18.8699|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T56CK357" accepted.
-2024-03-15 13:13:18.8719|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T56CK357" started.
-2024-03-15 13:13:18.9717|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T56CK357 established using the following protocol: Tls12
-2024-03-15 13:13:19.1204|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:13:19.1869|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:13:19.4583|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:13:19.5946|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:13:19.5946|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:13:19.6071|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 488.4214ms
-2024-03-15 13:13:19.6071|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:13:19.6354|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 31.7134ms
-2024-03-15 13:13:19.7115|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 101.2799ms
-2024-03-15 13:13:19.8945|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:13:20.0910|ERROR|Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware|An unhandled exception has occurred while executing the request.|Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - DigitalData.UserManager.API.Controllers.AuthController.Login2 (DigitalData.UserManager.API). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerDocumentWithoutFilters(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerAsync(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
-2024-03-15 13:13:20.1079|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 500 - text/plain;+charset=utf-8 213.3587ms
-2024-03-15 13:16:53.0304|DEBUG|Program|init main
-2024-03-15 13:16:53.9564|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:16:54.4946|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-15 13:16:54.6207|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:16:54.6651|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-15 13:16:54.6651|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-15 13:16:54.6855|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:16:54.6989|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-15 13:16:54.6989|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-15 13:16:54.6989|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:16:54.7070|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-15 13:16:54.7070|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:16:54.7070|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:16:54.7070|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:16:54.7070|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:16:54.9295|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:16:54.9295|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:16:54.9295|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:16:54.9295|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:16:54.9295|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:16:54.9295|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:16:54.9295|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:16:54.9295|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:16:54.9295|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:16:55.1684|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T76TQU72" accepted.
-2024-03-15 13:16:55.1684|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T76TQU72" started.
-2024-03-15 13:16:55.1901|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T76TQU72" received FIN.
-2024-03-15 13:16:55.1901|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-15 13:16:55.2380|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T76TQU72" stopped.
-2024-03-15 13:16:55.2380|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T76TQU72" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:16:55.4514|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T76TQU73" accepted.
-2024-03-15 13:16:55.4514|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T76TQU73" started.
-2024-03-15 13:16:55.5045|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T76TQU73 established using the following protocol: Tls12
-2024-03-15 13:16:55.6018|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:16:55.6341|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:16:55.7880|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:16:55.9090|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:16:55.9139|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 312.6943ms
-2024-03-15 13:16:55.9139|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:16:55.9139|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:16:55.9441|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 17.7149ms
-2024-03-15 13:16:55.9914|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 64.2500ms
-2024-03-15 13:16:56.1721|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:16:56.2611|ERROR|Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware|An unhandled exception has occurred while executing the request.|Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerDocumentWithoutFilters(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerAsync(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
-2024-03-15 13:16:56.2611|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 500 - text/plain;+charset=utf-8 96.3490ms
-2024-03-15 13:18:13.3732|DEBUG|Program|init main
-2024-03-15 13:18:13.9154|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:18:14.3772|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-15 13:18:14.4976|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:18:14.5428|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-15 13:18:14.5428|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-15 13:18:14.5644|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:18:14.5788|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-15 13:18:14.5788|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-15 13:18:14.5788|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:18:14.5788|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-15 13:18:14.5931|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:18:14.5931|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:18:14.5931|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:18:14.5931|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:18:14.8241|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:18:14.8241|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:18:14.8241|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:18:14.8241|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:18:14.8241|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:18:14.8241|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:18:14.8241|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:18:14.8241|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:18:14.8241|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:18:14.9578|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T7UMOM02" received FIN.
-2024-03-15 13:18:14.9578|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T7UMOM01" received FIN.
-2024-03-15 13:18:14.9671|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM01" accepted.
-2024-03-15 13:18:14.9671|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM02" accepted.
-2024-03-15 13:18:14.9671|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM02" started.
-2024-03-15 13:18:14.9671|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM01" started.
-2024-03-15 13:18:14.9975|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-15 13:18:14.9975|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-15 13:18:15.0366|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM01" stopped.
-2024-03-15 13:18:15.0366|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM02" stopped.
-2024-03-15 13:18:15.0366|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T7UMOM01" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:18:15.0366|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T7UMOM02" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:18:15.2232|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM03" accepted.
-2024-03-15 13:18:15.2232|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T7UMOM03" started.
-2024-03-15 13:18:15.3085|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T7UMOM03 established using the following protocol: Tls12
-2024-03-15 13:18:15.4149|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:18:15.4580|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:18:15.6340|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:18:15.7758|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:18:15.7758|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 369.5338ms
-2024-03-15 13:18:15.7973|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:18:15.7973|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:18:15.8136|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.9642ms
-2024-03-15 13:18:15.8719|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 74.5598ms
-2024-03-15 13:18:16.0574|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:18:16.1772|ERROR|Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware|An unhandled exception has occurred while executing the request.|Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerDocumentWithoutFilters(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerAsync(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
-2024-03-15 13:18:16.1772|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 500 - text/plain;+charset=utf-8 128.1577ms
-2024-03-15 13:18:30.9390|DEBUG|Program|init main
-2024-03-15 13:18:31.5404|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:18:32.1101|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-15 13:18:32.2711|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:18:32.3243|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-15 13:18:32.3243|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-15 13:18:32.3459|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:18:32.3608|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-15 13:18:32.3608|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-15 13:18:32.3608|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:18:32.3711|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-15 13:18:32.3711|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:18:32.3711|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:18:32.3711|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:18:32.3711|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:18:32.6007|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:18:32.6007|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:18:32.6007|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:18:32.6007|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:18:32.6007|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:18:32.6007|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:18:32.6007|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:18:32.6007|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:18:32.6007|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:18:32.8526|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV3" accepted.
-2024-03-15 13:18:32.8526|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV3" started.
-2024-03-15 13:18:32.8716|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV4" accepted.
-2024-03-15 13:18:32.8716|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV4" started.
-2024-03-15 13:18:32.8891|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T841DNV3" received FIN.
-2024-03-15 13:18:32.8891|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T841DNV4" received FIN.
-2024-03-15 13:18:32.8891|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-15 13:18:32.8891|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-15 13:18:32.9399|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV4" stopped.
-2024-03-15 13:18:32.9399|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV3" stopped.
-2024-03-15 13:18:32.9399|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T841DNV4" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:18:32.9503|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T841DNV3" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:18:33.1842|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV5" accepted.
-2024-03-15 13:18:33.2059|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T841DNV5" started.
-2024-03-15 13:18:33.2590|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T841DNV5 established using the following protocol: Tls12
-2024-03-15 13:18:33.3572|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:18:33.4055|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:18:33.6119|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:18:33.7504|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:18:33.7504|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:18:33.7504|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:18:33.7866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 414.2156ms
-2024-03-15 13:18:33.7866|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 38.2026ms
-2024-03-15 13:18:33.8757|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 125.1703ms
-2024-03-15 13:18:34.0303|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:18:34.1544|ERROR|Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware|An unhandled exception has occurred while executing the request.|Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerDocumentWithoutFilters(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerAsync(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
-2024-03-15 13:18:34.1640|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 500 - text/plain;+charset=utf-8 133.7794ms
-2024-03-15 13:19:25.7556|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:19:25.7666|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:19:25.7807|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:19:25.7807|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 25.5976ms
-2024-03-15 13:19:25.7967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:19:25.7967|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:19:25.8006|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 3.5165ms
-2024-03-15 13:19:25.8474|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 50.9385ms
-2024-03-15 13:19:25.9280|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:19:25.9280|ERROR|Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware|An unhandled exception has occurred while executing the request.|Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerDocumentWithoutFilters(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerAsync(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
-2024-03-15 13:19:25.9280|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 500 - text/plain;+charset=utf-8 6.5907ms
-2024-03-15 13:19:25.9435|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/favicon-32x32.png - -
-2024-03-15 13:19:25.9435|INFO|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|Sending file. Request path: '/favicon-32x32.png'. Physical path: 'N/A'
-2024-03-15 13:19:25.9435|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/favicon-32x32.png - - - 200 628 image/png 9.2568ms
-2024-03-15 13:19:33.1333|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:19:33.1333|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:19:33.1659|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:19:33.1659|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-15 13:19:33.1659|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:19:33.1826|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:19:33.1826|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:19:33.2022|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:19:33.2022|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 69.7897ms
-2024-03-15 13:19:33.2022|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 13:19:33.2022|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:19:33.2098|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:19:33.2098|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-15 13:19:33.2098|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:19:33.2098|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:19:33.2098|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:19:33.2444|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:19:33.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:19:33.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:19:33.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-15 13:19:33.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:19:33.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:19:33.2444|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:19:33.4167|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 13:19:34.2149|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:19:34.4115|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:19:34.4115|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:19:34.4236|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-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Rejected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type '(null)'.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|No input formatter was found to support the content type '(null)' for use with the [FromBody] attribute.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:19:34.4236|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Request was short circuited at action filter 'Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter'.
-2024-03-15 13:19:34.4448|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 415
-2024-03-15 13:19:34.4448|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 1196.9421ms
-2024-03-15 13:19:34.4448|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:19:34.4448|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:19:34.4552|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 415 0 - 1248.7545ms
-2024-03-15 13:21:20.8063|DEBUG|Program|init main
-2024-03-15 13:21:21.3368|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:21:21.9053|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-15 13:21:22.0497|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:21:22.1031|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-15 13:21:22.1106|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-15 13:21:22.1261|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:21:22.1387|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-15 13:21:22.1387|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-15 13:21:22.1387|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:21:22.1387|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-15 13:21:22.1387|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:21:22.1543|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:21:22.1543|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:21:22.1543|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:21:22.3750|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:21:22.3750|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:21:22.3750|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:21:22.3750|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:21:22.3750|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:21:22.3750|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:21:22.3750|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:21:22.3750|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:21:22.3750|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:21:22.5262|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2EB" accepted.
-2024-03-15 13:21:22.5262|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2EB" started.
-2024-03-15 13:21:22.5302|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2EC" accepted.
-2024-03-15 13:21:22.5302|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2EC" started.
-2024-03-15 13:21:22.5630|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9MJI2EB" received FIN.
-2024-03-15 13:21:22.5630|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9MJI2EC" received FIN.
-2024-03-15 13:21:22.5630|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-15 13:21:22.5630|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-15 13:21:22.6141|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2EB" stopped.
-2024-03-15 13:21:22.6141|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2EC" stopped.
-2024-03-15 13:21:22.6141|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9MJI2EC" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:21:22.6141|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9MJI2EB" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:21:22.8474|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2ED" accepted.
-2024-03-15 13:21:22.8474|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9MJI2ED" started.
-2024-03-15 13:21:22.9246|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T9MJI2ED established using the following protocol: Tls12
-2024-03-15 13:21:23.0297|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:21:23.0614|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:21:23.2356|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:21:23.3510|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:21:23.3510|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 328.1664ms
-2024-03-15 13:21:23.3510|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:21:23.3510|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:21:23.3937|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 37.2972ms
-2024-03-15 13:21:23.4420|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 83.8580ms
-2024-03-15 13:21:23.6467|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:21:23.8863|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 239.6080ms
-2024-03-15 13:21:38.8086|DEBUG|Program|init main
-2024-03-15 13:21:39.3228|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:21:39.8119|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-15 13:21:39.9692|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:21:40.0211|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-15 13:21:40.0211|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-15 13:21:40.0417|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:21:40.0572|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-15 13:21:40.0572|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-15 13:21:40.0633|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:21:40.0633|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-15 13:21:40.0633|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:21:40.0633|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:21:40.0633|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:21:40.0633|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:21:40.2960|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:21:40.2960|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:21:40.2960|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:21:40.2960|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:21:40.2960|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:21:40.2960|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:21:40.2960|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:21:40.2960|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:21:40.2960|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:21:40.4638|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A3" accepted.
-2024-03-15 13:21:40.4638|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A3" started.
-2024-03-15 13:21:40.4686|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A4" accepted.
-2024-03-15 13:21:40.4686|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A4" started.
-2024-03-15 13:21:40.4930|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9RUK5A3" received FIN.
-2024-03-15 13:21:40.4930|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9RUK5A4" received FIN.
-2024-03-15 13:21:40.5098|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-15 13:21:40.5098|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-15 13:21:40.5479|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A4" stopped.
-2024-03-15 13:21:40.5479|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A3" stopped.
-2024-03-15 13:21:40.5479|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9RUK5A4" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:21:40.5479|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24T9RUK5A3" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:21:40.7579|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A5" accepted.
-2024-03-15 13:21:40.7750|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24T9RUK5A5" started.
-2024-03-15 13:21:40.8292|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24T9RUK5A5 established using the following protocol: Tls12
-2024-03-15 13:21:40.9185|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:21:40.9505|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:21:41.0964|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:21:41.2154|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:21:41.2154|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 302.9958ms
-2024-03-15 13:21:41.2154|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:21:41.2278|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 6.6307ms
-2024-03-15 13:21:41.2278|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:21:41.2849|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 54.9845ms
-2024-03-15 13:21:41.4659|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:21:41.5492|ERROR|Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware|An unhandled exception has occurred while executing the request.|Swashbuckle.AspNetCore.SwaggerGen.SwaggerGeneratorException: Ambiguous HTTP method for action - DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API). Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GenerateOperations(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GeneratePaths(IEnumerable`1 apiDescriptions, SchemaRepository schemaRepository)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerDocumentWithoutFilters(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator.GetSwaggerAsync(String documentName, String host, String basePath)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
-2024-03-15 13:21:41.5492|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 500 - text/plain;+charset=utf-8 89.9119ms
-2024-03-15 13:34:44.1883|DEBUG|Program|init main
-2024-03-15 13:34:44.7002|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:34:45.6082|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-15 13:34:45.8479|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:34:45.9542|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-15 13:34:45.9816|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-15 13:34:45.9816|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:34:46.0152|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-15 13:34:46.0152|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-15 13:34:46.0152|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:34:46.0152|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-15 13:34:46.0506|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:34:46.0506|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:34:46.0506|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:34:46.0506|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:34:46.3786|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:34:46.3786|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:34:46.3786|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:34:46.3786|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:34:46.3786|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:34:46.3786|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:34:46.3786|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:34:46.3786|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:34:46.3786|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:34:46.8539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9S" accepted.
-2024-03-15 13:34:46.8539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9R" accepted.
-2024-03-15 13:34:46.8539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9R" started.
-2024-03-15 13:34:46.8539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9S" started.
-2024-03-15 13:34:46.8818|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TH6A7C9S" received FIN.
-2024-03-15 13:34:46.8818|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TH6A7C9R" received FIN.
-2024-03-15 13:34:46.9021|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-15 13:34:46.9021|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-15 13:34:46.9383|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9R" stopped.
-2024-03-15 13:34:46.9383|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9S" stopped.
-2024-03-15 13:34:46.9383|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TH6A7C9S" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:34:46.9383|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TH6A7C9R" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:34:47.1369|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9T" accepted.
-2024-03-15 13:34:47.1369|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9T" started.
-2024-03-15 13:34:47.2099|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TH6A7C9T established using the following protocol: Tls12
-2024-03-15 13:34:47.2980|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:34:47.3266|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:34:47.4915|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:34:47.6256|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:34:47.6312|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 335.2577ms
-2024-03-15 13:34:47.6468|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:34:47.6468|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:34:47.6598|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 12.9071ms
-2024-03-15 13:34:47.7056|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 58.7006ms
-2024-03-15 13:34:47.9331|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:34:48.2346|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 301.5253ms
-2024-03-15 13:34:50.4257|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9U" accepted.
-2024-03-15 13:34:50.4257|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9U" started.
-2024-03-15 13:34:50.4345|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TH6A7C9U established using the following protocol: Tls12
-2024-03-15 13:34:50.4345|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:34:50.4345|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:34:50.4345|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:34:50.4345|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:34:50.4345|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.3826ms
-2024-03-15 13:34:50.4345|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9V" accepted.
-2024-03-15 13:34:50.4345|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TH6A7C9V" started.
-2024-03-15 13:34:50.4523|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TH6A7C9V established using the following protocol: Tls12
-2024-03-15 13:34:50.4523|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 48
-2024-03-15 13:34:50.4523|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:34:50.4523|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:34:50.4523|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:34:50.4894|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:34:50.4894|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-15 13:34:50.4894|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:34:50.5074|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:34:50.5074|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:34:50.5382|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:34:50.5405|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:34:50.5405|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:34:50.5405|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:34:50.5405|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:34:50.5405|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:34:50.5405|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:34:50.7089|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 13:34:51.5262|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:34:51.7163|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:34:51.7299|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:34:51.7299|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-15 13:34:51.7299|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:34:51.7299|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TH6A7C9V", Request id "0HN24TH6A7C9V:00000001": started reading request body.
-2024-03-15 13:34:51.7299|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TH6A7C9V", Request id "0HN24TH6A7C9V:00000001": done reading request body.
-2024-03-15 13:34:51.7468|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:34:51.7468|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:34:51.7468|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:34:51.7468|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:34:51.7612|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:51.8696|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:34:51.8696|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:34:51.8696|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:34:51.8696|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:34:51.8696|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:34:51.8696|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing UnauthorizedObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:34:51.8838|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 1338.2086ms
-2024-03-15 13:34:51.8838|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:34:51.8838|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:34:51.8838|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 48 - 401 - application/json;+charset=utf-8 1437.1572ms
-2024-03-15 13:34:58.7015|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:34:58.7015|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:34:58.7015|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:34:58.7015|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:34:58.7015|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.1360ms
-2024-03-15 13:34:58.7015|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:34:58.7015|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:34:58.7015|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:34:58.7015|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:34:58.7015|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:34:58.7015|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-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:34:58.7113|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:34:58.7113|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:34:58.7113|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:34:58.7889|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-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TH6A7C9V", Request id "0HN24TH6A7C9V:00000003": started reading request body.
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TH6A7C9V", Request id "0HN24TH6A7C9V:00000003": done reading request body.
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:34:58.7889|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:34:58.7958|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:34:58.7958|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:58.7958|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:58.7958|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:58.7958|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:34:58.7958|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:34:58.8991|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 13:34:59.0226|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 13:34:59.0226|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 13:34:59.2753|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 13:34:59.3264|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:34:59.3264|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:34:59.3544|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (22ms).
-2024-03-15 13:34:59.3544|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (34ms).
-2024-03-15 13:34:59.3544|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (40ms).
-2024-03-15 13:34:59.3700|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:34:59.6896|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:34:59.6996|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-15 13:34:59.7516|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (54ms) [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-15 13:34:59.8017|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.8657|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.8694|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9053|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9328|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9454|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:34:59.9657|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:34:59.9657|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 213ms reading results.
-2024-03-15 13:34:59.9765|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:34:59.9765|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 13:34:59.9765|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 13:35:00.0178|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 13:35:00.0301|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:35:00.0301|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:35:00.0301|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (6ms).
-2024-03-15 13:35:00.0301|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:35:00.0301|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:35:00.0423|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-15 13:35:00.0753|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (36ms) [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-15 13:35:00.0753|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:35:00.0753|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-15 13:35:00.0753|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:35:00.0753|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:35:00.1047|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:35:00.1047|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:35:00.1047|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:35:00.1047|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:35:00.1047|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:35:00.1047|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:35:00.1047|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:35:00.1047|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 1396.2374ms
-2024-03-15 13:35:00.1047|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:35:00.1047|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:35:00.1192|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:35:00.1192|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 13:35:00.1192|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 1415.1676ms
-2024-03-15 13:35:03.0275|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:35:03.0275|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:35:03.0275|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:35:03.0275|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:35:03.0275|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:35:03.0275|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-15 13:35:03.0275|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:35:03.0275|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:35:03.0416|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:35:03.0416|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:35:03.0416|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 18.6266ms
-2024-03-15 13:39:02.3985|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:39:02.3985|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:39:02.3985|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:39:02.3985|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:39:02.3985|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:39:02.3985|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-15 13:39:02.3985|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:39:02.3985|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:39:02.3985|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:39:02.3985|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:39:02.3985|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 7.5066ms
-2024-03-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:41:59.7829|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-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 13:41:59.7829|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-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:41:59.7829|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 8.8290ms
-2024-03-15 13:41:59.7829|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.7981|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:41:59.7981|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:41:59.7981|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-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:41:59.7981|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:41:59.7981|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:41:59.7981|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 5.0320ms
-2024-03-15 13:41:59.7981|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-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:41:59.7981|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-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 13:41:59.7981|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:41:59.8232|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:41:59.8232|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:41:59.8306|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 13:41:59.8306|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 13:41:59.8416|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:41:59.8416|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:41:59.8416|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:41:59.8416|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:41:59.8416|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:41:59.8416|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.8570|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-15 13:41:59.8570|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [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-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.8570|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.8726|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-15 13:41:59.8726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.8726|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:41:59.8927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:41:59.8927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:41:59.8927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:41:59.8927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:41:59.8927|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:41:59.8927|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-15 13:41:59.9129|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 103.8457ms
-2024-03-15 13:41:59.9129|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.9129|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:41:59.9129|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 13:41:59.9129|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.9129|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:41:59.9129|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:41:59.9129|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:41:59.9129|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 129.8359ms
-2024-03-15 13:41:59.9129|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:41:59.9129|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 13:41:59.9129|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-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:41:59.9192|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.9192|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-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:41:59.9192|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-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.9192|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.9192|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-15 13:41:59.9192|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [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-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.9352|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-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:41:59.9352|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:41:59.9503|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:41:59.9503|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-15 13:41:59.9503|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 27.9766ms
-2024-03-15 13:41:59.9503|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:41:59.9503|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:41:59.9503|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:41:59.9503|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:41:59.9503|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 39.0027ms
-2024-03-15 13:44:27.0403|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:44:27.0403|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:44:27.0425|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:44:27.0425|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:44:27.0425|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:44:27.0425|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-15 13:44:27.0425|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:44:27.0425|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:44:27.0425|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:44:27.0425|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:44:27.0425|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 5.8110ms
-2024-03-15 13:44:57.2294|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:44:57.2294|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:44:57.2294|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:44:57.2294|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:44:57.2294|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:44:57.2294|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-15 13:44:57.2294|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:44:57.2294|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:44:57.2294|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:44:57.2294|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:44:57.2294|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 4.6025ms
-2024-03-15 13:45:12.1691|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:45:12.1691|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:45:12.1691|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.3133ms
-2024-03-15 13:45:12.1691|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:45:12.1691|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:45:12.1691|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-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:45:12.1691|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:45:12.1691|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:45:12.1691|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-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TH6A7C9V", Request id "0HN24TH6A7C9V:00000015": started reading request body.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TH6A7C9V", Request id "0HN24TH6A7C9V:00000015": done reading request body.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:45:12.1691|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:45:12.3228|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:45:12.3228|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:45:12.3228|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:45:12.3228|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:45:12.3228|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:45:12.3228|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3228|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3228|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-15 13:45:12.3603|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (35ms) [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-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3603|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 21ms reading results.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3682|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-15 13:45:12.3682|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-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3682|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-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:45:12.3682|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:45:12.3682|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:45:12.3930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:45:12.3930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:45:12.3930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:45:12.3930|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:45:12.3930|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:45:12.3930|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 213.5719ms
-2024-03-15 13:45:12.3930|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:45:12.3930|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:45:12.3930|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:12.3930|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:45:12.3930|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 223.6910ms
-2024-03-15 13:45:15.6249|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:45:15.6249|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:45:15.6249|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-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6249|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:45:15.6249|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:45:15.6249|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:45:15.6249|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:45:15.6249|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 6.4601ms
-2024-03-15 13:45:15.6249|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 13:45:15.6249|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-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6367|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:45:15.6367|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6367|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:45:15.6367|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-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:45:15.6367|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-15 13:45:15.6367|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-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 13:45:15.6367|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:45:15.6367|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:45:15.6367|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 8.3080ms
-2024-03-15 13:45:15.6367|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6496|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-15 13:45:15.6496|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-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6496|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6643|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-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:45:15.6643|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-15 13:45:15.6643|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 27.6749ms
-2024-03-15 13:45:15.6643|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:45:15.6643|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-15 13:45:15.6643|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 47.5974ms
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:45:15.6643|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-15 13:45:15.6643|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-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6643|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:45:15.6800|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6800|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-15 13:45:15.6800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:45:15.6800|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-15 13:45:15.6800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6800|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-15 13:45:15.6800|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-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6800|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6955|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-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:45:15.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-15 13:45:15.6955|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:45:15.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-15 13:45:15.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-15 13:45:15.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-15 13:45:15.6955|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-15 13:45:15.6955|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 22.755ms
-2024-03-15 13:45:15.6955|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:45:15.6955|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:45:15.6955|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 32.1892ms
-2024-03-15 13:45:23.4077|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:45:23.4077|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:45:23.4077|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:45:23.4077|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:45:23.4077|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:45:23.4077|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-15 13:45:23.4077|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:45:23.4077|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:45:23.4077|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:45:23.4077|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:45:23.4077|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 6.7498ms
-2024-03-15 13:50:08.6889|DEBUG|Program|init main
-2024-03-15 13:50:09.2405|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:50:09.6803|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-15 13:50:09.8241|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:50:09.8742|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-15 13:50:09.8802|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-15 13:50:09.8933|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:50:09.9080|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-15 13:50:09.9080|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-15 13:50:09.9080|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:50:09.9080|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-15 13:50:09.9080|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:50:09.9080|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:50:09.9080|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:50:09.9080|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:50:10.1671|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:50:10.1671|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:50:10.1671|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:50:10.1671|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:50:10.1671|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:50:10.1671|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:50:10.1671|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:50:10.1671|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:50:10.1671|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:50:10.1965|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TPPFT6IF" received FIN.
-2024-03-15 13:50:10.2066|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6IF" accepted.
-2024-03-15 13:50:10.2066|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6IF" started.
-2024-03-15 13:50:10.2342|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-15 13:50:10.2776|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6IF" stopped.
-2024-03-15 13:50:10.2776|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TPPFT6IF" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:50:10.4567|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6IG" accepted.
-2024-03-15 13:50:10.4567|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6IG" started.
-2024-03-15 13:50:10.5233|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TPPFT6IG established using the following protocol: Tls12
-2024-03-15 13:50:10.6178|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:50:10.6498|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:50:10.8134|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:50:10.9325|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:50:10.9398|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 323.8334ms
-2024-03-15 13:50:10.9522|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:50:10.9522|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:50:10.9761|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 23.8613ms
-2024-03-15 13:50:11.0412|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 88.8050ms
-2024-03-15 13:50:11.2203|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:50:11.4491|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 228.7512ms
-2024-03-15 13:50:27.8304|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6IH" accepted.
-2024-03-15 13:50:27.8304|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6IH" started.
-2024-03-15 13:50:27.8304|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TPPFT6IH established using the following protocol: Tls12
-2024-03-15 13:50:27.8304|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:50:27.8304|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:50:27.8304|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:50:27.8304|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:50:27.8304|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.2197ms
-2024-03-15 13:50:27.8304|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6II" accepted.
-2024-03-15 13:50:27.8304|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TPPFT6II" started.
-2024-03-15 13:50:27.8553|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TPPFT6II established using the following protocol: Tls12
-2024-03-15 13:50:27.8553|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:50:27.8553|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:50:27.8553|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:50:27.8601|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:50:27.8938|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:50:27.8938|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-15 13:50:27.8938|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:50:27.9117|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:50:27.9117|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:50:27.9429|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:50:27.9429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:50:27.9429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:50:27.9429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:50:27.9429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:50:27.9429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:50:27.9429|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:50:28.1235|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 13:50:28.9542|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:50:29.1402|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:50:29.1563|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:50:29.1604|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-15 13:50:29.1604|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:50:29.1604|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TPPFT6II", Request id "0HN24TPPFT6II:00000001": started reading request body.
-2024-03-15 13:50:29.1604|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TPPFT6II", Request id "0HN24TPPFT6II:00000001": done reading request body.
-2024-03-15 13:50:29.1771|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:50:29.1771|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:50:29.1771|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:50:29.1771|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:50:29.1910|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:50:29.3535|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 13:50:29.4620|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 13:50:29.4620|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 13:50:29.6648|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 13:50:29.7089|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:50:29.7089|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:50:29.7342|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (20ms).
-2024-03-15 13:50:29.7447|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (32ms).
-2024-03-15 13:50:29.7447|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (39ms).
-2024-03-15 13:50:29.7526|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.0364|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.0364|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-15 13:50:30.0968|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (52ms) [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-15 13:50:30.1401|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.1939|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.1939|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2276|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2276|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2571|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2665|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:50:30.2867|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.2867|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 189ms reading results.
-2024-03-15 13:50:30.2867|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.3032|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 13:50:30.3032|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 13:50:30.3346|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 13:50:30.3346|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:50:30.3346|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:50:30.3485|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (5ms).
-2024-03-15 13:50:30.3485|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.3485|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.3485|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-15 13:50:30.3804|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (29ms) [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-15 13:50:30.3804|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.3804|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-15 13:50:30.3804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.3804|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:50:30.4081|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:50:30.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:50:30.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:50:30.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:50:30.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:50:30.4081|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:50:30.4081|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:50:30.4314|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2479.9053ms
-2024-03-15 13:50:30.4314|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:50:30.4314|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:50:30.4421|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:50:30.4421|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 13:50:30.4421|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 2588.1646ms
-2024-03-15 13:50:33.6323|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:50:33.6323|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:50:33.6323|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:50:33.6323|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:50:33.6323|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:50:33.6323|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-15 13:50:33.6323|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:50:33.6434|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:50:33.6434|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:50:33.6434|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:50:33.6434|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 24.4667ms
-2024-03-15 13:50:33.7552|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 13:50:33.7552|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:50:33.7552|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:50:33.7552|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:50:33.7552|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:50:33.7552|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint '405 HTTP Method Not Supported'
-2024-03-15 13:50:33.7552|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:50:33.7552|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint '405 HTTP Method Not Supported'
-2024-03-15 13:50:33.7552|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint '405 HTTP Method Not Supported'
-2024-03-15 13:50:33.7552|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 405 0 - 6.0076ms
-2024-03-15 13:52:00.3473|DEBUG|Program|init main
-2024-03-15 13:52:00.8933|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:52:01.4907|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-15 13:52:01.6192|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:52:01.6746|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-15 13:52:01.6746|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-15 13:52:01.6964|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:52:01.7118|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-15 13:52:01.7118|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-15 13:52:01.7118|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:52:01.7209|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-15 13:52:01.7209|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:52:01.7209|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:52:01.7209|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:52:01.7209|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:52:01.9853|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:52:01.9853|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:52:01.9866|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:52:01.9866|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:52:01.9866|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:52:01.9866|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:52:01.9866|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:52:01.9866|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:52:01.9866|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:52:02.4539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PL" accepted.
-2024-03-15 13:52:02.4539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PM" accepted.
-2024-03-15 13:52:02.4539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PL" started.
-2024-03-15 13:52:02.4539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PM" started.
-2024-03-15 13:52:02.4539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TQQUF9PL" received FIN.
-2024-03-15 13:52:02.4539|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TQQUF9PM" received FIN.
-2024-03-15 13:52:02.4919|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-15 13:52:02.4919|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-15 13:52:02.5444|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PL" stopped.
-2024-03-15 13:52:02.5444|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PM" stopped.
-2024-03-15 13:52:02.5444|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TQQUF9PM" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:52:02.5444|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TQQUF9PL" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:52:02.7991|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PN" accepted.
-2024-03-15 13:52:02.7991|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TQQUF9PN" started.
-2024-03-15 13:52:02.8885|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TQQUF9PN established using the following protocol: Tls12
-2024-03-15 13:52:03.0689|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:52:03.1040|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:52:03.2568|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:52:03.3879|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:52:03.3923|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 325.8474ms
-2024-03-15 13:52:03.4083|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:52:03.4084|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:52:03.4371|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.6701ms
-2024-03-15 13:52:03.4896|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 81.2242ms
-2024-03-15 13:52:03.6579|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:52:03.8665|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 208.7192ms
-2024-03-15 13:52:32.1572|DEBUG|Program|init main
-2024-03-15 13:52:32.7001|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 13:52:33.2709|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-15 13:52:33.4363|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 13:52:33.5002|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-15 13:52:33.5095|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-15 13:52:33.5272|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 13:52:33.5478|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-15 13:52:33.5478|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-15 13:52:33.5552|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 13:52:33.5552|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-15 13:52:33.5552|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 13:52:33.5552|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 13:52:33.5552|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 13:52:33.5552|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 13:52:33.9018|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 13:52:33.9018|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 13:52:33.9018|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 13:52:33.9018|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 13:52:33.9018|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 13:52:33.9018|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 13:52:33.9035|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 13:52:33.9035|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 13:52:33.9035|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 13:52:33.9344|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP4" accepted.
-2024-03-15 13:52:33.9344|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP4" started.
-2024-03-15 13:52:33.9397|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TR4AMFP4" received FIN.
-2024-03-15 13:52:33.9397|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TR4AMFP5" received FIN.
-2024-03-15 13:52:33.9397|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP5" accepted.
-2024-03-15 13:52:33.9397|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP5" started.
-2024-03-15 13:52:33.9687|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-15 13:52:33.9687|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-15 13:52:34.0092|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP5" stopped.
-2024-03-15 13:52:34.0092|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP4" stopped.
-2024-03-15 13:52:34.0092|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TR4AMFP5" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:52:34.0092|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24TR4AMFP4" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 13:52:34.2295|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP6" accepted.
-2024-03-15 13:52:34.2295|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP6" started.
-2024-03-15 13:52:34.3042|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TR4AMFP6 established using the following protocol: Tls12
-2024-03-15 13:52:34.4123|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 13:52:34.4641|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 13:52:34.6331|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 13:52:34.7683|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 13:52:34.7724|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 362.5065ms
-2024-03-15 13:52:34.7910|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 13:52:34.7910|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 13:52:34.8286|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 37.3397ms
-2024-03-15 13:52:34.8819|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 90.8733ms
-2024-03-15 13:52:35.0467|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 13:52:35.2641|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 217.5676ms
-2024-03-15 13:52:43.9494|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP7" accepted.
-2024-03-15 13:52:43.9494|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP7" started.
-2024-03-15 13:52:43.9583|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TR4AMFP7 established using the following protocol: Tls12
-2024-03-15 13:52:43.9583|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:52:43.9583|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:52:43.9583|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:52:43.9583|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:52:43.9583|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.4531ms
-2024-03-15 13:52:43.9672|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP8" accepted.
-2024-03-15 13:52:43.9672|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24TR4AMFP8" started.
-2024-03-15 13:52:43.9672|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24TR4AMFP8 established using the following protocol: Tls12
-2024-03-15 13:52:43.9672|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:52:43.9672|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:52:43.9672|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:52:43.9672|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:52:44.0106|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:52:44.0106|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-15 13:52:44.0106|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:52:44.0293|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:52:44.0293|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:52:44.0609|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:52:44.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:52:44.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:52:44.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-15 13:52:44.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:52:44.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:52:44.0609|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:52:44.2476|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 13:52:45.0720|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:52:45.2615|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:52:45.2767|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:52:45.2767|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-15 13:52:45.2767|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:52:45.2767|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:00000001": started reading request body.
-2024-03-15 13:52:45.2880|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:00000001": done reading request body.
-2024-03-15 13:52:45.2880|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:52:45.2880|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:52:45.2880|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:52:45.2880|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:52:45.3062|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:52:45.3062|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:52:45.3062|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:52:45.3062|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:52:45.3062|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:52:45.3062|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:52:45.3062|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:52:45.3115|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:52:45.4938|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 13:52:45.6081|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 13:52:45.6081|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 13:52:45.8396|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 13:52:45.9283|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:52:45.9283|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:52:45.9654|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (31ms).
-2024-03-15 13:52:45.9764|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (44ms).
-2024-03-15 13:52:45.9764|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (52ms).
-2024-03-15 13:52:45.9851|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.3275|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.3275|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-15 13:52:46.3885|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-15 13:52:46.4394|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.4945|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.4945|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5304|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5304|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5573|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:52:46.5729|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.5943|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 198ms reading results.
-2024-03-15 13:52:46.5943|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.5943|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 13:52:46.6162|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 13:52:46.6402|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 13:52:46.6402|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:52:46.6402|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:52:46.6561|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (5ms).
-2024-03-15 13:52:46.6561|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.6561|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.6561|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-15 13:52:46.6953|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (37ms) [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-15 13:52:46.6953|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.6953|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-15 13:52:46.6953|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.6953|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:52:46.7248|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:52:46.7248|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:52:46.7342|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:52:46.7342|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:52:46.7342|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:52:46.7342|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:52:46.7342|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:52:46.7342|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2679.959ms
-2024-03-15 13:52:46.7484|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:52:46.7484|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:52:46.7484|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:52:46.7484|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 13:52:46.7484|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 2783.5121ms
-2024-03-15 13:52:54.9156|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:52:54.9156|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:52:54.9156|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:52:54.9156|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:52:54.9203|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:52:54.9203|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-15 13:52:54.9203|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:52:54.9203|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:52:54.9358|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:52:54.9358|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:52:54.9358|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 24.8836ms
-2024-03-15 13:52:55.0264|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 13:52:55.0264|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:52:55.0264|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:52:55.0264|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:52:55.0294|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 13:52:55.0294|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:52:55.0294|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:52:55.1198|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:52:55.1198|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:52:55.1290|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:52:55.1290|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-15 13:52:55.1290|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:52:55.1290|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:52:55.1290|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:52:55.1290|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:52:55.1290|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-15 13:52:55.1290|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 94.5216ms
-2024-03-15 13:52:55.1290|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 13:52:55.1290|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:52:55.1290|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 110.9460ms
-2024-03-15 13:54:14.6839|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:54:14.6839|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:54:14.6839|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.9365ms
-2024-03-15 13:54:14.6839|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:54:14.6839|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:54:14.6839|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-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:54:14.6839|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:54:14.6839|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:54:14.6839|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:54:14.7138|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:54:14.7157|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-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:00000007": started reading request body.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:00000007": done reading request body.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:54:14.7157|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7361|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-15 13:54:14.7361|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [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-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7361|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7609|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-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7609|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-15 13:54:14.7609|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-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7609|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-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7609|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:54:14.7782|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:54:14.7782|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:54:14.7782|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 86.8076ms
-2024-03-15 13:54:14.7782|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:54:14.7782|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:54:14.7782|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 95.8617ms
-2024-03-15 13:55:11.3458|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:55:11.3458|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:55:11.3458|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.4169ms
-2024-03-15 13:55:11.3458|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:55:11.3458|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:55:11.3458|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-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:55:11.3458|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:55:11.3458|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:55:11.3458|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:55:11.3586|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:55:11.3586|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-15 13:55:11.3586|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:55:11.3586|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:00000009": started reading request body.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:00000009": done reading request body.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:55:11.3758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.3946|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-15 13:55:11.3946|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [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-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.3946|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 22ms reading results.
-2024-03-15 13:55:11.4083|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.4247|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-15 13:55:11.4247|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-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.4247|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-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:55:11.4247|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:55:11.4247|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:55:11.4247|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 81.2686ms
-2024-03-15 13:55:11.4247|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:55:11.4247|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 13:55:11.4247|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 88.7673ms
-2024-03-15 13:58:10.9904|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:58:10.9908|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 13:58:10.9908|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.9136ms
-2024-03-15 13:58:10.9908|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:58:10.9908|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:58:10.9908|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-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:58:10.9908|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:58:10.9908|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:58:10.9908|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-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:0000000B": started reading request body.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24TR4AMFP8", Request id "0HN24TR4AMFP8:0000000B": done reading request body.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:58:10.9908|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0207|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-15 13:58:11.0207|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [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-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0207|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0296|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0461|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-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0461|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-15 13:58:11.0461|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-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0461|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-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 13:58:11.0461|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 13:58:11.0461|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 13:58:11.0630|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 13:58:11.0630|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 13:58:11.0630|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 13:58:11.0630|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 62.51ms
-2024-03-15 13:58:11.0630|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 13:58:11.0630|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:58:11.0630|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 13:58:11.0630|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 13:58:11.0630|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 73.8707ms
-2024-03-15 13:58:40.0424|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 13:58:40.0424|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:58:40.0424|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:58:40.0424|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:58:40.0424|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 13:58:40.0424|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-15 13:58:40.0424|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 13:58:40.0424|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:58:40.0424|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 13:58:40.0424|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 13:58:40.0424|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 9.2932ms
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 4.1781ms
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 13:58:42.0838|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 13:58:42.0838|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 11.5176ms
-2024-03-15 14:01:36.8994|DEBUG|Program|init main
-2024-03-15 14:01:37.5549|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 14:01:38.2291|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-15 14:01:38.3667|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 14:01:38.4249|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-15 14:01:38.4249|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-15 14:01:38.4493|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 14:01:38.4644|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-15 14:01:38.4696|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-15 14:01:38.4696|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 14:01:38.4696|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-15 14:01:38.4696|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 14:01:38.4696|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 14:01:38.4696|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 14:01:38.4696|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 14:01:38.7323|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 14:01:38.7323|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 14:01:38.7323|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 14:01:38.7323|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 14:01:38.7323|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 14:01:38.7323|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 14:01:38.7323|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 14:01:38.7341|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 14:01:38.7341|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 14:01:39.1650|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK6" accepted.
-2024-03-15 14:01:39.1650|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK6" started.
-2024-03-15 14:01:39.1703|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK7" accepted.
-2024-03-15 14:01:39.1703|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK7" started.
-2024-03-15 14:01:39.1938|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U06QDLK6" received FIN.
-2024-03-15 14:01:39.1938|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U06QDLK7" received FIN.
-2024-03-15 14:01:39.2136|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-15 14:01:39.2136|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-15 14:01:39.2713|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK7" stopped.
-2024-03-15 14:01:39.2713|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK6" stopped.
-2024-03-15 14:01:39.2713|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U06QDLK7" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 14:01:39.2713|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U06QDLK6" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 14:01:39.4816|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK8" accepted.
-2024-03-15 14:01:39.4907|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U06QDLK8" started.
-2024-03-15 14:01:39.5847|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24U06QDLK8 established using the following protocol: Tls12
-2024-03-15 14:01:39.6971|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 14:01:39.7301|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 14:01:39.9223|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 14:01:40.1456|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 14:01:40.1456|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 455.0077ms
-2024-03-15 14:01:40.1618|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 14:01:40.1618|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 14:01:40.1769|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 14.9859ms
-2024-03-15 14:01:40.2399|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 78.0407ms
-2024-03-15 14:01:40.4173|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 14:01:40.6819|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 264.5350ms
-2024-03-15 14:02:30.1073|DEBUG|Program|init main
-2024-03-15 14:02:30.6498|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 14:02:31.2349|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-15 14:02:31.3704|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 14:02:31.4250|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-15 14:02:31.4250|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-15 14:02:31.4510|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 14:02:31.4677|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-15 14:02:31.4730|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-15 14:02:31.4730|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 14:02:31.4730|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-15 14:02:31.4730|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 14:02:31.4730|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 14:02:31.4730|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 14:02:31.4859|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 14:02:31.7399|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 14:02:31.7399|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 14:02:31.7399|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 14:02:31.7399|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 14:02:31.7399|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 14:02:31.7399|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 14:02:31.7399|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 14:02:31.7399|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 14:02:31.7399|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 14:02:32.0864|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLB" accepted.
-2024-03-15 14:02:32.0864|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U0MJ3TLC" received FIN.
-2024-03-15 14:02:32.0864|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U0MJ3TLB" received FIN.
-2024-03-15 14:02:32.0864|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLB" started.
-2024-03-15 14:02:32.0864|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLC" accepted.
-2024-03-15 14:02:32.0864|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLC" started.
-2024-03-15 14:02:32.1184|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-15 14:02:32.1184|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-15 14:02:32.1592|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLC" stopped.
-2024-03-15 14:02:32.1592|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLB" stopped.
-2024-03-15 14:02:32.1592|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U0MJ3TLC" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 14:02:32.1592|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24U0MJ3TLB" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 14:02:32.4016|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLD" accepted.
-2024-03-15 14:02:32.4230|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLD" started.
-2024-03-15 14:02:32.4995|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24U0MJ3TLD established using the following protocol: Tls12
-2024-03-15 14:02:32.5933|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 14:02:32.6272|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 14:02:32.8424|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 14:02:33.0164|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 14:02:33.0164|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 14:02:33.0164|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 14:02:33.0164|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 434.7700ms
-2024-03-15 14:02:33.0487|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.1361ms
-2024-03-15 14:02:33.1670|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 140.5335ms
-2024-03-15 14:02:33.3628|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 14:02:33.6132|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 250.2685ms
-2024-03-15 14:02:39.1094|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLE" accepted.
-2024-03-15 14:02:39.1103|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLE" started.
-2024-03-15 14:02:39.1103|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24U0MJ3TLE established using the following protocol: Tls12
-2024-03-15 14:02:39.1103|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-15 14:02:39.1103|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 14:02:39.1103|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 14:02:39.1103|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-15 14:02:39.1103|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.5618ms
-2024-03-15 14:02:39.1103|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLF" accepted.
-2024-03-15 14:02:39.1103|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24U0MJ3TLF" started.
-2024-03-15 14:02:39.1103|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24U0MJ3TLF established using the following protocol: Tls12
-2024-03-15 14:02:39.1370|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-15 14:02:39.1370|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 14:02:39.1370|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 14:02:39.1370|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 14:02:39.1706|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 14:02:39.1706|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-15 14:02:39.1706|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:02:39.1889|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:02:39.1889|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:02:39.2185|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 14:02:39.2210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:02:39.2210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:02:39.2210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:02:39.2210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:02:39.2210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:02:39.2210|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:02:39.3844|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 14:02:40.2020|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:02:40.3935|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:02:40.4079|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 14:02:40.4079|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-15 14:02:40.4079|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 14:02:40.4218|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24U0MJ3TLF", Request id "0HN24U0MJ3TLF:00000001": started reading request body.
-2024-03-15 14:02:40.4218|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24U0MJ3TLF", Request id "0HN24U0MJ3TLF:00000001": done reading request body.
-2024-03-15 14:02:40.4218|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 14:02:40.4218|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:02:40.4218|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:02:40.4218|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:02:40.4432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:02:40.6076|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 14:02:40.7183|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 14:02:40.7205|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 14:02:40.9259|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 14:02:40.9727|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 14:02:40.9727|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 14:02:40.9987|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (21ms).
-2024-03-15 14:02:41.0074|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (32ms).
-2024-03-15 14:02:41.0074|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 14:02:41.0074|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.4597|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.4698|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-15 14:02:41.5223|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (55ms) [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-15 14:02:41.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.6954|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.6954|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7383|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7644|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7644|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7644|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7644|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7644|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7644|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7705|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.7854|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 271ms reading results.
-2024-03-15 14:02:41.8037|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.8037|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 14:02:41.8204|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 14:02:41.8421|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 14:02:41.8512|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 14:02:41.8512|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 14:02:41.8512|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 14:02:41.8512|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.8512|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.8512|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-15 14:02:41.8861|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (28ms) [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-15 14:02:41.8861|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.8861|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-15 14:02:41.8861|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.8861|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 14:02:41.9145|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 14:02:41.9145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 14:02:41.9145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:02:41.9145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 14:02:41.9145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 14:02:41.9145|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 14:02:41.9260|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 14:02:41.9260|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2708.8692ms
-2024-03-15 14:02:41.9260|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:02:41.9260|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:02:41.9424|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:02:41.9424|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 14:02:41.9424|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 2807.3717ms
-2024-03-15 14:02:46.5110|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 14:02:46.5110|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 14:02:46.5110|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 14:02:46.5110|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 14:02:46.5155|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 14:02:46.5155|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-15 14:02:46.5155|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 14:02:46.5155|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:02:46.5155|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 14:02:46.5351|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 14:02:46.5351|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 24.7036ms
-2024-03-15 14:02:48.5575|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-15 14:02:48.5575|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:02:48.5575|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 14:02:48.5575|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:02:48.5575|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:02:48.6349|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:02:48.6349|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:02:48.6416|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:02:48.6416|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-15 14:02:48.6416|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:02:48.6416|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:02:48.6416|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:02:48.6416|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:02:48.6416|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-15 14:02:48.6416|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 79.8983ms
-2024-03-15 14:02:48.6416|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-15 14:02:48.6416|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:02:48.6416|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 90.3390ms
-2024-03-15 14:20:45.4899|DEBUG|Program|init main
-2024-03-15 14:20:46.1107|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 14:20:46.6178|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-15 14:20:46.7843|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 14:20:46.8350|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-15 14:20:46.8431|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-15 14:20:46.8558|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 14:20:46.8558|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-15 14:20:46.8558|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-15 14:20:46.8735|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 14:20:46.8735|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-15 14:20:46.8735|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 14:20:46.8735|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 14:20:46.8735|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 14:20:46.8735|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 14:20:47.0995|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 14:20:47.0995|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 14:20:47.0995|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 14:20:47.0995|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 14:20:47.0995|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 14:20:47.0995|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 14:20:47.0995|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 14:20:47.0995|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 14:20:47.0995|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 14:20:47.1820|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM51" accepted.
-2024-03-15 14:20:47.1820|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM51" started.
-2024-03-15 14:20:47.1854|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM52" accepted.
-2024-03-15 14:20:47.1854|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM52" started.
-2024-03-15 14:20:47.2043|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24UASUOM51" received FIN.
-2024-03-15 14:20:47.2043|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24UASUOM52" received FIN.
-2024-03-15 14:20:47.2178|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-15 14:20:47.2178|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-15 14:20:47.2614|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM52" stopped.
-2024-03-15 14:20:47.2614|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM51" stopped.
-2024-03-15 14:20:47.2682|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24UASUOM52" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 14:20:47.2682|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN24UASUOM51" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 14:20:47.5027|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM53" accepted.
-2024-03-15 14:20:47.5027|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN24UASUOM53" started.
-2024-03-15 14:20:47.5890|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN24UASUOM53 established using the following protocol: Tls12
-2024-03-15 14:20:47.7114|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 14:20:47.7430|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 14:20:47.9014|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 14:20:48.1055|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 14:20:48.1055|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 403.3962ms
-2024-03-15 14:20:48.1273|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 14:20:48.1273|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 14:20:48.1410|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 13.5391ms
-2024-03-15 14:20:48.2098|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 82.4393ms
-2024-03-15 14:20:48.3726|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 14:20:48.6087|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 236.0687ms
-2024-03-15 14:21:16.9337|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55
-2024-03-15 14:21:16.9337|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'https://localhost:7202'.
-2024-03-15 14:21:16.9337|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution failed.
-2024-03-15 14:21:16.9337|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|Request origin https://localhost:7202 does not have permission to access the resource.
-2024-03-15 14:21:16.9337|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 14:21:16.9795|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/login'
-2024-03-15 14:21:16.9795|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-15 14:21:16.9839|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:21:16.9986|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:21:16.9986|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:21:17.0306|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 14:21:17.0306|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:21:17.0306|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:21:17.0306|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:21:17.0339|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:21:17.0339|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:21:17.0339|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:21:17.2010|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 14:21:18.0099|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:21:18.1967|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:21:18.2116|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 14:21:18.2116|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-15 14:21:18.2116|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 14:21:18.2234|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24UASUOM53", Request id "0HN24UASUOM53:00000009": started reading request body.
-2024-03-15 14:21:18.2234|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24UASUOM53", Request id "0HN24UASUOM53:00000009": done reading request body.
-2024-03-15 14:21:18.2234|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 14:21:18.2234|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:21:18.2234|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:21:18.2234|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:21:18.2429|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:21:18.4293|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-15 14:21:18.5427|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-15 14:21:18.5427|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-15 14:21:18.7581|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 14:21:18.8042|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 14:21:18.8042|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 14:21:18.8305|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (21ms).
-2024-03-15 14:21:18.8407|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (33ms).
-2024-03-15 14:21:18.8407|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (39ms).
-2024-03-15 14:21:18.8407|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.1422|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.1527|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-15 14:21:19.2038|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-15 14:21:19.2559|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3077|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3441|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3441|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.3837|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:21:19.4023|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.4023|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 198ms reading results.
-2024-03-15 14:21:19.4023|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.4200|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 14:21:19.4200|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-15 14:21:19.4543|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-15 14:21:19.4543|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 14:21:19.4543|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 14:21:19.4679|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-15 14:21:19.4679|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.4679|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.4679|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-15 14:21:19.5004|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (30ms) [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-15 14:21:19.5004|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.5004|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-15 14:21:19.5004|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.5004|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 14:21:19.5380|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 14:21:19.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-15 14:21:19.5380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:21:19.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-15 14:21:19.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-15 14:21:19.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-15 14:21:19.5380|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 14:21:19.5616|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2522.3889ms
-2024-03-15 14:21:19.5616|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:21:19.5616|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:21:19.5704|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:21:19.5704|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 14:21:19.5704|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55 - 200 - application/json;+charset=utf-8 2639.3962ms
-2024-03-15 14:21:28.9795|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Auth/user - -
-2024-03-15 14:21:28.9795|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 14:21:28.9795|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/user'
-2024-03-15 14:21:28.9795|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-15 14:21:28.9795|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
-2024-03-15 14:21:28.9795|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
-2024-03-15 14:21:29.0052|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
-2024-03-15 14:21:29.0052|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
-2024-03-15 14:21:29.0052|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-15 14:21:29.0052|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:21:29.0052|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:21:29.0052|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:21:29.0052|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:21:29.0052|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:21:29.0052|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:21:29.0738|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:21:29.0738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:21:29.0738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 14:21:29.0738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:21:29.0738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 14:21:29.0738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 14:21:29.0738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 14:21:29.0738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[System.Security.Claims.Claim, System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]]'.
-2024-03-15 14:21:29.0738|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API) in 72.3531ms
-2024-03-15 14:21:29.0829|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
-2024-03-15 14:21:29.0829|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:21:29.0829|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Auth/user - - - 200 - application/json;+charset=utf-8 105.6019ms
-2024-03-15 14:22:24.2331|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 14:22:24.2413|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 14:22:24.2662|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 14:22:24.2662|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 33.6170ms
-2024-03-15 14:22:24.2862|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 14:22:24.2862|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 14:22:24.2862|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.8036ms
-2024-03-15 14:22:24.3348|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 48.5716ms
-2024-03-15 14:22:24.5384|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 14:22:24.5588|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 20.3221ms
-2024-03-15 14:22:28.5591|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Auth/user - -
-2024-03-15 14:22:28.5591|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/user'
-2024-03-15 14:22:28.5619|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-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
-2024-03-15 14:22:28.5619|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
-2024-03-15 14:22:28.5619|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-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:22:28.5619|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 14:22:28.5875|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'System.Collections.Generic.List`1[[System.Security.Claims.Claim, System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]]'.
-2024-03-15 14:22:28.5875|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API) in 22.0013ms
-2024-03-15 14:22:28.5875|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
-2024-03-15 14:22:28.5875|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:22:28.5875|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Auth/user - - - 200 - application/json;+charset=utf-8 34.3534ms
-2024-03-15 14:22:35.3394|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/Auth/logout - 0
-2024-03-15 14:22:35.3394|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'https://localhost:7202'.
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution failed.
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|Request origin https://localhost:7202 does not have permission to access the resource.
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/logout'
-2024-03-15 14:22:35.3419|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-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:22:35.3419|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-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 8.107ms
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:22:35.3419|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:22:35.3419|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/Auth/logout - 0 - 200 - application/json;+charset=utf-8 20.8783ms
-2024-03-15 14:22:40.2497|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Auth/user - -
-2024-03-15 14:22:40.2497|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 14:22:40.2497|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/user'
-2024-03-15 14:22:40.2497|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-15 14:22:40.2497|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.GetUser (DigitalData.UserManager.API)'
-2024-03-15 14:22:40.2497|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:22:40.2497|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 14:22:40.2497|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 14:22:40.2497|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Auth/user - - - 401 0 - 10.2304ms
-2024-03-15 14:23:02.5525|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55
-2024-03-15 14:23:02.5525|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'https://localhost:7202'.
-2024-03-15 14:23:02.5574|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution failed.
-2024-03-15 14:23:02.5574|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|Request origin https://localhost:7202 does not have permission to access the resource.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/login'
-2024-03-15 14:23:02.5574|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-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:23:02.5574|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:23:02.5574|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 14:23:02.5574|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-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24UASUOM53", Request id "0HN24UASUOM53:0000001B": started reading request body.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN24UASUOM53", Request id "0HN24UASUOM53:0000001B": done reading request body.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-15 14:23:02.5574|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-15 14:23:02.5877|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 14:23:02.5877|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 14:23:02.5877|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 14:23:02.5877|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 14:23:02.5877|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 14:23:02.5877|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.5877|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.5877|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-15 14:23:02.5877|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (3ms) [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-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.5964|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6040|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 26ms reading results.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.6188|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-15 14:23:02.6188|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-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.6188|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-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 14:23:02.6188|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 14:23:02.6188|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 14:23:02.6188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 14:23:02.6188|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 68.981ms
-2024-03-15 14:23:02.6188|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-15 14:23:02.6351|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:23:02.6351|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:02.6351|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 14:23:02.6351|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55 - 200 - application/json;+charset=utf-8 84.1852ms
-2024-03-15 14:23:20.7297|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/User - -
-2024-03-15 14:23:20.7297|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 14:23:20.7297|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/User'
-2024-03-15 14:23:20.7297|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-15 14:23:20.7297|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 14:23:20.7297|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
-2024-03-15 14:23:20.7297|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
-2024-03-15 14:23:20.7297|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 14:23:20.7496|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-15 14:23:20.7496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:23:20.7496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:23:20.7496|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-15 14:23:20.7496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:23:20.7496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 14:23:20.7496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 14:23:20.7496|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:23:20.7496|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:20.7628|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:20.7628|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-15 14:23:20.7774|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-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:20.7774|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-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:20.7774|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-15 14:23:20.8022|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 14:23:20.8022|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:23:20.8022|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 14:23:20.8022|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 14:23:20.8022|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 14:23:20.8022|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-15 14:23:20.8118|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 58.9704ms
-2024-03-15 14:23:20.8118|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 14:23:20.8118|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:23:20.8118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 14:23:20.8118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-15 14:23:20.8118|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/User - - - 200 - application/json;+charset=utf-8 89.1901ms
-2024-03-15 14:23:38.9866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/Auth/logout - 0
-2024-03-15 14:23:38.9866|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'https://localhost:7202'.
-2024-03-15 14:23:38.9866|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution failed.
-2024-03-15 14:23:38.9866|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|Request origin https://localhost:7202 does not have permission to access the resource.
-2024-03-15 14:23:38.9866|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 14:23:38.9866|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/logout'
-2024-03-15 14:23:38.9904|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-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
-2024-03-15 14:23:38.9904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:23:38.9904|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-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:23:38.9904|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
-2024-03-15 14:23:38.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-15 14:23:38.9904|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:23:38.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-15 14:23:38.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-15 14:23:38.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-15 14:23:38.9904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 14:23:38.9904|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 5.8998ms
-2024-03-15 14:23:38.9904|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:23:38.9904|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:23:38.9904|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/Auth/logout - 0 - 200 - application/json;+charset=utf-8 15.2657ms
-2024-03-15 14:23:45.5514|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/User - -
-2024-03-15 14:23:45.5519|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 14:23:45.5519|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/User'
-2024-03-15 14:23:45.5519|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-15 14:23:45.5519|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 14:23:45.5519|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:23:45.5519|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 14:23:45.5519|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 14:23:45.5519|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/User - - - 401 0 - 5.2411ms
-2024-03-15 14:28:45.1101|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/Auth/logout - 0
-2024-03-15 14:28:45.1101|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'https://localhost:7202'.
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution failed.
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|Request origin https://localhost:7202 does not have permission to access the resource.
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/logout'
-2024-03-15 14:28:45.1158|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-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:28:45.1158|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-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed out.
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API) in 5.8859ms
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Logout (DigitalData.UserManager.API)'
-2024-03-15 14:28:45.1158|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 14:28:45.1158|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/Auth/logout - 0 - 200 - application/json;+charset=utf-8 20.3423ms
-2024-03-15 21:57:15.4850|DEBUG|Program|init main
-2024-03-15 21:57:15.9465|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 21:57:16.9729|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-15 21:57:17.0777|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 21:57:17.1267|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-15 21:57:17.1333|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-15 21:57:17.1607|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 21:57:17.1607|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-15 21:57:17.1760|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-15 21:57:17.1760|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 21:57:17.1760|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-15 21:57:17.1760|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 21:57:17.1760|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 21:57:17.1760|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 21:57:17.1760|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 21:57:17.3881|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 21:57:17.3881|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 21:57:17.3881|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 21:57:17.3881|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 21:57:17.3881|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 21:57:17.3881|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 21:57:17.3881|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 21:57:17.3881|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 21:57:17.3881|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 21:57:17.4046|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2569VS98M5" accepted.
-2024-03-15 21:57:17.4046|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2569VS98M5" started.
-2024-03-15 21:57:17.4124|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2569VS98M5" received FIN.
-2024-03-15 21:57:17.4296|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-15 21:57:17.4689|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2569VS98M5" stopped.
-2024-03-15 21:57:17.4689|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2569VS98M5" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 21:57:17.6902|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2569VS98M6" accepted.
-2024-03-15 21:57:17.6947|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2569VS98M6" started.
-2024-03-15 21:57:17.7708|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2569VS98M6 established using the following protocol: Tls12
-2024-03-15 21:57:17.8592|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 21:57:17.9026|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 21:57:18.0547|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 21:57:18.1884|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 21:57:18.1915|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 334.5325ms
-2024-03-15 21:57:18.2099|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 21:57:18.2099|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 21:57:18.2327|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.7831ms
-2024-03-15 21:57:18.2791|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 69.1947ms
-2024-03-15 21:57:18.4529|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 21:57:18.6569|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 204.0016ms
-2024-03-15 21:57:32.2893|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/user/bydir - -
-2024-03-15 21:57:32.2893|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 21:57:32.3193|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|No candidates found for the request path '/user/bydir'
-2024-03-15 21:57:32.3193|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request did not match any endpoints
-2024-03-15 21:57:32.3321|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 21:57:32.3321|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/user/bydir - - - 404 0 - 46.0931ms
-2024-03-15 21:57:51.5749|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/bydir - -
-2024-03-15 21:57:51.5749|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 21:57:51.5828|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/bydir'
-2024-03-15 21:57:51.5828|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetById (DigitalData.UserManager.API)' with route pattern 'api/User/{id}' is valid for the request path '/api/user/bydir'
-2024-03-15 21:57:51.5828|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetById (DigitalData.UserManager.API)'
-2024-03-15 21:57:51.6035|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 21:57:51.6192|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 21:57:51.6192|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 21:57:51.6192|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/bydir - - - 401 0 - 50.7870ms
-2024-03-15 21:57:56.9451|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/bydir - -
-2024-03-15 21:57:56.9451|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 21:57:56.9451|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/bydir'
-2024-03-15 21:57:56.9451|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetById (DigitalData.UserManager.API)' with route pattern 'api/User/{id}' is valid for the request path '/api/user/bydir'
-2024-03-15 21:57:56.9451|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetById (DigitalData.UserManager.API)'
-2024-03-15 21:57:56.9451|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 21:57:56.9558|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 21:57:56.9558|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 21:57:56.9558|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/bydir - - - 401 0 - 12.2699ms
-2024-03-15 21:58:00.1753|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/ - -
-2024-03-15 21:58:00.1753|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 21:58:00.1753|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/'
-2024-03-15 21:58:00.1753|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-15 21:58:00.1753|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 21:58:00.1753|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 21:58:00.1753|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 21:58:00.1753|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 21:58:00.1753|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/ - - - 401 0 - 6.8388ms
-2024-03-15 21:58:12.4312|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user/bydir - -
-2024-03-15 21:58:12.4312|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 21:58:12.4312|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user/bydir'
-2024-03-15 21:58:12.4312|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetById (DigitalData.UserManager.API)' with route pattern 'api/User/{id}' is valid for the request path '/api/user/bydir'
-2024-03-15 21:58:12.4312|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetById (DigitalData.UserManager.API)'
-2024-03-15 21:58:12.4312|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 21:58:12.4312|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 21:58:12.4388|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 21:58:12.4388|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user/bydir - - - 401 0 - 8.8705ms
-2024-03-15 21:58:14.4755|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 21:58:14.4755|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 4.1146ms
-2024-03-15 21:58:57.8036|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 21:58:57.8163|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 21:58:57.8163|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 21:58:57.8163|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-15 21:58:57.8163|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 21:58:57.8163|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 21:58:57.8163|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-15 21:58:57.8163|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-15 21:58:57.8163|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 15.1283ms
-2024-03-15 21:59:20.1007|DEBUG|Program|init main
-2024-03-15 21:59:20.5455|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-15 21:59:21.0389|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-15 21:59:21.1531|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-15 21:59:21.2023|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-15 21:59:21.2087|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-15 21:59:21.2211|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-15 21:59:21.2356|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-15 21:59:21.2356|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-15 21:59:21.2356|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-15 21:59:21.2356|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-15 21:59:21.2356|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-15 21:59:21.2506|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-15 21:59:21.2506|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-15 21:59:21.2506|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-15 21:59:21.5365|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-15 21:59:21.5365|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-15 21:59:21.5365|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-15 21:59:21.5365|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-15 21:59:21.5365|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-15 21:59:21.5365|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-15 21:59:21.5365|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-15 21:59:21.5365|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-15 21:59:21.5365|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-15 21:59:21.6826|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRS" accepted.
-2024-03-15 21:59:21.6826|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRS" started.
-2024-03-15 21:59:21.6892|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN256B4TFSRS" received FIN.
-2024-03-15 21:59:21.6892|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN256B4TFSRT" received FIN.
-2024-03-15 21:59:21.6892|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRT" accepted.
-2024-03-15 21:59:21.6892|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRT" started.
-2024-03-15 21:59:21.7173|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-15 21:59:21.7173|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-15 21:59:21.7566|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRS" stopped.
-2024-03-15 21:59:21.7566|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRT" stopped.
-2024-03-15 21:59:21.7566|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN256B4TFSRT" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 21:59:21.7566|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN256B4TFSRS" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-15 21:59:21.9397|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRU" accepted.
-2024-03-15 21:59:21.9397|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRU" started.
-2024-03-15 21:59:22.0178|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN256B4TFSRU established using the following protocol: Tls12
-2024-03-15 21:59:22.1025|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-15 21:59:22.1380|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-15 21:59:22.2936|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-15 21:59:22.4235|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-15 21:59:22.4235|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 327.2844ms
-2024-03-15 21:59:22.4235|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-15 21:59:22.4235|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-15 21:59:22.4626|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 27.2367ms
-2024-03-15 21:59:22.5127|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 77.4208ms
-2024-03-15 21:59:22.7086|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-15 21:59:22.9155|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 206.8572ms
-2024-03-15 21:59:57.7828|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-15 21:59:57.7828|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-15 21:59:57.8243|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-15 21:59:57.8274|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-15 21:59:57.8274|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 21:59:57.8449|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-15 21:59:57.8449|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 21:59:57.8709|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-15 21:59:57.8738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-15 21:59:57.8738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-15 21:59:57.8738|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-15 21:59:57.8738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-15 21:59:57.8738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-15 21:59:57.8738|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 21:59:58.5646|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-15 21:59:59.3727|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-15 21:59:59.5597|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-15 21:59:59.8486|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-15 22:00:00.0435|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-15 22:00:00.0855|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-15 22:00:00.0855|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-15 22:00:00.1154|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (24ms).
-2024-03-15 22:00:00.1248|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (37ms).
-2024-03-15 22:00:00.1248|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (43ms).
-2024-03-15 22:00:00.1248|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 22:00:00.8850|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 22:00:00.8950|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-15 22:00:00.9477|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (53ms) [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-15 22:00:01.0136|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0539|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0618|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0618|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0618|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0618|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0618|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-15 22:00:01.0618|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 22:00:01.0774|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 123ms reading results.
-2024-03-15 22:00:01.0774|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 22:00:01.0774|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-15 22:00:01.1186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-15 22:00:01.1186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-15 22:00:01.1186|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-15 22:00:01.1237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-15 22:00:01.1237|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-15 22:00:01.1237|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-15 22:00:01.1465|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 3265.9507ms
-2024-03-15 22:00:01.1465|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-15 22:00:01.1465|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-15 22:00:01.1567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-15 22:00:01.1567|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-15 22:00:01.1567|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 200 - application/json;+charset=utf-8 3376.8916ms
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-16.log b/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-16.log
deleted file mode 100644
index c5c862c..0000000
--- a/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-16.log
+++ /dev/null
@@ -1,5 +0,0 @@
-2024-03-16 07:48:35.1185|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN256B4TFSRU" received FIN.
-2024-03-16 07:48:35.2211|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|The connection queue processing loop for 0HN256B4TFSRU completed.
-2024-03-16 07:48:35.2211|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Http2|Connection id "0HN256B4TFSRU" is closed. The last processed stream ID was 9.
-2024-03-16 07:48:35.2211|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN256B4TFSRU" sending FIN because: "The client closed the connection."
-2024-03-16 07:48:35.2211|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN256B4TFSRU" stopped.
diff --git a/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-18.log b/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-18.log
deleted file mode 100644
index f835c79..0000000
--- a/DigitalData.UserManager.API/bin/Debug/net7.0/logs/2024-03-18.log
+++ /dev/null
@@ -1,40666 +0,0 @@
-2024-03-18 09:07:18.8538|DEBUG|Program|init main
-2024-03-18 09:07:20.1460|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-18 09:07:21.6903|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-18 09:07:21.9024|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-18 09:07:22.2345|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-18 09:07:22.2345|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-18 09:07:22.4071|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-18 09:07:22.4671|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-18 09:07:22.4671|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-18 09:07:22.4671|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-18 09:07:22.4671|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-18 09:07:22.4671|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-18 09:07:22.4671|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-18 09:07:22.4821|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-18 09:07:22.4821|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-18 09:07:22.8715|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-18 09:07:22.8715|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-18 09:07:22.8715|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-18 09:07:22.8715|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-18 09:07:22.8715|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-18 09:07:22.8715|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-18 09:07:22.8715|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-18 09:07:22.8715|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-18 09:07:22.8715|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-18 09:07:23.3666|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNB" accepted.
-2024-03-18 09:07:23.3666|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNB" started.
-2024-03-18 09:07:23.3666|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNC" accepted.
-2024-03-18 09:07:23.3666|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNC" started.
-2024-03-18 09:07:23.7706|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUND" accepted.
-2024-03-18 09:07:23.7706|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUND" started.
-2024-03-18 09:07:23.8518|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2749OJDUND established using the following protocol: Tls12
-2024-03-18 09:07:23.9524|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-18 09:07:23.9910|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-18 09:07:24.1416|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-18 09:07:24.3546|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-18 09:07:24.3584|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 409.3402ms
-2024-03-18 09:07:24.3584|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-18 09:07:24.3789|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-18 09:07:24.4012|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 30.7312ms
-2024-03-18 09:07:24.4846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 105.7053ms
-2024-03-18 09:07:24.6551|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-18 09:07:24.8789|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 223.7905ms
-2024-03-18 09:07:33.3984|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
-2024-03-18 09:07:33.3984|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Authentication of the HTTPS connection timed out.
-2024-03-18 09:07:33.4022|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNB" stopped.
-2024-03-18 09:07:33.4022|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNC" stopped.
-2024-03-18 09:07:33.4022|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2749OJDUNC" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:07:33.4022|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN2749OJDUNB" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:08:49.9294|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNE" accepted.
-2024-03-18 09:08:49.9419|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNE" started.
-2024-03-18 09:08:49.9419|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2749OJDUNE established using the following protocol: Tls12
-2024-03-18 09:08:49.9577|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-18 09:08:49.9577|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:08:49.9577|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:08:49.9577|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-18 09:08:49.9577|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 6.9340ms
-2024-03-18 09:08:49.9577|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNF" accepted.
-2024-03-18 09:08:49.9577|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN2749OJDUNF" started.
-2024-03-18 09:08:49.9854|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN2749OJDUNF established using the following protocol: Tls12
-2024-03-18 09:08:49.9917|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-18 09:08:50.0266|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:08:50.0266|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:08:50.0266|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:08:50.0745|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:08:50.0745|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-18 09:08:50.0745|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:08:50.0978|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:08:50.1019|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:08:50.1367|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:08:50.1367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:08:50.1367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:08:50.1367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:08:50.1367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:08:50.1367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:08:50.1367|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:08:51.1887|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-18 09:08:52.5159|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:08:52.9269|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:08:52.9558|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:08:52.9597|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-18 09:08:52.9597|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-18 09:08:52.9825|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2837.8555ms
-2024-03-18 09:08:52.9959|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:08:52.9959|ERROR|Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware|An unhandled exception has occurred while executing the request.|System.IO.IOException: The client reset the request stream.
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken)
- at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
- at System.Text.Json.Serialization.ReadBufferState.ReadFromStreamAsync(Stream utf8Json, CancellationToken cancellationToken, Boolean fillBuffer)
- at System.Text.Json.JsonSerializer.ReadFromStreamAsync[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
- at Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding)
- at Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding)
- at Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder.BindModelAsync(ModelBindingContext bindingContext)
- at Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder.BindModelAsync(ActionContext actionContext, IModelBinder modelBinder, IValueProvider valueProvider, ParameterDescriptor parameter, ModelMetadata metadata, Object value, Object container)
- at Microsoft.AspNetCore.Mvc.Controllers.ControllerBinderDelegateProvider.<>c__DisplayClass0_0.<g__Bind|0>d.MoveNext()
---- End of stack trace from previous location ---
- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker)
- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker)
- at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
- at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
- at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
- at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
- at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
- at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
-2024-03-18 09:08:53.0696|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:08:53.0696|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/auth/login application/json 46 - 500 - text/plain;+charset=utf-8 3084.3876ms
-2024-03-18 09:08:57.9982|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-18 09:08:57.9982|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:08:57.9982|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:08:57.9982|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-18 09:08:57.9982|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 1.9672ms
-2024-03-18 09:08:57.9982|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-18 09:08:57.9982|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:08:58.0039|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:08:58.0039|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-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:08:58.0039|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:08:58.0039|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:08:58.0039|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:08:58.0822|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-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2749OJDUNF", Request id "0HN2749OJDUNF:00000003": started reading request body.
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2749OJDUNF", Request id "0HN2749OJDUNF:00000003": done reading request body.
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:08:58.0822|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:08:58.1069|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:08:58.7342|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-18 09:08:58.8728|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-18 09:08:58.8728|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-18 09:08:59.1040|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-18 09:08:59.1577|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:08:59.1602|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:08:59.1886|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (25ms).
-2024-03-18 09:08:59.1989|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (38ms).
-2024-03-18 09:08:59.1989|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (44ms).
-2024-03-18 09:08:59.2063|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:08:59.9586|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:08:59.9586|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-18 09:09:00.0247|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (56ms) [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-18 09:09:00.0712|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1268|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1300|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1636|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1636|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.1965|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2063|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:09:00.2228|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:09:00.2391|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 207ms reading results.
-2024-03-18 09:09:00.2391|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:09:00.2391|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (7ms).
-2024-03-18 09:09:00.2625|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-18 09:09:00.2890|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-18 09:09:00.2890|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:09:00.3002|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:09:00.3002|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-18 09:09:00.3002|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:09:00.3002|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:09:00.3002|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-18 09:09:00.3932|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (86ms) [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-18 09:09:00.3932|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:09:00.3932|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-18 09:09:00.3932|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:09:00.3932|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:09:00.4432|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-18 09:09:00.4432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:09:00.4432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:09:00.4432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:09:00.4432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:09:00.4432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:09:00.4432|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-18 09:09:00.4608|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2447.6982ms
-2024-03-18 09:09:00.4608|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:09:00.4608|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:09:00.4608|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:09:00.4608|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-18 09:09:00.4608|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 2464.6467ms
-2024-03-18 09:09:07.0479|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:09:07.0479|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:09:07.0479|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:09:07.0497|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:09:07.0497|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:09:07.0497|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-18 09:09:07.0497|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:09:07.0497|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:09:07.0497|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:09:07.0651|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:09:07.0651|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 17.6357ms
-2024-03-18 09:09:31.3107|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:09:31.3176|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:09:31.3176|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:09:31.3176|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-18 09:09:31.3176|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:09:31.3176|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:09:31.3176|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:09:31.3374|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:09:31.3374|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 401 0 - 27.4093ms
-2024-03-18 09:10:10.1039|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/Auth/login - -
-2024-03-18 09:10:10.1039|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/login'
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/Auth/login'
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:10:10.1064|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:10:10.1064|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:10:10.1064|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:10.1449|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:10:10.1668|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:10.1699|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-18 09:10:10.1699|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 48.9583ms
-2024-03-18 09:10:10.1699|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:10:10.1699|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:10:10.1699|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/Auth/login - - - 401 0 - 67.8588ms
-2024-03-18 09:10:41.2585|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55
-2024-03-18 09:10:41.2585|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'https://localhost:7202'.
-2024-03-18 09:10:41.2603|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution failed.
-2024-03-18 09:10:41.2603|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|Request origin https://localhost:7202 does not have permission to access the resource.
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/Auth/login'
-2024-03-18 09:10:41.2603|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-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:10:41.2603|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:10:41.2603|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:10:41.2603|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-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2749OJDUND", Request id "0HN2749OJDUND:0000000D": started reading request body.
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN2749OJDUND", Request id "0HN2749OJDUND:0000000D": done reading request body.
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:10:41.2603|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:10:41.2751|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:10:41.2751|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-18 09:10:41.2751|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:41.2751|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:41.2751|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:41.2751|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:10:41.2751|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.2931|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-18 09:10:41.2931|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [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-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.2931|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3069|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 29ms reading results.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.3218|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.3218|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-18 09:10:41.3218|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-18 09:10:41.3372|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.3372|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-18 09:10:41.3372|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:10:41.3372|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:10:41.3372|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-18 09:10:41.3372|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 75.934ms
-2024-03-18 09:10:41.3372|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:41.3372|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:10:41.3372|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 POST https://localhost:7202/api/Auth/login application/json 55 - 200 - application/json;+charset=utf-8 89.0628ms
-2024-03-18 09:10:53.8418|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/User - -
-2024-03-18 09:10:53.8418|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:10:53.8418|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/User'
-2024-03-18 09:10:53.8418|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-18 09:10:53.8418|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:10:53.8599|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was successfully authenticated.
-2024-03-18 09:10:53.8599|DEBUG|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization was successful.
-2024-03-18 09:10:53.8599|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:10:53.8728|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-18 09:10:53.8728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:10:53.8728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:10:53.8728|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-18 09:10:53.8728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:10:53.8728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:10:53.8728|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-18 09:10:53.8728|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:10:53.8835|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.UserController (DigitalData.UserManager.API)
-2024-03-18 09:10:53.8835|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:53.9051|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:53.9051|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-18 09:10:53.9051|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-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:53.9152|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-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:53.9152|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:10:53.9454|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:10:53.9464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:10:53.9464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:10:53.9464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:10:53.9464|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:10:53.9464|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-18 09:10:53.9464|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API) in 79.8616ms
-2024-03-18 09:10:53.9464|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:10:53.9464|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:10:53.9464|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:10:53.9464|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:10:53.9464|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/User - - - 200 - application/json;+charset=utf-8 119.4991ms
-2024-03-18 09:16:38.2829|DEBUG|Program|init main
-2024-03-18 09:16:38.7193|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-18 09:16:39.1794|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-18 09:16:39.3143|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-18 09:16:39.3635|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-18 09:16:39.3635|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-18 09:16:39.3853|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-18 09:16:39.3990|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-18 09:16:39.3990|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-18 09:16:39.3990|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-18 09:16:39.3990|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-18 09:16:39.4120|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-18 09:16:39.4120|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-18 09:16:39.4120|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-18 09:16:39.4120|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-18 09:16:39.6395|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-18 09:16:39.6395|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-18 09:16:39.6395|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-18 09:16:39.6395|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-18 09:16:39.6395|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-18 09:16:39.6395|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-18 09:16:39.6395|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-18 09:16:39.6395|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-18 09:16:39.6395|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-18 09:16:39.9240|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UD9" accepted.
-2024-03-18 09:16:39.9240|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UD8" accepted.
-2024-03-18 09:16:39.9240|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UD9" started.
-2024-03-18 09:16:39.9240|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UD8" started.
-2024-03-18 09:16:39.9499|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274EUF5UD9" received FIN.
-2024-03-18 09:16:39.9499|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274EUF5UD8" received FIN.
-2024-03-18 09:16:39.9769|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-18 09:16:39.9769|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-18 09:16:40.0127|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UD8" stopped.
-2024-03-18 09:16:40.0127|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UD9" stopped.
-2024-03-18 09:16:40.0127|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274EUF5UD9" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:16:40.0127|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274EUF5UD8" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:16:40.2340|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UDA" accepted.
-2024-03-18 09:16:40.2618|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UDA" started.
-2024-03-18 09:16:40.3157|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274EUF5UDA established using the following protocol: Tls12
-2024-03-18 09:16:40.4892|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-18 09:16:40.5204|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-18 09:16:40.6851|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-18 09:16:40.8125|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-18 09:16:40.8125|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-18 09:16:40.8125|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-18 09:16:40.8220|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 334.8246ms
-2024-03-18 09:16:40.8461|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 33.5106ms
-2024-03-18 09:16:40.9020|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 84.9089ms
-2024-03-18 09:16:41.0854|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-18 09:16:41.3279|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 242.6529ms
-2024-03-18 09:17:16.2955|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UDB" accepted.
-2024-03-18 09:17:16.2955|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UDB" started.
-2024-03-18 09:17:16.3096|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274EUF5UDB established using the following protocol: Tls12
-2024-03-18 09:17:16.3096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-18 09:17:16.3096|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:17:16.3096|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:17:16.3096|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-18 09:17:16.3096|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.2457ms
-2024-03-18 09:17:16.3096|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UDC" accepted.
-2024-03-18 09:17:16.3096|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274EUF5UDC" started.
-2024-03-18 09:17:16.3261|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274EUF5UDC established using the following protocol: Tls12
-2024-03-18 09:17:16.3261|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-18 09:17:16.3261|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:17:16.3261|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:17:16.3367|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:17:16.3671|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:17:16.3707|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-18 09:17:16.3707|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:17:44.8393|DEBUG|Program|init main
-2024-03-18 09:17:45.2928|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-18 09:17:45.7814|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-18 09:17:45.9192|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-18 09:17:45.9654|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-18 09:17:45.9728|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-18 09:17:45.9874|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-18 09:17:46.0004|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-18 09:17:46.0004|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-18 09:17:46.0004|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-18 09:17:46.0004|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-18 09:17:46.0004|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-18 09:17:46.0147|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-18 09:17:46.0147|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-18 09:17:46.0147|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-18 09:17:46.2279|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-18 09:17:46.2279|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-18 09:17:46.2279|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-18 09:17:46.2279|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-18 09:17:46.2279|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-18 09:17:46.2279|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-18 09:17:46.2279|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-18 09:17:46.2279|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-18 09:17:46.2279|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-18 09:17:46.6369|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RD" accepted.
-2024-03-18 09:17:46.6369|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RD" started.
-2024-03-18 09:17:46.6567|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RE" accepted.
-2024-03-18 09:17:46.6567|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RE" started.
-2024-03-18 09:17:46.6732|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274FIBD3RD" received FIN.
-2024-03-18 09:17:46.6732|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274FIBD3RE" received FIN.
-2024-03-18 09:17:46.6732|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-18 09:17:46.6732|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-18 09:17:46.7226|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RE" stopped.
-2024-03-18 09:17:46.7226|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RD" stopped.
-2024-03-18 09:17:46.7226|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274FIBD3RE" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:17:46.7226|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274FIBD3RD" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:17:46.9486|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RF" accepted.
-2024-03-18 09:17:46.9599|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RF" started.
-2024-03-18 09:17:47.0329|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274FIBD3RF established using the following protocol: Tls12
-2024-03-18 09:17:47.1408|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-18 09:17:47.1784|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-18 09:17:47.3583|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-18 09:17:47.4770|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-18 09:17:47.4770|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-18 09:17:47.4770|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-18 09:17:47.4833|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 344.9685ms
-2024-03-18 09:17:47.5066|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 29.4450ms
-2024-03-18 09:17:47.5638|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 82.1749ms
-2024-03-18 09:17:47.7538|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-18 09:17:47.9816|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 227.7757ms
-2024-03-18 09:18:06.2824|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RG" accepted.
-2024-03-18 09:18:06.2824|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RG" started.
-2024-03-18 09:18:06.2913|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274FIBD3RG established using the following protocol: Tls12
-2024-03-18 09:18:06.2913|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-18 09:18:06.2913|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:18:06.2913|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:18:06.2913|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-18 09:18:06.2913|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.3838ms
-2024-03-18 09:18:06.3003|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RH" accepted.
-2024-03-18 09:18:06.3003|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274FIBD3RH" started.
-2024-03-18 09:18:06.3003|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274FIBD3RH established using the following protocol: Tls12
-2024-03-18 09:18:06.3003|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-18 09:18:06.3003|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:18:06.3003|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:18:06.3003|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:18:06.3427|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:18:06.3427|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-18 09:18:06.3427|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:18:06.3616|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:18:06.3616|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:18:06.3931|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:18:06.3951|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:18:06.3951|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:18:06.3951|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:18:06.3951|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:18:06.3951|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:18:06.3951|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:18:06.5513|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-18 09:18:07.3158|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:18:07.4971|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:18:07.5098|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:18:07.5098|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-18 09:18:07.5098|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-18 09:18:07.5209|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274FIBD3RH", Request id "0HN274FIBD3RH:00000001": started reading request body.
-2024-03-18 09:18:07.5209|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274FIBD3RH", Request id "0HN274FIBD3RH:00000001": done reading request body.
-2024-03-18 09:18:07.5209|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-18 09:18:07.5209|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:18:07.5209|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:18:07.5209|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:18:07.5401|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:18:07.6990|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-18 09:18:07.8055|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-18 09:18:07.8055|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-18 09:18:08.0060|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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 { [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 { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-18 09:18:08.0495|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:18:08.0495|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:18:08.0781|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (23ms).
-2024-03-18 09:18:08.0781|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (34ms).
-2024-03-18 09:18:08.0781|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (40ms).
-2024-03-18 09:18:08.0940|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.3602|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.3602|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-18 09:18:08.4179|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (50ms) [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-18 09:18:08.4671|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5205|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5205|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5540|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5540|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5796|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.5928|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:18:08.6101|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.6101|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 192ms reading results.
-2024-03-18 09:18:08.6101|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.6273|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-18 09:18:08.6273|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Where(user => user.Username == __username_0)
- .FirstOrDefault()'
-2024-03-18 09:18:08.6590|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync(
- asyncEnumerable: new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
- ),
- cancellationToken: queryContext.CancellationToken)'
-2024-03-18 09:18:08.6590|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:18:08.6590|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:18:08.6728|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (4ms).
-2024-03-18 09:18:08.6728|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.6728|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.6728|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-18 09:18:08.7027|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (27ms) [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-18 09:18:08.7027|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.7027|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-18 09:18:08.7027|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.7027|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:18:08.7298|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-18 09:18:08.7363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:18:08.7363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:18:08.7363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:18:08.7363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:18:08.7363|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:18:08.7363|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-18 09:18:08.7506|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 2350.3542ms
-2024-03-18 09:18:08.7506|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:18:08.7506|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:18:08.7506|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:18:08.7506|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-18 09:18:08.7506|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 2455.1696ms
-2024-03-18 09:18:11.5638|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:18:11.5638|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:18:11.5638|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:18:11.5657|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:18:11.5657|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:18:11.5657|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-18 09:18:11.5657|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:18:11.5657|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:18:11.5657|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:18:11.5827|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:18:11.5827|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 19.4914ms
-2024-03-18 09:18:11.7307|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-18 09:18:11.7307|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:18:11.7307|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:18:11.7307|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:18:11.7307|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:18:11.7307|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-18 09:18:11.7307|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:18:11.7380|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:18:11.7380|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:18:11.7380|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:18:11.7380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:18:11.7380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:18:11.7380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:18:11.7380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:18:11.7380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:18:11.7380|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:18:11.8164|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-18 09:18:11.8164|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 82.6837ms
-2024-03-18 09:18:11.8164|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:18:11.8164|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:18:11.8164|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 100.3166ms
-2024-03-18 09:20:29.9578|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:20:29.9578|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:29.9578|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:29.9578|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:20:29.9578|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:20:29.9578|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-18 09:20:29.9578|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:29.9614|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:20:29.9614|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:20:29.9614|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:20:29.9614|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 7.5787ms
-2024-03-18 09:20:30.1304|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-18 09:20:30.1304|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:30.1304|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:20:30.1322|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:20:30.1322|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:20:30.1322|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:20:30.1596|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:20:30.1596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:20:30.1596|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:20:30.1596|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-18 09:20:30.1596|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:30.1596|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:30.1596|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:20:30.1644|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:30.1644|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-18 09:20:30.1644|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 26.3372ms
-2024-03-18 09:20:30.1644|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:20:30.1644|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:20:30.1644|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 36.3092ms
-2024-03-18 09:20:32.4461|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:32.4461|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-18 09:20:32.4461|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-18 09:20:32.4461|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-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:32.4461|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:20:32.4461|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-18 09:20:32.4461|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-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:20:32.4461|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:32.4461|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-18 09:20:32.4461|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-18 09:20:32.4461|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:20:32.4605|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-18 09:20:32.4605|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-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-18 09:20:32.4605|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()'
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Projection Mapping:
- EmptyProjectionMember -> Dictionary { [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,
- DigitalData.UserManager.Infrastructure.Repositories.DDECMDbContext,
- False,
- True,
- True
-)'
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (2ms).
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (3ms).
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-18 09:20:32.4817|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.4914|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.4914|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-18 09:20:32.4914|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-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.5118|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-18 09:20:32.5118|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-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5118|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 16ms reading results.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 35ms reading results.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.5232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:20:32.5553|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-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:20:32.5553|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-18 09:20:32.5553|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 101.5607ms
-2024-03-18 09:20:32.5553|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.5553|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:20:32.5553|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 123.7441ms
-2024-03-18 09:20:32.5855|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 119.7798ms
-2024-03-18 09:20:32.5855|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:32.5855|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:20:32.5855|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:32.5855|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:20:32.5855|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 139.4715ms
-2024-03-18 09:20:36.6580|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-18 09:20:36.6580|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:36.6580|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:36.6580|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-18 09:20:36.6580|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.0283ms
-2024-03-18 09:20:36.6580|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-18 09:20:36.6580|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:36.6631|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:20:36.6631|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-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:20:36.6631|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:20:36.6631|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:20:36.6631|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-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274FIBD3RH", Request id "0HN274FIBD3RH:0000000F": started reading request body.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274FIBD3RH", Request id "0HN274FIBD3RH:0000000F": done reading request body.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:20:36.6631|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7146|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-18 09:20:36.7146|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [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-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7146|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7292|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 26ms reading results.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7463|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-18 09:20:36.7463|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-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7463|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-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:20:36.7463|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:20:36.7463|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-18 09:20:36.7463|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 91.9633ms
-2024-03-18 09:20:36.7463|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:20:36.7463|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:20:36.7635|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:20:36.7635|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (1ms).
-2024-03-18 09:20:36.7635|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 103.1282ms
-2024-03-18 09:20:42.8696|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:20:42.8696|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:42.8696|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:42.8696|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:20:42.8696|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:20:42.8696|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-18 09:20:42.8696|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:20:42.8696|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:20:42.8696|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:20:42.8696|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:20:42.8696|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 5.9529ms
-2024-03-18 09:20:42.9894|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-18 09:20:42.9908|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:20:42.9908|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:20:42.9908|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:20:42.9908|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:20:42.9908|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-18 09:20:42.9908|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:20:42.9908|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:20:42.9908|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:20:42.9908|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:20:42.9908|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:20:43.0137|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:20:43.0137|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:20:43.0137|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:20:43.0137|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:20:43.0137|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:20:43.0137|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:20:43.0137|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:20:43.0222|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:20:43.0222|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-18 09:20:43.0222|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:43.0222|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:43.0222|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:20:43.0222|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:20:43.0222|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-18 09:20:43.0222|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 7.2126ms
-2024-03-18 09:20:43.0222|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:20:43.0222|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:20:43.0222|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 42.4016ms
-2024-03-18 09:30:00.2324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:00.2324|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-18 09:30:00.2324|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-18 09:30:00.2324|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-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:00.2324|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:00.2324|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-18 09:30:00.2324|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-18 09:30:00.2324|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-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:00.2324|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:00.2324|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-18 09:30:00.2472|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:00.2472|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-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:00.2472|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-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-18 09:30:00.2472|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2713|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-18 09:30:00.2713|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-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2713|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2713|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-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [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-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|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-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|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-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 40.928ms
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2802|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 63.0160ms
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 19ms reading results.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:30:00.2940|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-18 09:30:00.2940|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 52.9518ms
-2024-03-18 09:30:00.2940|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:00.2940|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:30:00.2940|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 72.8443ms
-2024-03-18 09:30:53.2294|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:30:53.2294|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:53.2294|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:53.2294|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:53.2294|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:30:53.2294|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-18 09:30:53.2294|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:53.2294|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:53.2294|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:30:53.2294|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:30:53.2294|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 4.9923ms
-2024-03-18 09:30:53.3354|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-18 09:30:53.3354|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:53.3354|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:53.3354|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:53.3354|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:53.3376|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:53.3376|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:53.3376|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-18 09:30:53.3376|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 5.6453ms
-2024-03-18 09:30:53.3376|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:53.3376|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:53.3376|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 14.5134ms
-2024-03-18 09:30:55.2203|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:55.2203|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:30:55.2203|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-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:55.2203|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:30:55.2203|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-18 09:30:55.2203|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:55.2203|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 4.9823ms
-2024-03-18 09:30:55.2203|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:55.2203|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-18 09:30:55.2277|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-18 09:30:55.2277|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/user - -
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:55.2277|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:55.2277|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:55.2277|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-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/user'
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:55.2277|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-18 09:30:55.2277|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-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.UserController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:30:55.2277|INFO|Microsoft.AspNetCore.Authorization.DefaultAuthorizationService|Authorization failed. These requirements were not met:
-DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
-2024-03-18 09:30:55.2277|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:55.2277|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was challenged.
-2024-03-18 09:30:55.2277|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/user - - - 302 0 - 13.4250ms
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2431|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-18 09:30:55.2431|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-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2431|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2591|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-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:30:55.2591|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-18 09:30:55.2591|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 27.8901ms
-2024-03-18 09:30:55.2591|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:30:55.2591|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 45.7486ms
-2024-03-18 09:30:55.2591|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-18 09:30:55.2591|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:55.2757|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-18 09:30:55.2757|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-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:55.2757|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.2757|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-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:55.2757|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-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2757|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2757|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-18 09:30:55.2757|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-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2909|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-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:30:55.2909|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:30:55.3060|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:30:55.3060|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:30:55.3060|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:30:55.3060|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:30:55.3060|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-18 09:30:55.3060|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 26.0878ms
-2024-03-18 09:30:55.3060|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:55.3060|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:55.3060|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:55.3060|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:30:55.3060|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 41.4008ms
-2024-03-18 09:30:56.7244|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-18 09:30:56.7244|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:56.7244|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:56.7244|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:56.7244|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-18 09:30:56.7244|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-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:56.7280|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:56.7280|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:56.7280|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:56.7280|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-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:56.7280|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-18 09:30:56.7280|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-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:30:56.7280|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:30:56.7280|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-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:56.7280|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-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:30:56.7280|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:30:56.7430|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-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7430|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-18 09:30:56.7430|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-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|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-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7430|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7586|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-18 09:30:56.7586|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7586|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (3ms).
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|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-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 47.849ms
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 63.3980ms
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7744|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 39ms reading results.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:30:56.7903|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-18 09:30:56.7903|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 55.2491ms
-2024-03-18 09:30:56.7903|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:30:56.7903|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:30:56.7903|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 69.1029ms
-2024-03-18 09:30:57.7652|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:57.7652|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:57.7652|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:57.7652|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:30:57.7652|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:57.7758|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-18 09:30:57.7758|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 5.8537ms
-2024-03-18 09:30:57.7758|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:57.7758|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:57.7758|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 17.0359ms
-2024-03-18 09:30:57.8603|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - -
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:30:57.8603|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|Endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)' with route pattern 'api/Auth/login' is valid for the request path '/api/auth/login'
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:30:57.8603|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:57.8603|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Route matched with {action = "UrlRedirect", controller = "Auth"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UrlRedirect(System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:30:57.8603|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name 'returnUrl' in request data ...
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:30:57.8684|INFO|Microsoft.AspNetCore.Mvc.StatusCodeResult|Executing StatusCodeResult, setting HTTP status code 401
-2024-03-18 09:30:57.8684|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API) in 4.3948ms
-2024-03-18 09:30:57.8684|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.UrlRedirect (DigitalData.UserManager.API)'
-2024-03-18 09:30:57.8684|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:30:57.8684|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/auth/login?ReturnUrl=%2Fapi%2Fuser - - - 401 0 - 12.4877ms
-2024-03-18 09:39:11.5289|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-18 09:39:11.5289|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:39:11.5289|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:39:11.5289|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-18 09:39:11.5289|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-18 09:39:11.5289|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-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:39:11.5289|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:39:11.5289|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:39:11.5289|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-18 09:39:11.5289|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-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:39:11.5289|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:39:11.5397|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-18 09:39:11.5397|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-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:39:11.5397|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (2ms).
-2024-03-18 09:39:11.5626|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.5761|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:39:11.5761|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:39:11.5761|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:39:11.5761|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:39:11.5761|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:39:11.5761|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:39:11.5761|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6141|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6141|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-18 09:39:11.6141|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-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|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-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|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-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6187|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|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-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6326|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (6ms).
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 38ms reading results.
-2024-03-18 09:39:11.6492|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-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6492|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 114.8139ms
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (1ms).
-2024-03-18 09:39:11.6492|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6492|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:39:11.6654|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (2ms).
-2024-03-18 09:39:11.6654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:39:11.6654|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 142.4411ms
-2024-03-18 09:39:11.6654|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:39:11.6654|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-18 09:39:11.6654|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 130.6716ms
-2024-03-18 09:39:11.6654|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:39:11.6654|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:39:11.6654|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:39:11.6654|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:39:11.6654|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 148.1623ms
-2024-03-18 09:41:21.0191|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/module - -
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:41:21.0191|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:41:21.0191|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/api/group - -
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/module'
-2024-03-18 09:41:21.0191|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-18 09:41:21.0191|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|The request path does not match the path filter
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/group'
-2024-03-18 09:41:21.0191|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:41:21.0191|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-18 09:41:21.0191|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-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:41:21.0191|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:41:21.0191|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-18 09:41:21.0191|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-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:41:21.0191|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:41:21.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-18 09:41:21.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:41:21.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-18 09:41:21.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-18 09:41:21.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.ModuleController (DigitalData.UserManager.API)
-2024-03-18 09:41:21.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-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:41:21.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-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (2ms).
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.GroupController (DigitalData.UserManager.API)
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (3ms).
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:41:21.0315|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-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (3ms).
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (3ms).
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0315|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.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-18 09:41:21.0315|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
-SELECT [t].[Guid], [t].[Name], [t].[SHORT_NAME]
-FROM [dbo].[TBDD_MODULES] AS [t]
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (9ms) [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-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0483|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Module' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|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-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|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-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0629|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API) in 45.4516ms
-2024-03-18 09:41:21.0629|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.ModuleController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/module - - - 200 - application/json;+charset=utf-8 63.2121ms
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 28ms reading results.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:41:21.0786|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-18 09:41:21.0786|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API) in 55.3466ms
-2024-03-18 09:41:21.0786|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.GroupController.GetAll (DigitalData.UserManager.API)'
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:21.0786|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:41:21.0786|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/api/group - - - 200 - application/json;+charset=utf-8 71.8048ms
-2024-03-18 09:41:26.3411|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-18 09:41:26.3411|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:41:26.3411|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:41:26.3411|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-18 09:41:26.3432|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 2.0911ms
-2024-03-18 09:41:26.3432|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:41:26.3432|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:41:26.3432|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-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:41:26.3432|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:41:26.3432|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:41:26.3432|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-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274FIBD3RH", Request id "0HN274FIBD3RH:00000035": started reading request body.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274FIBD3RH", Request id "0HN274FIBD3RH:00000035": done reading request body.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:41:26.3432|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Creating DbConnection.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Created DbConnection. (0ms).
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (1ms).
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.3936|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-18 09:41:26.3936|INFO|Microsoft.EntityFrameworkCore.Database.Command|Executed DbCommand (4ms) [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-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.3936|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4064|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.Group' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'Group' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'User' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|The navigation 'GroupOfUser.User' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.ChangeTracking|Context 'DDECMDbContext' started tracking 'GroupOfUser' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|A data reader for 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' is being disposed after spending 27ms reading results.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Creating DbCommand for 'ExecuteReader'.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Created DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Initialized DbCommand for 'ExecuteReader' (0ms).
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opening connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Opened connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.4232|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-18 09:41:26.4232|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-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Command|Closing data reader to 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.4232|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-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Closed connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01' (0ms).
-2024-03-18 09:41:26.4232|INFO|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies signed in.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|No information found on request to perform content negotiation.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Attempting to select the first formatter in the output formatters list which can write the result.
-2024-03-18 09:41:26.4232|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector|Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter' and content type 'application/json' to write the response.
-2024-03-18 09:41:26.4232|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor|Executing OkObjectResult, writing value of type 'DigitalData.Core.Application.ServiceMessage'.
-2024-03-18 09:41:26.4232|INFO|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed action DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API) in 87.2166ms
-2024-03-18 09:41:26.4395|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executed endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:41:26.4395|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|'DDECMDbContext' disposed.
-2024-03-18 09:41:26.4395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposing connection to database 'DD_ECM' on server 'SDD-VMP04-SQL17\DD_DEVELOP01'.
-2024-03-18 09:41:26.4395|DEBUG|Microsoft.EntityFrameworkCore.Database.Connection|Disposed connection to database '' on server '' (0ms).
-2024-03-18 09:41:26.4395|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 97.6489ms
-2024-03-18 09:42:01.7134|DEBUG|Program|init main
-2024-03-18 09:42:02.3193|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-18 09:42:02.8262|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-18 09:42:03.0615|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-18 09:42:03.1146|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-18 09:42:03.1146|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-18 09:42:03.1354|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-18 09:42:03.1483|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-18 09:42:03.1483|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-18 09:42:03.1483|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-18 09:42:03.1483|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-18 09:42:03.1606|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-18 09:42:03.1606|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-18 09:42:03.1606|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-18 09:42:03.1606|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-18 09:42:03.3836|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-18 09:42:03.3836|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-18 09:42:03.3836|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-18 09:42:03.3836|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-18 09:42:03.3836|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-18 09:42:03.3957|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-18 09:42:03.3957|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-18 09:42:03.3957|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-18 09:42:03.3957|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-18 09:42:03.7922|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274T4JTL7I" received FIN.
-2024-03-18 09:42:03.7922|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274T4JTL7J" received FIN.
-2024-03-18 09:42:03.8069|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7J" accepted.
-2024-03-18 09:42:03.8069|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7I" accepted.
-2024-03-18 09:42:03.8069|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7J" started.
-2024-03-18 09:42:03.8069|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7I" started.
-2024-03-18 09:42:03.8345|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-18 09:42:03.8345|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-18 09:42:03.8745|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7I" stopped.
-2024-03-18 09:42:03.8745|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7J" stopped.
-2024-03-18 09:42:03.8745|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274T4JTL7J" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:42:03.8745|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274T4JTL7I" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:42:04.0813|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7K" accepted.
-2024-03-18 09:42:04.0813|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274T4JTL7K" started.
-2024-03-18 09:42:04.1691|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274T4JTL7K established using the following protocol: Tls12
-2024-03-18 09:42:04.2769|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-18 09:42:04.3101|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-18 09:42:04.5171|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-18 09:42:04.6428|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-18 09:42:04.6428|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 373.1505ms
-2024-03-18 09:42:04.6588|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-18 09:42:04.6588|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-18 09:42:04.6718|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 12.8149ms
-2024-03-18 09:42:04.7392|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 80.1425ms
-2024-03-18 09:42:04.9144|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-18 09:42:05.1348|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 220.3764ms
-2024-03-18 09:43:01.1156|DEBUG|Program|init main
-2024-03-18 09:43:01.6544|INFO|Program|Local LDAP Path: LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works
-2024-03-18 09:43:02.1521|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-18 09:43:02.2773|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting starting
-2024-03-18 09:43:02.3293|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-18 09:43:02.3293|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-18 09:43:02.3673|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager|Found key {70b42ce7-e471-4828-9be8-dcfa066e2793}.
-2024-03-18 09:43:02.3866|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-18 09:43:02.3921|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-18 09:43:02.3921|DEBUG|Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor|Decrypting secret element using Windows DPAPI.
-2024-03-18 09:43:02.3921|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-18 09:43:02.3921|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
-2024-03-18 09:43:02.3921|DEBUG|Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory|Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
-2024-03-18 09:43:02.3921|DEBUG|Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider|Using key {70b42ce7-e471-4828-9be8-dcfa066e2793} as the default key.
-2024-03-18 09:43:02.4071|DEBUG|Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService|Key ring with default key {70b42ce7-e471-4828-9be8-dcfa066e2793} was loaded during application startup.
-2024-03-18 09:43:02.6681|INFO|Microsoft.Hosting.Lifetime|Now listening on: https://localhost:7202
-2024-03-18 09:43:02.6681|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:5009
-2024-03-18 09:43:02.6681|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly DigitalData.UserManager.API
-2024-03-18 09:43:02.6681|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.AspNetCore.Watch.BrowserRefresh
-2024-03-18 09:43:02.6681|DEBUG|Microsoft.AspNetCore.Hosting.Diagnostics|Loaded hosting startup assembly Microsoft.WebTools.BrowserLink.Net
-2024-03-18 09:43:02.6681|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
-2024-03-18 09:43:02.6681|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Development
-2024-03-18 09:43:02.6681|INFO|Microsoft.Hosting.Lifetime|Content root path: E:\TekH\Visual Studio\WebUserManager\DigitalData.UserManager.API
-2024-03-18 09:43:02.6736|DEBUG|Microsoft.Extensions.Hosting.Internal.Host|Hosting started
-2024-03-18 09:43:03.0275|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274TM8QQ5G" received FIN.
-2024-03-18 09:43:03.0359|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5G" accepted.
-2024-03-18 09:43:03.0359|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5G" started.
-2024-03-18 09:43:03.0655|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-18 09:43:03.1059|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5G" stopped.
-2024-03-18 09:43:03.1059|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|Connection id "0HN274TM8QQ5G" sending FIN because: "The Socket transport's send loop completed gracefully."
-2024-03-18 09:43:03.3381|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5H" accepted.
-2024-03-18 09:43:03.3381|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5H" started.
-2024-03-18 09:43:03.4106|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274TM8QQ5H established using the following protocol: Tls12
-2024-03-18 09:43:03.5252|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/index.html - -
-2024-03-18 09:43:03.5642|DEBUG|Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware|Wildcard detected, all requests with hosts will be allowed.
-2024-03-18 09:43:03.7283|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup is scheduled to include browser refresh script injection.
-2024-03-18 09:43:03.8707|DEBUG|Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware|Response markup was updated to include browser refresh script injection.
-2024-03-18 09:43:03.8707|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/index.html - - - 200 - text/html;charset=utf-8 354.2873ms
-2024-03-18 09:43:03.8866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_framework/aspnetcore-browser-refresh.js - -
-2024-03-18 09:43:03.8866|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/_vs/browserLink - -
-2024-03-18 09:43:03.9116|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.1022ms
-2024-03-18 09:43:03.9807|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 94.1195ms
-2024-03-18 09:43:04.1654|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - -
-2024-03-18 09:43:04.3846|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 GET https://localhost:7202/swagger/v1/swagger.json - - - 200 - application/json;charset=utf-8 219.2011ms
-2024-03-18 09:43:06.8479|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5I" accepted.
-2024-03-18 09:43:06.8479|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5I" started.
-2024-03-18 09:43:06.8568|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274TM8QQ5I established using the following protocol: Tls12
-2024-03-18 09:43:06.8568|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 OPTIONS https://localhost:7202/api/auth/login - -
-2024-03-18 09:43:06.8568|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:43:06.8568|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:43:06.8568|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request is a preflight request.
-2024-03-18 09:43:06.8568|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request finished HTTP/2 OPTIONS https://localhost:7202/api/auth/login - - - 204 - - 4.3096ms
-2024-03-18 09:43:06.8568|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5J" accepted.
-2024-03-18 09:43:06.8568|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Connections|Connection id "0HN274TM8QQ5J" started.
-2024-03-18 09:43:06.8738|DEBUG|Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware|Connection 0HN274TM8QQ5J established using the following protocol: Tls12
-2024-03-18 09:43:06.8738|INFO|Microsoft.AspNetCore.Hosting.Diagnostics|Request starting HTTP/2 POST https://localhost:7202/api/auth/login application/json 46
-2024-03-18 09:43:06.8738|DEBUG|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The request has an origin header: 'http://localhost:4200'.
-2024-03-18 09:43:06.8738|INFO|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|CORS policy execution successful.
-2024-03-18 09:43:06.8738|DEBUG|Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware|POST requests are not supported
-2024-03-18 09:43:06.9097|DEBUG|Microsoft.AspNetCore.Routing.Matching.DfaMatcher|1 candidate(s) found for the request path '/api/auth/login'
-2024-03-18 09:43:06.9097|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-18 09:43:06.9097|DEBUG|Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware|Request matched endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:43:06.9276|DEBUG|Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler|AuthenticationScheme: Cookies was not authenticated.
-2024-03-18 09:43:06.9276|INFO|Microsoft.AspNetCore.Routing.EndpointMiddleware|Executing endpoint 'DigitalData.UserManager.API.Controllers.AuthController.Login (DigitalData.UserManager.API)'
-2024-03-18 09:43:06.9596|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, System.String) on controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API).
-2024-03-18 09:43:06.9596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of authorization filters (in the following order): None
-2024-03-18 09:43:06.9596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of resource filters (in the following order): None
-2024-03-18 09:43:06.9596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)
-2024-03-18 09:43:06.9596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of exception filters (in the following order): None
-2024-03-18 09:43:06.9596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Execution plan of result filters (in the following order): None
-2024-03-18 09:43:06.9596|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executing controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:43:07.1611|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|An 'IServiceProvider' was created for internal use by Entity Framework.
-2024-03-18 09:43:07.9402|DEBUG|Microsoft.EntityFrameworkCore.Infrastructure|Entity Framework Core 7.0.16 initialized 'DDECMDbContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer:7.0.15' with options: DetailedErrorsEnabled
-2024-03-18 09:43:08.1279|DEBUG|Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker|Executed controller factory for controller DigitalData.UserManager.API.Controllers.AuthController (DigitalData.UserManager.API)
-2024-03-18 09:43:08.1438|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:43:08.1438|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-18 09:43:08.1438|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter' for content type 'application/json'.
-2024-03-18 09:43:08.1554|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274TM8QQ5J", Request id "0HN274TM8QQ5J:00000001": started reading request body.
-2024-03-18 09:43:08.1554|DEBUG|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HN274TM8QQ5J", Request id "0HN274TM8QQ5J:00000001": done reading request body.
-2024-03-18 09:43:08.1554|DEBUG|Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter|JSON input formatter succeeded, deserializing to type 'DigitalData.UserManager.Application.DTOs.LogInDto'
-2024-03-18 09:43:08.1554|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:43:08.1554|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:43:08.1554|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto' ...
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'login' of type 'DigitalData.UserManager.Application.DTOs.LogInDto'.
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Attempting to bind parameter 'returnUrl' of type 'System.String' using the name '' in request data ...
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Could not find a value in the request with name '' for binding parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to bind parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Attempting to validate the bound parameter 'returnUrl' of type 'System.String' ...
-2024-03-18 09:43:08.1757|DEBUG|Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder|Done attempting to validate the bound parameter 'returnUrl' of type 'System.String'.
-2024-03-18 09:43:08.3548|DEBUG|Microsoft.EntityFrameworkCore.Query|Compiling query expression:
-'DbSet()
- .Include(gou => gou.Group)
- .Include(gou => gou.User)'
-2024-03-18 09:43:08.4687|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.Group'.
-2024-03-18 09:43:08.4687|DEBUG|Microsoft.EntityFrameworkCore.Query|Including navigation: 'GroupOfUser.User'.
-2024-03-18 09:43:08.6851|DEBUG|Microsoft.EntityFrameworkCore.Query|Generated query execution expression:
-'queryContext => new SingleQueryingEnumerable(
- (RelationalQueryContext)queryContext,
- RelationalCommandCache.QueryExpression(
- Client Projections:
- 0 -> Dictionary { [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