From 9789495d49c60fd817f8b589bd4213c741afb11d Mon Sep 17 00:00:00 2001 From: Damian Hickey <57436+damianh@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:16:31 +0100 Subject: [PATCH 1/2] Move all files into /identity-server In preparation for merging product repositories. --- .github/workflows/ci.yml | 10 ++++++++-- .github/workflows/codeql-analysis.yml | 5 ++++- .../.config}/dotnet-tools.json | 0 .editorconfig => identity-server/.editorconfig | 0 {.vscode => identity-server/.vscode}/launch.json | 0 {.vscode => identity-server/.vscode}/tasks.json | 0 .../Directory.Build.props | 0 .../Directory.Build.targets | 0 .../Duende.IdentityServer.Clients.sln | 0 .../Duende.IdentityServer.CodeQL.sln | 0 .../Duende.IdentityServer.sln | 0 .../Duende.IdentityServer.v3.ncrunchsolution | 0 LICENSE => identity-server/LICENSE | 0 README.md => identity-server/README.md | 0 build.cmd => identity-server/build.cmd | 0 build.ps1 => identity-server/build.ps1 | 0 build.sh => identity-server/build.sh | 0 {build => identity-server/build}/Program.cs | 0 {build => identity-server/build}/build.csproj | 0 .../DPoPApi/DPoP/ConfigureJwtBearerOptions.cs | 0 .../src/APIs/DPoPApi/DPoP/DPoPExtensions.cs | 0 .../src/APIs/DPoPApi/DPoP/DPoPJwtBearerEvents.cs | 0 .../clients}/src/APIs/DPoPApi/DPoP/DPoPMode.cs | 0 .../clients}/src/APIs/DPoPApi/DPoP/DPoPOptions.cs | 0 .../DPoPApi/DPoP/DPoPProofValidatonContext.cs | 0 .../APIs/DPoPApi/DPoP/DPoPProofValidatonResult.cs | 0 .../src/APIs/DPoPApi/DPoP/DPoPProofValidator.cs | 0 .../DPoP/DPoPServiceCollectionExtensions.cs | 0 .../src/APIs/DPoPApi/DPoP/DefaultReplayCache.cs | 0 .../src/APIs/DPoPApi/DPoP/IReplayCache.cs | 0 .../clients}/src/APIs/DPoPApi/DPoPApi.csproj | 0 .../src/APIs/DPoPApi/IdentityController.cs | 0 .../clients}/src/APIs/DPoPApi/Program.cs | 0 .../APIs/DPoPApi/Properties/launchSettings.json | 0 .../clients}/src/APIs/DPoPApi/Startup.cs | 0 .../APIs/ResourceBasedApi/IdentityController.cs | 0 .../clients}/src/APIs/ResourceBasedApi/Program.cs | 0 .../Properties/launchSettings.json | 0 .../APIs/ResourceBasedApi/ResourceBasedApi.csproj | 0 .../src/APIs/ResourceBasedApi/Selector.cs | 0 .../clients}/src/APIs/ResourceBasedApi/Startup.cs | 0 .../src/APIs/SimpleApi/IdentityController.cs | 0 .../clients}/src/APIs/SimpleApi/Program.cs | 0 .../APIs/SimpleApi/Properties/launchSettings.json | 0 .../clients}/src/APIs/SimpleApi/SimpleApi.csproj | 0 .../clients}/src/APIs/SimpleApi/Startup.cs | 0 .../ConsoleCibaClient/ConsoleCibaClient.csproj | 0 .../clients}/src/ConsoleCibaClient/Program.cs | 0 .../ConsoleClientCredentialsFlow.csproj | 0 .../src/ConsoleClientCredentialsFlow/Program.cs | 0 ...CredentialsFlowCallingIdentityServerApi.csproj | 0 .../Program.cs | 0 .../ConsoleClientCredentialsFlowDPoP.csproj | 0 .../ConsoleClientCredentialsFlowDPoP/Program.cs | 0 .../ConsoleClientCredentialsFlowPostBody.csproj | 0 .../Program.cs | 0 .../clients}/src/ConsoleCode/ConsoleCode.csproj | 0 .../clients}/src/ConsoleCode/Program.cs | 0 .../clients}/src/ConsoleCode/SystemBrowser.cs | 0 .../ConsoleExtensionGrant.csproj | 0 .../clients}/src/ConsoleCustomGrant/Program.cs | 0 .../src/ConsoleDcrClient/ConsoleDcrClient.csproj | 0 .../clients}/src/ConsoleDcrClient/Program.cs | 0 .../ConsoleDeviceFlow/ConsoleDeviceFlow.csproj | 0 .../clients}/src/ConsoleDeviceFlow/Program.cs | 0 .../ConsoleEphemeralMtlsClient.csproj | 0 .../src/ConsoleEphemeralMtlsClient/Program.cs | 0 .../ConsoleIntrospectionClient.csproj | 0 .../src/ConsoleIntrospectionClient/Program.cs | 0 .../ConsoleMTLSClient/ConsoleMTLSClient.csproj | 0 .../clients}/src/ConsoleMTLSClient/Program.cs | 0 .../clients}/src/ConsoleMTLSClient/client.p12 | Bin .../ConsoleParameterizedScopeClient.csproj | 0 .../ConsoleParameterizedScopeClient/Program.cs | 0 .../ConsolePrivateKeyJwtClient.csproj | 0 .../src/ConsolePrivateKeyJwtClient/Program.cs | 0 .../src/ConsolePrivateKeyJwtClient/client.p12 | Bin .../ConsoleResourceIndicators.csproj | 0 .../LoopbackHttpListener.cs | 0 .../src/ConsoleResourceIndicators/Program.cs | 0 .../ConsoleResourceIndicators/SystemBrowser.cs | 0 .../ConsoleResourceOwnerFlow.csproj | 0 .../src/ConsoleResourceOwnerFlow/Program.cs | 0 .../ConsoleResourceOwnerFlowPublic.csproj | 0 .../src/ConsoleResourceOwnerFlowPublic/Program.cs | 0 .../ConsoleResourceOwnerFlowReference.csproj | 0 .../ConsoleResourceOwnerFlowReference/Program.cs | 0 .../ConsoleResourceOwnerFlowRefreshToken.csproj | 0 .../Program.cs | 0 .../ConsoleResourceOwnerFlowUserInfo.csproj | 0 .../ConsoleResourceOwnerFlowUserInfo/Program.cs | 0 .../ConsoleScopesResources.csproj | 0 .../src/ConsoleScopesResources/Program.cs | 0 .../clients}/src/Constants/ConsoleExtensions.cs | 0 .../clients}/src/Constants/Constants.cs | 0 .../clients}/src/Constants/Constants.csproj | 0 .../src/Constants/TokenResponseExtensions.cs | 0 .../clients}/src/JsOidc/JsOidc.csproj | 0 .../clients}/src/JsOidc/Program.cs | 0 .../src/JsOidc/Properties/launchSettings.json | 0 .../clients}/src/JsOidc/Startup.cs | 0 .../clients}/src/JsOidc/web.config | 0 .../clients}/src/JsOidc/wwwroot/StyleSheet.css | 0 .../clients}/src/JsOidc/wwwroot/app.js | 0 .../clients}/src/JsOidc/wwwroot/callback.html | 0 .../clients}/src/JsOidc/wwwroot/callback.js | 0 .../clients}/src/JsOidc/wwwroot/index.html | 0 .../src/JsOidc/wwwroot/libs/bootstrap.min.css | 0 .../src/JsOidc/wwwroot/libs/oidc-client.d.ts | 0 .../src/JsOidc/wwwroot/libs/oidc-client.js | 0 .../src/JsOidc/wwwroot/libs/oidc-client.min.js | 0 .../wwwroot/libs/oidc-client.rsa256.slim.js | 0 .../wwwroot/libs/oidc-client.rsa256.slim.min.js | 0 .../src/JsOidc/wwwroot/libs/oidc-client.slim.js | 0 .../JsOidc/wwwroot/libs/oidc-client.slim.min.js | 0 .../clients}/src/JsOidc/wwwroot/popup.html | 0 .../clients}/src/JsOidc/wwwroot/popup.js | 0 .../clients}/src/JsOidc/wwwroot/silent.html | 0 .../clients}/src/JsOidc/wwwroot/silent.js | 0 .../Controllers/HomeController.cs | 0 .../MvcAutomaticTokenManagement.csproj | 0 .../src/MvcAutomaticTokenManagement/Program.cs | 0 .../Properties/launchSettings.json | 0 .../src/MvcAutomaticTokenManagement/Startup.cs | 0 .../Views/Home/CallApi.cshtml | 0 .../Views/Home/Index.cshtml | 0 .../Views/Home/Secure.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../Views/_ViewImports.cshtml | 0 .../Views/_ViewStart.cshtml | 0 .../appsettings.Development.json | 0 .../MvcAutomaticTokenManagement/appsettings.json | 0 .../wwwroot/css/site.css | 0 .../wwwroot/favicon.ico | Bin .../wwwroot/js/site.js | 0 .../wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../src/MvcCode/Controllers/HomeController.cs | 0 .../clients}/src/MvcCode/MvcCode.csproj | 0 .../clients}/src/MvcCode/Program.cs | 0 .../src/MvcCode/Properties/launchSettings.json | 0 .../clients}/src/MvcCode/Startup.cs | 0 .../src/MvcCode/Views/Home/CallApi.cshtml | 0 .../clients}/src/MvcCode/Views/Home/Index.cshtml | 0 .../clients}/src/MvcCode/Views/Home/Secure.cshtml | 0 .../src/MvcCode/Views/Shared/Error.cshtml | 0 .../src/MvcCode/Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../src/MvcCode/Views/_ViewImports.cshtml | 0 .../clients}/src/MvcCode/Views/_ViewStart.cshtml | 0 .../clients}/src/MvcCode/wwwroot/css/site.css | 0 .../clients}/src/MvcCode/wwwroot/favicon.ico | Bin .../clients}/src/MvcCode/wwwroot/js/site.js | 0 .../src/MvcCode/wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../src/MvcCode/wwwroot/lib/jquery/LICENSE.txt | 0 .../src/MvcCode/wwwroot/lib/jquery/dist/jquery.js | 0 .../MvcCode/wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../src/MvcDPoP/Controllers/HomeController.cs | 0 .../clients}/src/MvcDPoP/CustomProofService.cs | 0 .../clients}/src/MvcDPoP/MvcDPoP.csproj | 0 .../clients}/src/MvcDPoP/Program.cs | 0 .../src/MvcDPoP/Properties/launchSettings.json | 0 .../clients}/src/MvcDPoP/Startup.cs | 0 .../clients}/src/MvcDPoP/TestHandler.cs | 0 .../src/MvcDPoP/Views/Home/CallApi.cshtml | 0 .../clients}/src/MvcDPoP/Views/Home/Index.cshtml | 0 .../clients}/src/MvcDPoP/Views/Home/Secure.cshtml | 0 .../src/MvcDPoP/Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../src/MvcDPoP/Views/_ViewImports.cshtml | 0 .../clients}/src/MvcDPoP/Views/_ViewStart.cshtml | 0 .../src/MvcDPoP/appsettings.Development.json | 0 .../clients}/src/MvcDPoP/appsettings.json | 0 .../clients}/src/MvcDPoP/wwwroot/css/site.css | 0 .../clients}/src/MvcDPoP/wwwroot/favicon.ico | Bin .../clients}/src/MvcDPoP/wwwroot/js/site.js | 0 .../src/MvcDPoP/wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../src/MvcDPoP/wwwroot/lib/jquery/LICENSE.txt | 0 .../src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.js | 0 .../MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../Controllers/HomeController.cs | 0 .../Controllers/LogoutController.cs | 0 .../MvcHybridBackChannel/CookieEventHandler.cs | 0 .../MvcHybridBackChannel/LogoutSessionManager.cs | 0 .../MvcHybridBackChannel.csproj | 0 .../clients}/src/MvcHybridBackChannel/Program.cs | 0 .../Properties/launchSettings.json | 0 .../clients}/src/MvcHybridBackChannel/Startup.cs | 0 .../Views/Home/CallApi.cshtml | 0 .../MvcHybridBackChannel/Views/Home/Index.cshtml | 0 .../MvcHybridBackChannel/Views/Home/Secure.cshtml | 0 .../Views/Shared/Error.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Views/_ViewImports.cshtml | 0 .../MvcHybridBackChannel/Views/_ViewStart.cshtml | 0 .../MvcHybridBackChannel/wwwroot/_references.js | 0 .../src/MvcHybridBackChannel/wwwroot/css/site.css | 0 .../MvcHybridBackChannel/wwwroot/css/site.min.css | 0 .../src/MvcHybridBackChannel/wwwroot/favicon.ico | Bin .../wwwroot/images/banner1.svg | 0 .../wwwroot/images/banner2.svg | 0 .../wwwroot/images/banner3.svg | 0 .../wwwroot/images/banner4.svg | 0 .../src/MvcHybridBackChannel/wwwroot/js/site.js | 0 .../MvcHybridBackChannel/wwwroot/js/site.min.js | 0 .../wwwroot/lib/bootstrap/.bower.json | 0 .../wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-theme.css | 0 .../bootstrap/dist/css/bootstrap-theme.css.map | 0 .../bootstrap/dist/css/bootstrap-theme.min.css | 0 .../dist/css/bootstrap-theme.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../dist/fonts/glyphicons-halflings-regular.eot | Bin .../dist/fonts/glyphicons-halflings-regular.svg | 0 .../dist/fonts/glyphicons-halflings-regular.ttf | Bin .../dist/fonts/glyphicons-halflings-regular.woff | Bin .../dist/fonts/glyphicons-halflings-regular.woff2 | Bin .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../wwwroot/lib/bootstrap/dist/js/npm.js | 0 .../lib/jquery-validation-unobtrusive/.bower.json | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/.bower.json | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/.bower.json | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../clients}/src/MvcJarJwt/AssertionService.cs | 0 .../src/MvcJarJwt/ClientAssertionService.cs | 0 .../src/MvcJarJwt/Controllers/HomeController.cs | 0 .../clients}/src/MvcJarJwt/MvcJarJwt.csproj | 0 .../clients}/src/MvcJarJwt/OidcEvents.cs | 0 .../clients}/src/MvcJarJwt/Program.cs | 0 .../src/MvcJarJwt/Properties/launchSettings.json | 0 .../clients}/src/MvcJarJwt/Startup.cs | 0 .../src/MvcJarJwt/Views/Home/CallApi.cshtml | 0 .../src/MvcJarJwt/Views/Home/Index.cshtml | 0 .../src/MvcJarJwt/Views/Home/Secure.cshtml | 0 .../src/MvcJarJwt/Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../src/MvcJarJwt/Views/_ViewImports.cshtml | 0 .../src/MvcJarJwt/Views/_ViewStart.cshtml | 0 .../clients}/src/MvcJarJwt/wwwroot/css/site.css | 0 .../clients}/src/MvcJarJwt/wwwroot/favicon.ico | Bin .../clients}/src/MvcJarJwt/wwwroot/js/site.js | 0 .../src/MvcJarJwt/wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../src/MvcJarJwt/wwwroot/lib/jquery/LICENSE.txt | 0 .../MvcJarJwt/wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../clients}/src/MvcJarUriJwt/AssertionService.cs | 0 .../src/MvcJarUriJwt/ClientAssertionService.cs | 0 .../MvcJarUriJwt/Controllers/HomeController.cs | 0 .../clients}/src/MvcJarUriJwt/Controllers/RO.cs | 0 .../clients}/src/MvcJarUriJwt/MvcJarUriJwt.csproj | 0 .../clients}/src/MvcJarUriJwt/OidcEvents.cs | 0 .../clients}/src/MvcJarUriJwt/Program.cs | 0 .../MvcJarUriJwt/Properties/launchSettings.json | 0 .../src/MvcJarUriJwt/RequestUriService.cs | 0 .../clients}/src/MvcJarUriJwt/Startup.cs | 0 .../src/MvcJarUriJwt/Views/Home/CallApi.cshtml | 0 .../src/MvcJarUriJwt/Views/Home/Index.cshtml | 0 .../src/MvcJarUriJwt/Views/Home/Secure.cshtml | 0 .../src/MvcJarUriJwt/Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../src/MvcJarUriJwt/Views/_ViewImports.cshtml | 0 .../src/MvcJarUriJwt/Views/_ViewStart.cshtml | 0 .../src/MvcJarUriJwt/wwwroot/css/site.css | 0 .../clients}/src/MvcJarUriJwt/wwwroot/favicon.ico | Bin .../clients}/src/MvcJarUriJwt/wwwroot/js/site.js | 0 .../MvcJarUriJwt/wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../MvcJarUriJwt/wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../CallbackManager.cs | 0 .../src/WindowsConsoleSystemBrowser/Program.cs | 0 .../WindowsConsoleSystemBrowser/RegistryConfig.cs | 0 .../WindowsConsoleSystemBrowser.csproj | 0 global.json => identity-server/global.json | 0 .../AspNetIdentity/Data/ApplicationDbContext.cs | 0 .../hosts}/AspNetIdentity/GlobalSuppressions.cs | 0 .../AspNetIdentity/Host.AspNetIdentity.csproj | 0 .../hosts}/AspNetIdentity/HostingExtensions.cs | 0 .../AspNetIdentity/IdentityServerExtensions.cs | 0 .../AspNetIdentity/Models/ApplicationUser.cs | 0 .../Pages/Account/AccessDenied.cshtml | 0 .../Pages/Account/AccessDenied.cshtml.cs | 0 .../Pages/Account/Login/Index.cshtml | 0 .../Pages/Account/Login/Index.cshtml.cs | 0 .../Pages/Account/Login/InputModel.cs | 0 .../Pages/Account/Login/LoginOptions.cs | 0 .../Pages/Account/Login/ViewModel.cs | 0 .../Pages/Account/Logout/Index.cshtml | 0 .../Pages/Account/Logout/Index.cshtml.cs | 0 .../Pages/Account/Logout/LoggedOut.cshtml | 0 .../Pages/Account/Logout/LoggedOut.cshtml.cs | 0 .../Pages/Account/Logout/LoggedOutViewModel.cs | 0 .../Pages/Account/Logout/LogoutOptions.cs | 0 .../hosts}/AspNetIdentity/Pages/Ciba/All.cshtml | 0 .../AspNetIdentity/Pages/Ciba/All.cshtml.cs | 0 .../AspNetIdentity/Pages/Ciba/Consent.cshtml | 0 .../AspNetIdentity/Pages/Ciba/Consent.cshtml.cs | 0 .../AspNetIdentity/Pages/Ciba/ConsentOptions.cs | 0 .../hosts}/AspNetIdentity/Pages/Ciba/Index.cshtml | 0 .../AspNetIdentity/Pages/Ciba/Index.cshtml.cs | 0 .../AspNetIdentity/Pages/Ciba/InputModel.cs | 0 .../hosts}/AspNetIdentity/Pages/Ciba/ViewModel.cs | 0 .../Pages/Ciba/_ScopeListItem.cshtml | 0 .../Pages/Consent/ConsentOptions.cs | 0 .../AspNetIdentity/Pages/Consent/Index.cshtml | 0 .../AspNetIdentity/Pages/Consent/Index.cshtml.cs | 0 .../AspNetIdentity/Pages/Consent/InputModel.cs | 0 .../AspNetIdentity/Pages/Consent/ViewModel.cs | 0 .../Pages/Consent/_ScopeListItem.cshtml | 0 .../AspNetIdentity/Pages/Device/DeviceOptions.cs | 0 .../AspNetIdentity/Pages/Device/Index.cshtml | 0 .../AspNetIdentity/Pages/Device/Index.cshtml.cs | 0 .../AspNetIdentity/Pages/Device/InputModel.cs | 0 .../AspNetIdentity/Pages/Device/Success.cshtml | 0 .../AspNetIdentity/Pages/Device/Success.cshtml.cs | 0 .../AspNetIdentity/Pages/Device/ViewModel.cs | 0 .../Pages/Device/_ScopeListItem.cshtml | 0 .../AspNetIdentity/Pages/Diagnostics/Index.cshtml | 0 .../Pages/Diagnostics/Index.cshtml.cs | 0 .../AspNetIdentity/Pages/Diagnostics/ViewModel.cs | 0 .../hosts}/AspNetIdentity/Pages/Extensions.cs | 0 .../Pages/ExternalLogin/Callback.cshtml | 0 .../Pages/ExternalLogin/Callback.cshtml.cs | 0 .../Pages/ExternalLogin/Challenge.cshtml | 0 .../Pages/ExternalLogin/Challenge.cshtml.cs | 0 .../AspNetIdentity/Pages/Grants/Index.cshtml | 0 .../AspNetIdentity/Pages/Grants/Index.cshtml.cs | 0 .../AspNetIdentity/Pages/Grants/ViewModel.cs | 0 .../AspNetIdentity/Pages/Home/Error/Index.cshtml | 0 .../Pages/Home/Error/Index.cshtml.cs | 0 .../AspNetIdentity/Pages/Home/Error/ViewModel.cs | 0 .../Pages/IdentityServerSuppressions.cs | 0 .../hosts}/AspNetIdentity/Pages/Index.cshtml | 0 .../hosts}/AspNetIdentity/Pages/Index.cshtml.cs | 0 .../hosts}/AspNetIdentity/Pages/Log.cs | 0 .../AspNetIdentity/Pages/Redirect/Index.cshtml | 0 .../AspNetIdentity/Pages/Redirect/Index.cshtml.cs | 0 .../Pages/SecurityHeadersAttribute.cs | 0 .../Pages/ServerSideSessions/Index.cshtml | 0 .../Pages/ServerSideSessions/Index.cshtml.cs | 0 .../AspNetIdentity/Pages/Shared/_Layout.cshtml | 0 .../AspNetIdentity/Pages/Shared/_Nav.cshtml | 0 .../Pages/Shared/_ValidationSummary.cshtml | 0 .../hosts}/AspNetIdentity/Pages/Telemetry.cs | 0 .../AspNetIdentity/Pages/_ViewImports.cshtml | 0 .../hosts}/AspNetIdentity/Pages/_ViewStart.cshtml | 0 .../hosts}/AspNetIdentity/Program.cs | 0 .../AspNetIdentity/Properties/launchSettings.json | 0 .../hosts}/AspNetIdentity/appsettings.json | 0 .../hosts}/AspNetIdentity/wwwroot/css/site.css | 0 .../AspNetIdentity/wwwroot/css/site.min.css | 0 .../hosts}/AspNetIdentity/wwwroot/css/site.scss | 0 .../hosts}/AspNetIdentity/wwwroot/duende-logo.svg | 0 .../hosts}/AspNetIdentity/wwwroot/favicon.ico | Bin .../AspNetIdentity/wwwroot/js/signin-redirect.js | 0 .../AspNetIdentity/wwwroot/js/signout-redirect.js | 0 .../AspNetIdentity/wwwroot/lib/bootstrap/LICENSE | 0 .../wwwroot/lib/bootstrap/README.md | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../wwwroot/lib/bootstrap4-glyphicons/LICENSE | 0 .../css/bootstrap-glyphicons.css | 0 .../css/bootstrap-glyphicons.min.css | 0 .../glyphicons/glyphicons-halflings-regular.eot | Bin .../glyphicons/glyphicons-halflings-regular.svg | 0 .../glyphicons/glyphicons-halflings-regular.ttf | Bin .../glyphicons/glyphicons-halflings-regular.woff | Bin .../glyphicons/glyphicons-halflings-regular.woff2 | Bin .../maps/glyphicons-fontawesome.css | 0 .../maps/glyphicons-fontawesome.less | 0 .../maps/glyphicons-fontawesome.min.css | 0 .../AspNetIdentity/wwwroot/lib/jquery/LICENSE.txt | 0 .../AspNetIdentity/wwwroot/lib/jquery/README.md | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../wwwroot/lib/jquery/dist/jquery.slim.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.map | 0 .../hosts}/Config/Clients.cs | 0 .../hosts}/Config/ClientsConsole.cs | 0 .../hosts}/Config/ClientsWeb.cs | 0 .../hosts}/Config/Resources.cs | 0 .../CustomClientRegistrationProcessor.cs | 0 .../hosts}/Configuration/DiscoveryHealthCheck.cs | 0 .../Extensions/ExtensionGrantValidator.cs | 0 .../Extensions/HostProfileService.cs | 0 .../NoSubjectExtensionGrantValidator.cs | 0 .../Extensions/ParameterizedScopeParser.cs | 0 .../ParameterizedScopeTokenRequestValidator.cs | 0 .../Extensions/SameSiteHandlingExtensions.cs | 0 .../hosts}/Configuration/GlobalSuppressions.cs | 0 .../Configuration/Host.Configuration.csproj | 0 .../hosts}/Configuration/HostingExtensions.cs | 0 .../Configuration/IdentityServerExtensions.cs | 0 .../hosts}/Configuration/LocalApiController.cs | 0 .../Pages/Account/AccessDenied.cshtml | 0 .../Pages/Account/AccessDenied.cshtml.cs | 0 .../Pages/Account/Create/Index.cshtml | 0 .../Pages/Account/Create/Index.cshtml.cs | 0 .../Pages/Account/Create/InputModel.cs | 0 .../Pages/Account/Login/Index.cshtml | 0 .../Pages/Account/Login/Index.cshtml.cs | 0 .../Pages/Account/Login/InputModel.cs | 0 .../Pages/Account/Login/LoginOptions.cs | 0 .../Pages/Account/Login/ViewModel.cs | 0 .../Pages/Account/Logout/Index.cshtml | 0 .../Pages/Account/Logout/Index.cshtml.cs | 0 .../Pages/Account/Logout/LoggedOut.cshtml | 0 .../Pages/Account/Logout/LoggedOut.cshtml.cs | 0 .../Pages/Account/Logout/LoggedOutViewModel.cs | 0 .../Pages/Account/Logout/LogoutOptions.cs | 0 .../hosts}/Configuration/Pages/Ciba/All.cshtml | 0 .../hosts}/Configuration/Pages/Ciba/All.cshtml.cs | 0 .../Configuration/Pages/Ciba/Consent.cshtml | 0 .../Configuration/Pages/Ciba/Consent.cshtml.cs | 0 .../Configuration/Pages/Ciba/ConsentOptions.cs | 0 .../hosts}/Configuration/Pages/Ciba/Index.cshtml | 0 .../Configuration/Pages/Ciba/Index.cshtml.cs | 0 .../hosts}/Configuration/Pages/Ciba/InputModel.cs | 0 .../hosts}/Configuration/Pages/Ciba/ViewModel.cs | 0 .../Pages/Ciba/_ScopeListItem.cshtml | 0 .../Configuration/Pages/Consent/ConsentOptions.cs | 0 .../Configuration/Pages/Consent/Index.cshtml | 0 .../Configuration/Pages/Consent/Index.cshtml.cs | 0 .../Configuration/Pages/Consent/InputModel.cs | 0 .../Configuration/Pages/Consent/ViewModel.cs | 0 .../Pages/Consent/_ScopeListItem.cshtml | 0 .../Configuration/Pages/Device/DeviceOptions.cs | 0 .../Configuration/Pages/Device/Index.cshtml | 0 .../Configuration/Pages/Device/Index.cshtml.cs | 0 .../Configuration/Pages/Device/InputModel.cs | 0 .../Configuration/Pages/Device/Success.cshtml | 0 .../Configuration/Pages/Device/Success.cshtml.cs | 0 .../Configuration/Pages/Device/ViewModel.cs | 0 .../Pages/Device/_ScopeListItem.cshtml | 0 .../Configuration/Pages/Diagnostics/Index.cshtml | 0 .../Pages/Diagnostics/Index.cshtml.cs | 0 .../Configuration/Pages/Diagnostics/ViewModel.cs | 0 .../hosts}/Configuration/Pages/Extensions.cs | 0 .../Pages/ExternalLogin/Callback.cshtml | 0 .../Pages/ExternalLogin/Callback.cshtml.cs | 0 .../Pages/ExternalLogin/Challenge.cshtml | 0 .../Pages/ExternalLogin/Challenge.cshtml.cs | 0 .../Configuration/Pages/Grants/Index.cshtml | 0 .../Configuration/Pages/Grants/Index.cshtml.cs | 0 .../Configuration/Pages/Grants/ViewModel.cs | 0 .../Configuration/Pages/Home/Error/Index.cshtml | 0 .../Pages/Home/Error/Index.cshtml.cs | 0 .../Configuration/Pages/Home/Error/ViewModel.cs | 0 .../Pages/IdentityServerSuppressions.cs | 0 .../hosts}/Configuration/Pages/Index.cshtml | 0 .../hosts}/Configuration/Pages/Index.cshtml.cs | 0 .../hosts}/Configuration/Pages/Log.cs | 0 .../Configuration/Pages/Redirect/Index.cshtml | 0 .../Configuration/Pages/Redirect/Index.cshtml.cs | 0 .../Pages/SecurityHeadersAttribute.cs | 0 .../Pages/ServerSideSessions/Index.cshtml | 0 .../Pages/ServerSideSessions/Index.cshtml.cs | 0 .../Configuration/Pages/Shared/_Layout.cshtml | 0 .../hosts}/Configuration/Pages/Shared/_Nav.cshtml | 0 .../Pages/Shared/_ValidationSummary.cshtml | 0 .../hosts}/Configuration/Pages/Telemetry.cs | 0 .../hosts}/Configuration/Pages/TestUsers.cs | 0 .../Configuration/Pages/_ViewImports.cshtml | 0 .../hosts}/Configuration/Pages/_ViewStart.cshtml | 0 .../hosts}/Configuration/Program.cs | 0 .../Configuration/Properties/launchSettings.json | 0 .../hosts}/Configuration/appsettings.json | 0 .../hosts}/Configuration/compilerconfig.json | 0 .../Configuration/compilerconfig.json.defaults | 0 .../hosts}/Configuration/wwwroot/css/site.css | 0 .../hosts}/Configuration/wwwroot/css/site.min.css | 0 .../hosts}/Configuration/wwwroot/css/site.scss | 0 .../hosts}/Configuration/wwwroot/duende-logo.svg | 0 .../hosts}/Configuration/wwwroot/favicon.ico | Bin .../Configuration/wwwroot/js/signin-redirect.js | 0 .../Configuration/wwwroot/js/signout-redirect.js | 0 .../Configuration/wwwroot/lib/bootstrap/LICENSE | 0 .../Configuration/wwwroot/lib/bootstrap/README.md | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../wwwroot/lib/bootstrap4-glyphicons/LICENSE | 0 .../css/bootstrap-glyphicons.css | 0 .../css/bootstrap-glyphicons.min.css | 0 .../glyphicons/glyphicons-halflings-regular.eot | Bin .../glyphicons/glyphicons-halflings-regular.svg | 0 .../glyphicons/glyphicons-halflings-regular.ttf | Bin .../glyphicons/glyphicons-halflings-regular.woff | Bin .../glyphicons/glyphicons-halflings-regular.woff2 | Bin .../maps/glyphicons-fontawesome.css | 0 .../maps/glyphicons-fontawesome.less | 0 .../maps/glyphicons-fontawesome.min.css | 0 .../Configuration/wwwroot/lib/jquery/LICENSE.txt | 0 .../Configuration/wwwroot/lib/jquery/README.md | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../wwwroot/lib/jquery/dist/jquery.slim.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.map | 0 .../Extensions/ParameterizedScopeParser.cs | 0 .../hosts}/EntityFramework/GlobalSuppressions.cs | 0 .../EntityFramework/Host.EntityFramework.csproj | 0 .../hosts}/EntityFramework/HostingExtensions.cs | 0 .../EntityFramework/IdentityServerExtensions.cs | 0 .../Pages/Account/AccessDenied.cshtml | 0 .../Pages/Account/AccessDenied.cshtml.cs | 0 .../Pages/Account/Create/Index.cshtml | 0 .../Pages/Account/Create/Index.cshtml.cs | 0 .../Pages/Account/Create/InputModel.cs | 0 .../Pages/Account/Login/Index.cshtml | 0 .../Pages/Account/Login/Index.cshtml.cs | 0 .../Pages/Account/Login/InputModel.cs | 0 .../Pages/Account/Login/LoginOptions.cs | 0 .../Pages/Account/Login/ViewModel.cs | 0 .../Pages/Account/Logout/Index.cshtml | 0 .../Pages/Account/Logout/Index.cshtml.cs | 0 .../Pages/Account/Logout/LoggedOut.cshtml | 0 .../Pages/Account/Logout/LoggedOut.cshtml.cs | 0 .../Pages/Account/Logout/LoggedOutViewModel.cs | 0 .../Pages/Account/Logout/LogoutOptions.cs | 0 .../Pages/Admin/ApiScopes/ApiScopeRepository.cs | 0 .../Pages/Admin/ApiScopes/Edit.cshtml | 0 .../Pages/Admin/ApiScopes/Edit.cshtml.cs | 0 .../Pages/Admin/ApiScopes/Index.cshtml | 0 .../Pages/Admin/ApiScopes/Index.cshtml.cs | 0 .../Pages/Admin/ApiScopes/New.cshtml | 0 .../Pages/Admin/ApiScopes/New.cshtml.cs | 0 .../Pages/Admin/Clients/ClientRepository.cs | 0 .../Pages/Admin/Clients/Edit.cshtml | 0 .../Pages/Admin/Clients/Edit.cshtml.cs | 0 .../Pages/Admin/Clients/Index.cshtml | 0 .../Pages/Admin/Clients/Index.cshtml.cs | 0 .../Pages/Admin/Clients/New.cshtml | 0 .../Pages/Admin/Clients/New.cshtml.cs | 0 .../Pages/Admin/IdentityScopes/Edit.cshtml | 0 .../Pages/Admin/IdentityScopes/Edit.cshtml.cs | 0 .../IdentityScopes/IdentityScopeRepository.cs | 0 .../Pages/Admin/IdentityScopes/Index.cshtml | 0 .../Pages/Admin/IdentityScopes/Index.cshtml.cs | 0 .../Pages/Admin/IdentityScopes/New.cshtml | 0 .../Pages/Admin/IdentityScopes/New.cshtml.cs | 0 .../EntityFramework/Pages/Admin/Index.cshtml | 0 .../EntityFramework/Pages/Admin/Index.cshtml.cs | 0 .../hosts}/EntityFramework/Pages/Ciba/All.cshtml | 0 .../EntityFramework/Pages/Ciba/All.cshtml.cs | 0 .../EntityFramework/Pages/Ciba/Consent.cshtml | 0 .../EntityFramework/Pages/Ciba/Consent.cshtml.cs | 0 .../EntityFramework/Pages/Ciba/ConsentOptions.cs | 0 .../EntityFramework/Pages/Ciba/Index.cshtml | 0 .../EntityFramework/Pages/Ciba/Index.cshtml.cs | 0 .../EntityFramework/Pages/Ciba/InputModel.cs | 0 .../EntityFramework/Pages/Ciba/ViewModel.cs | 0 .../Pages/Ciba/_ScopeListItem.cshtml | 0 .../Pages/Consent/ConsentOptions.cs | 0 .../EntityFramework/Pages/Consent/Index.cshtml | 0 .../EntityFramework/Pages/Consent/Index.cshtml.cs | 0 .../EntityFramework/Pages/Consent/InputModel.cs | 0 .../EntityFramework/Pages/Consent/ViewModel.cs | 0 .../Pages/Consent/_ScopeListItem.cshtml | 0 .../EntityFramework/Pages/Device/DeviceOptions.cs | 0 .../EntityFramework/Pages/Device/Index.cshtml | 0 .../EntityFramework/Pages/Device/Index.cshtml.cs | 0 .../EntityFramework/Pages/Device/InputModel.cs | 0 .../EntityFramework/Pages/Device/Success.cshtml | 0 .../Pages/Device/Success.cshtml.cs | 0 .../EntityFramework/Pages/Device/ViewModel.cs | 0 .../Pages/Device/_ScopeListItem.cshtml | 0 .../Pages/Diagnostics/Index.cshtml | 0 .../Pages/Diagnostics/Index.cshtml.cs | 0 .../Pages/Diagnostics/ViewModel.cs | 0 .../hosts}/EntityFramework/Pages/Extensions.cs | 0 .../Pages/ExternalLogin/Callback.cshtml | 0 .../Pages/ExternalLogin/Callback.cshtml.cs | 0 .../Pages/ExternalLogin/Challenge.cshtml | 0 .../Pages/ExternalLogin/Challenge.cshtml.cs | 0 .../EntityFramework/Pages/Grants/Index.cshtml | 0 .../EntityFramework/Pages/Grants/Index.cshtml.cs | 0 .../EntityFramework/Pages/Grants/ViewModel.cs | 0 .../EntityFramework/Pages/Home/Error/Index.cshtml | 0 .../Pages/Home/Error/Index.cshtml.cs | 0 .../EntityFramework/Pages/Home/Error/ViewModel.cs | 0 .../Pages/IdentityServerSuppressions.cs | 0 .../hosts}/EntityFramework/Pages/Index.cshtml | 0 .../hosts}/EntityFramework/Pages/Index.cshtml.cs | 0 .../hosts}/EntityFramework/Pages/Log.cs | 0 .../Pages/Portal/ClientRepository.cs | 0 .../EntityFramework/Pages/Portal/Index.cshtml | 0 .../EntityFramework/Pages/Portal/Index.cshtml.cs | 0 .../EntityFramework/Pages/Redirect/Index.cshtml | 0 .../Pages/Redirect/Index.cshtml.cs | 0 .../Pages/SecurityHeadersAttribute.cs | 0 .../Pages/ServerSideSessions/Index.cshtml | 0 .../Pages/ServerSideSessions/Index.cshtml.cs | 0 .../EntityFramework/Pages/Shared/_Layout.cshtml | 0 .../EntityFramework/Pages/Shared/_Nav.cshtml | 0 .../Pages/Shared/_ValidationSummary.cshtml | 0 .../hosts}/EntityFramework/Pages/Telemetry.cs | 0 .../hosts}/EntityFramework/Pages/TestUsers.cs | 0 .../EntityFramework/Pages/_ViewImports.cshtml | 0 .../EntityFramework/Pages/_ViewStart.cshtml | 0 .../hosts}/EntityFramework/Program.cs | 0 .../Properties/launchSettings.json | 0 .../TestOperationalStoreNotification.cs | 0 .../hosts}/EntityFramework/appsettings.json | 0 .../hosts}/EntityFramework/wwwroot/css/site.css | 0 .../EntityFramework/wwwroot/css/site.min.css | 0 .../hosts}/EntityFramework/wwwroot/css/site.scss | 0 .../EntityFramework/wwwroot/duende-logo.svg | 0 .../hosts}/EntityFramework/wwwroot/favicon.ico | Bin .../EntityFramework/wwwroot/js/signin-redirect.js | 0 .../wwwroot/js/signout-redirect.js | 0 .../EntityFramework/wwwroot/lib/bootstrap/LICENSE | 0 .../wwwroot/lib/bootstrap/README.md | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../wwwroot/lib/bootstrap4-glyphicons/LICENSE | 0 .../css/bootstrap-glyphicons.css | 0 .../css/bootstrap-glyphicons.min.css | 0 .../glyphicons/glyphicons-halflings-regular.eot | Bin .../glyphicons/glyphicons-halflings-regular.svg | 0 .../glyphicons/glyphicons-halflings-regular.ttf | Bin .../glyphicons/glyphicons-halflings-regular.woff | Bin .../glyphicons/glyphicons-halflings-regular.woff2 | Bin .../maps/glyphicons-fontawesome.css | 0 .../maps/glyphicons-fontawesome.less | 0 .../maps/glyphicons-fontawesome.min.css | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../EntityFramework/wwwroot/lib/jquery/README.md | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../wwwroot/lib/jquery/dist/jquery.slim.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.map | 0 .../hosts}/main/DiscoveryHealthCheck.cs | 0 .../main/Extensions/ExtensionGrantValidator.cs | 0 .../hosts}/main/Extensions/HostProfileService.cs | 0 .../NoSubjectExtensionGrantValidator.cs | 0 .../main/Extensions/ParameterizedScopeParser.cs | 0 .../ParameterizedScopeTokenRequestValidator.cs | 0 .../main/Extensions/SameSiteHandlingExtensions.cs | 0 .../hosts}/main/GlobalSuppressions.cs | 0 .../hosts}/main/Host.Main.csproj | 0 .../hosts}/main/HostingExtensions.cs | 0 .../hosts}/main/IdentityServerExtensions.cs | 0 .../hosts}/main/LocalApiController.cs | 0 .../hosts}/main/Pages/Account/AccessDenied.cshtml | 0 .../main/Pages/Account/AccessDenied.cshtml.cs | 0 .../hosts}/main/Pages/Account/Create/Index.cshtml | 0 .../main/Pages/Account/Create/Index.cshtml.cs | 0 .../main/Pages/Account/Create/InputModel.cs | 0 .../hosts}/main/Pages/Account/Login/Index.cshtml | 0 .../main/Pages/Account/Login/Index.cshtml.cs | 0 .../hosts}/main/Pages/Account/Login/InputModel.cs | 0 .../main/Pages/Account/Login/LoginOptions.cs | 0 .../hosts}/main/Pages/Account/Login/ViewModel.cs | 0 .../hosts}/main/Pages/Account/Logout/Index.cshtml | 0 .../main/Pages/Account/Logout/Index.cshtml.cs | 0 .../main/Pages/Account/Logout/LoggedOut.cshtml | 0 .../main/Pages/Account/Logout/LoggedOut.cshtml.cs | 0 .../Pages/Account/Logout/LoggedOutViewModel.cs | 0 .../main/Pages/Account/Logout/LogoutOptions.cs | 0 .../hosts}/main/Pages/Ciba/All.cshtml | 0 .../hosts}/main/Pages/Ciba/All.cshtml.cs | 0 .../hosts}/main/Pages/Ciba/Consent.cshtml | 0 .../hosts}/main/Pages/Ciba/Consent.cshtml.cs | 0 .../hosts}/main/Pages/Ciba/ConsentOptions.cs | 0 .../hosts}/main/Pages/Ciba/Index.cshtml | 0 .../hosts}/main/Pages/Ciba/Index.cshtml.cs | 0 .../hosts}/main/Pages/Ciba/InputModel.cs | 0 .../hosts}/main/Pages/Ciba/ViewModel.cs | 0 .../hosts}/main/Pages/Ciba/_ScopeListItem.cshtml | 0 .../hosts}/main/Pages/Consent/ConsentOptions.cs | 0 .../hosts}/main/Pages/Consent/Index.cshtml | 0 .../hosts}/main/Pages/Consent/Index.cshtml.cs | 0 .../hosts}/main/Pages/Consent/InputModel.cs | 0 .../hosts}/main/Pages/Consent/ViewModel.cs | 0 .../main/Pages/Consent/_ScopeListItem.cshtml | 0 .../hosts}/main/Pages/Device/DeviceOptions.cs | 0 .../hosts}/main/Pages/Device/Index.cshtml | 0 .../hosts}/main/Pages/Device/Index.cshtml.cs | 0 .../hosts}/main/Pages/Device/InputModel.cs | 0 .../hosts}/main/Pages/Device/Success.cshtml | 0 .../hosts}/main/Pages/Device/Success.cshtml.cs | 0 .../hosts}/main/Pages/Device/ViewModel.cs | 0 .../main/Pages/Device/_ScopeListItem.cshtml | 0 .../hosts}/main/Pages/Diagnostics/Index.cshtml | 0 .../hosts}/main/Pages/Diagnostics/Index.cshtml.cs | 0 .../hosts}/main/Pages/Diagnostics/ViewModel.cs | 0 .../hosts}/main/Pages/Extensions.cs | 0 .../main/Pages/ExternalLogin/Callback.cshtml | 0 .../main/Pages/ExternalLogin/Callback.cshtml.cs | 0 .../main/Pages/ExternalLogin/Challenge.cshtml | 0 .../main/Pages/ExternalLogin/Challenge.cshtml.cs | 0 .../hosts}/main/Pages/Grants/Index.cshtml | 0 .../hosts}/main/Pages/Grants/Index.cshtml.cs | 0 .../hosts}/main/Pages/Grants/ViewModel.cs | 0 .../hosts}/main/Pages/Home/Error/Index.cshtml | 0 .../hosts}/main/Pages/Home/Error/Index.cshtml.cs | 0 .../hosts}/main/Pages/Home/Error/ViewModel.cs | 0 .../main/Pages/IdentityServerSuppressions.cs | 0 .../hosts}/main/Pages/Index.cshtml | 0 .../hosts}/main/Pages/Index.cshtml.cs | 0 .../hosts}/main/Pages/Log.cs | 0 .../hosts}/main/Pages/Redirect/Index.cshtml | 0 .../hosts}/main/Pages/Redirect/Index.cshtml.cs | 0 .../hosts}/main/Pages/SecurityHeadersAttribute.cs | 0 .../main/Pages/ServerSideSessions/Index.cshtml | 0 .../main/Pages/ServerSideSessions/Index.cshtml.cs | 0 .../hosts}/main/Pages/Shared/_Layout.cshtml | 0 .../hosts}/main/Pages/Shared/_Nav.cshtml | 0 .../main/Pages/Shared/_ValidationSummary.cshtml | 0 .../hosts}/main/Pages/Telemetry.cs | 0 .../hosts}/main/Pages/TestUsers.cs | 0 .../hosts}/main/Pages/_ViewImports.cshtml | 0 .../hosts}/main/Pages/_ViewStart.cshtml | 0 {hosts => identity-server/hosts}/main/Program.cs | 0 .../hosts}/main/Properties/launchSettings.json | 0 .../main}/TestKeys/identityserver.test.ecdsa.p12 | Bin .../main}/TestKeys/identityserver.test.rsa.p12 | Bin .../hosts}/main/appsettings.json | 0 .../hosts}/main/compilerconfig.json | 0 .../hosts}/main/compilerconfig.json.defaults | 0 .../hosts}/main/wwwroot/css/site.css | 0 .../hosts}/main/wwwroot/css/site.min.css | 0 .../hosts}/main/wwwroot/css/site.scss | 0 .../hosts}/main/wwwroot/duende-logo.svg | 0 .../hosts}/main/wwwroot/favicon.ico | Bin .../hosts}/main/wwwroot/js/signin-redirect.js | 0 .../hosts}/main/wwwroot/js/signout-redirect.js | 0 .../hosts}/main/wwwroot/lib/bootstrap/LICENSE | 0 .../hosts}/main/wwwroot/lib/bootstrap/README.md | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../wwwroot/lib/bootstrap4-glyphicons/LICENSE | 0 .../css/bootstrap-glyphicons.css | 0 .../css/bootstrap-glyphicons.min.css | 0 .../glyphicons/glyphicons-halflings-regular.eot | Bin .../glyphicons/glyphicons-halflings-regular.svg | 0 .../glyphicons/glyphicons-halflings-regular.ttf | Bin .../glyphicons/glyphicons-halflings-regular.woff | Bin .../glyphicons/glyphicons-halflings-regular.woff2 | Bin .../maps/glyphicons-fontawesome.css | 0 .../maps/glyphicons-fontawesome.less | 0 .../maps/glyphicons-fontawesome.min.css | 0 .../hosts}/main/wwwroot/lib/jquery/LICENSE.txt | 0 .../hosts}/main/wwwroot/lib/jquery/README.md | 0 .../hosts}/main/wwwroot/lib/jquery/dist/jquery.js | 0 .../main/wwwroot/lib/jquery/dist/jquery.min.js | 0 .../main/wwwroot/lib/jquery/dist/jquery.min.map | 0 .../main/wwwroot/lib/jquery/dist/jquery.slim.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.slim.min.map | 0 icon.png => identity-server/icon.png | Bin .../AspNetIdentityDb/AspNetIdentityDb.csproj | 0 .../AspNetIdentityDb/Migrations/UsersDb.sql | 0 .../UsersDb/20210113185640_Users.Designer.cs | 0 .../Migrations/UsersDb/20210113185640_Users.cs | 0 .../UsersDb/ApplicationDbContextModelSnapshot.cs | 0 .../migrations}/AspNetIdentityDb/Program.cs | 0 .../Properties/launchSettings.json | 0 .../migrations}/AspNetIdentityDb/SeedData.cs | 0 .../migrations}/AspNetIdentityDb/Startup.cs | 0 .../migrations}/AspNetIdentityDb/appsettings.json | 0 .../migrations}/AspNetIdentityDb/schema.bat | 0 .../IdentityServerDb/IdentityServerDb.csproj | 0 .../Migrations/ConfigurationDb.sql | 0 .../20240104192404_Configuration.Designer.cs | 0 .../20240104192404_Configuration.cs | 0 .../ConfigurationDbContextModelSnapshot.cs | 0 .../Migrations/PersistedGrantDb.sql | 0 .../20240104192353_Grants.Designer.cs | 0 .../PersistedGrantDb/20240104192353_Grants.cs | 0 .../PersistedGrantDbContextModelSnapshot.cs | 0 .../migrations}/IdentityServerDb/Program.cs | 0 .../Properties/launchSettings.json | 0 .../migrations}/IdentityServerDb/SeedData.cs | 0 .../migrations}/IdentityServerDb/Startup.cs | 0 .../migrations}/IdentityServerDb/appsettings.json | 0 .../migrations}/IdentityServerDb/schema.bat | 0 nuget.config => identity-server/nuget.config | 0 ...vices.DefaultTokenServiceTest-report-github.md | 0 ...ts.Services.DefaultTokenServiceTest-report.csv | 0 ...s.Services.DefaultTokenServiceTest-report.html | 0 .../IdentityServer.PerfTests.csproj | 0 .../Infrastructure/DebugLoggerProvider.cs | 0 .../Infrastructure/IdentityServerContainer.cs | 0 .../InMemoryIdentityServerContainer.cs | 0 .../Infrastructure/TestBase.cs | 0 .../perf}/IdentityServer.PerfTests/Program.cs | 0 .../Services/DefaultTokenServiceTest.cs | 0 .../perf}/IdentityServer.PerfTests/client.cer | 0 .../perf}/IdentityServer.PerfTests/client.pfx | Bin {perf => identity-server/perf}/PerfTests.sln | 0 .../src}/AspNetIdentity/Decorator.cs | 0 .../Duende.IdentityServer.AspNetIdentity.csproj | 0 .../IdentityServerBuilderExtensions.cs | 0 .../PostConfigureIdentityServerOptions.cs | 0 .../src}/AspNetIdentity/ProfileService.cs | 0 .../src}/AspNetIdentity/README.md | 0 .../ResourceOwnerPasswordValidator.cs | 0 .../SecurityStampValidatorCallback.cs | 0 .../src}/AspNetIdentity/UserClaimsFactory.cs | 0 .../Configuration.EntityFramework/.editorconfig | 0 .../ClientConfigurationStore.cs | 0 .../DefaultCancellationTokenProvider.cs | 0 ...ityServer.Configuration.EntityFramework.csproj | 0 .../src}/Configuration.EntityFramework/README.md | 0 .../ServiceCollectionExtensions.cs | 0 .../src}/Configuration/.editorconfig | 0 .../DynamicClientRegistrationOptions.cs | 0 .../IdentityServerConfigurationOptions.cs | 0 .../Duende.IdentityServer.Configuration.csproj | 0 .../DynamicClientRegistrationErrors.cs | 0 .../DynamicClientRegistrationEndpoint.cs | 0 .../Extensions/ConfigurationEndpointExtensions.cs | 0 .../ConfigurationServiceCollectionExtensions.cs | 0 .../Extensions/ServiceCollectionExtensions.cs | 0 .../Licensing/ConfigurationLicense.cs | 0 .../Licensing/ConfigurationLicenseValidator.cs | 0 .../src}/Configuration/Licensing/License.cs | 0 .../Configuration/Licensing/LicenseValidator.cs | 0 .../DynamicClientRegistrationContext.cs | 0 .../DynamicClientRegistrationRequest.cs | 0 .../DynamicClientRegistrationResponse.cs | 0 .../IDynamicClientRegistrationResponse.cs | 0 .../Models/DynamicClientRegistration/KeySet.cs | 0 .../Models/DynamicClientRegistrationError.cs | 0 .../src}/Configuration/Models/IStepResult.cs | 0 .../src}/Configuration/Models/SuccessfulStep.cs | 0 .../src}/Configuration/README.md | 0 .../DynamicClientRegistrationRequestProcessor.cs | 0 .../IDynamicClientRegistrationRequestProcessor.cs | 0 .../DynamicClientRegistrationResponseGenerator.cs | 0 ...IDynamicClientRegistrationResponseGenerator.cs | 0 .../Stores/IClientConfigurationStore.cs | 0 .../Stores/InMemoryClientConfigurationStore.cs | 0 .../DynamicClientRegistrationValidatedRequest.cs | 0 .../DynamicClientRegistrationValidator.cs | 0 .../IDynamicClientRegistrationValidationResult.cs | 0 .../IDynamicClientRegistrationValidator.cs | 0 .../src}/Configuration/dcr_tests.http | 0 .../Configuration/ServiceCollectionExtensions.cs | 0 .../DbContexts/ConfigurationDbContext.cs | 0 .../DbContexts/PersistedGrantDbContext.cs | 0 ....IdentityServer.EntityFramework.Storage.csproj | 0 .../Entities/ApiResource.cs | 0 .../Entities/ApiResourceClaim.cs | 0 .../Entities/ApiResourceProperty.cs | 0 .../Entities/ApiResourceScope.cs | 0 .../Entities/ApiResourceSecret.cs | 0 .../EntityFramework.Storage/Entities/ApiScope.cs | 0 .../Entities/ApiScopeClaim.cs | 0 .../Entities/ApiScopeProperty.cs | 0 .../EntityFramework.Storage/Entities/Client.cs | 0 .../Entities/ClientClaim.cs | 0 .../Entities/ClientCorsOrigin.cs | 0 .../Entities/ClientGrantType.cs | 0 .../Entities/ClientIdPRestriction.cs | 0 .../Entities/ClientPostLogoutRedirectUri.cs | 0 .../Entities/ClientProperty.cs | 0 .../Entities/ClientRedirectUri.cs | 0 .../Entities/ClientScope.cs | 0 .../Entities/ClientSecret.cs | 0 .../Entities/DeviceFlowCodes.cs | 0 .../Entities/IdentityProvider.cs | 0 .../Entities/IdentityResource.cs | 0 .../Entities/IdentityResourceClaim.cs | 0 .../Entities/IdentityResourceProperty.cs | 0 .../src}/EntityFramework.Storage/Entities/Key.cs | 0 .../Entities/PersistedGrant.cs | 0 .../EntityFramework.Storage/Entities/Property.cs | 0 .../Entities/PushedAuthorizationRequest.cs | 0 .../EntityFramework.Storage/Entities/Secret.cs | 0 .../Entities/ServerSideSession.cs | 0 .../EntityFramework.Storage/Entities/UserClaim.cs | 0 .../Extensions/DbContextExtensions.cs | 0 .../Extensions/ModelBuilderExtensions.cs | 0 .../Extensions/StringsExtensions.cs | 0 .../Interfaces/IConfigurationDbContext.cs | 0 .../Interfaces/IPersistedGrantDbContext.cs | 0 .../Mappers/AllowedSigningAlgorithmsConverter.cs | 0 .../Mappers/ApiResourceMappers.cs | 0 .../Mappers/ClientMappers.cs | 0 .../Mappers/IdentityProviderMappers.cs | 0 .../Mappers/IdentityResourceMappers.cs | 0 .../Mappers/PersistedGrantMappers.cs | 0 .../Mappers/PropertiesConverter.cs | 0 .../Mappers/PushedAuthorizationRequestMappers.cs | 0 .../Mappers/ScopeMappers.cs | 0 .../Options/ConfigurationStoreOptions.cs | 0 .../Options/OperationalStoreOptions.cs | 0 .../Options/TableConfiguration.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../src}/EntityFramework.Storage/README.md | 0 .../EntityFramework.Storage/Stores/ClientStore.cs | 0 .../Stores/DeviceFlowStore.cs | 0 .../Stores/IdentityProviderStore.cs | 0 .../Stores/PersistedGrantStore.cs | 0 .../Stores/PushedAuthorizationRequestStore.cs | 0 .../Stores/ResourceStore.cs | 0 .../Stores/ServerSideSessionStore.cs | 0 .../Stores/SigningKeyStore.cs | 0 .../TokenCleanup/IOperationalStoreNotification.cs | 0 .../TokenCleanup/ITokenCleanupService.cs | 0 .../TokenCleanup/TokenCleanupService.cs | 0 .../Duende.IdentityServer.EntityFramework.csproj | 0 ...ntityServerEntityFrameworkBuilderExtensions.cs | 0 .../src}/EntityFramework/README.md | 0 .../EntityFramework/Services/CorsPolicyService.cs | 0 .../src}/EntityFramework/TokenCleanupHost.cs | 0 .../IdentityServer/Configuration/CryptoHelper.cs | 0 .../BuilderExtensions/Additional.cs | 0 .../DependencyInjection/BuilderExtensions/Core.cs | 0 .../BuilderExtensions/Crypto.cs | 0 .../BuilderExtensions/InMemory.cs | 0 .../BuilderExtensions/SessionManagement.cs | 0 .../ConfigureInternalCookieOptions.cs | 0 .../ConfigureOpenIdConnectOptions.cs | 0 .../DependencyInjection/Decorator.cs | 0 .../DependencyInjection/IIdentityServerBuilder.cs | 0 .../DependencyInjection/IdentityServerBuilder.cs | 0 .../IdentityServerServiceCollectionExtensions.cs | 0 .../Options/AuthenticationOptions.cs | 0 .../DependencyInjection/Options/CachingOptions.cs | 0 .../DependencyInjection/Options/CibaOptions.cs | 0 .../DependencyInjection/Options/CorsOptions.cs | 0 .../DependencyInjection/Options/CspOptions.cs | 0 .../DependencyInjection/Options/DPoPOptions.cs | 0 .../Options/DeviceFlowOptions.cs | 0 .../Options/DiscoveryOptions.cs | 0 .../Options/DynamicProviderOptions.cs | 0 .../Options/EndpointOptions.cs | 0 .../DependencyInjection/Options/EventsOptions.cs | 0 .../Options/IdentityServerOptions.cs | 0 .../Options/InputLengthRestrictions.cs | 0 .../Options/KeyManagementOptions.cs | 0 .../DependencyInjection/Options/LoggingOptions.cs | 0 .../DependencyInjection/Options/MtlsOptions.cs | 0 .../Options/PushedAuthorizationOptions.cs | 0 .../Options/ServerSideSessionOptions.cs | 0 .../Options/UserInteractionOptions.cs | 0 .../Options/ValidationOptions.cs | 0 .../PostConfigureApplicationCookieTicketStore.cs | 0 .../IdentityServerApplicationBuilderExtensions.cs | 0 .../IdentityServerMiddlewareOptions.cs | 0 .../src}/IdentityServer/Constants.cs | 0 .../IdentityServer/Duende.IdentityServer.csproj | 0 .../Endpoints/AuthorizeCallbackEndpoint.cs | 0 .../IdentityServer/Endpoints/AuthorizeEndpoint.cs | 0 .../Endpoints/AuthorizeEndpointBase.cs | 0 .../BackchannelAuthenticationEndpoint.cs | 0 .../Endpoints/CheckSessionEndpoint.cs | 0 .../Endpoints/DeviceAuthorizationEndpoint.cs | 0 .../IdentityServer/Endpoints/DiscoveryEndpoint.cs | 0 .../Endpoints/DiscoveryKeyEndpoint.cs | 0 .../Endpoints/EndSessionCallbackEndpoint.cs | 0 .../Endpoints/EndSessionEndpoint.cs | 0 .../Endpoints/IntrospectionEndpoint.cs | 0 .../Endpoints/PushedAuthorizationEndpoint.cs | 0 .../Results/AuthorizeInteractionPageResult.cs | 0 .../Endpoints/Results/AuthorizeResult.cs | 0 .../Results/BackchannelAuthenticationResult.cs | 0 .../Endpoints/Results/BadRequestResult.cs | 0 .../Endpoints/Results/CheckSessionResult.cs | 0 .../Endpoints/Results/ConsentPageResult.cs | 0 .../Endpoints/Results/CreateAccountPageResult.cs | 0 .../Endpoints/Results/CustomRedirectResult.cs | 0 .../Results/DeviceAuthorizationResult.cs | 0 .../Endpoints/Results/DiscoveryDocumentResult.cs | 0 .../Endpoints/Results/EndPointResult.cs | 0 .../Endpoints/Results/EndSessionCallbackResult.cs | 0 .../Endpoints/Results/EndSessionResult.cs | 0 .../Endpoints/Results/IntrospectionResult.cs | 0 .../Endpoints/Results/JsonWebKeysResult.cs | 0 .../Endpoints/Results/LoginPageResult.cs | 0 .../Results/ProtectedResourceErrorResult.cs | 0 .../Results/PushedAuthorizationErrorResult.cs | 0 .../Results/PushedAuthorizationResult.cs | 0 .../Endpoints/Results/StatusCodeResult.cs | 0 .../Endpoints/Results/TokenErrorResult.cs | 0 .../Endpoints/Results/TokenResult.cs | 0 .../Results/TokenRevocationErrorResult.cs | 0 .../Endpoints/Results/UserInfoResult.cs | 0 .../IdentityServer/Endpoints/TokenEndpoint.cs | 0 .../Endpoints/TokenRevocationEndpoint.cs | 0 .../IdentityServer/Endpoints/UserInfoEndpoint.cs | 0 .../Events/ApiAuthenticationFailureEvent.cs | 0 .../Events/ApiAuthenticationSuccessEvent.cs | 0 .../BackchannelAuthenticationFailureEvent.cs | 0 .../BackchannelAuthenticationSuccessEvent.cs | 0 .../Events/ClientAuthenticationFailureEvent.cs | 0 .../Events/ClientAuthenticationSuccessEvent.cs | 0 .../IdentityServer/Events/ConsentDeniedEvent.cs | 0 .../IdentityServer/Events/ConsentGrantedEvent.cs | 0 .../Events/DeviceAuthorizationFailureEvent.cs | 0 .../Events/DeviceAuthorizationSuccessEvent.cs | 0 .../IdentityServer/Events/GrantsRevokedEvent.cs | 0 .../IdentityServer/Events/Infrastructure/Event.cs | 0 .../Events/Infrastructure/EventCategories.cs | 0 .../Events/Infrastructure/EventIds.cs | 0 .../Events/Infrastructure/EventType.cs | 0 .../Events/InvalidClientConfiguration.cs | 0 .../InvalidIdentityProviderConfiguration.cs | 0 .../Events/TokenIntrospectionFailureEvent.cs | 0 .../Events/TokenIntrospectionSuccessEvent.cs | 0 .../Events/TokenIssuedFailureEvent.cs | 0 .../Events/TokenIssuedSuccessEvent.cs | 0 .../Events/TokenRevokedSuccessEvent.cs | 0 .../Events/UnhandledExceptionEvent.cs | 0 .../Events/UserLoginFailureEvent.cs | 0 .../Events/UserLoginSuccessEvent.cs | 0 .../Events/UserLogoutSuccessEvent.cs | 0 .../AuthenticationPropertiesExtensions.cs | 0 .../Extensions/AuthenticationTicketExtensions.cs | 0 .../Extensions/AuthorizeResponseExtensions.cs | 0 .../IdentityServer/Extensions/ClaimsExtensions.cs | 0 .../IdentityServer/Extensions/ClientExtensions.cs | 0 .../Extensions/DateTimeExtensions.cs | 0 .../Extensions/EndpointOptionsExtensions.cs | 0 .../IdentityServer/Extensions/HashExtensions.cs | 0 .../HttpContextAuthenticationExtensions.cs | 0 .../Extensions/HttpContextExtensions.cs | 0 .../Extensions/HttpRequestExtensions.cs | 0 .../Extensions/HttpResponseExtensions.cs | 0 .../Extensions/IClientStoreExtensions.cs | 0 .../Extensions/IEnumerableExtensions.cs | 0 .../IReadableStringCollectionExtensions.cs | 0 .../Extensions/IResourceStoreExtensions.cs | 0 .../Extensions/JsonWebKeyExtensions.cs | 0 .../Extensions/KeyManagementExtensions.cs | 0 .../Extensions/NameValueCollectionExtensions.cs | 0 .../Extensions/PrincipalExtensions.cs | 0 .../ProfileDataRequestContextExtensions.cs | 0 .../Extensions/ResourceExtensions.cs | 0 .../IdentityServer/Extensions/ScopeExtensions.cs | 0 .../Extensions/ServerSideSessionExtensions.cs | 0 .../Extensions/ServerUrlExtensions.cs | 0 .../Extensions/StringsExtensions.cs | 0 .../IdentityServer/Extensions/TokenExtensions.cs | 0 .../ValidatedAuthorizeRequestExtensions.cs | 0 .../Extensions/X509CertificateExtensions.cs | 0 .../IdentityServer/Hosting/BaseUrlMiddleware.cs | 0 .../src}/IdentityServer/Hosting/CorsMiddleware.cs | 0 .../IdentityServer/Hosting/CorsPolicyProvider.cs | 0 .../ConfigureAuthenticationContext.cs | 0 .../ConfigureAuthenticationOptions.cs | 0 .../DynamicSchemes/DynamicAuthenticationScheme.cs | 0 .../DynamicAuthenticationSchemeCache.cs | 0 .../DynamicAuthenticationSchemeProvider.cs | 0 .../DynamicSchemeAuthenticationMiddleware.cs | 0 ...entityServerBuilderDynamicSchemesExtensions.cs | 0 .../Oidc/IdentityServerBuilderOidcExtensions.cs | 0 .../DynamicProviders/Oidc/OidcConfigureOptions.cs | 0 .../Store/CachingIdentityProviderStore.cs | 0 .../Store/InMemoryIdentityProviderStore.cs | 0 .../Store/NonCachingIdentityProviderStore.cs | 0 .../Store/NopIdentityProviderStore.cs | 0 .../Store/ValidatingIdentityProviderStore.cs | 0 .../src}/IdentityServer/Hosting/Endpoint.cs | 0 .../src}/IdentityServer/Hosting/EndpointRouter.cs | 0 .../AuthenticationRequestHandlerWrapper.cs | 0 .../AuthenticationRequestSignInHandlerWrapper.cs | 0 .../AuthenticationRequestSignOutHandlerWrapper.cs | 0 ...deratedSignoutAuthenticationHandlerProvider.cs | 0 .../IdentityServer/Hosting/IEndpointHandler.cs | 0 .../IdentityServer/Hosting/IEndpointResult.cs | 0 .../IdentityServer/Hosting/IEndpointRouter.cs | 0 .../IdentityServer/Hosting/IHttpResponseWriter.cs | 0 .../IdentityServerAuthenticationService.cs | 0 .../Hosting/IdentityServerMiddleware.cs | 0 .../LocalApiAuthenticationEvents.cs | 0 .../LocalApiAuthenticationExtensions.cs | 0 .../LocalApiAuthenticationHandler.cs | 0 .../LocalApiAuthenticationOptions.cs | 0 .../LocalApiAuthentication/LocalApiTokenMode.cs | 0 .../Hosting/MutualTlsEndpointMiddleware.cs | 0 .../Hosting/ServerSideSessionCleanupHost.cs | 0 .../IdentityServer/IdentityServerConstants.cs | 0 .../src}/IdentityServer/IdentityServerTools.cs | 0 .../src}/IdentityServer/IdentityServerUser.cs | 0 .../Infrastructure/Clock/DefaultClock.cs | 0 .../IdentityServer/Infrastructure/Clock/IClock.cs | 0 .../Infrastructure/Clock/LegacyClock.cs | 0 .../ConcurrencyLock/DefaultConcurrencyLock.cs | 0 .../ConcurrencyLock/IConcurrencyLock.cs | 0 .../ConcurrencyLock/NopConcurrencyLock.cs | 0 .../DistributedCacheStateDataFormatter.cs | 0 .../Infrastructure/MessageCookie.cs | 0 .../Infrastructure/ObjectSerializer.cs | 0 .../Licensing/IdentityServerLicense.cs | 0 .../Licensing/IdentityServerLicenseValidator.cs | 0 .../src}/IdentityServer/Licensing/License.cs | 0 .../Licensing/LicenseUsageSummary.cs | 0 .../IdentityServer/Licensing/LicenseValidator.cs | 0 .../src}/IdentityServer/Licensing/V2/License.cs | 0 .../Licensing/V2/LicenseAccessor.cs | 0 .../IdentityServer/Licensing/V2/LicenseEdition.cs | 0 .../IdentityServer/Licensing/V2/LicenseFeature.cs | 0 .../Licensing/V2/LicenseUsageTracker.cs | 0 .../Licensing/V2/LicenseUsageTrackerExtensions.cs | 0 .../Licensing/V2/ProtocolRequestCounter.cs | 0 .../IdentityServer/Logging/ILoggerExtensions.cs | 0 .../src}/IdentityServer/Logging/LogSerializer.cs | 0 .../Models/AuthorizeRequestValidationLog.cs | 0 .../Logging/Models/AuthorizeResponseLog.cs | 0 ...ckchannelAuthenticationRequestValidationLog.cs | 0 .../DeviceAuthorizationRequestValidationLog.cs | 0 .../Models/EndSessionRequestValidationLog.cs | 0 .../Logging/Models/TokenRequestValidationLog.cs | 0 .../Logging/Models/TokenValidationLog.cs | 0 .../Models/BackchannelUserLoginRequest.cs | 0 .../Models/Contexts/IsActiveContext.cs | 0 .../Models/Contexts/LogoutNotificationContext.cs | 0 .../Models/Contexts/LogoutNotificationReason.cs | 0 .../Models/Contexts/ProfileDataRequestContext.cs | 0 .../Models/DeviceFlowAuthorizationRequest.cs | 0 .../Models/DeviceFlowInteractionResult.cs | 0 .../IdentityServer/Models/DiscoveryDocument.cs | 0 .../src}/IdentityServer/Models/Grant.cs | 0 .../src}/IdentityServer/Models/GrantTypes.cs | 0 .../IdentityServer/Models/IdentityResources.cs | 0 .../src}/IdentityServer/Models/JsonWebKey.cs | 0 .../Models/Messages/AuthorizationRequest.cs | 0 .../Models/Messages/ConsentRequest.cs | 0 .../Models/Messages/ConsentResponse.cs | 0 .../Models/Messages/ErrorMessage.cs | 0 .../Models/Messages/LogoutRequest.cs | 0 .../IdentityServer/Models/Messages/Message.cs | 0 .../src}/IdentityServer/Models/ParsedSecret.cs | 0 .../Models/RefreshTokenCreationRequest.cs | 0 .../Models/RefreshTokenUpdateRequest.cs | 0 .../src}/IdentityServer/Models/SecurityKeyInfo.cs | 0 .../IdentityServer/Models/TokenCreationRequest.cs | 0 .../IdentityServer/Models/TokenRequestErrors.cs | 0 .../src}/IdentityServer/Models/UserSession.cs | 0 .../IdentityServer/Properties/AssemblyInfo.cs | 0 .../src}/IdentityServer/README.md | 0 .../AuthorizeInteractionResponseGenerator.cs | 0 .../Default/AuthorizeResponseGenerator.cs | 0 .../BackchannelAuthenticationResponseGenerator.cs | 0 .../DeviceAuthorizationResponseGenerator.cs | 0 .../Default/DiscoveryResponseGenerator.cs | 0 .../Default/IntrospectionResponseGenerator.cs | 0 .../PushedAuthorizationResponseGenerator.cs | 0 .../Default/TokenResponseGenerator.cs | 0 .../Default/TokenRevocationResponseGenerator.cs | 0 .../Default/UserInfoResponseGenerator.cs | 0 .../IAuthorizeInteractionResponseGenerator.cs | 0 .../IAuthorizeResponseGenerator.cs | 0 ...IBackchannelAuthenticationResponseGenerator.cs | 0 .../IDeviceAuthorizationResponseGenerator.cs | 0 .../IDiscoveryResponseGenerator.cs | 0 .../IIntrospectionResponseGenerator.cs | 0 .../IPushedAuthorizationResponseGenerator.cs | 0 .../ResponseHandling/ITokenResponseGenerator.cs | 0 .../ITokenRevocationResponseGenerator.cs | 0 .../IUserInfoResponseGenerator.cs | 0 .../ResponseHandling/Models/AuthorizeResponse.cs | 0 .../Models/BackchannelAuthenticationResponse.cs | 0 .../Models/DeviceAuthorizationResponse.cs | 0 .../Models/InteractionResponse.cs | 0 .../Models/PushedAuthorizationResponse.cs | 0 .../ResponseHandling/Models/TokenErrorResponse.cs | 0 .../ResponseHandling/Models/TokenResponse.cs | 0 .../Models/TokenRevocationResponse.cs | 0 .../Default/BackChannelLogoutHttpClient.cs | 0 .../Default/DefaultBackChannelLogoutService.cs | 0 ...BackchannelAuthenticationInteractionService.cs | 0 .../Services/Default/DefaultCache.cs | 0 .../Default/DefaultCancellationTokenProvider.cs | 0 .../Services/Default/DefaultClaimsService.cs | 0 .../Services/Default/DefaultConsentService.cs | 0 .../Services/Default/DefaultCorsPolicyService.cs | 0 .../Default/DefaultDeviceFlowCodeService.cs | 0 .../DefaultDeviceFlowInteractionService.cs | 0 .../Services/Default/DefaultEventService.cs | 0 .../Services/Default/DefaultEventSink.cs | 0 .../Default/DefaultHandleGenerationService.cs | 0 .../DefaultIdentityServerInteractionService.cs | 0 .../Services/Default/DefaultIssuerNameService.cs | 0 .../Default/DefaultJwtRequestUriHttpClient.cs | 0 .../Services/Default/DefaultKeyMaterialService.cs | 0 .../Default/DefaultPersistedGrantService.cs | 0 .../Services/Default/DefaultProfileService.cs | 0 .../Default/DefaultRefreshTokenService.cs | 0 .../Services/Default/DefaultReplayCache.cs | 0 .../Services/Default/DefaultServerUrls.cs | 0 .../Default/DefaultSessionCoordinationService.cs | 0 .../Default/DefaultSessionManagementService.cs | 0 .../Default/DefaultTokenCreationService.cs | 0 .../Services/Default/DefaultTokenService.cs | 0 .../Services/Default/DefaultUserCodeService.cs | 0 .../Services/Default/DefaultUserSession.cs | 0 ...dBackchannelAuthenticationThrottlingService.cs | 0 .../DistributedDeviceFlowThrottlingService.cs | 0 .../KeyManagement/AutomaticKeyManagerKeyStore.cs | 0 .../KeyManagement/ClientConfigurationValidator.cs | 0 .../KeyManagement/DataProtectionKeyProtector.cs | 0 .../Default/KeyManagement/EcKeyContainer.cs | 0 .../Default/KeyManagement/FileSystemKeyStore.cs | 0 .../Services/Default/KeyManagement/IKeyManager.cs | 0 .../Default/KeyManagement/IKeyProtector.cs | 0 .../Default/KeyManagement/IKeyStoreCache.cs | 0 .../KeyManagement/InMemoryKeyStoreCache.cs | 0 .../Default/KeyManagement/KeyContainer.cs | 0 .../Services/Default/KeyManagement/KeyManager.cs | 0 .../Default/KeyManagement/KeySerializer.cs | 0 .../Default/KeyManagement/NopKeyStoreCache.cs | 0 .../Default/KeyManagement/RsaKeyContainer.cs | 0 .../Default/KeyManagement/X509KeyContainer.cs | 0 .../Services/Default/LogoutNotificationService.cs | 0 ...hannelAuthenticationUserNotificationService.cs | 0 .../Services/Default/NumericUserCodeGenerator.cs | 0 .../Services/Default/OidcReturnUrlParser.cs | 0 .../Default/PushedAuthorizationSerializer.cs | 0 .../Default/PushedAuthorizationService.cs | 0 .../Services/Default/ReturnUrlParser.cs | 0 .../ServerSideSessionRefreshTokenService.cs | 0 .../DeserializedPushedAuthorizationRequest.cs | 0 .../Services/IBackChannelLogoutHttpClient.cs | 0 .../Services/IBackChannelLogoutService.cs | 0 ...BackchannelAuthenticationInteractionService.cs | 0 ...IBackchannelAuthenticationThrottlingService.cs | 0 ...hannelAuthenticationUserNotificationService.cs | 0 .../src}/IdentityServer/Services/ICache.cs | 0 .../IdentityServer/Services/IClaimsService.cs | 0 .../IdentityServer/Services/IConsentService.cs | 0 .../Services/IDeviceFlowCodeService.cs | 0 .../Services/IDeviceFlowInteractionService.cs | 0 .../Services/IDeviceFlowThrottlingService.cs | 0 .../src}/IdentityServer/Services/IEventService.cs | 0 .../src}/IdentityServer/Services/IEventSink.cs | 0 .../Services/IHandleGenerationService.cs | 0 .../Services/IIdentityServerInteractionService.cs | 0 .../IdentityServer/Services/IIssuerNameService.cs | 0 .../Services/IJwtRequestUriHttpClient.cs | 0 .../Services/IKeyMaterialService.cs | 0 .../Services/ILogoutNotificationService.cs | 0 .../Services/IPersistedGrantService.cs | 0 .../IdentityServer/Services/IProfileService.cs | 0 .../Services/IPushedAuthorizationSerializer.cs | 0 .../Services/IPushedAuthorizationService.cs | 0 .../Services/IRefreshTokenService.cs | 0 .../src}/IdentityServer/Services/IReplayCache.cs | 0 .../IdentityServer/Services/IReturnUrlParser.cs | 0 .../src}/IdentityServer/Services/IServerUrls.cs | 0 .../Services/ISessionCoordinationService.cs | 0 .../Services/ISessionManagementService.cs | 0 .../Services/ITokenCreationService.cs | 0 .../src}/IdentityServer/Services/ITokenService.cs | 0 .../IdentityServer/Services/IUserCodeGenerator.cs | 0 .../IdentityServer/Services/IUserCodeService.cs | 0 .../src}/IdentityServer/Services/IUserSession.cs | 0 .../InMemory/InMemoryCorsPolicyService.cs | 0 .../Stores/Caching/CachingClientStore.cs | 0 .../Stores/Caching/CachingCorsPolicyService.cs | 0 .../Stores/Caching/CachingResourceStore.cs | 0 .../Stores/Default/ConsentMessageStore.cs | 0 .../Default/DefaultAuthorizationCodeStore.cs | 0 ...efaultBackChannelAuthenticationRequestStore.cs | 0 .../Stores/Default/DefaultGrantStore.cs | 0 .../Stores/Default/DefaultReferenceTokenStore.cs | 0 .../Stores/Default/DefaultRefreshTokenStore.cs | 0 .../Stores/Default/DefaultUserConsentStore.cs | 0 ...tedCacheAuthorizationParametersMessageStore.cs | 0 .../Stores/Default/ProtectedDataMessageStore.cs | 0 ...ryStringAuthorizationParametersMessageStore.cs | 0 .../Stores/Default/ServerSideTicketStore.cs | 0 .../Stores/Empty/EmptyClientStore.cs | 0 .../Stores/Empty/EmptyResourceStore.cs | 0 .../IAuthorizationParametersMessageStore.cs | 0 .../IdentityServer/Stores/IConsentMessageStore.cs | 0 .../src}/IdentityServer/Stores/IMessageStore.cs | 0 .../Stores/IServerSideTicketStore.cs | 0 .../Stores/ISigningCredentialStore.cs | 0 .../IdentityServer/Stores/IValidationKeysStore.cs | 0 .../Stores/InMemory/InMemoryClientStore.cs | 0 .../Stores/InMemory/InMemoryDeviceFlowStore.cs | 0 .../InMemory/InMemoryPersistedGrantStore.cs | 0 .../InMemoryPushedAuthorizationRequestStore.cs | 0 .../Stores/InMemory/InMemoryResourcesStore.cs | 0 .../InMemory/InMemoryServerSideSessionStore.cs | 0 .../InMemory/InMemorySigningCredentialsStore.cs | 0 .../InMemory/InMemoryValidationKeysStore.cs | 0 .../Stores/ValidatingClientStore.cs | 0 .../Test/IdentityServerBuilderExtensions.cs | 0 .../Test/TestBackchannelLoginUserValidator.cs | 0 .../src}/IdentityServer/Test/TestUser.cs | 0 .../IdentityServer/Test/TestUserProfileService.cs | 0 .../TestUserResourceOwnerPasswordValidator.cs | 0 .../src}/IdentityServer/Test/TestUserStore.cs | 0 .../ClientConfigurationValidationContext.cs | 0 .../CustomAuthorizeRequestValidationContext.cs | 0 ...annelAuthenticationRequestValidationContext.cs | 0 .../CustomTokenRequestValidationContext.cs | 0 .../Contexts/DPoPProofValidatonContext.cs | 0 .../Contexts/ExtensionGrantValidationContext.cs | 0 ...ntityProviderConfigurationValidationContext.cs | 0 .../IntrospectionRequestValidationContext.cs | 0 .../Contexts/JwtRequestValidationContext.cs | 0 ...PushedAuthorizationRequestValidationContext.cs | 0 .../ResourceOwnerPasswordValidationContext.cs | 0 .../Contexts/ResourceValidationContext.cs | 0 .../Contexts/TokenRequestValidationContext.cs | 0 .../Validation/Default/ApiSecretValidator.cs | 0 .../Default/AuthorizeRequestValidator.cs | 0 ...BackchannelAuthenticationRequestIdValidator.cs | 0 .../BackchannelAuthenticationRequestValidator.cs | 0 .../Default/BasicAuthenticationSecretParser.cs | 0 .../Default/BearerTokenUsageValidator.cs | 0 .../Validation/Default/ClientSecretValidator.cs | 0 .../DefaultClientConfigurationValidator.cs | 0 .../DefaultCustomAuthorizeRequestValidator.cs | 0 ...ultCustomBackchannelAuthenticationValidator.cs | 0 .../Default/DefaultCustomTokenRequestValidator.cs | 0 .../Default/DefaultCustomTokenValidator.cs | 0 .../Default/DefaultDPoPProofValidator.cs | 0 ...faultIdentityProviderConfigurationValidator.cs | 0 .../Default/DefaultResourceValidator.cs | 0 .../Validation/Default/DefaultScopeParser.cs | 0 .../DeviceAuthorizationRequestValidator.cs | 0 .../Validation/Default/DeviceCodeValidator.cs | 0 .../Default/EndSessionRequestValidator.cs | 0 .../Validation/Default/ExtensionGrantValidator.cs | 0 .../Default/HashedSharedSecretValidator.cs | 0 .../Default/IntrospectionRequestValidator.cs | 0 .../JwtBearerClientAssertionSecretParser.cs | 0 .../Validation/Default/JwtRequestValidator.cs | 0 .../Validation/Default/MutualTlsSecretParser.cs | 0 .../NopBackchannelAuthenticationUserValidator.cs | 0 .../Default/NopClientConfigurationValidator.cs | 0 ...NotSupportedResouceOwnerCredentialValidator.cs | 0 .../Default/PlainTextSharedSecretValidator.cs | 0 .../Validation/Default/PostBodySecretParser.cs | 0 .../Default/PrivateKeyJwtSecretValidator.cs | 0 .../PushedAuthorizationRequestValidator.cs | 0 .../Validation/Default/RequestObjectValidator.cs | 0 .../Default/ResponseTypeEqualityComparer.cs | 0 .../Validation/Default/SecretParser.cs | 0 .../Validation/Default/SecretValidator.cs | 0 .../Default/StrictRedirectUriValidator.cs | 0 .../Default/StrictRedirectUriValidatorAppAuth.cs | 0 .../Validation/Default/TokenRequestValidator.cs | 0 .../Default/TokenRevocationRequestValidator.cs | 0 .../Validation/Default/TokenValidator.cs | 0 .../Default/UserInfoRequestValidator.cs | 0 .../Validation/Default/X509NameSecretValidator.cs | 0 .../Default/X509ThumbprintSecretValidator.cs | 0 .../Validation/IApiSecretValidator.cs | 0 .../Validation/IAuthorizeRequestValidator.cs | 0 ...BackchannelAuthenticationRequestIdValidator.cs | 0 .../IBackchannelAuthenticationRequestValidator.cs | 0 .../IBackchannelAuthenticationUserValidator.cs | 0 .../Validation/IClientConfigurationValidator.cs | 0 .../Validation/IClientSecretValidator.cs | 0 .../ICustomAuthorizeRequestValidator.cs | 0 .../ICustomBackchannelAuthenticationValidator.cs | 0 .../Validation/ICustomTokenRequestValidator.cs | 0 .../Validation/ICustomTokenValidator.cs | 0 .../Validation/IDPoPProofValidator.cs | 0 .../IDeviceAuthorizationRequestValidator.cs | 0 .../Validation/IDeviceCodeValidator.cs | 0 .../Validation/IEndSessionRequestValidator.cs | 0 .../Validation/IExtensionGrantValidator.cs | 0 .../IIdentityProviderConfigurationValidator.cs | 0 .../Validation/IIntrospectionRequestValidator.cs | 0 .../Validation/IJwtRequestValidator.cs | 0 .../IPushedAuthorizationRequestValidator.cs | 0 .../Validation/IRedirectUriValidator.cs | 0 .../Validation/IRequestObjectValidator.cs | 0 .../Validation/IResourceOwnerPasswordValidator.cs | 0 .../Validation/IResourceValidator.cs | 0 .../IdentityServer/Validation/IScopeParser.cs | 0 .../IdentityServer/Validation/ISecretParser.cs | 0 .../IdentityServer/Validation/ISecretValidator.cs | 0 .../Validation/ISecretsListParser.cs | 0 .../Validation/ISecretsListValidator.cs | 0 .../Validation/ITokenRequestValidator.cs | 0 .../ITokenRevocationRequestValidator.cs | 0 .../IdentityServer/Validation/ITokenValidator.cs | 0 .../Validation/IUserInfoRequestValidator.cs | 0 .../Models/AuthorizeRequestValidationResult.cs | 0 ...nelAuthenticationRequestIdValidationContext.cs | 0 ...hannelAuthenticationRequestValidationResult.cs | 0 ...ckchannelAuthenticationUserValidationResult.cs | 0 ...ckchannelAuthenticationUserValidatorContext.cs | 0 .../Validation/Models/BearerTokenUsageType.cs | 0 .../Models/BearerTokenUsageValidationResult.cs | 0 .../Models/ClientSecretValidationResult.cs | 0 .../Validation/Models/DPoPProofValidatonResult.cs | 0 .../DeviceAuthorizationRequestValidationResult.cs | 0 .../Models/DeviceCodeValidationContext.cs | 0 .../Models/EndSessionCallbackValidationResult.cs | 0 .../Models/EndSessionValidationResult.cs | 0 .../Validation/Models/GrantValidationResult.cs | 0 .../IntrospectionRequestValidationResult.cs | 0 .../Models/JwtRequestValidationResult.cs | 0 .../Models/ParsedScopeValidationError.cs | 0 .../Validation/Models/ParsedScopeValue.cs | 0 .../Validation/Models/ParsedScopesResult.cs | 0 .../IdentityServer/Validation/Models/ProofType.cs | 0 .../Models/PushedAuthorizationValidationResult.cs | 0 .../Models/ResourceValidationRequest.cs | 0 .../Validation/Models/ResourceValidationResult.cs | 0 .../Models/ScopeSecretValidationResult.cs | 0 .../Validation/Models/SecretValidationResult.cs | 0 .../Models/TokenRequestValidationResult.cs | 0 .../TokenRevocationRequestValidationResult.cs | 0 .../Validation/Models/TokenValidationResult.cs | 0 .../Models/UserInfoRequestValidationResult.cs | 0 .../Models/ValidatedAuthorizeRequest.cs | 0 .../ValidatedBackchannelAuthenticationRequest.cs | 0 .../Models/ValidatedDeviceAuthorizationRequest.cs | 0 .../Models/ValidatedEndSessionRequest.cs | 0 .../Models/ValidatedPushedAuthorizationRequest.cs | 0 .../Validation/Models/ValidatedRequest.cs | 0 .../Validation/Models/ValidatedTokenRequest.cs | 0 .../Validation/Models/ValidationResult.cs | 0 {src => identity-server/src}/Storage/Constants.cs | 0 .../Storage/Duende.IdentityServer.Storage.csproj | 0 .../Extensions/ClaimsPrincipalLiteExtensions.cs | 0 .../Storage/Extensions/IEnumerableExtensions.cs | 0 .../Extensions/PersistedGrantFilterExtensions.cs | 0 .../src}/Storage/Extensions/StringsExtensions.cs | 0 .../src}/Storage/IdentityServerConstants.cs | 0 .../src}/Storage/IdentityServerUser.cs | 0 .../src}/Storage/Models/ApiResource.cs | 0 .../src}/Storage/Models/ApiScope.cs | 0 .../src}/Storage/Models/AuthorizationCode.cs | 0 .../Models/BackChannelAuthenticationRequest.cs | 0 .../src}/Storage/Models/Client.cs | 0 .../src}/Storage/Models/ClientClaim.cs | 0 .../src}/Storage/Models/Consent.cs | 0 .../src}/Storage/Models/DeviceCode.cs | 0 .../src}/Storage/Models/Enums.cs | 0 .../src}/Storage/Models/GrantType.cs | 0 .../src}/Storage/Models/IdentityProvider.cs | 0 .../src}/Storage/Models/IdentityResource.cs | 0 .../src}/Storage/Models/OidcProvider.cs | 0 .../src}/Storage/Models/PersistedGrant.cs | 0 .../src}/Storage/Models/ProofType.cs | 0 .../Storage/Models/PushedAuthorizationRequest.cs | 0 .../src}/Storage/Models/QueryResult.cs | 0 .../src}/Storage/Models/RefreshToken.cs | 0 .../src}/Storage/Models/Resource.cs | 0 .../src}/Storage/Models/Resources.cs | 0 .../src}/Storage/Models/Secret.cs | 0 .../src}/Storage/Models/SerializedKey.cs | 0 .../src}/Storage/Models/ServerSideSession.cs | 0 .../src}/Storage/Models/Token.cs | 0 {src => identity-server/src}/Storage/README.md | 0 .../Services/ICancellationTokenProvider.cs | 0 .../src}/Storage/Services/ICorsPolicyService.cs | 0 .../Services/NoneCancellationTokenProvider.cs | 0 .../Storage/Stores/IAuthorizationCodeStore.cs | 0 .../IBackChannelAuthenticationRequestStore.cs | 0 .../src}/Storage/Stores/IClientStore.cs | 0 .../src}/Storage/Stores/IDeviceFlowStore.cs | 0 .../src}/Storage/Stores/IIdentityProviderStore.cs | 0 .../src}/Storage/Stores/IPersistedGrantStore.cs | 0 .../Stores/IPushedAuthorizationRequestStore.cs | 0 .../src}/Storage/Stores/IReferenceTokenStore.cs | 0 .../src}/Storage/Stores/IRefreshTokenStore.cs | 0 .../src}/Storage/Stores/IResourceStore.cs | 0 .../Storage/Stores/IServerSideSessionStore.cs | 0 .../Storage/Stores/IServerSideSessionsMarker.cs | 0 .../src}/Storage/Stores/ISigningKeyStore.cs | 0 .../src}/Storage/Stores/IUserConsentStore.cs | 0 .../src}/Storage/Stores/PersistedGrantFilter.cs | 0 .../Stores/Serialization/ClaimConverter.cs | 0 .../Storage/Stores/Serialization/ClaimLite.cs | 0 .../Serialization/ClaimsPrincipalConverter.cs | 0 .../Stores/Serialization/ClaimsPrincipalLite.cs | 0 .../Serialization/IPersistentGrantSerializer.cs | 0 .../Serialization/PersistentGrantOptions.cs | 0 .../Serialization/PersistentGrantSerializer.cs | 0 .../src}/Storage/Stores/SessionFilter.cs | 0 .../src}/Storage/Stores/SessionQuery.cs | 0 .../src}/Telemetry/Telemetry.cs | 0 {src => identity-server/src}/Telemetry/Tracing.cs | 0 .../Configuration.IntegrationTests/.editorconfig | 0 .../Configuration.IntegrationTests.csproj | 0 .../DynamicClientRegistrationTests.cs | 0 .../DynamicClientRegistrationValidationTests.cs | 0 .../TestFramework/GenericHost.cs | 0 .../MockCancellationTokenProvider.cs | 0 .../TestFramework/MockClock.cs | 0 .../TestFramework/TestLoggerProvider.cs | 0 .../TestHosts/ConfigurationHost.cs | 0 .../TestHosts/ConfigurationIntegrationTestBase.cs | 0 .../TestHosts/IdentityServerHost.cs | 0 .../DI/DITests.cs | 0 .../DatabaseProviderBuilder.cs | 0 .../DatabaseProviderFixture.cs | 0 .../EntityFramework.IntegrationTests.csproj | 0 .../FakeLogger.cs | 0 .../IntegrationTest.cs | 0 .../Services/CorsPolicyServiceTests.cs | 0 .../DatabaseProviderBuilder.cs | 0 .../DatabaseProviderFixture.cs | 0 .../DbContexts/ClientDbContextTests.cs | 0 ...ntityFramework.Storage.IntegrationTests.csproj | 0 .../FakeLogger.cs | 0 .../IntegrationTest.cs | 0 .../MockOperationalStoreNotification.cs | 0 .../Stores/ClientStoreTests.cs | 0 .../Stores/DeviceFlowStoreTests.cs | 0 .../Stores/IdentityProviderStoreTests.cs | 0 .../Stores/PersistedGrantStoreTests.cs | 0 .../Stores/ResourceStoreTests.cs | 0 .../TokenCleanup/TokenCleanupTests.cs | 0 .../EntityFramework.Storage.UnitTests.csproj | 0 .../IsLocalUrlTests.cs | 0 .../Mappers/ApiResourceMappersTests.cs | 0 .../Mappers/ClientMappersTests.cs | 0 .../Mappers/IdentityProviderMappersTests.cs | 0 .../Mappers/IdentityResourcesMappersTests.cs | 0 .../Mappers/MapperTestHelpers.cs | 0 .../Mappers/PersistedGrantMappersTests.cs | 0 .../PushedAuthorizationRequestMappersTests.cs | 0 .../Mappers/ScopeMappersTests.cs | 0 .../Clients/ClientAssertionClient.cs | 0 .../ClientCredentialsAndResourceOwnerClient.cs | 0 .../Clients/ClientCredentialsClient.cs | 0 .../Clients/CustomTokenRequestValidatorClient.cs | 0 .../Clients/CustomTokenResponseClients.cs | 0 .../Clients/DiscoveryClient.cs | 0 .../Clients/ExtensionGrantClient.cs | 0 .../Clients/RefreshTokenClient.cs | 0 .../Clients/ResourceOwnerClient.cs | 0 .../Clients/RevocationClient.cs | 0 .../Clients/Setup/Clients.cs | 0 .../Clients/Setup/ConfirmationSecretValidator.cs | 0 .../Clients/Setup/CustomProfileService.cs | 0 .../Clients/Setup/CustomResponseDto.cs | 0 .../CustomResponseExtensionGrantValidator.cs | 0 .../Setup/CustomResponseResourceOwnerValidator.cs | 0 .../DynamicParameterExtensionGrantValidator.cs | 0 .../Clients/Setup/ExtensionGrantValidator.cs | 0 .../Clients/Setup/ExtensionGrantValidator2.cs | 0 .../Setup/NoSubjectExtensionGrantValidator.cs | 0 .../Clients/Setup/Scopes.cs | 0 .../Clients/Setup/Startup.cs | 0 .../Setup/StartupWithCustomTokenResponses.cs | 0 .../Setup/TestCustomTokenRequestValidator.cs | 0 .../Clients/Setup/Users.cs | 0 .../Clients/UserInfoClient.cs | 0 .../Common/BrowserClient.cs | 0 .../Common/BrowserHandler.cs | 0 .../Common/IdentityServerPipeline.cs | 0 .../Common/JsonElementExtensions.cs | 0 .../Common/MessageHandlerWrapper.cs | 0 .../Common/MockCibaUserNotificationService.cs | 0 .../Common/MockCibaUserValidator.cs | 0 .../Common/MockClock.cs | 0 ...ockCustomBackchannelAuthenticationValidator.cs | 0 .../Common/MockLogger.cs | 0 .../Common/MockResourceValidator.cs | 0 .../Common/NetworkHandler.cs | 0 .../Common/StubDataProtectionProvider.cs | 0 .../Common/TestCert.cs | 0 .../Basic/ClientAuthenticationTests.cs | 0 .../Conformance/Basic/CodeFlowTests.cs | 0 .../Conformance/Basic/RedirectUriTests.cs | 0 .../Basic/ResponseTypeResponseModeTests.cs | 0 .../Conformance/Pkce/PkceTests.cs | 0 .../Endpoints/Authorize/AuthorizeTests.cs | 0 .../Endpoints/Authorize/ConsentTests.cs | 0 .../Authorize/JwtRequestAuthorizeTests.cs | 0 .../Authorize/PushedAuthorizationTests.cs | 0 .../Endpoints/Authorize/ResourceTests.cs | 0 .../RestrictAccessTokenViaBrowserTests.cs | 0 .../Endpoints/Authorize/SessionIdTests.cs | 0 .../Endpoints/CheckSession/CheckSessionTests.cs | 0 .../Endpoints/Ciba/CibaTests.cs | 0 .../DeviceAuthorizationTests.cs | 0 .../Endpoints/Discovery/DiscoveryEndpointTests.cs | 0 .../Endpoints/EndSession/EndSessionTests.cs | 0 .../Endpoints/Introspection/IntrospectionTests.cs | 0 .../Endpoints/Introspection/Setup/Clients.cs | 0 .../Endpoints/Introspection/Setup/Scopes.cs | 0 .../Endpoints/Introspection/Setup/Startup.cs | 0 .../Endpoints/Introspection/Setup/Users.cs | 0 .../Endpoints/Revocation/RevocationTests.cs | 0 .../Endpoints/Token/CibaTokenEndpointTests.cs | 0 .../Endpoints/Token/DPoPTokenEndpointTests.cs | 0 .../Endpoints/Token/RefreshTokenTests.cs | 0 .../Endpoints/Token/ResourceTests.cs | 0 .../Endpoints/Token/TokenEndpointTests.cs | 0 .../Extensibility/CustomClaimsServiceTests.cs | 0 .../Extensibility/CustomProfileServiceTests.cs | 0 .../CustomTokenCreationServiceTests.cs | 0 .../Hosting/CorsTests.cs | 0 .../Hosting/DynamicProvidersTests.cs | 0 .../Hosting/FederatedSignoutTests.cs | 0 .../Hosting/IdentityServerMiddlewareTests..cs | 0 .../Hosting/LicenseTests.cs | 0 .../LocalApiAuthenticationTests.cs | 0 .../Hosting/ServerSideSessionTests.cs | 0 .../Hosting/SubpathHosting.cs | 0 .../IdentityServer.IntegrationTests.csproj | 0 .../TestFramework/GenericHost.cs | 0 .../MockExternalAuthenticationHandler.cs | 0 .../TestFramework/TestBrowserClient.cs | 0 .../TestFramework/TestLoggerProvider.cs | 0 .../identityserver_testing.cer | 0 .../identityserver_testing.pfx | Bin .../xunit.runner.json | 0 .../IdentityServer.UnitTests/Caches/MockCache.cs | 0 .../Caches/ResourceStoreCacheTests.cs | 0 .../Common/IAuthenticationSchemeHandler.cs | 0 .../Common/MockAuthenticationHandler.cs | 0 .../Common/MockAuthenticationHandlerProvider.cs | 0 .../Common/MockAuthenticationSchemeProvider.cs | 0 .../Common/MockAuthenticationService.cs | 0 .../MockBackChannelAuthenticationRequestStore.cs | 0 .../IdentityServer.UnitTests/Common/MockCache.cs | 0 .../Common/MockClaimsService.cs | 0 .../Common/MockClientSessionService.cs | 0 .../Common/MockConsentMessageStore.cs | 0 .../Common/MockConsentService.cs | 0 .../Common/MockDistributedCache.cs | 0 .../Common/MockEventSink.cs | 0 .../Common/MockHttpContextAccessor.cs | 0 .../Common/MockJwtRequestUriHttpClient.cs | 0 .../Common/MockKeyMaterialService.cs | 0 .../Common/MockLogoutNotificationService.cs | 0 .../Common/MockMessageStore.cs | 0 .../Common/MockPersistedGrantService.cs | 0 .../Common/MockProfileService.cs | 0 .../Common/MockReferenceTokenStore.cs | 0 .../Common/MockReplayCache.cs | 0 .../Common/MockResourceValidator.cs | 0 .../Common/MockReturnUrlParser.cs | 0 .../Common/MockServerUrls.cs | 0 .../Common/MockSessionIdService.cs | 0 .../Common/MockSystemClock.cs | 0 .../Common/MockTokenCreationService.cs | 0 .../Common/MockUserSession.cs | 0 .../Common/NetworkHandler.cs | 0 .../Common/NullHttpContextAccessor.cs | 0 .../Common/StubAuthorizeResponseGenerator.cs | 0 .../IdentityServer.UnitTests/Common/StubClock.cs | 0 .../Common/StubDataProtectionProvider.cs | 0 .../Common/StubHandleGenerationService.cs | 0 .../Common/StubSessionCoordinationService.cs | 0 .../IdentityServer.UnitTests/Common/TestCert.cs | 0 .../Common/TestEventService.cs | 0 .../Common/TestExtensions.cs | 0 .../Common/TestIdentityServerOptions.cs | 0 .../IdentityServer.UnitTests/Common/TestLogger.cs | 0 .../Common/TestReplayCache.cs | 0 .../Common/TestUserConsentStore.cs | 0 .../Cors/MockCorsPolicyProvider.cs | 0 .../Cors/MockCorsPolicyService.cs | 0 .../Cors/PolicyProviderTests.cs | 0 .../Authorize/AuthorizeCallbackEndpointTests.cs | 0 .../Authorize/AuthorizeEndpointBaseTests.cs | 0 .../Endpoints/Authorize/AuthorizeEndpointTests.cs | 0 .../StubAuthorizeInteractionResponseGenerator.cs | 0 .../Authorize/StubAuthorizeRequestValidator.cs | 0 .../EndSession/EndSessionCallbackEndpointTests.cs | 0 .../EndSession/EndSessionCallbackResultTests.cs | 0 .../EndSession/StubBackChannelLogoutClient.cs | 0 .../EndSession/StubEndSessionRequestValidator.cs | 0 .../Endpoints/Results/AuthorizeResultTests.cs | 0 .../Endpoints/Results/CheckSessionResultTests.cs | 0 .../Results/EndSessionCallbackResultTests.cs | 0 .../Endpoints/Results/EndSessionResultTests.cs | 0 .../IdentityServer.UnitTests/Events/EventTests.cs | 0 .../ApiResourceSigningAlgorithmSelectionTests.cs | 0 .../Extensions/EndpointOptionsExtensionsTests.cs | 0 .../Extensions/HttpRequestExtensionsTests.cs | 0 .../Extensions/IResourceStoreExtensionsTests.cs | 0 ...ntityServerBuilderExtensionsCacheStoreTests.cs | 0 .../IdentityServerBuilderExtensionsCryptoTests.cs | 0 .../Extensions/StringExtensionsTests.cs | 0 .../Extensions/TokenExtensionsTests.cs | 0 .../ValidatedAuthorizeRequestExtensionsTests.cs | 0 .../Hosting/EndpointRouterTests.cs | 0 .../IdentityServer.UnitTests.csproj | 0 .../Infrastructure/ObjectSerializerTests.cs | 0 .../IdentityServerLicenseValidatorTests.cs | 0 .../Licensing/v2/LicenseAccessorTests.cs | 0 .../Licensing/v2/LicenseFactory.cs | 0 .../Licensing/v2/LicenseUsageTests.cs | 0 .../Licensing/v2/ProtocolRequestCounterTests.cs | 0 .../Licensing/v2/StubLoggerFactory.cs | 0 .../AuthorizeInteractionResponseGeneratorTests.cs | 0 ...zeInteractionResponseGeneratorTests_Consent.cs | 0 ...izeInteractionResponseGeneratorTests_Custom.cs | 0 ...rizeInteractionResponseGeneratorTests_Login.cs | 0 .../DeviceAuthorizationResponseGeneratorTests.cs | 0 .../UserInfoResponseGeneratorTests.cs | 0 .../DefaultBackChannelLogoutServiceTests.cs | 0 ...hannelAuthenticationInteractionServiceTests.cs | 0 .../Services/Default/DefaultClaimsServiceTests.cs | 0 .../Default/DefaultConsentServiceTests.cs | 0 .../Default/DefaultCorsPolicyServiceTests.cs | 0 .../Services/Default/DefaultEventServiceTests.cs | 0 ...efaultIdentityServerInteractionServiceTests.cs | 0 .../Default/DefaultPersistedGrantServiceTests.cs | 0 .../Default/DefaultRefreshTokenServiceTests.cs | 0 .../Services/Default/DefaultTokenServiceTests.cs | 0 .../Services/Default/DefaultUserSessionTests.cs | 0 ...DistributedDeviceFlowThrottlingServiceTests.cs | 0 .../KeyManagement/InMemoryKeyStoreCacheTests.cs | 0 .../KeyManagement/KeyManagerOptionsTests.cs | 0 .../Default/KeyManagement/KeyManagerTests.cs | 0 .../Services/Default/KeyManagement/MockClock.cs | 0 .../KeyManagement/MockSigningKeyProtector.cs | 0 .../Default/KeyManagement/MockSigningKeyStore.cs | 0 .../KeyManagement/MockSigningKeyStoreCache.cs | 0 .../Default/NumericUserCodeServiceTests.cs | 0 .../Services/Default/OidcReturnUrlParserTests.cs | 0 .../Default/ParRedirectUriValidatorTests.cs | 0 .../InMemory/InMemoryCorsPolicyService.cs | 0 .../Storage/PersistedGrantFilterTests.cs | 14 +++++++------- .../Stores/Default/CachingResourceStoreTests.cs | 0 .../Default/DefaultPersistedGrantStoreTests.cs | 0 ...cheAuthorizationParametersMessageStoreTests.cs | 0 .../Stores/InMemoryClientStoreTests.cs | 0 .../Stores/InMemoryDeviceFlowStoreTests.cs | 0 .../Stores/InMemoryPersistedGrantStoreTests.cs | 0 .../Stores/InMemoryResourcesStoreTests.cs | 0 .../Validation/AccessTokenValidation.cs | 0 .../Authorize_ClientValidation_Code.cs | 0 .../Authorize_ClientValidation_IdToken.cs | 0 .../Authorize_ClientValidation_Invalid.cs | 0 .../Authorize_ClientValidation_Token.cs | 0 .../Authorize_ClientValidation_Valid.cs | 0 ...uthorize_ProtocolValidation_CustomValidator.cs | 0 .../Authorize_ProtocolValidation_Invalid.cs | 0 .../Authorize_ProtocolValidation_PAR.cs | 0 .../Authorize_ProtocolValidation_PKCE.cs | 0 .../Authorize_ProtocolValidation_Resources.cs | 0 .../Authorize_ProtocolValidation_Valid.cs | 0 .../Validation/BearerTokenUsageValidation.cs | 0 .../Validation/ClientConfigurationValidation.cs | 0 .../Validation/DPoPProofValidatorTests.cs | 0 .../DeviceAuthorizationRequestValidation.cs | 0 .../Validation/DeviceCodeValidation.cs | 0 .../EndSessionRequestValidatorTests.cs | 0 .../StubRedirectUriValidator.cs | 0 .../StubTokenValidator.cs | 0 .../Validation/GrantTypesValidation.cs | 0 .../IdentityProviderConfigurationValidation.cs | 0 .../Validation/IdentityTokenValidation.cs | 0 .../IntrospectionRequestValidatorTests.cs | 0 .../Validation/IsLocalUrlTests.cs | 0 .../Validation/ResourceValidation.cs | 0 .../Validation/ResponseTypeEqualityComparison.cs | 0 .../Validation/RevocationRequestValidation.cs | 0 .../BasicAuthenticationCredentialParsing.cs | 0 .../Secrets/ClientAssertionSecretParsing.cs | 0 .../Validation/Secrets/ClientSecretValidation.cs | 0 .../Secrets/FormPostCredentialParsing.cs | 0 .../Secrets/HashedSharedSecretValidation.cs | 0 .../Secrets/MutualTlsSecretValidation.cs | 0 .../Secrets/PlainTextClientSecretValidation.cs | 0 .../Secrets/PrivateKeyJwtSecretValidation.cs | 0 .../Validation/Secrets/SecretValidation.cs | 0 .../Setup/ClientValidationTestClients.cs | 0 .../Validation/Setup/Factory.cs | 0 ...BackchannelAuthenticationRequestIdValidator.cs | 0 .../Validation/Setup/TestClients.cs | 0 .../Validation/Setup/TestDeviceCodeValidator.cs | 0 .../Setup/TestDeviceFlowThrottlingService.cs | 0 .../Validation/Setup/TestGrantValidator.cs | 0 .../Validation/Setup/TestIssuerNameService.cs | 0 .../Validation/Setup/TestProfileService.cs | 0 .../Setup/TestPushedAuthorizationService.cs | 0 .../Setup/TestResourceOwnerPasswordValidator.cs | 0 .../Validation/Setup/TestScopes.cs | 0 .../Validation/Setup/TestTokenValidator.cs | 0 .../Validation/Setup/TokenFactory.cs | 0 .../Validation/Setup/ValidationExtensions.cs | 0 ...StrictRedirectUriValidatorAppAuthValidation.cs | 0 ...RequestValidation_ClientCredentials_Invalid.cs | 0 .../TokenRequestValidation_Code_Invalid.cs | 0 .../TokenRequestValidation_DeviceCode_Invalid.cs | 0 ...enRequestValidation_ExtensionGrants_Invalid.cs | 0 .../TokenRequestValidation_General_Invalid.cs | 0 .../TokenRequestValidation_PKCE.cs | 0 ...TokenRequestValidation_RefreshToken_Invalid.cs | 0 ...okenRequestValidation_ResourceOwner_Invalid.cs | 0 .../TokenRequestValidation_Valid.cs | 0 .../Validation/UserInfoRequestValidation.cs | 0 .../identityserver_testing.cer | 0 .../identityserver_testing.pfx | Bin .../IdentityServer.UnitTests/xunit.runner.json | 0 {util => identity-server/util}/copyright.ps1 | 0 2029 files changed, 19 insertions(+), 10 deletions(-) rename {.config => identity-server/.config}/dotnet-tools.json (100%) rename .editorconfig => identity-server/.editorconfig (100%) rename {.vscode => identity-server/.vscode}/launch.json (100%) rename {.vscode => identity-server/.vscode}/tasks.json (100%) rename Directory.Build.props => identity-server/Directory.Build.props (100%) rename Directory.Build.targets => identity-server/Directory.Build.targets (100%) rename Duende.IdentityServer.Clients.sln => identity-server/Duende.IdentityServer.Clients.sln (100%) rename Duende.IdentityServer.CodeQL.sln => identity-server/Duende.IdentityServer.CodeQL.sln (100%) rename Duende.IdentityServer.sln => identity-server/Duende.IdentityServer.sln (100%) rename Duende.IdentityServer.v3.ncrunchsolution => identity-server/Duende.IdentityServer.v3.ncrunchsolution (100%) rename LICENSE => identity-server/LICENSE (100%) rename README.md => identity-server/README.md (100%) rename build.cmd => identity-server/build.cmd (100%) rename build.ps1 => identity-server/build.ps1 (100%) rename build.sh => identity-server/build.sh (100%) rename {build => identity-server/build}/Program.cs (100%) rename {build => identity-server/build}/build.csproj (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/ConfigureJwtBearerOptions.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPExtensions.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPJwtBearerEvents.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPMode.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPOptions.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPProofValidatonContext.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPProofValidatonResult.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPProofValidator.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DPoPServiceCollectionExtensions.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/DefaultReplayCache.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoP/IReplayCache.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/DPoPApi.csproj (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/IdentityController.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/Program.cs (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/APIs/DPoPApi/Startup.cs (100%) rename {clients => identity-server/clients}/src/APIs/ResourceBasedApi/IdentityController.cs (100%) rename {clients => identity-server/clients}/src/APIs/ResourceBasedApi/Program.cs (100%) rename {clients => identity-server/clients}/src/APIs/ResourceBasedApi/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/APIs/ResourceBasedApi/ResourceBasedApi.csproj (100%) rename {clients => identity-server/clients}/src/APIs/ResourceBasedApi/Selector.cs (100%) rename {clients => identity-server/clients}/src/APIs/ResourceBasedApi/Startup.cs (100%) rename {clients => identity-server/clients}/src/APIs/SimpleApi/IdentityController.cs (100%) rename {clients => identity-server/clients}/src/APIs/SimpleApi/Program.cs (100%) rename {clients => identity-server/clients}/src/APIs/SimpleApi/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/APIs/SimpleApi/SimpleApi.csproj (100%) rename {clients => identity-server/clients}/src/APIs/SimpleApi/Startup.cs (100%) rename {clients => identity-server/clients}/src/ConsoleCibaClient/ConsoleCibaClient.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleCibaClient/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlow/ConsoleClientCredentialsFlow.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlow/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/ConsoleClientCredentialsFlowCallingIdentityServerApi.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlowDPoP/ConsoleClientCredentialsFlowDPoP.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlowDPoP/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlowPostBody/ConsoleClientCredentialsFlowPostBody.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleClientCredentialsFlowPostBody/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleCode/ConsoleCode.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleCode/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleCode/SystemBrowser.cs (100%) rename {clients => identity-server/clients}/src/ConsoleCustomGrant/ConsoleExtensionGrant.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleCustomGrant/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleDcrClient/ConsoleDcrClient.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleDcrClient/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleDeviceFlow/ConsoleDeviceFlow.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleDeviceFlow/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleEphemeralMtlsClient/ConsoleEphemeralMtlsClient.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleEphemeralMtlsClient/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleIntrospectionClient/ConsoleIntrospectionClient.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleIntrospectionClient/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleMTLSClient/ConsoleMTLSClient.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleMTLSClient/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleMTLSClient/client.p12 (100%) rename {clients => identity-server/clients}/src/ConsoleParameterizedScopeClient/ConsoleParameterizedScopeClient.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleParameterizedScopeClient/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsolePrivateKeyJwtClient/ConsolePrivateKeyJwtClient.csproj (100%) rename {clients => identity-server/clients}/src/ConsolePrivateKeyJwtClient/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsolePrivateKeyJwtClient/client.p12 (100%) rename {clients => identity-server/clients}/src/ConsoleResourceIndicators/ConsoleResourceIndicators.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleResourceIndicators/LoopbackHttpListener.cs (100%) rename {clients => identity-server/clients}/src/ConsoleResourceIndicators/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleResourceIndicators/SystemBrowser.cs (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlow/ConsoleResourceOwnerFlow.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlow/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowPublic/ConsoleResourceOwnerFlowPublic.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowPublic/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowReference/ConsoleResourceOwnerFlowReference.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowReference/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowRefreshToken/ConsoleResourceOwnerFlowRefreshToken.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowRefreshToken/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowUserInfo/ConsoleResourceOwnerFlowUserInfo.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleResourceOwnerFlowUserInfo/Program.cs (100%) rename {clients => identity-server/clients}/src/ConsoleScopesResources/ConsoleScopesResources.csproj (100%) rename {clients => identity-server/clients}/src/ConsoleScopesResources/Program.cs (100%) rename {clients => identity-server/clients}/src/Constants/ConsoleExtensions.cs (100%) rename {clients => identity-server/clients}/src/Constants/Constants.cs (100%) rename {clients => identity-server/clients}/src/Constants/Constants.csproj (100%) rename {clients => identity-server/clients}/src/Constants/TokenResponseExtensions.cs (100%) rename {clients => identity-server/clients}/src/JsOidc/JsOidc.csproj (100%) rename {clients => identity-server/clients}/src/JsOidc/Program.cs (100%) rename {clients => identity-server/clients}/src/JsOidc/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/JsOidc/Startup.cs (100%) rename {clients => identity-server/clients}/src/JsOidc/web.config (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/StyleSheet.css (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/app.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/callback.html (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/callback.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/index.html (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/bootstrap.min.css (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/oidc-client.d.ts (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/oidc-client.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/oidc-client.min.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.min.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/oidc-client.slim.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/libs/oidc-client.slim.min.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/popup.html (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/popup.js (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/silent.html (100%) rename {clients => identity-server/clients}/src/JsOidc/wwwroot/silent.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Controllers/HomeController.cs (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/MvcAutomaticTokenManagement.csproj (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Program.cs (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Startup.cs (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Views/Home/CallApi.cshtml (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Views/Home/Index.cshtml (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Views/Home/Secure.cshtml (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Views/Shared/_Layout.cshtml (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Views/_ViewImports.cshtml (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/Views/_ViewStart.cshtml (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/appsettings.Development.json (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/appsettings.json (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/css/site.css (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/favicon.ico (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/js/site.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/LICENSE (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {clients => identity-server/clients}/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {clients => identity-server/clients}/src/MvcCode/Controllers/HomeController.cs (100%) rename {clients => identity-server/clients}/src/MvcCode/MvcCode.csproj (100%) rename {clients => identity-server/clients}/src/MvcCode/Program.cs (100%) rename {clients => identity-server/clients}/src/MvcCode/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/MvcCode/Startup.cs (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/Home/CallApi.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/Home/Index.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/Home/Secure.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/Shared/Error.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/Shared/_Layout.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/_ViewImports.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/Views/_ViewStart.cshtml (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/css/site.css (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/favicon.ico (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/js/site.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/LICENSE (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery/dist/jquery.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {clients => identity-server/clients}/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Controllers/HomeController.cs (100%) rename {clients => identity-server/clients}/src/MvcDPoP/CustomProofService.cs (100%) rename {clients => identity-server/clients}/src/MvcDPoP/MvcDPoP.csproj (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Program.cs (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Startup.cs (100%) rename {clients => identity-server/clients}/src/MvcDPoP/TestHandler.cs (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Views/Home/CallApi.cshtml (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Views/Home/Index.cshtml (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Views/Home/Secure.cshtml (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Views/Shared/_Layout.cshtml (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Views/_ViewImports.cshtml (100%) rename {clients => identity-server/clients}/src/MvcDPoP/Views/_ViewStart.cshtml (100%) rename {clients => identity-server/clients}/src/MvcDPoP/appsettings.Development.json (100%) rename {clients => identity-server/clients}/src/MvcDPoP/appsettings.json (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/css/site.css (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/favicon.ico (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/js/site.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/LICENSE (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {clients => identity-server/clients}/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Controllers/HomeController.cs (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Controllers/LogoutController.cs (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/CookieEventHandler.cs (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/LogoutSessionManager.cs (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/MvcHybridBackChannel.csproj (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Program.cs (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Startup.cs (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Views/Home/CallApi.cshtml (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Views/Home/Index.cshtml (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Views/Home/Secure.cshtml (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Views/Shared/Error.cshtml (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Views/Shared/_Layout.cshtml (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Views/_ViewImports.cshtml (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/Views/_ViewStart.cshtml (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/_references.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/css/site.css (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/css/site.min.css (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/favicon.ico (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/images/banner1.svg (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/images/banner2.svg (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/images/banner3.svg (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/images/banner4.svg (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/js/site.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/js/site.min.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/.bower.json (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/LICENSE (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/npm.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/.bower.json (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/.bower.json (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery/.bower.json (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {clients => identity-server/clients}/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/AssertionService.cs (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/ClientAssertionService.cs (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Controllers/HomeController.cs (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/MvcJarJwt.csproj (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/OidcEvents.cs (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Program.cs (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Startup.cs (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Views/Home/CallApi.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Views/Home/Index.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Views/Home/Secure.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Views/Shared/_Layout.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Views/_ViewImports.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/Views/_ViewStart.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/css/site.css (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/favicon.ico (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/js/site.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/LICENSE (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/AssertionService.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/ClientAssertionService.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Controllers/HomeController.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Controllers/RO.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/MvcJarUriJwt.csproj (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/OidcEvents.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Program.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Properties/launchSettings.json (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/RequestUriService.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Startup.cs (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Views/Home/CallApi.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Views/Home/Index.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Views/Home/Secure.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Views/Shared/_Layout.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Views/_ViewImports.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/Views/_ViewStart.cshtml (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/css/site.css (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/favicon.ico (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/js/site.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/LICENSE (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery/LICENSE.txt (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {clients => identity-server/clients}/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {clients => identity-server/clients}/src/WindowsConsoleSystemBrowser/CallbackManager.cs (100%) rename {clients => identity-server/clients}/src/WindowsConsoleSystemBrowser/Program.cs (100%) rename {clients => identity-server/clients}/src/WindowsConsoleSystemBrowser/RegistryConfig.cs (100%) rename {clients => identity-server/clients}/src/WindowsConsoleSystemBrowser/WindowsConsoleSystemBrowser.csproj (100%) rename global.json => identity-server/global.json (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Data/ApplicationDbContext.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/GlobalSuppressions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Host.AspNetIdentity.csproj (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/HostingExtensions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/IdentityServerExtensions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Models/ApplicationUser.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/AccessDenied.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/AccessDenied.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Login/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Login/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Login/InputModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Login/LoginOptions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Login/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Logout/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Logout/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Logout/LoggedOutViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Account/Logout/LogoutOptions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/All.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/All.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/Consent.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/Consent.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/InputModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Ciba/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Consent/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Consent/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Consent/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Consent/InputModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Consent/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Consent/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/DeviceOptions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/InputModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/Success.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/Success.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Device/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Diagnostics/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Diagnostics/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Diagnostics/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Extensions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Grants/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Grants/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Grants/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Home/Error/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Home/Error/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Home/Error/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/IdentityServerSuppressions.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Log.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Redirect/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Redirect/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/SecurityHeadersAttribute.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Shared/_Layout.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Shared/_Nav.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Shared/_ValidationSummary.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/Telemetry.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/_ViewImports.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Pages/_ViewStart.cshtml (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Program.cs (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/Properties/launchSettings.json (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/appsettings.json (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/css/site.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/css/site.min.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/css/site.scss (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/duende-logo.svg (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/favicon.ico (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/js/signin-redirect.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/js/signout-redirect.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/LICENSE (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/README.md (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/LICENSE (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/LICENSE.txt (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/README.md (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.js (100%) rename {hosts => identity-server/hosts}/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.map (100%) rename {hosts => identity-server/hosts}/Config/Clients.cs (100%) rename {hosts => identity-server/hosts}/Config/ClientsConsole.cs (100%) rename {hosts => identity-server/hosts}/Config/ClientsWeb.cs (100%) rename {hosts => identity-server/hosts}/Config/Resources.cs (100%) rename {hosts => identity-server/hosts}/Configuration/CustomClientRegistrationProcessor.cs (100%) rename {hosts => identity-server/hosts}/Configuration/DiscoveryHealthCheck.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Extensions/ExtensionGrantValidator.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Extensions/HostProfileService.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Extensions/NoSubjectExtensionGrantValidator.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Extensions/ParameterizedScopeParser.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Extensions/ParameterizedScopeTokenRequestValidator.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Extensions/SameSiteHandlingExtensions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/GlobalSuppressions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Host.Configuration.csproj (100%) rename {hosts => identity-server/hosts}/Configuration/HostingExtensions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/IdentityServerExtensions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/LocalApiController.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/AccessDenied.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/AccessDenied.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Create/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Create/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Create/InputModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Login/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Login/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Login/InputModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Login/LoginOptions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Login/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Logout/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Logout/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Logout/LoggedOut.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Logout/LoggedOut.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Logout/LoggedOutViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Account/Logout/LogoutOptions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/All.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/All.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/Consent.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/Consent.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/InputModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Ciba/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Consent/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Consent/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Consent/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Consent/InputModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Consent/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Consent/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/DeviceOptions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/InputModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/Success.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/Success.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Device/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Diagnostics/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Diagnostics/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Diagnostics/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Extensions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/ExternalLogin/Callback.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/ExternalLogin/Callback.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/ExternalLogin/Challenge.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/ExternalLogin/Challenge.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Grants/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Grants/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Grants/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Home/Error/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Home/Error/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Home/Error/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/IdentityServerSuppressions.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Log.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Redirect/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Redirect/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/SecurityHeadersAttribute.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/ServerSideSessions/Index.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/ServerSideSessions/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Shared/_Layout.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Shared/_Nav.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Shared/_ValidationSummary.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/Telemetry.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/TestUsers.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/_ViewImports.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Pages/_ViewStart.cshtml (100%) rename {hosts => identity-server/hosts}/Configuration/Program.cs (100%) rename {hosts => identity-server/hosts}/Configuration/Properties/launchSettings.json (100%) rename {hosts => identity-server/hosts}/Configuration/appsettings.json (100%) rename {hosts => identity-server/hosts}/Configuration/compilerconfig.json (100%) rename {hosts => identity-server/hosts}/Configuration/compilerconfig.json.defaults (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/css/site.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/css/site.min.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/css/site.scss (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/duende-logo.svg (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/favicon.ico (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/js/signin-redirect.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/js/signout-redirect.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/LICENSE (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/README.md (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/LICENSE (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/LICENSE.txt (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/README.md (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/dist/jquery.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/dist/jquery.slim.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.js (100%) rename {hosts => identity-server/hosts}/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/Extensions/ParameterizedScopeParser.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/GlobalSuppressions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Host.EntityFramework.csproj (100%) rename {hosts => identity-server/hosts}/EntityFramework/HostingExtensions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/IdentityServerExtensions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/AccessDenied.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/AccessDenied.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Create/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Create/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Create/InputModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Login/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Login/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Login/InputModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Login/LoginOptions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Login/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Logout/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Logout/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Logout/LoggedOutViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Account/Logout/LogoutOptions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/ApiScopes/ApiScopeRepository.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/ApiScopes/New.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/ApiScopes/New.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Clients/ClientRepository.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Clients/Edit.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Clients/Edit.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Clients/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Clients/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Clients/New.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Clients/New.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/IdentityScopes/IdentityScopeRepository.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Admin/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/All.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/All.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/Consent.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/Consent.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/InputModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Ciba/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Consent/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Consent/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Consent/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Consent/InputModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Consent/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Consent/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/DeviceOptions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/InputModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/Success.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/Success.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Device/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Diagnostics/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Diagnostics/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Diagnostics/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Extensions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/ExternalLogin/Callback.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/ExternalLogin/Callback.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/ExternalLogin/Challenge.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/ExternalLogin/Challenge.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Grants/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Grants/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Grants/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Home/Error/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Home/Error/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Home/Error/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/IdentityServerSuppressions.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Log.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Portal/ClientRepository.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Portal/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Portal/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Redirect/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Redirect/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/SecurityHeadersAttribute.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/ServerSideSessions/Index.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/ServerSideSessions/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Shared/_Layout.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Shared/_Nav.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Shared/_ValidationSummary.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/Telemetry.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/TestUsers.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/_ViewImports.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Pages/_ViewStart.cshtml (100%) rename {hosts => identity-server/hosts}/EntityFramework/Program.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/Properties/launchSettings.json (100%) rename {hosts => identity-server/hosts}/EntityFramework/TestOperationalStoreNotification.cs (100%) rename {hosts => identity-server/hosts}/EntityFramework/appsettings.json (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/css/site.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/css/site.min.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/css/site.scss (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/duende-logo.svg (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/favicon.ico (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/js/signin-redirect.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/js/signout-redirect.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/LICENSE (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/README.md (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/LICENSE (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/LICENSE.txt (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/README.md (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/dist/jquery.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.js (100%) rename {hosts => identity-server/hosts}/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.map (100%) rename {hosts => identity-server/hosts}/main/DiscoveryHealthCheck.cs (100%) rename {hosts => identity-server/hosts}/main/Extensions/ExtensionGrantValidator.cs (100%) rename {hosts => identity-server/hosts}/main/Extensions/HostProfileService.cs (100%) rename {hosts => identity-server/hosts}/main/Extensions/NoSubjectExtensionGrantValidator.cs (100%) rename {hosts => identity-server/hosts}/main/Extensions/ParameterizedScopeParser.cs (100%) rename {hosts => identity-server/hosts}/main/Extensions/ParameterizedScopeTokenRequestValidator.cs (100%) rename {hosts => identity-server/hosts}/main/Extensions/SameSiteHandlingExtensions.cs (100%) rename {hosts => identity-server/hosts}/main/GlobalSuppressions.cs (100%) rename {hosts => identity-server/hosts}/main/Host.Main.csproj (100%) rename {hosts => identity-server/hosts}/main/HostingExtensions.cs (100%) rename {hosts => identity-server/hosts}/main/IdentityServerExtensions.cs (100%) rename {hosts => identity-server/hosts}/main/LocalApiController.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/AccessDenied.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/AccessDenied.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Create/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Create/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Create/InputModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Login/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Login/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Login/InputModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Login/LoginOptions.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Login/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Logout/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Logout/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Logout/LoggedOut.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Logout/LoggedOut.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Logout/LoggedOutViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Account/Logout/LogoutOptions.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/All.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/All.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/Consent.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/Consent.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/InputModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Ciba/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Consent/ConsentOptions.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Consent/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Consent/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Consent/InputModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Consent/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Consent/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/DeviceOptions.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/InputModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/Success.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/Success.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Device/_ScopeListItem.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Diagnostics/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Diagnostics/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Diagnostics/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Extensions.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/ExternalLogin/Callback.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/ExternalLogin/Callback.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/ExternalLogin/Challenge.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/ExternalLogin/Challenge.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Grants/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Grants/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Grants/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Home/Error/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Home/Error/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Home/Error/ViewModel.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/IdentityServerSuppressions.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Log.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Redirect/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Redirect/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/SecurityHeadersAttribute.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/ServerSideSessions/Index.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/ServerSideSessions/Index.cshtml.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/Shared/_Layout.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Shared/_Nav.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Shared/_ValidationSummary.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/Telemetry.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/TestUsers.cs (100%) rename {hosts => identity-server/hosts}/main/Pages/_ViewImports.cshtml (100%) rename {hosts => identity-server/hosts}/main/Pages/_ViewStart.cshtml (100%) rename {hosts => identity-server/hosts}/main/Program.cs (100%) rename {hosts => identity-server/hosts}/main/Properties/launchSettings.json (100%) rename {hosts/Configuration => identity-server/hosts/main}/TestKeys/identityserver.test.ecdsa.p12 (100%) rename {hosts/Configuration => identity-server/hosts/main}/TestKeys/identityserver.test.rsa.p12 (100%) rename {hosts => identity-server/hosts}/main/appsettings.json (100%) rename {hosts => identity-server/hosts}/main/compilerconfig.json (100%) rename {hosts => identity-server/hosts}/main/compilerconfig.json.defaults (100%) rename {hosts => identity-server/hosts}/main/wwwroot/css/site.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/css/site.min.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/css/site.scss (100%) rename {hosts => identity-server/hosts}/main/wwwroot/duende-logo.svg (100%) rename {hosts => identity-server/hosts}/main/wwwroot/favicon.ico (100%) rename {hosts => identity-server/hosts}/main/wwwroot/js/signin-redirect.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/js/signout-redirect.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/LICENSE (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/README.md (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/LICENSE (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/LICENSE.txt (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/README.md (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/dist/jquery.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/dist/jquery.slim.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/dist/jquery.slim.min.js (100%) rename {hosts => identity-server/hosts}/main/wwwroot/lib/jquery/dist/jquery.slim.min.map (100%) rename icon.png => identity-server/icon.png (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/AspNetIdentityDb.csproj (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/Migrations/UsersDb.sql (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.Designer.cs (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.cs (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/Migrations/UsersDb/ApplicationDbContextModelSnapshot.cs (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/Program.cs (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/Properties/launchSettings.json (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/SeedData.cs (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/Startup.cs (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/appsettings.json (100%) rename {migrations => identity-server/migrations}/AspNetIdentityDb/schema.bat (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/IdentityServerDb.csproj (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/ConfigurationDb.sql (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.Designer.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/PersistedGrantDb.sql (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.Designer.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Program.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Properties/launchSettings.json (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/SeedData.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/Startup.cs (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/appsettings.json (100%) rename {migrations => identity-server/migrations}/IdentityServerDb/schema.bat (100%) rename nuget.config => identity-server/nuget.config (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report-github.md (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.csv (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.html (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/IdentityServer.PerfTests.csproj (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/Infrastructure/DebugLoggerProvider.cs (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/Infrastructure/IdentityServerContainer.cs (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/Infrastructure/InMemoryIdentityServerContainer.cs (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/Infrastructure/TestBase.cs (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/Program.cs (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/Services/DefaultTokenServiceTest.cs (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/client.cer (100%) rename {perf => identity-server/perf}/IdentityServer.PerfTests/client.pfx (100%) rename {perf => identity-server/perf}/PerfTests.sln (100%) rename {src => identity-server/src}/AspNetIdentity/Decorator.cs (100%) rename {src => identity-server/src}/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj (100%) rename {src => identity-server/src}/AspNetIdentity/IdentityServerBuilderExtensions.cs (100%) rename {src => identity-server/src}/AspNetIdentity/PostConfigureIdentityServerOptions.cs (100%) rename {src => identity-server/src}/AspNetIdentity/ProfileService.cs (100%) rename {src => identity-server/src}/AspNetIdentity/README.md (100%) rename {src => identity-server/src}/AspNetIdentity/ResourceOwnerPasswordValidator.cs (100%) rename {src => identity-server/src}/AspNetIdentity/SecurityStampValidatorCallback.cs (100%) rename {src => identity-server/src}/AspNetIdentity/UserClaimsFactory.cs (100%) rename {src => identity-server/src}/Configuration.EntityFramework/.editorconfig (100%) rename {src => identity-server/src}/Configuration.EntityFramework/ClientConfigurationStore.cs (100%) rename {src => identity-server/src}/Configuration.EntityFramework/DefaultCancellationTokenProvider.cs (100%) rename {src => identity-server/src}/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj (100%) rename {src => identity-server/src}/Configuration.EntityFramework/README.md (100%) rename {src => identity-server/src}/Configuration.EntityFramework/ServiceCollectionExtensions.cs (100%) rename {src => identity-server/src}/Configuration/.editorconfig (100%) rename {src => identity-server/src}/Configuration/Configuration/DynamicClientRegistrationOptions.cs (100%) rename {src => identity-server/src}/Configuration/Configuration/IdentityServerConfigurationOptions.cs (100%) rename {src => identity-server/src}/Configuration/Duende.IdentityServer.Configuration.csproj (100%) rename {src => identity-server/src}/Configuration/DynamicClientRegistrationErrors.cs (100%) rename {src => identity-server/src}/Configuration/Endpoints/DynamicClientRegistrationEndpoint.cs (100%) rename {src => identity-server/src}/Configuration/Extensions/ConfigurationEndpointExtensions.cs (100%) rename {src => identity-server/src}/Configuration/Extensions/ConfigurationServiceCollectionExtensions.cs (100%) rename {src => identity-server/src}/Configuration/Extensions/ServiceCollectionExtensions.cs (100%) rename {src => identity-server/src}/Configuration/Licensing/ConfigurationLicense.cs (100%) rename {src => identity-server/src}/Configuration/Licensing/ConfigurationLicenseValidator.cs (100%) rename {src => identity-server/src}/Configuration/Licensing/License.cs (100%) rename {src => identity-server/src}/Configuration/Licensing/LicenseValidator.cs (100%) rename {src => identity-server/src}/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationContext.cs (100%) rename {src => identity-server/src}/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationRequest.cs (100%) rename {src => identity-server/src}/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationResponse.cs (100%) rename {src => identity-server/src}/Configuration/Models/DynamicClientRegistration/IDynamicClientRegistrationResponse.cs (100%) rename {src => identity-server/src}/Configuration/Models/DynamicClientRegistration/KeySet.cs (100%) rename {src => identity-server/src}/Configuration/Models/DynamicClientRegistrationError.cs (100%) rename {src => identity-server/src}/Configuration/Models/IStepResult.cs (100%) rename {src => identity-server/src}/Configuration/Models/SuccessfulStep.cs (100%) rename {src => identity-server/src}/Configuration/README.md (100%) rename {src => identity-server/src}/Configuration/RequestProcessing/DynamicClientRegistrationRequestProcessor.cs (100%) rename {src => identity-server/src}/Configuration/RequestProcessing/IDynamicClientRegistrationRequestProcessor.cs (100%) rename {src => identity-server/src}/Configuration/ResponseGeneration/DynamicClientRegistrationResponseGenerator.cs (100%) rename {src => identity-server/src}/Configuration/ResponseGeneration/IDynamicClientRegistrationResponseGenerator.cs (100%) rename {src => identity-server/src}/Configuration/Stores/IClientConfigurationStore.cs (100%) rename {src => identity-server/src}/Configuration/Stores/InMemoryClientConfigurationStore.cs (100%) rename {src => identity-server/src}/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidatedRequest.cs (100%) rename {src => identity-server/src}/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidator.cs (100%) rename {src => identity-server/src}/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidationResult.cs (100%) rename {src => identity-server/src}/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidator.cs (100%) rename {src => identity-server/src}/Configuration/dcr_tests.http (100%) rename {src => identity-server/src}/EntityFramework.Storage/Configuration/ServiceCollectionExtensions.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/DbContexts/ConfigurationDbContext.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/DbContexts/PersistedGrantDbContext.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiResource.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiResourceClaim.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiResourceProperty.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiResourceScope.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiResourceSecret.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiScope.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiScopeClaim.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ApiScopeProperty.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/Client.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientClaim.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientCorsOrigin.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientGrantType.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientIdPRestriction.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientPostLogoutRedirectUri.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientProperty.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientRedirectUri.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientScope.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ClientSecret.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/DeviceFlowCodes.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/IdentityProvider.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/IdentityResource.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/IdentityResourceClaim.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/IdentityResourceProperty.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/Key.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/PersistedGrant.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/Property.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/PushedAuthorizationRequest.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/Secret.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/ServerSideSession.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Entities/UserClaim.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Extensions/DbContextExtensions.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Extensions/ModelBuilderExtensions.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Extensions/StringsExtensions.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Interfaces/IConfigurationDbContext.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Interfaces/IPersistedGrantDbContext.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/AllowedSigningAlgorithmsConverter.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/ApiResourceMappers.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/ClientMappers.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/IdentityProviderMappers.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/IdentityResourceMappers.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/PersistedGrantMappers.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/PropertiesConverter.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/PushedAuthorizationRequestMappers.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Mappers/ScopeMappers.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Options/ConfigurationStoreOptions.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Options/OperationalStoreOptions.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Options/TableConfiguration.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Properties/AssemblyInfo.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/README.md (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/ClientStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/DeviceFlowStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/IdentityProviderStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/PersistedGrantStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/PushedAuthorizationRequestStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/ResourceStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/ServerSideSessionStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/Stores/SigningKeyStore.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/TokenCleanup/IOperationalStoreNotification.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/TokenCleanup/ITokenCleanupService.cs (100%) rename {src => identity-server/src}/EntityFramework.Storage/TokenCleanup/TokenCleanupService.cs (100%) rename {src => identity-server/src}/EntityFramework/Duende.IdentityServer.EntityFramework.csproj (100%) rename {src => identity-server/src}/EntityFramework/IdentityServerEntityFrameworkBuilderExtensions.cs (100%) rename {src => identity-server/src}/EntityFramework/README.md (100%) rename {src => identity-server/src}/EntityFramework/Services/CorsPolicyService.cs (100%) rename {src => identity-server/src}/EntityFramework/TokenCleanupHost.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/CryptoHelper.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Additional.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Core.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Crypto.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/InMemory.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/SessionManagement.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/ConfigureInternalCookieOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/ConfigureOpenIdConnectOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Decorator.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/IIdentityServerBuilder.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/IdentityServerBuilder.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/IdentityServerServiceCollectionExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/AuthenticationOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/CachingOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/CibaOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/CorsOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/CspOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/DPoPOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/DeviceFlowOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/DiscoveryOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/DynamicProviderOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/EndpointOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/EventsOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/IdentityServerOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/InputLengthRestrictions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/KeyManagementOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/MtlsOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/PushedAuthorizationOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/ServerSideSessionOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/UserInteractionOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/Options/ValidationOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/IdentityServerApplicationBuilderExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Configuration/IdentityServerMiddlewareOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Constants.cs (100%) rename {src => identity-server/src}/IdentityServer/Duende.IdentityServer.csproj (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/AuthorizeCallbackEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/AuthorizeEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/AuthorizeEndpointBase.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/BackchannelAuthenticationEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/CheckSessionEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/DeviceAuthorizationEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/DiscoveryEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/DiscoveryKeyEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/EndSessionCallbackEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/EndSessionEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/IntrospectionEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/AuthorizeInteractionPageResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/AuthorizeResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/BackchannelAuthenticationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/BadRequestResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/CheckSessionResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/ConsentPageResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/CreateAccountPageResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/CustomRedirectResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/DeviceAuthorizationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/DiscoveryDocumentResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/EndPointResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/EndSessionCallbackResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/EndSessionResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/IntrospectionResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/JsonWebKeysResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/LoginPageResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/ProtectedResourceErrorResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/PushedAuthorizationErrorResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/PushedAuthorizationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/StatusCodeResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/TokenErrorResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/TokenResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/TokenRevocationErrorResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/Results/UserInfoResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/TokenEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/TokenRevocationEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Endpoints/UserInfoEndpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/ApiAuthenticationFailureEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/ApiAuthenticationSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/BackchannelAuthenticationFailureEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/BackchannelAuthenticationSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/ClientAuthenticationFailureEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/ClientAuthenticationSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/ConsentDeniedEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/ConsentGrantedEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/DeviceAuthorizationFailureEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/DeviceAuthorizationSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/GrantsRevokedEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/Infrastructure/Event.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/Infrastructure/EventCategories.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/Infrastructure/EventIds.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/Infrastructure/EventType.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/InvalidClientConfiguration.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/InvalidIdentityProviderConfiguration.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/TokenIntrospectionFailureEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/TokenIntrospectionSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/TokenIssuedFailureEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/TokenIssuedSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/TokenRevokedSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/UnhandledExceptionEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/UserLoginFailureEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/UserLoginSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Events/UserLogoutSuccessEvent.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/AuthenticationPropertiesExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/AuthenticationTicketExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/AuthorizeResponseExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ClaimsExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ClientExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/DateTimeExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/EndpointOptionsExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/HashExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/HttpContextAuthenticationExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/HttpContextExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/HttpRequestExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/HttpResponseExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/IClientStoreExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/IEnumerableExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/IReadableStringCollectionExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/IResourceStoreExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/JsonWebKeyExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/KeyManagementExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/NameValueCollectionExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/PrincipalExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ProfileDataRequestContextExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ResourceExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ScopeExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ServerSideSessionExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ServerUrlExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/StringsExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/TokenExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/ValidatedAuthorizeRequestExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Extensions/X509CertificateExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/BaseUrlMiddleware.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/CorsMiddleware.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/CorsPolicyProvider.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationScheme.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeCache.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeProvider.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicSchemeAuthenticationMiddleware.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/IdentityServerBuilderDynamicSchemesExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Oidc/IdentityServerBuilderOidcExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Oidc/OidcConfigureOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Store/CachingIdentityProviderStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Store/InMemoryIdentityProviderStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Store/NonCachingIdentityProviderStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Store/NopIdentityProviderStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/DynamicProviders/Store/ValidatingIdentityProviderStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/Endpoint.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/EndpointRouter.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestHandlerWrapper.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignInHandlerWrapper.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignOutHandlerWrapper.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/FederatedSignOut/FederatedSignoutAuthenticationHandlerProvider.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/IEndpointHandler.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/IEndpointResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/IEndpointRouter.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/IHttpResponseWriter.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/IdentityServerAuthenticationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/IdentityServerMiddleware.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationEvents.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationHandler.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationOptions.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/LocalApiAuthentication/LocalApiTokenMode.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/MutualTlsEndpointMiddleware.cs (100%) rename {src => identity-server/src}/IdentityServer/Hosting/ServerSideSessionCleanupHost.cs (100%) rename {src => identity-server/src}/IdentityServer/IdentityServerConstants.cs (100%) rename {src => identity-server/src}/IdentityServer/IdentityServerTools.cs (100%) rename {src => identity-server/src}/IdentityServer/IdentityServerUser.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/Clock/DefaultClock.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/Clock/IClock.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/Clock/LegacyClock.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/ConcurrencyLock/DefaultConcurrencyLock.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/ConcurrencyLock/IConcurrencyLock.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/ConcurrencyLock/NopConcurrencyLock.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/DistributedCacheStateDataFormatter.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/MessageCookie.cs (100%) rename {src => identity-server/src}/IdentityServer/Infrastructure/ObjectSerializer.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/IdentityServerLicense.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/IdentityServerLicenseValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/License.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/LicenseUsageSummary.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/LicenseValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/V2/License.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/V2/LicenseAccessor.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/V2/LicenseEdition.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/V2/LicenseFeature.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/V2/LicenseUsageTracker.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/V2/LicenseUsageTrackerExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Licensing/V2/ProtocolRequestCounter.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/ILoggerExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/LogSerializer.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/Models/AuthorizeRequestValidationLog.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/Models/AuthorizeResponseLog.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/Models/BackchannelAuthenticationRequestValidationLog.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/Models/DeviceAuthorizationRequestValidationLog.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/Models/EndSessionRequestValidationLog.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/Models/TokenRequestValidationLog.cs (100%) rename {src => identity-server/src}/IdentityServer/Logging/Models/TokenValidationLog.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/BackchannelUserLoginRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Contexts/IsActiveContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Contexts/LogoutNotificationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Contexts/LogoutNotificationReason.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Contexts/ProfileDataRequestContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/DeviceFlowAuthorizationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/DeviceFlowInteractionResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/DiscoveryDocument.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Grant.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/GrantTypes.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/IdentityResources.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/JsonWebKey.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Messages/AuthorizationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Messages/ConsentRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Messages/ConsentResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Messages/ErrorMessage.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Messages/LogoutRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/Messages/Message.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/ParsedSecret.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/RefreshTokenCreationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/RefreshTokenUpdateRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/SecurityKeyInfo.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/TokenCreationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/TokenRequestErrors.cs (100%) rename {src => identity-server/src}/IdentityServer/Models/UserSession.cs (100%) rename {src => identity-server/src}/IdentityServer/Properties/AssemblyInfo.cs (100%) rename {src => identity-server/src}/IdentityServer/README.md (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/AuthorizeResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/BackchannelAuthenticationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/DeviceAuthorizationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/DiscoveryResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/IntrospectionResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/PushedAuthorizationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/TokenResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/TokenRevocationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Default/UserInfoResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IAuthorizeInteractionResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IAuthorizeResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IBackchannelAuthenticationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IDeviceAuthorizationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IDiscoveryResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IIntrospectionResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IPushedAuthorizationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/ITokenResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/ITokenRevocationResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/IUserInfoResponseGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/AuthorizeResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/BackchannelAuthenticationResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/DeviceAuthorizationResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/InteractionResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/PushedAuthorizationResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/TokenErrorResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/TokenResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/ResponseHandling/Models/TokenRevocationResponse.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/BackChannelLogoutHttpClient.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultBackChannelLogoutService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultBackchannelAuthenticationInteractionService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultCache.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultCancellationTokenProvider.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultClaimsService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultConsentService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultCorsPolicyService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultDeviceFlowCodeService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultDeviceFlowInteractionService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultEventService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultEventSink.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultHandleGenerationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultIdentityServerInteractionService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultIssuerNameService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultJwtRequestUriHttpClient.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultKeyMaterialService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultPersistedGrantService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultProfileService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultRefreshTokenService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultReplayCache.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultServerUrls.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultSessionCoordinationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultSessionManagementService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultTokenCreationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultTokenService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultUserCodeService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DefaultUserSession.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DistributedBackchannelAuthenticationThrottlingService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/DistributedDeviceFlowThrottlingService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/AutomaticKeyManagerKeyStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/ClientConfigurationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/DataProtectionKeyProtector.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/EcKeyContainer.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/FileSystemKeyStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/IKeyManager.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/IKeyProtector.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/IKeyStoreCache.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/InMemoryKeyStoreCache.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/KeyContainer.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/KeyManager.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/KeySerializer.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/NopKeyStoreCache.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/RsaKeyContainer.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/KeyManagement/X509KeyContainer.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/LogoutNotificationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/NopBackchannelAuthenticationUserNotificationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/NumericUserCodeGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/OidcReturnUrlParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/PushedAuthorizationSerializer.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/PushedAuthorizationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/ReturnUrlParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/Default/ServerSideSessionRefreshTokenService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IBackChannelLogoutHttpClient.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IBackChannelLogoutService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IBackchannelAuthenticationInteractionService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IBackchannelAuthenticationThrottlingService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IBackchannelAuthenticationUserNotificationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/ICache.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IClaimsService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IConsentService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IDeviceFlowCodeService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IDeviceFlowInteractionService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IDeviceFlowThrottlingService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IEventService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IEventSink.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IHandleGenerationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IIdentityServerInteractionService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IIssuerNameService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IJwtRequestUriHttpClient.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IKeyMaterialService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/ILogoutNotificationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IPersistedGrantService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IProfileService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IPushedAuthorizationSerializer.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IPushedAuthorizationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IRefreshTokenService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IReplayCache.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IReturnUrlParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IServerUrls.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/ISessionCoordinationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/ISessionManagementService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/ITokenCreationService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/ITokenService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IUserCodeGenerator.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IUserCodeService.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/IUserSession.cs (100%) rename {src => identity-server/src}/IdentityServer/Services/InMemory/InMemoryCorsPolicyService.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Caching/CachingClientStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Caching/CachingCorsPolicyService.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Caching/CachingResourceStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/ConsentMessageStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/DefaultAuthorizationCodeStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/DefaultBackChannelAuthenticationRequestStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/DefaultGrantStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/DefaultReferenceTokenStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/DefaultRefreshTokenStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/DefaultUserConsentStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/DistributedCacheAuthorizationParametersMessageStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/ProtectedDataMessageStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/QueryStringAuthorizationParametersMessageStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Default/ServerSideTicketStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Empty/EmptyClientStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/Empty/EmptyResourceStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/IAuthorizationParametersMessageStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/IConsentMessageStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/IMessageStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/IServerSideTicketStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/ISigningCredentialStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/IValidationKeysStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemoryClientStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemoryDeviceFlowStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemoryPersistedGrantStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemoryPushedAuthorizationRequestStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemoryResourcesStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemoryServerSideSessionStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemorySigningCredentialsStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/InMemory/InMemoryValidationKeysStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Stores/ValidatingClientStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Test/IdentityServerBuilderExtensions.cs (100%) rename {src => identity-server/src}/IdentityServer/Test/TestBackchannelLoginUserValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Test/TestUser.cs (100%) rename {src => identity-server/src}/IdentityServer/Test/TestUserProfileService.cs (100%) rename {src => identity-server/src}/IdentityServer/Test/TestUserResourceOwnerPasswordValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Test/TestUserStore.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/ClientConfigurationValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/CustomAuthorizeRequestValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/CustomBackchannelAuthenticationRequestValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/CustomTokenRequestValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/DPoPProofValidatonContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/ExtensionGrantValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/IdentityProviderConfigurationValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/IntrospectionRequestValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/JwtRequestValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/PushedAuthorizationRequestValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/ResourceOwnerPasswordValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/ResourceValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Contexts/TokenRequestValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/ApiSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/AuthorizeRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/BackchannelAuthenticationRequestIdValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/BackchannelAuthenticationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/BasicAuthenticationSecretParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/BearerTokenUsageValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/ClientSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultClientConfigurationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultCustomAuthorizeRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultCustomBackchannelAuthenticationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultCustomTokenRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultCustomTokenValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultDPoPProofValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultIdentityProviderConfigurationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultResourceValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DefaultScopeParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DeviceAuthorizationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/DeviceCodeValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/EndSessionRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/ExtensionGrantValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/HashedSharedSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/IntrospectionRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/JwtBearerClientAssertionSecretParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/JwtRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/MutualTlsSecretParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/NopBackchannelAuthenticationUserValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/NopClientConfigurationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/NotSupportedResouceOwnerCredentialValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/PlainTextSharedSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/PostBodySecretParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/PrivateKeyJwtSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/PushedAuthorizationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/RequestObjectValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/ResponseTypeEqualityComparer.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/SecretParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/SecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/StrictRedirectUriValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/StrictRedirectUriValidatorAppAuth.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/TokenRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/TokenRevocationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/TokenValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/UserInfoRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/X509NameSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Default/X509ThumbprintSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IApiSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IAuthorizeRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IBackchannelAuthenticationRequestIdValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IBackchannelAuthenticationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IBackchannelAuthenticationUserValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IClientConfigurationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IClientSecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ICustomAuthorizeRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ICustomBackchannelAuthenticationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ICustomTokenRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ICustomTokenValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IDPoPProofValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IDeviceAuthorizationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IDeviceCodeValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IEndSessionRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IExtensionGrantValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IIdentityProviderConfigurationValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IIntrospectionRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IJwtRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IPushedAuthorizationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IRedirectUriValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IRequestObjectValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IResourceOwnerPasswordValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IResourceValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IScopeParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ISecretParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ISecretValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ISecretsListParser.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ISecretsListValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ITokenRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ITokenRevocationRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/ITokenValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/IUserInfoRequestValidator.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/AuthorizeRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/BackchannelAuthenticationRequestIdValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/BackchannelAuthenticationRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidatorContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/BearerTokenUsageType.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/BearerTokenUsageValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ClientSecretValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/DPoPProofValidatonResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/DeviceAuthorizationRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/DeviceCodeValidationContext.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/EndSessionCallbackValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/EndSessionValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/GrantValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/IntrospectionRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/JwtRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ParsedScopeValidationError.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ParsedScopeValue.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ParsedScopesResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ProofType.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/PushedAuthorizationValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ResourceValidationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ResourceValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ScopeSecretValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/SecretValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/TokenRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/TokenRevocationRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/TokenValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/UserInfoRequestValidationResult.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidatedAuthorizeRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidatedBackchannelAuthenticationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidatedDeviceAuthorizationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidatedEndSessionRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidatedPushedAuthorizationRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidatedRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidatedTokenRequest.cs (100%) rename {src => identity-server/src}/IdentityServer/Validation/Models/ValidationResult.cs (100%) rename {src => identity-server/src}/Storage/Constants.cs (100%) rename {src => identity-server/src}/Storage/Duende.IdentityServer.Storage.csproj (100%) rename {src => identity-server/src}/Storage/Extensions/ClaimsPrincipalLiteExtensions.cs (100%) rename {src => identity-server/src}/Storage/Extensions/IEnumerableExtensions.cs (100%) rename {src => identity-server/src}/Storage/Extensions/PersistedGrantFilterExtensions.cs (100%) rename {src => identity-server/src}/Storage/Extensions/StringsExtensions.cs (100%) rename {src => identity-server/src}/Storage/IdentityServerConstants.cs (100%) rename {src => identity-server/src}/Storage/IdentityServerUser.cs (100%) rename {src => identity-server/src}/Storage/Models/ApiResource.cs (100%) rename {src => identity-server/src}/Storage/Models/ApiScope.cs (100%) rename {src => identity-server/src}/Storage/Models/AuthorizationCode.cs (100%) rename {src => identity-server/src}/Storage/Models/BackChannelAuthenticationRequest.cs (100%) rename {src => identity-server/src}/Storage/Models/Client.cs (100%) rename {src => identity-server/src}/Storage/Models/ClientClaim.cs (100%) rename {src => identity-server/src}/Storage/Models/Consent.cs (100%) rename {src => identity-server/src}/Storage/Models/DeviceCode.cs (100%) rename {src => identity-server/src}/Storage/Models/Enums.cs (100%) rename {src => identity-server/src}/Storage/Models/GrantType.cs (100%) rename {src => identity-server/src}/Storage/Models/IdentityProvider.cs (100%) rename {src => identity-server/src}/Storage/Models/IdentityResource.cs (100%) rename {src => identity-server/src}/Storage/Models/OidcProvider.cs (100%) rename {src => identity-server/src}/Storage/Models/PersistedGrant.cs (100%) rename {src => identity-server/src}/Storage/Models/ProofType.cs (100%) rename {src => identity-server/src}/Storage/Models/PushedAuthorizationRequest.cs (100%) rename {src => identity-server/src}/Storage/Models/QueryResult.cs (100%) rename {src => identity-server/src}/Storage/Models/RefreshToken.cs (100%) rename {src => identity-server/src}/Storage/Models/Resource.cs (100%) rename {src => identity-server/src}/Storage/Models/Resources.cs (100%) rename {src => identity-server/src}/Storage/Models/Secret.cs (100%) rename {src => identity-server/src}/Storage/Models/SerializedKey.cs (100%) rename {src => identity-server/src}/Storage/Models/ServerSideSession.cs (100%) rename {src => identity-server/src}/Storage/Models/Token.cs (100%) rename {src => identity-server/src}/Storage/README.md (100%) rename {src => identity-server/src}/Storage/Services/ICancellationTokenProvider.cs (100%) rename {src => identity-server/src}/Storage/Services/ICorsPolicyService.cs (100%) rename {src => identity-server/src}/Storage/Services/NoneCancellationTokenProvider.cs (100%) rename {src => identity-server/src}/Storage/Stores/IAuthorizationCodeStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IBackChannelAuthenticationRequestStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IClientStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IDeviceFlowStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IIdentityProviderStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IPersistedGrantStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IPushedAuthorizationRequestStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IReferenceTokenStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IRefreshTokenStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IResourceStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IServerSideSessionStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IServerSideSessionsMarker.cs (100%) rename {src => identity-server/src}/Storage/Stores/ISigningKeyStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/IUserConsentStore.cs (100%) rename {src => identity-server/src}/Storage/Stores/PersistedGrantFilter.cs (100%) rename {src => identity-server/src}/Storage/Stores/Serialization/ClaimConverter.cs (100%) rename {src => identity-server/src}/Storage/Stores/Serialization/ClaimLite.cs (100%) rename {src => identity-server/src}/Storage/Stores/Serialization/ClaimsPrincipalConverter.cs (100%) rename {src => identity-server/src}/Storage/Stores/Serialization/ClaimsPrincipalLite.cs (100%) rename {src => identity-server/src}/Storage/Stores/Serialization/IPersistentGrantSerializer.cs (100%) rename {src => identity-server/src}/Storage/Stores/Serialization/PersistentGrantOptions.cs (100%) rename {src => identity-server/src}/Storage/Stores/Serialization/PersistentGrantSerializer.cs (100%) rename {src => identity-server/src}/Storage/Stores/SessionFilter.cs (100%) rename {src => identity-server/src}/Storage/Stores/SessionQuery.cs (100%) rename {src => identity-server/src}/Telemetry/Telemetry.cs (100%) rename {src => identity-server/src}/Telemetry/Tracing.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/.editorconfig (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/Configuration.IntegrationTests.csproj (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/DynamicClientRegistrationTests.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/DynamicClientRegistrationValidationTests.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/TestFramework/GenericHost.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/TestFramework/MockCancellationTokenProvider.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/TestFramework/MockClock.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/TestFramework/TestLoggerProvider.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/TestHosts/ConfigurationHost.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/TestHosts/ConfigurationIntegrationTestBase.cs (100%) rename {test => identity-server/test}/Configuration.IntegrationTests/TestHosts/IdentityServerHost.cs (100%) rename {test => identity-server/test}/EntityFramework.IntegrationTests/DI/DITests.cs (100%) rename {test => identity-server/test}/EntityFramework.IntegrationTests/DatabaseProviderBuilder.cs (100%) rename {test => identity-server/test}/EntityFramework.IntegrationTests/DatabaseProviderFixture.cs (100%) rename {test => identity-server/test}/EntityFramework.IntegrationTests/EntityFramework.IntegrationTests.csproj (100%) rename {test => identity-server/test}/EntityFramework.IntegrationTests/FakeLogger.cs (100%) rename {test => identity-server/test}/EntityFramework.IntegrationTests/IntegrationTest.cs (100%) rename {test => identity-server/test}/EntityFramework.IntegrationTests/Services/CorsPolicyServiceTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/DatabaseProviderBuilder.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/DatabaseProviderFixture.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/DbContexts/ClientDbContextTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/EntityFramework.Storage.IntegrationTests.csproj (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/FakeLogger.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/IntegrationTest.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/MockOperationalStoreNotification.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/Stores/IdentityProviderStoreTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/Stores/PersistedGrantStoreTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/Stores/ResourceStoreTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.IntegrationTests/TokenCleanup/TokenCleanupTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/EntityFramework.Storage.UnitTests.csproj (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/IsLocalUrlTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/ApiResourceMappersTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/ClientMappersTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/IdentityProviderMappersTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/IdentityResourcesMappersTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/MapperTestHelpers.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/PersistedGrantMappersTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/PushedAuthorizationRequestMappersTests.cs (100%) rename {test => identity-server/test}/EntityFramework.Storage.UnitTests/Mappers/ScopeMappersTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/ClientAssertionClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/ClientCredentialsAndResourceOwnerClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/ClientCredentialsClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/CustomTokenRequestValidatorClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/CustomTokenResponseClients.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/DiscoveryClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/ExtensionGrantClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/RefreshTokenClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/ResourceOwnerClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/RevocationClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/Clients.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/ConfirmationSecretValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/CustomProfileService.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseDto.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseExtensionGrantValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseResourceOwnerValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/DynamicParameterExtensionGrantValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator2.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/NoSubjectExtensionGrantValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/Scopes.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/Startup.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/StartupWithCustomTokenResponses.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/TestCustomTokenRequestValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/Setup/Users.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Clients/UserInfoClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/BrowserClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/BrowserHandler.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/IdentityServerPipeline.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/JsonElementExtensions.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/MessageHandlerWrapper.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/MockCibaUserNotificationService.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/MockCibaUserValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/MockClock.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/MockCustomBackchannelAuthenticationValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/MockLogger.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/MockResourceValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/NetworkHandler.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/StubDataProtectionProvider.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Common/TestCert.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Conformance/Basic/ClientAuthenticationTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Conformance/Basic/CodeFlowTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Conformance/Basic/RedirectUriTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Conformance/Basic/ResponseTypeResponseModeTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Conformance/Pkce/PkceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Authorize/AuthorizeTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Authorize/ConsentTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Authorize/JwtRequestAuthorizeTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Authorize/PushedAuthorizationTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Authorize/ResourceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Authorize/RestrictAccessTokenViaBrowserTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Authorize/SessionIdTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/CheckSession/CheckSessionTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Ciba/CibaTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/DeviceAuthorization/DeviceAuthorizationTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Discovery/DiscoveryEndpointTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/EndSession/EndSessionTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Introspection/IntrospectionTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Clients.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Scopes.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Startup.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Users.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Revocation/RevocationTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Token/CibaTokenEndpointTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Token/DPoPTokenEndpointTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Token/RefreshTokenTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Token/ResourceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Endpoints/Token/TokenEndpointTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Extensibility/CustomClaimsServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Extensibility/CustomProfileServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Extensibility/CustomTokenCreationServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/CorsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/DynamicProvidersTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/FederatedSignoutTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/IdentityServerMiddlewareTests..cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/LicenseTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/LocalApiAuthentication/LocalApiAuthenticationTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/ServerSideSessionTests.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/Hosting/SubpathHosting.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/TestFramework/GenericHost.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/TestFramework/MockExternalAuthenticationHandler.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/TestFramework/TestBrowserClient.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/TestFramework/TestLoggerProvider.cs (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/identityserver_testing.cer (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/identityserver_testing.pfx (100%) rename {test => identity-server/test}/IdentityServer.IntegrationTests/xunit.runner.json (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Caches/MockCache.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Caches/ResourceStoreCacheTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/IAuthenticationSchemeHandler.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockAuthenticationHandler.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockAuthenticationHandlerProvider.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockAuthenticationSchemeProvider.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockAuthenticationService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockBackChannelAuthenticationRequestStore.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockCache.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockClaimsService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockClientSessionService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockConsentMessageStore.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockConsentService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockDistributedCache.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockEventSink.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockHttpContextAccessor.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockJwtRequestUriHttpClient.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockKeyMaterialService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockLogoutNotificationService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockMessageStore.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockPersistedGrantService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockProfileService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockReferenceTokenStore.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockReplayCache.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockResourceValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockReturnUrlParser.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockServerUrls.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockSessionIdService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockSystemClock.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockTokenCreationService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/MockUserSession.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/NetworkHandler.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/NullHttpContextAccessor.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/StubAuthorizeResponseGenerator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/StubClock.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/StubDataProtectionProvider.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/StubHandleGenerationService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/StubSessionCoordinationService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/TestCert.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/TestEventService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/TestExtensions.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/TestIdentityServerOptions.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/TestLogger.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/TestReplayCache.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Common/TestUserConsentStore.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Cors/MockCorsPolicyProvider.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Cors/MockCorsPolicyService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Cors/PolicyProviderTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeCallbackEndpointTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointBaseTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeInteractionResponseGenerator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeRequestValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackEndpointTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackResultTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/EndSession/StubBackChannelLogoutClient.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/EndSession/StubEndSessionRequestValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Results/AuthorizeResultTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Results/CheckSessionResultTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Results/EndSessionCallbackResultTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Endpoints/Results/EndSessionResultTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Events/EventTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/ApiResourceSigningAlgorithmSelectionTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/EndpointOptionsExtensionsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/HttpRequestExtensionsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/IResourceStoreExtensionsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCacheStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCryptoTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/StringExtensionsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/TokenExtensionsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Extensions/ValidatedAuthorizeRequestExtensionsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Hosting/EndpointRouterTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Infrastructure/ObjectSerializerTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Licensing/IdentityServerLicenseValidatorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Licensing/v2/LicenseAccessorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Licensing/v2/LicenseFactory.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Licensing/v2/LicenseUsageTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Licensing/v2/ProtocolRequestCounterTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Licensing/v2/StubLoggerFactory.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Consent.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Custom.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Login.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/ResponseHandling/DeviceAuthorizationResponseGeneratorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/ResponseHandling/UserInfoResponseGeneratorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultBackChannelLogoutServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultBackchannelAuthenticationInteractionServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultClaimsServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultConsentServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultEventServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultIdentityServerInteractionServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultPersistedGrantServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultRefreshTokenServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultTokenServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DefaultUserSessionTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/DistributedDeviceFlowThrottlingServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/KeyManagement/InMemoryKeyStoreCacheTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerOptionsTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/KeyManagement/MockClock.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyProtector.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStore.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStoreCache.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/NumericUserCodeServiceTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/OidcReturnUrlParserTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/Default/ParRedirectUriValidatorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Storage/PersistedGrantFilterTests.cs (99%) rename {test => identity-server/test}/IdentityServer.UnitTests/Stores/Default/CachingResourceStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Stores/Default/DefaultPersistedGrantStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Stores/Default/DistributedCacheAuthorizationParametersMessageStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Stores/InMemoryClientStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Stores/InMemoryDeviceFlowStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Stores/InMemoryPersistedGrantStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Stores/InMemoryResourcesStoreTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AccessTokenValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Code.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_IdToken.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Token.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Valid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_CustomValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PAR.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PKCE.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Resources.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Valid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/BearerTokenUsageValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/ClientConfigurationValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/DPoPProofValidatorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/DeviceAuthorizationRequestValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/DeviceCodeValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/EndSessionRequestValidatorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubRedirectUriValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubTokenValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/GrantTypesValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/IdentityProviderConfigurationValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/IdentityTokenValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/IntrospectionRequestValidatorTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/IsLocalUrlTests.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/ResourceValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/ResponseTypeEqualityComparison.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/RevocationRequestValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/BasicAuthenticationCredentialParsing.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/ClientAssertionSecretParsing.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/ClientSecretValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/FormPostCredentialParsing.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/HashedSharedSecretValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/MutualTlsSecretValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/PlainTextClientSecretValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/PrivateKeyJwtSecretValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Secrets/SecretValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/ClientValidationTestClients.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/Factory.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestBackchannelAuthenticationRequestIdValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestClients.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestDeviceCodeValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestGrantValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestIssuerNameService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestProfileService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestPushedAuthorizationService.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestResourceOwnerPasswordValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestScopes.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TestTokenValidator.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/TokenFactory.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/Setup/ValidationExtensions.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/StrictRedirectUriValidatorAppAuthValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ClientCredentials_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Code_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_DeviceCode_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ExtensionGrants_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_General_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_PKCE.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_RefreshToken_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ResourceOwner_Invalid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Valid.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/Validation/UserInfoRequestValidation.cs (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/identityserver_testing.cer (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/identityserver_testing.pfx (100%) rename {test => identity-server/test}/IdentityServer.UnitTests/xunit.runner.json (100%) rename {util => identity-server/util}/copyright.ps1 (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84058c024..d4b537413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,11 @@ on: - features/** tags: - '*.*.*' + paths: + - 'identity-server/**' pull_request: - + paths: + - 'identity-server/**' env: DOTNET_NOLOGO: true @@ -23,6 +26,9 @@ jobs: runs-on: [macOS-latest, ubuntu-latest, windows-latest] name: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }} + defaults: + run: + working-directory: identity-server steps: - uses: actions/checkout@v3 with: @@ -46,4 +52,4 @@ jobs: SignClientSecret: ${{ secrets.SIGNCLIENTSECRET }} run: | ./build.ps1 sign - dotnet nuget push .\artifacts\*.nupkg -s https://www.myget.org/F/duende_identityserver/api/v2/package -k ${{ secrets.MYGET }} + dotnet nuget push .\identity-server\artifacts\*.nupkg -s https://www.myget.org/F/duende_identityserver/api/v2/package -k ${{ secrets.MYGET }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4a694c269..f196a7340 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,6 +32,9 @@ jobs: # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more: # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed + defaults: + run: + working-directory: identity-server steps: - name: Checkout repository @@ -57,7 +60,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - - run: ./build.sh codeql + - run: build.sh codeql - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 diff --git a/.config/dotnet-tools.json b/identity-server/.config/dotnet-tools.json similarity index 100% rename from .config/dotnet-tools.json rename to identity-server/.config/dotnet-tools.json diff --git a/.editorconfig b/identity-server/.editorconfig similarity index 100% rename from .editorconfig rename to identity-server/.editorconfig diff --git a/.vscode/launch.json b/identity-server/.vscode/launch.json similarity index 100% rename from .vscode/launch.json rename to identity-server/.vscode/launch.json diff --git a/.vscode/tasks.json b/identity-server/.vscode/tasks.json similarity index 100% rename from .vscode/tasks.json rename to identity-server/.vscode/tasks.json diff --git a/Directory.Build.props b/identity-server/Directory.Build.props similarity index 100% rename from Directory.Build.props rename to identity-server/Directory.Build.props diff --git a/Directory.Build.targets b/identity-server/Directory.Build.targets similarity index 100% rename from Directory.Build.targets rename to identity-server/Directory.Build.targets diff --git a/Duende.IdentityServer.Clients.sln b/identity-server/Duende.IdentityServer.Clients.sln similarity index 100% rename from Duende.IdentityServer.Clients.sln rename to identity-server/Duende.IdentityServer.Clients.sln diff --git a/Duende.IdentityServer.CodeQL.sln b/identity-server/Duende.IdentityServer.CodeQL.sln similarity index 100% rename from Duende.IdentityServer.CodeQL.sln rename to identity-server/Duende.IdentityServer.CodeQL.sln diff --git a/Duende.IdentityServer.sln b/identity-server/Duende.IdentityServer.sln similarity index 100% rename from Duende.IdentityServer.sln rename to identity-server/Duende.IdentityServer.sln diff --git a/Duende.IdentityServer.v3.ncrunchsolution b/identity-server/Duende.IdentityServer.v3.ncrunchsolution similarity index 100% rename from Duende.IdentityServer.v3.ncrunchsolution rename to identity-server/Duende.IdentityServer.v3.ncrunchsolution diff --git a/LICENSE b/identity-server/LICENSE similarity index 100% rename from LICENSE rename to identity-server/LICENSE diff --git a/README.md b/identity-server/README.md similarity index 100% rename from README.md rename to identity-server/README.md diff --git a/build.cmd b/identity-server/build.cmd similarity index 100% rename from build.cmd rename to identity-server/build.cmd diff --git a/build.ps1 b/identity-server/build.ps1 similarity index 100% rename from build.ps1 rename to identity-server/build.ps1 diff --git a/build.sh b/identity-server/build.sh similarity index 100% rename from build.sh rename to identity-server/build.sh diff --git a/build/Program.cs b/identity-server/build/Program.cs similarity index 100% rename from build/Program.cs rename to identity-server/build/Program.cs diff --git a/build/build.csproj b/identity-server/build/build.csproj similarity index 100% rename from build/build.csproj rename to identity-server/build/build.csproj diff --git a/clients/src/APIs/DPoPApi/DPoP/ConfigureJwtBearerOptions.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/ConfigureJwtBearerOptions.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/ConfigureJwtBearerOptions.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/ConfigureJwtBearerOptions.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPExtensions.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPExtensions.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPExtensions.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPExtensions.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPJwtBearerEvents.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPJwtBearerEvents.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPJwtBearerEvents.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPJwtBearerEvents.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPMode.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPMode.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPMode.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPMode.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPOptions.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPOptions.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPOptions.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPOptions.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonContext.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonContext.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonContext.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonContext.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonResult.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonResult.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonResult.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidatonResult.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidator.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidator.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPProofValidator.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPProofValidator.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DPoPServiceCollectionExtensions.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPServiceCollectionExtensions.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DPoPServiceCollectionExtensions.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DPoPServiceCollectionExtensions.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/DefaultReplayCache.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/DefaultReplayCache.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/DefaultReplayCache.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/DefaultReplayCache.cs diff --git a/clients/src/APIs/DPoPApi/DPoP/IReplayCache.cs b/identity-server/clients/src/APIs/DPoPApi/DPoP/IReplayCache.cs similarity index 100% rename from clients/src/APIs/DPoPApi/DPoP/IReplayCache.cs rename to identity-server/clients/src/APIs/DPoPApi/DPoP/IReplayCache.cs diff --git a/clients/src/APIs/DPoPApi/DPoPApi.csproj b/identity-server/clients/src/APIs/DPoPApi/DPoPApi.csproj similarity index 100% rename from clients/src/APIs/DPoPApi/DPoPApi.csproj rename to identity-server/clients/src/APIs/DPoPApi/DPoPApi.csproj diff --git a/clients/src/APIs/DPoPApi/IdentityController.cs b/identity-server/clients/src/APIs/DPoPApi/IdentityController.cs similarity index 100% rename from clients/src/APIs/DPoPApi/IdentityController.cs rename to identity-server/clients/src/APIs/DPoPApi/IdentityController.cs diff --git a/clients/src/APIs/DPoPApi/Program.cs b/identity-server/clients/src/APIs/DPoPApi/Program.cs similarity index 100% rename from clients/src/APIs/DPoPApi/Program.cs rename to identity-server/clients/src/APIs/DPoPApi/Program.cs diff --git a/clients/src/APIs/DPoPApi/Properties/launchSettings.json b/identity-server/clients/src/APIs/DPoPApi/Properties/launchSettings.json similarity index 100% rename from clients/src/APIs/DPoPApi/Properties/launchSettings.json rename to identity-server/clients/src/APIs/DPoPApi/Properties/launchSettings.json diff --git a/clients/src/APIs/DPoPApi/Startup.cs b/identity-server/clients/src/APIs/DPoPApi/Startup.cs similarity index 100% rename from clients/src/APIs/DPoPApi/Startup.cs rename to identity-server/clients/src/APIs/DPoPApi/Startup.cs diff --git a/clients/src/APIs/ResourceBasedApi/IdentityController.cs b/identity-server/clients/src/APIs/ResourceBasedApi/IdentityController.cs similarity index 100% rename from clients/src/APIs/ResourceBasedApi/IdentityController.cs rename to identity-server/clients/src/APIs/ResourceBasedApi/IdentityController.cs diff --git a/clients/src/APIs/ResourceBasedApi/Program.cs b/identity-server/clients/src/APIs/ResourceBasedApi/Program.cs similarity index 100% rename from clients/src/APIs/ResourceBasedApi/Program.cs rename to identity-server/clients/src/APIs/ResourceBasedApi/Program.cs diff --git a/clients/src/APIs/ResourceBasedApi/Properties/launchSettings.json b/identity-server/clients/src/APIs/ResourceBasedApi/Properties/launchSettings.json similarity index 100% rename from clients/src/APIs/ResourceBasedApi/Properties/launchSettings.json rename to identity-server/clients/src/APIs/ResourceBasedApi/Properties/launchSettings.json diff --git a/clients/src/APIs/ResourceBasedApi/ResourceBasedApi.csproj b/identity-server/clients/src/APIs/ResourceBasedApi/ResourceBasedApi.csproj similarity index 100% rename from clients/src/APIs/ResourceBasedApi/ResourceBasedApi.csproj rename to identity-server/clients/src/APIs/ResourceBasedApi/ResourceBasedApi.csproj diff --git a/clients/src/APIs/ResourceBasedApi/Selector.cs b/identity-server/clients/src/APIs/ResourceBasedApi/Selector.cs similarity index 100% rename from clients/src/APIs/ResourceBasedApi/Selector.cs rename to identity-server/clients/src/APIs/ResourceBasedApi/Selector.cs diff --git a/clients/src/APIs/ResourceBasedApi/Startup.cs b/identity-server/clients/src/APIs/ResourceBasedApi/Startup.cs similarity index 100% rename from clients/src/APIs/ResourceBasedApi/Startup.cs rename to identity-server/clients/src/APIs/ResourceBasedApi/Startup.cs diff --git a/clients/src/APIs/SimpleApi/IdentityController.cs b/identity-server/clients/src/APIs/SimpleApi/IdentityController.cs similarity index 100% rename from clients/src/APIs/SimpleApi/IdentityController.cs rename to identity-server/clients/src/APIs/SimpleApi/IdentityController.cs diff --git a/clients/src/APIs/SimpleApi/Program.cs b/identity-server/clients/src/APIs/SimpleApi/Program.cs similarity index 100% rename from clients/src/APIs/SimpleApi/Program.cs rename to identity-server/clients/src/APIs/SimpleApi/Program.cs diff --git a/clients/src/APIs/SimpleApi/Properties/launchSettings.json b/identity-server/clients/src/APIs/SimpleApi/Properties/launchSettings.json similarity index 100% rename from clients/src/APIs/SimpleApi/Properties/launchSettings.json rename to identity-server/clients/src/APIs/SimpleApi/Properties/launchSettings.json diff --git a/clients/src/APIs/SimpleApi/SimpleApi.csproj b/identity-server/clients/src/APIs/SimpleApi/SimpleApi.csproj similarity index 100% rename from clients/src/APIs/SimpleApi/SimpleApi.csproj rename to identity-server/clients/src/APIs/SimpleApi/SimpleApi.csproj diff --git a/clients/src/APIs/SimpleApi/Startup.cs b/identity-server/clients/src/APIs/SimpleApi/Startup.cs similarity index 100% rename from clients/src/APIs/SimpleApi/Startup.cs rename to identity-server/clients/src/APIs/SimpleApi/Startup.cs diff --git a/clients/src/ConsoleCibaClient/ConsoleCibaClient.csproj b/identity-server/clients/src/ConsoleCibaClient/ConsoleCibaClient.csproj similarity index 100% rename from clients/src/ConsoleCibaClient/ConsoleCibaClient.csproj rename to identity-server/clients/src/ConsoleCibaClient/ConsoleCibaClient.csproj diff --git a/clients/src/ConsoleCibaClient/Program.cs b/identity-server/clients/src/ConsoleCibaClient/Program.cs similarity index 100% rename from clients/src/ConsoleCibaClient/Program.cs rename to identity-server/clients/src/ConsoleCibaClient/Program.cs diff --git a/clients/src/ConsoleClientCredentialsFlow/ConsoleClientCredentialsFlow.csproj b/identity-server/clients/src/ConsoleClientCredentialsFlow/ConsoleClientCredentialsFlow.csproj similarity index 100% rename from clients/src/ConsoleClientCredentialsFlow/ConsoleClientCredentialsFlow.csproj rename to identity-server/clients/src/ConsoleClientCredentialsFlow/ConsoleClientCredentialsFlow.csproj diff --git a/clients/src/ConsoleClientCredentialsFlow/Program.cs b/identity-server/clients/src/ConsoleClientCredentialsFlow/Program.cs similarity index 100% rename from clients/src/ConsoleClientCredentialsFlow/Program.cs rename to identity-server/clients/src/ConsoleClientCredentialsFlow/Program.cs diff --git a/clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/ConsoleClientCredentialsFlowCallingIdentityServerApi.csproj b/identity-server/clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/ConsoleClientCredentialsFlowCallingIdentityServerApi.csproj similarity index 100% rename from clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/ConsoleClientCredentialsFlowCallingIdentityServerApi.csproj rename to identity-server/clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/ConsoleClientCredentialsFlowCallingIdentityServerApi.csproj diff --git a/clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/Program.cs b/identity-server/clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/Program.cs similarity index 100% rename from clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/Program.cs rename to identity-server/clients/src/ConsoleClientCredentialsFlowCallingIdentityServerApi/Program.cs diff --git a/clients/src/ConsoleClientCredentialsFlowDPoP/ConsoleClientCredentialsFlowDPoP.csproj b/identity-server/clients/src/ConsoleClientCredentialsFlowDPoP/ConsoleClientCredentialsFlowDPoP.csproj similarity index 100% rename from clients/src/ConsoleClientCredentialsFlowDPoP/ConsoleClientCredentialsFlowDPoP.csproj rename to identity-server/clients/src/ConsoleClientCredentialsFlowDPoP/ConsoleClientCredentialsFlowDPoP.csproj diff --git a/clients/src/ConsoleClientCredentialsFlowDPoP/Program.cs b/identity-server/clients/src/ConsoleClientCredentialsFlowDPoP/Program.cs similarity index 100% rename from clients/src/ConsoleClientCredentialsFlowDPoP/Program.cs rename to identity-server/clients/src/ConsoleClientCredentialsFlowDPoP/Program.cs diff --git a/clients/src/ConsoleClientCredentialsFlowPostBody/ConsoleClientCredentialsFlowPostBody.csproj b/identity-server/clients/src/ConsoleClientCredentialsFlowPostBody/ConsoleClientCredentialsFlowPostBody.csproj similarity index 100% rename from clients/src/ConsoleClientCredentialsFlowPostBody/ConsoleClientCredentialsFlowPostBody.csproj rename to identity-server/clients/src/ConsoleClientCredentialsFlowPostBody/ConsoleClientCredentialsFlowPostBody.csproj diff --git a/clients/src/ConsoleClientCredentialsFlowPostBody/Program.cs b/identity-server/clients/src/ConsoleClientCredentialsFlowPostBody/Program.cs similarity index 100% rename from clients/src/ConsoleClientCredentialsFlowPostBody/Program.cs rename to identity-server/clients/src/ConsoleClientCredentialsFlowPostBody/Program.cs diff --git a/clients/src/ConsoleCode/ConsoleCode.csproj b/identity-server/clients/src/ConsoleCode/ConsoleCode.csproj similarity index 100% rename from clients/src/ConsoleCode/ConsoleCode.csproj rename to identity-server/clients/src/ConsoleCode/ConsoleCode.csproj diff --git a/clients/src/ConsoleCode/Program.cs b/identity-server/clients/src/ConsoleCode/Program.cs similarity index 100% rename from clients/src/ConsoleCode/Program.cs rename to identity-server/clients/src/ConsoleCode/Program.cs diff --git a/clients/src/ConsoleCode/SystemBrowser.cs b/identity-server/clients/src/ConsoleCode/SystemBrowser.cs similarity index 100% rename from clients/src/ConsoleCode/SystemBrowser.cs rename to identity-server/clients/src/ConsoleCode/SystemBrowser.cs diff --git a/clients/src/ConsoleCustomGrant/ConsoleExtensionGrant.csproj b/identity-server/clients/src/ConsoleCustomGrant/ConsoleExtensionGrant.csproj similarity index 100% rename from clients/src/ConsoleCustomGrant/ConsoleExtensionGrant.csproj rename to identity-server/clients/src/ConsoleCustomGrant/ConsoleExtensionGrant.csproj diff --git a/clients/src/ConsoleCustomGrant/Program.cs b/identity-server/clients/src/ConsoleCustomGrant/Program.cs similarity index 100% rename from clients/src/ConsoleCustomGrant/Program.cs rename to identity-server/clients/src/ConsoleCustomGrant/Program.cs diff --git a/clients/src/ConsoleDcrClient/ConsoleDcrClient.csproj b/identity-server/clients/src/ConsoleDcrClient/ConsoleDcrClient.csproj similarity index 100% rename from clients/src/ConsoleDcrClient/ConsoleDcrClient.csproj rename to identity-server/clients/src/ConsoleDcrClient/ConsoleDcrClient.csproj diff --git a/clients/src/ConsoleDcrClient/Program.cs b/identity-server/clients/src/ConsoleDcrClient/Program.cs similarity index 100% rename from clients/src/ConsoleDcrClient/Program.cs rename to identity-server/clients/src/ConsoleDcrClient/Program.cs diff --git a/clients/src/ConsoleDeviceFlow/ConsoleDeviceFlow.csproj b/identity-server/clients/src/ConsoleDeviceFlow/ConsoleDeviceFlow.csproj similarity index 100% rename from clients/src/ConsoleDeviceFlow/ConsoleDeviceFlow.csproj rename to identity-server/clients/src/ConsoleDeviceFlow/ConsoleDeviceFlow.csproj diff --git a/clients/src/ConsoleDeviceFlow/Program.cs b/identity-server/clients/src/ConsoleDeviceFlow/Program.cs similarity index 100% rename from clients/src/ConsoleDeviceFlow/Program.cs rename to identity-server/clients/src/ConsoleDeviceFlow/Program.cs diff --git a/clients/src/ConsoleEphemeralMtlsClient/ConsoleEphemeralMtlsClient.csproj b/identity-server/clients/src/ConsoleEphemeralMtlsClient/ConsoleEphemeralMtlsClient.csproj similarity index 100% rename from clients/src/ConsoleEphemeralMtlsClient/ConsoleEphemeralMtlsClient.csproj rename to identity-server/clients/src/ConsoleEphemeralMtlsClient/ConsoleEphemeralMtlsClient.csproj diff --git a/clients/src/ConsoleEphemeralMtlsClient/Program.cs b/identity-server/clients/src/ConsoleEphemeralMtlsClient/Program.cs similarity index 100% rename from clients/src/ConsoleEphemeralMtlsClient/Program.cs rename to identity-server/clients/src/ConsoleEphemeralMtlsClient/Program.cs diff --git a/clients/src/ConsoleIntrospectionClient/ConsoleIntrospectionClient.csproj b/identity-server/clients/src/ConsoleIntrospectionClient/ConsoleIntrospectionClient.csproj similarity index 100% rename from clients/src/ConsoleIntrospectionClient/ConsoleIntrospectionClient.csproj rename to identity-server/clients/src/ConsoleIntrospectionClient/ConsoleIntrospectionClient.csproj diff --git a/clients/src/ConsoleIntrospectionClient/Program.cs b/identity-server/clients/src/ConsoleIntrospectionClient/Program.cs similarity index 100% rename from clients/src/ConsoleIntrospectionClient/Program.cs rename to identity-server/clients/src/ConsoleIntrospectionClient/Program.cs diff --git a/clients/src/ConsoleMTLSClient/ConsoleMTLSClient.csproj b/identity-server/clients/src/ConsoleMTLSClient/ConsoleMTLSClient.csproj similarity index 100% rename from clients/src/ConsoleMTLSClient/ConsoleMTLSClient.csproj rename to identity-server/clients/src/ConsoleMTLSClient/ConsoleMTLSClient.csproj diff --git a/clients/src/ConsoleMTLSClient/Program.cs b/identity-server/clients/src/ConsoleMTLSClient/Program.cs similarity index 100% rename from clients/src/ConsoleMTLSClient/Program.cs rename to identity-server/clients/src/ConsoleMTLSClient/Program.cs diff --git a/clients/src/ConsoleMTLSClient/client.p12 b/identity-server/clients/src/ConsoleMTLSClient/client.p12 similarity index 100% rename from clients/src/ConsoleMTLSClient/client.p12 rename to identity-server/clients/src/ConsoleMTLSClient/client.p12 diff --git a/clients/src/ConsoleParameterizedScopeClient/ConsoleParameterizedScopeClient.csproj b/identity-server/clients/src/ConsoleParameterizedScopeClient/ConsoleParameterizedScopeClient.csproj similarity index 100% rename from clients/src/ConsoleParameterizedScopeClient/ConsoleParameterizedScopeClient.csproj rename to identity-server/clients/src/ConsoleParameterizedScopeClient/ConsoleParameterizedScopeClient.csproj diff --git a/clients/src/ConsoleParameterizedScopeClient/Program.cs b/identity-server/clients/src/ConsoleParameterizedScopeClient/Program.cs similarity index 100% rename from clients/src/ConsoleParameterizedScopeClient/Program.cs rename to identity-server/clients/src/ConsoleParameterizedScopeClient/Program.cs diff --git a/clients/src/ConsolePrivateKeyJwtClient/ConsolePrivateKeyJwtClient.csproj b/identity-server/clients/src/ConsolePrivateKeyJwtClient/ConsolePrivateKeyJwtClient.csproj similarity index 100% rename from clients/src/ConsolePrivateKeyJwtClient/ConsolePrivateKeyJwtClient.csproj rename to identity-server/clients/src/ConsolePrivateKeyJwtClient/ConsolePrivateKeyJwtClient.csproj diff --git a/clients/src/ConsolePrivateKeyJwtClient/Program.cs b/identity-server/clients/src/ConsolePrivateKeyJwtClient/Program.cs similarity index 100% rename from clients/src/ConsolePrivateKeyJwtClient/Program.cs rename to identity-server/clients/src/ConsolePrivateKeyJwtClient/Program.cs diff --git a/clients/src/ConsolePrivateKeyJwtClient/client.p12 b/identity-server/clients/src/ConsolePrivateKeyJwtClient/client.p12 similarity index 100% rename from clients/src/ConsolePrivateKeyJwtClient/client.p12 rename to identity-server/clients/src/ConsolePrivateKeyJwtClient/client.p12 diff --git a/clients/src/ConsoleResourceIndicators/ConsoleResourceIndicators.csproj b/identity-server/clients/src/ConsoleResourceIndicators/ConsoleResourceIndicators.csproj similarity index 100% rename from clients/src/ConsoleResourceIndicators/ConsoleResourceIndicators.csproj rename to identity-server/clients/src/ConsoleResourceIndicators/ConsoleResourceIndicators.csproj diff --git a/clients/src/ConsoleResourceIndicators/LoopbackHttpListener.cs b/identity-server/clients/src/ConsoleResourceIndicators/LoopbackHttpListener.cs similarity index 100% rename from clients/src/ConsoleResourceIndicators/LoopbackHttpListener.cs rename to identity-server/clients/src/ConsoleResourceIndicators/LoopbackHttpListener.cs diff --git a/clients/src/ConsoleResourceIndicators/Program.cs b/identity-server/clients/src/ConsoleResourceIndicators/Program.cs similarity index 100% rename from clients/src/ConsoleResourceIndicators/Program.cs rename to identity-server/clients/src/ConsoleResourceIndicators/Program.cs diff --git a/clients/src/ConsoleResourceIndicators/SystemBrowser.cs b/identity-server/clients/src/ConsoleResourceIndicators/SystemBrowser.cs similarity index 100% rename from clients/src/ConsoleResourceIndicators/SystemBrowser.cs rename to identity-server/clients/src/ConsoleResourceIndicators/SystemBrowser.cs diff --git a/clients/src/ConsoleResourceOwnerFlow/ConsoleResourceOwnerFlow.csproj b/identity-server/clients/src/ConsoleResourceOwnerFlow/ConsoleResourceOwnerFlow.csproj similarity index 100% rename from clients/src/ConsoleResourceOwnerFlow/ConsoleResourceOwnerFlow.csproj rename to identity-server/clients/src/ConsoleResourceOwnerFlow/ConsoleResourceOwnerFlow.csproj diff --git a/clients/src/ConsoleResourceOwnerFlow/Program.cs b/identity-server/clients/src/ConsoleResourceOwnerFlow/Program.cs similarity index 100% rename from clients/src/ConsoleResourceOwnerFlow/Program.cs rename to identity-server/clients/src/ConsoleResourceOwnerFlow/Program.cs diff --git a/clients/src/ConsoleResourceOwnerFlowPublic/ConsoleResourceOwnerFlowPublic.csproj b/identity-server/clients/src/ConsoleResourceOwnerFlowPublic/ConsoleResourceOwnerFlowPublic.csproj similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowPublic/ConsoleResourceOwnerFlowPublic.csproj rename to identity-server/clients/src/ConsoleResourceOwnerFlowPublic/ConsoleResourceOwnerFlowPublic.csproj diff --git a/clients/src/ConsoleResourceOwnerFlowPublic/Program.cs b/identity-server/clients/src/ConsoleResourceOwnerFlowPublic/Program.cs similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowPublic/Program.cs rename to identity-server/clients/src/ConsoleResourceOwnerFlowPublic/Program.cs diff --git a/clients/src/ConsoleResourceOwnerFlowReference/ConsoleResourceOwnerFlowReference.csproj b/identity-server/clients/src/ConsoleResourceOwnerFlowReference/ConsoleResourceOwnerFlowReference.csproj similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowReference/ConsoleResourceOwnerFlowReference.csproj rename to identity-server/clients/src/ConsoleResourceOwnerFlowReference/ConsoleResourceOwnerFlowReference.csproj diff --git a/clients/src/ConsoleResourceOwnerFlowReference/Program.cs b/identity-server/clients/src/ConsoleResourceOwnerFlowReference/Program.cs similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowReference/Program.cs rename to identity-server/clients/src/ConsoleResourceOwnerFlowReference/Program.cs diff --git a/clients/src/ConsoleResourceOwnerFlowRefreshToken/ConsoleResourceOwnerFlowRefreshToken.csproj b/identity-server/clients/src/ConsoleResourceOwnerFlowRefreshToken/ConsoleResourceOwnerFlowRefreshToken.csproj similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowRefreshToken/ConsoleResourceOwnerFlowRefreshToken.csproj rename to identity-server/clients/src/ConsoleResourceOwnerFlowRefreshToken/ConsoleResourceOwnerFlowRefreshToken.csproj diff --git a/clients/src/ConsoleResourceOwnerFlowRefreshToken/Program.cs b/identity-server/clients/src/ConsoleResourceOwnerFlowRefreshToken/Program.cs similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowRefreshToken/Program.cs rename to identity-server/clients/src/ConsoleResourceOwnerFlowRefreshToken/Program.cs diff --git a/clients/src/ConsoleResourceOwnerFlowUserInfo/ConsoleResourceOwnerFlowUserInfo.csproj b/identity-server/clients/src/ConsoleResourceOwnerFlowUserInfo/ConsoleResourceOwnerFlowUserInfo.csproj similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowUserInfo/ConsoleResourceOwnerFlowUserInfo.csproj rename to identity-server/clients/src/ConsoleResourceOwnerFlowUserInfo/ConsoleResourceOwnerFlowUserInfo.csproj diff --git a/clients/src/ConsoleResourceOwnerFlowUserInfo/Program.cs b/identity-server/clients/src/ConsoleResourceOwnerFlowUserInfo/Program.cs similarity index 100% rename from clients/src/ConsoleResourceOwnerFlowUserInfo/Program.cs rename to identity-server/clients/src/ConsoleResourceOwnerFlowUserInfo/Program.cs diff --git a/clients/src/ConsoleScopesResources/ConsoleScopesResources.csproj b/identity-server/clients/src/ConsoleScopesResources/ConsoleScopesResources.csproj similarity index 100% rename from clients/src/ConsoleScopesResources/ConsoleScopesResources.csproj rename to identity-server/clients/src/ConsoleScopesResources/ConsoleScopesResources.csproj diff --git a/clients/src/ConsoleScopesResources/Program.cs b/identity-server/clients/src/ConsoleScopesResources/Program.cs similarity index 100% rename from clients/src/ConsoleScopesResources/Program.cs rename to identity-server/clients/src/ConsoleScopesResources/Program.cs diff --git a/clients/src/Constants/ConsoleExtensions.cs b/identity-server/clients/src/Constants/ConsoleExtensions.cs similarity index 100% rename from clients/src/Constants/ConsoleExtensions.cs rename to identity-server/clients/src/Constants/ConsoleExtensions.cs diff --git a/clients/src/Constants/Constants.cs b/identity-server/clients/src/Constants/Constants.cs similarity index 100% rename from clients/src/Constants/Constants.cs rename to identity-server/clients/src/Constants/Constants.cs diff --git a/clients/src/Constants/Constants.csproj b/identity-server/clients/src/Constants/Constants.csproj similarity index 100% rename from clients/src/Constants/Constants.csproj rename to identity-server/clients/src/Constants/Constants.csproj diff --git a/clients/src/Constants/TokenResponseExtensions.cs b/identity-server/clients/src/Constants/TokenResponseExtensions.cs similarity index 100% rename from clients/src/Constants/TokenResponseExtensions.cs rename to identity-server/clients/src/Constants/TokenResponseExtensions.cs diff --git a/clients/src/JsOidc/JsOidc.csproj b/identity-server/clients/src/JsOidc/JsOidc.csproj similarity index 100% rename from clients/src/JsOidc/JsOidc.csproj rename to identity-server/clients/src/JsOidc/JsOidc.csproj diff --git a/clients/src/JsOidc/Program.cs b/identity-server/clients/src/JsOidc/Program.cs similarity index 100% rename from clients/src/JsOidc/Program.cs rename to identity-server/clients/src/JsOidc/Program.cs diff --git a/clients/src/JsOidc/Properties/launchSettings.json b/identity-server/clients/src/JsOidc/Properties/launchSettings.json similarity index 100% rename from clients/src/JsOidc/Properties/launchSettings.json rename to identity-server/clients/src/JsOidc/Properties/launchSettings.json diff --git a/clients/src/JsOidc/Startup.cs b/identity-server/clients/src/JsOidc/Startup.cs similarity index 100% rename from clients/src/JsOidc/Startup.cs rename to identity-server/clients/src/JsOidc/Startup.cs diff --git a/clients/src/JsOidc/web.config b/identity-server/clients/src/JsOidc/web.config similarity index 100% rename from clients/src/JsOidc/web.config rename to identity-server/clients/src/JsOidc/web.config diff --git a/clients/src/JsOidc/wwwroot/StyleSheet.css b/identity-server/clients/src/JsOidc/wwwroot/StyleSheet.css similarity index 100% rename from clients/src/JsOidc/wwwroot/StyleSheet.css rename to identity-server/clients/src/JsOidc/wwwroot/StyleSheet.css diff --git a/clients/src/JsOidc/wwwroot/app.js b/identity-server/clients/src/JsOidc/wwwroot/app.js similarity index 100% rename from clients/src/JsOidc/wwwroot/app.js rename to identity-server/clients/src/JsOidc/wwwroot/app.js diff --git a/clients/src/JsOidc/wwwroot/callback.html b/identity-server/clients/src/JsOidc/wwwroot/callback.html similarity index 100% rename from clients/src/JsOidc/wwwroot/callback.html rename to identity-server/clients/src/JsOidc/wwwroot/callback.html diff --git a/clients/src/JsOidc/wwwroot/callback.js b/identity-server/clients/src/JsOidc/wwwroot/callback.js similarity index 100% rename from clients/src/JsOidc/wwwroot/callback.js rename to identity-server/clients/src/JsOidc/wwwroot/callback.js diff --git a/clients/src/JsOidc/wwwroot/index.html b/identity-server/clients/src/JsOidc/wwwroot/index.html similarity index 100% rename from clients/src/JsOidc/wwwroot/index.html rename to identity-server/clients/src/JsOidc/wwwroot/index.html diff --git a/clients/src/JsOidc/wwwroot/libs/bootstrap.min.css b/identity-server/clients/src/JsOidc/wwwroot/libs/bootstrap.min.css similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/bootstrap.min.css rename to identity-server/clients/src/JsOidc/wwwroot/libs/bootstrap.min.css diff --git a/clients/src/JsOidc/wwwroot/libs/oidc-client.d.ts b/identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.d.ts similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/oidc-client.d.ts rename to identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.d.ts diff --git a/clients/src/JsOidc/wwwroot/libs/oidc-client.js b/identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.js similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/oidc-client.js rename to identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.js diff --git a/clients/src/JsOidc/wwwroot/libs/oidc-client.min.js b/identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.min.js similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/oidc-client.min.js rename to identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.min.js diff --git a/clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.js b/identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.js similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.js rename to identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.js diff --git a/clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.min.js b/identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.min.js similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.min.js rename to identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.rsa256.slim.min.js diff --git a/clients/src/JsOidc/wwwroot/libs/oidc-client.slim.js b/identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.slim.js similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/oidc-client.slim.js rename to identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.slim.js diff --git a/clients/src/JsOidc/wwwroot/libs/oidc-client.slim.min.js b/identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.slim.min.js similarity index 100% rename from clients/src/JsOidc/wwwroot/libs/oidc-client.slim.min.js rename to identity-server/clients/src/JsOidc/wwwroot/libs/oidc-client.slim.min.js diff --git a/clients/src/JsOidc/wwwroot/popup.html b/identity-server/clients/src/JsOidc/wwwroot/popup.html similarity index 100% rename from clients/src/JsOidc/wwwroot/popup.html rename to identity-server/clients/src/JsOidc/wwwroot/popup.html diff --git a/clients/src/JsOidc/wwwroot/popup.js b/identity-server/clients/src/JsOidc/wwwroot/popup.js similarity index 100% rename from clients/src/JsOidc/wwwroot/popup.js rename to identity-server/clients/src/JsOidc/wwwroot/popup.js diff --git a/clients/src/JsOidc/wwwroot/silent.html b/identity-server/clients/src/JsOidc/wwwroot/silent.html similarity index 100% rename from clients/src/JsOidc/wwwroot/silent.html rename to identity-server/clients/src/JsOidc/wwwroot/silent.html diff --git a/clients/src/JsOidc/wwwroot/silent.js b/identity-server/clients/src/JsOidc/wwwroot/silent.js similarity index 100% rename from clients/src/JsOidc/wwwroot/silent.js rename to identity-server/clients/src/JsOidc/wwwroot/silent.js diff --git a/clients/src/MvcAutomaticTokenManagement/Controllers/HomeController.cs b/identity-server/clients/src/MvcAutomaticTokenManagement/Controllers/HomeController.cs similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Controllers/HomeController.cs rename to identity-server/clients/src/MvcAutomaticTokenManagement/Controllers/HomeController.cs diff --git a/clients/src/MvcAutomaticTokenManagement/MvcAutomaticTokenManagement.csproj b/identity-server/clients/src/MvcAutomaticTokenManagement/MvcAutomaticTokenManagement.csproj similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/MvcAutomaticTokenManagement.csproj rename to identity-server/clients/src/MvcAutomaticTokenManagement/MvcAutomaticTokenManagement.csproj diff --git a/clients/src/MvcAutomaticTokenManagement/Program.cs b/identity-server/clients/src/MvcAutomaticTokenManagement/Program.cs similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Program.cs rename to identity-server/clients/src/MvcAutomaticTokenManagement/Program.cs diff --git a/clients/src/MvcAutomaticTokenManagement/Properties/launchSettings.json b/identity-server/clients/src/MvcAutomaticTokenManagement/Properties/launchSettings.json similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Properties/launchSettings.json rename to identity-server/clients/src/MvcAutomaticTokenManagement/Properties/launchSettings.json diff --git a/clients/src/MvcAutomaticTokenManagement/Startup.cs b/identity-server/clients/src/MvcAutomaticTokenManagement/Startup.cs similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Startup.cs rename to identity-server/clients/src/MvcAutomaticTokenManagement/Startup.cs diff --git a/clients/src/MvcAutomaticTokenManagement/Views/Home/CallApi.cshtml b/identity-server/clients/src/MvcAutomaticTokenManagement/Views/Home/CallApi.cshtml similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Views/Home/CallApi.cshtml rename to identity-server/clients/src/MvcAutomaticTokenManagement/Views/Home/CallApi.cshtml diff --git a/clients/src/MvcAutomaticTokenManagement/Views/Home/Index.cshtml b/identity-server/clients/src/MvcAutomaticTokenManagement/Views/Home/Index.cshtml similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Views/Home/Index.cshtml rename to identity-server/clients/src/MvcAutomaticTokenManagement/Views/Home/Index.cshtml diff --git a/clients/src/MvcAutomaticTokenManagement/Views/Home/Secure.cshtml b/identity-server/clients/src/MvcAutomaticTokenManagement/Views/Home/Secure.cshtml similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Views/Home/Secure.cshtml rename to identity-server/clients/src/MvcAutomaticTokenManagement/Views/Home/Secure.cshtml diff --git a/clients/src/MvcAutomaticTokenManagement/Views/Shared/_Layout.cshtml b/identity-server/clients/src/MvcAutomaticTokenManagement/Views/Shared/_Layout.cshtml similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Views/Shared/_Layout.cshtml rename to identity-server/clients/src/MvcAutomaticTokenManagement/Views/Shared/_Layout.cshtml diff --git a/clients/src/MvcAutomaticTokenManagement/Views/Shared/_ValidationScriptsPartial.cshtml b/identity-server/clients/src/MvcAutomaticTokenManagement/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Views/Shared/_ValidationScriptsPartial.cshtml rename to identity-server/clients/src/MvcAutomaticTokenManagement/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/clients/src/MvcAutomaticTokenManagement/Views/_ViewImports.cshtml b/identity-server/clients/src/MvcAutomaticTokenManagement/Views/_ViewImports.cshtml similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Views/_ViewImports.cshtml rename to identity-server/clients/src/MvcAutomaticTokenManagement/Views/_ViewImports.cshtml diff --git a/clients/src/MvcAutomaticTokenManagement/Views/_ViewStart.cshtml b/identity-server/clients/src/MvcAutomaticTokenManagement/Views/_ViewStart.cshtml similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/Views/_ViewStart.cshtml rename to identity-server/clients/src/MvcAutomaticTokenManagement/Views/_ViewStart.cshtml diff --git a/clients/src/MvcAutomaticTokenManagement/appsettings.Development.json b/identity-server/clients/src/MvcAutomaticTokenManagement/appsettings.Development.json similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/appsettings.Development.json rename to identity-server/clients/src/MvcAutomaticTokenManagement/appsettings.Development.json diff --git a/clients/src/MvcAutomaticTokenManagement/appsettings.json b/identity-server/clients/src/MvcAutomaticTokenManagement/appsettings.json similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/appsettings.json rename to identity-server/clients/src/MvcAutomaticTokenManagement/appsettings.json diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/css/site.css b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/css/site.css similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/css/site.css rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/css/site.css diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/favicon.ico b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/favicon.ico similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/favicon.ico rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/favicon.ico diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/js/site.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/js/site.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/js/site.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/js/site.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/LICENSE b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/LICENSE rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/LICENSE diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/LICENSE.md b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/LICENSE.md rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/LICENSE.txt b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/LICENSE.txt diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/clients/src/MvcAutomaticTokenManagement/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/clients/src/MvcCode/Controllers/HomeController.cs b/identity-server/clients/src/MvcCode/Controllers/HomeController.cs similarity index 100% rename from clients/src/MvcCode/Controllers/HomeController.cs rename to identity-server/clients/src/MvcCode/Controllers/HomeController.cs diff --git a/clients/src/MvcCode/MvcCode.csproj b/identity-server/clients/src/MvcCode/MvcCode.csproj similarity index 100% rename from clients/src/MvcCode/MvcCode.csproj rename to identity-server/clients/src/MvcCode/MvcCode.csproj diff --git a/clients/src/MvcCode/Program.cs b/identity-server/clients/src/MvcCode/Program.cs similarity index 100% rename from clients/src/MvcCode/Program.cs rename to identity-server/clients/src/MvcCode/Program.cs diff --git a/clients/src/MvcCode/Properties/launchSettings.json b/identity-server/clients/src/MvcCode/Properties/launchSettings.json similarity index 100% rename from clients/src/MvcCode/Properties/launchSettings.json rename to identity-server/clients/src/MvcCode/Properties/launchSettings.json diff --git a/clients/src/MvcCode/Startup.cs b/identity-server/clients/src/MvcCode/Startup.cs similarity index 100% rename from clients/src/MvcCode/Startup.cs rename to identity-server/clients/src/MvcCode/Startup.cs diff --git a/clients/src/MvcCode/Views/Home/CallApi.cshtml b/identity-server/clients/src/MvcCode/Views/Home/CallApi.cshtml similarity index 100% rename from clients/src/MvcCode/Views/Home/CallApi.cshtml rename to identity-server/clients/src/MvcCode/Views/Home/CallApi.cshtml diff --git a/clients/src/MvcCode/Views/Home/Index.cshtml b/identity-server/clients/src/MvcCode/Views/Home/Index.cshtml similarity index 100% rename from clients/src/MvcCode/Views/Home/Index.cshtml rename to identity-server/clients/src/MvcCode/Views/Home/Index.cshtml diff --git a/clients/src/MvcCode/Views/Home/Secure.cshtml b/identity-server/clients/src/MvcCode/Views/Home/Secure.cshtml similarity index 100% rename from clients/src/MvcCode/Views/Home/Secure.cshtml rename to identity-server/clients/src/MvcCode/Views/Home/Secure.cshtml diff --git a/clients/src/MvcCode/Views/Shared/Error.cshtml b/identity-server/clients/src/MvcCode/Views/Shared/Error.cshtml similarity index 100% rename from clients/src/MvcCode/Views/Shared/Error.cshtml rename to identity-server/clients/src/MvcCode/Views/Shared/Error.cshtml diff --git a/clients/src/MvcCode/Views/Shared/_Layout.cshtml b/identity-server/clients/src/MvcCode/Views/Shared/_Layout.cshtml similarity index 100% rename from clients/src/MvcCode/Views/Shared/_Layout.cshtml rename to identity-server/clients/src/MvcCode/Views/Shared/_Layout.cshtml diff --git a/clients/src/MvcCode/Views/Shared/_ValidationScriptsPartial.cshtml b/identity-server/clients/src/MvcCode/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from clients/src/MvcCode/Views/Shared/_ValidationScriptsPartial.cshtml rename to identity-server/clients/src/MvcCode/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/clients/src/MvcCode/Views/_ViewImports.cshtml b/identity-server/clients/src/MvcCode/Views/_ViewImports.cshtml similarity index 100% rename from clients/src/MvcCode/Views/_ViewImports.cshtml rename to identity-server/clients/src/MvcCode/Views/_ViewImports.cshtml diff --git a/clients/src/MvcCode/Views/_ViewStart.cshtml b/identity-server/clients/src/MvcCode/Views/_ViewStart.cshtml similarity index 100% rename from clients/src/MvcCode/Views/_ViewStart.cshtml rename to identity-server/clients/src/MvcCode/Views/_ViewStart.cshtml diff --git a/clients/src/MvcCode/wwwroot/css/site.css b/identity-server/clients/src/MvcCode/wwwroot/css/site.css similarity index 100% rename from clients/src/MvcCode/wwwroot/css/site.css rename to identity-server/clients/src/MvcCode/wwwroot/css/site.css diff --git a/clients/src/MvcCode/wwwroot/favicon.ico b/identity-server/clients/src/MvcCode/wwwroot/favicon.ico similarity index 100% rename from clients/src/MvcCode/wwwroot/favicon.ico rename to identity-server/clients/src/MvcCode/wwwroot/favicon.ico diff --git a/clients/src/MvcCode/wwwroot/js/site.js b/identity-server/clients/src/MvcCode/wwwroot/js/site.js similarity index 100% rename from clients/src/MvcCode/wwwroot/js/site.js rename to identity-server/clients/src/MvcCode/wwwroot/js/site.js diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/LICENSE b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/LICENSE rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/LICENSE diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation/LICENSE.md b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation/LICENSE.md rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery/LICENSE.txt b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery/LICENSE.txt diff --git a/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/clients/src/MvcCode/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/clients/src/MvcDPoP/Controllers/HomeController.cs b/identity-server/clients/src/MvcDPoP/Controllers/HomeController.cs similarity index 100% rename from clients/src/MvcDPoP/Controllers/HomeController.cs rename to identity-server/clients/src/MvcDPoP/Controllers/HomeController.cs diff --git a/clients/src/MvcDPoP/CustomProofService.cs b/identity-server/clients/src/MvcDPoP/CustomProofService.cs similarity index 100% rename from clients/src/MvcDPoP/CustomProofService.cs rename to identity-server/clients/src/MvcDPoP/CustomProofService.cs diff --git a/clients/src/MvcDPoP/MvcDPoP.csproj b/identity-server/clients/src/MvcDPoP/MvcDPoP.csproj similarity index 100% rename from clients/src/MvcDPoP/MvcDPoP.csproj rename to identity-server/clients/src/MvcDPoP/MvcDPoP.csproj diff --git a/clients/src/MvcDPoP/Program.cs b/identity-server/clients/src/MvcDPoP/Program.cs similarity index 100% rename from clients/src/MvcDPoP/Program.cs rename to identity-server/clients/src/MvcDPoP/Program.cs diff --git a/clients/src/MvcDPoP/Properties/launchSettings.json b/identity-server/clients/src/MvcDPoP/Properties/launchSettings.json similarity index 100% rename from clients/src/MvcDPoP/Properties/launchSettings.json rename to identity-server/clients/src/MvcDPoP/Properties/launchSettings.json diff --git a/clients/src/MvcDPoP/Startup.cs b/identity-server/clients/src/MvcDPoP/Startup.cs similarity index 100% rename from clients/src/MvcDPoP/Startup.cs rename to identity-server/clients/src/MvcDPoP/Startup.cs diff --git a/clients/src/MvcDPoP/TestHandler.cs b/identity-server/clients/src/MvcDPoP/TestHandler.cs similarity index 100% rename from clients/src/MvcDPoP/TestHandler.cs rename to identity-server/clients/src/MvcDPoP/TestHandler.cs diff --git a/clients/src/MvcDPoP/Views/Home/CallApi.cshtml b/identity-server/clients/src/MvcDPoP/Views/Home/CallApi.cshtml similarity index 100% rename from clients/src/MvcDPoP/Views/Home/CallApi.cshtml rename to identity-server/clients/src/MvcDPoP/Views/Home/CallApi.cshtml diff --git a/clients/src/MvcDPoP/Views/Home/Index.cshtml b/identity-server/clients/src/MvcDPoP/Views/Home/Index.cshtml similarity index 100% rename from clients/src/MvcDPoP/Views/Home/Index.cshtml rename to identity-server/clients/src/MvcDPoP/Views/Home/Index.cshtml diff --git a/clients/src/MvcDPoP/Views/Home/Secure.cshtml b/identity-server/clients/src/MvcDPoP/Views/Home/Secure.cshtml similarity index 100% rename from clients/src/MvcDPoP/Views/Home/Secure.cshtml rename to identity-server/clients/src/MvcDPoP/Views/Home/Secure.cshtml diff --git a/clients/src/MvcDPoP/Views/Shared/_Layout.cshtml b/identity-server/clients/src/MvcDPoP/Views/Shared/_Layout.cshtml similarity index 100% rename from clients/src/MvcDPoP/Views/Shared/_Layout.cshtml rename to identity-server/clients/src/MvcDPoP/Views/Shared/_Layout.cshtml diff --git a/clients/src/MvcDPoP/Views/Shared/_ValidationScriptsPartial.cshtml b/identity-server/clients/src/MvcDPoP/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from clients/src/MvcDPoP/Views/Shared/_ValidationScriptsPartial.cshtml rename to identity-server/clients/src/MvcDPoP/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/clients/src/MvcDPoP/Views/_ViewImports.cshtml b/identity-server/clients/src/MvcDPoP/Views/_ViewImports.cshtml similarity index 100% rename from clients/src/MvcDPoP/Views/_ViewImports.cshtml rename to identity-server/clients/src/MvcDPoP/Views/_ViewImports.cshtml diff --git a/clients/src/MvcDPoP/Views/_ViewStart.cshtml b/identity-server/clients/src/MvcDPoP/Views/_ViewStart.cshtml similarity index 100% rename from clients/src/MvcDPoP/Views/_ViewStart.cshtml rename to identity-server/clients/src/MvcDPoP/Views/_ViewStart.cshtml diff --git a/clients/src/MvcDPoP/appsettings.Development.json b/identity-server/clients/src/MvcDPoP/appsettings.Development.json similarity index 100% rename from clients/src/MvcDPoP/appsettings.Development.json rename to identity-server/clients/src/MvcDPoP/appsettings.Development.json diff --git a/clients/src/MvcDPoP/appsettings.json b/identity-server/clients/src/MvcDPoP/appsettings.json similarity index 100% rename from clients/src/MvcDPoP/appsettings.json rename to identity-server/clients/src/MvcDPoP/appsettings.json diff --git a/clients/src/MvcDPoP/wwwroot/css/site.css b/identity-server/clients/src/MvcDPoP/wwwroot/css/site.css similarity index 100% rename from clients/src/MvcDPoP/wwwroot/css/site.css rename to identity-server/clients/src/MvcDPoP/wwwroot/css/site.css diff --git a/clients/src/MvcDPoP/wwwroot/favicon.ico b/identity-server/clients/src/MvcDPoP/wwwroot/favicon.ico similarity index 100% rename from clients/src/MvcDPoP/wwwroot/favicon.ico rename to identity-server/clients/src/MvcDPoP/wwwroot/favicon.ico diff --git a/clients/src/MvcDPoP/wwwroot/js/site.js b/identity-server/clients/src/MvcDPoP/wwwroot/js/site.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/js/site.js rename to identity-server/clients/src/MvcDPoP/wwwroot/js/site.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/LICENSE b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/LICENSE rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/LICENSE diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/LICENSE.md b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation/LICENSE.md rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery/LICENSE.txt b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/LICENSE.txt diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/clients/src/MvcDPoP/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/clients/src/MvcHybridBackChannel/Controllers/HomeController.cs b/identity-server/clients/src/MvcHybridBackChannel/Controllers/HomeController.cs similarity index 100% rename from clients/src/MvcHybridBackChannel/Controllers/HomeController.cs rename to identity-server/clients/src/MvcHybridBackChannel/Controllers/HomeController.cs diff --git a/clients/src/MvcHybridBackChannel/Controllers/LogoutController.cs b/identity-server/clients/src/MvcHybridBackChannel/Controllers/LogoutController.cs similarity index 100% rename from clients/src/MvcHybridBackChannel/Controllers/LogoutController.cs rename to identity-server/clients/src/MvcHybridBackChannel/Controllers/LogoutController.cs diff --git a/clients/src/MvcHybridBackChannel/CookieEventHandler.cs b/identity-server/clients/src/MvcHybridBackChannel/CookieEventHandler.cs similarity index 100% rename from clients/src/MvcHybridBackChannel/CookieEventHandler.cs rename to identity-server/clients/src/MvcHybridBackChannel/CookieEventHandler.cs diff --git a/clients/src/MvcHybridBackChannel/LogoutSessionManager.cs b/identity-server/clients/src/MvcHybridBackChannel/LogoutSessionManager.cs similarity index 100% rename from clients/src/MvcHybridBackChannel/LogoutSessionManager.cs rename to identity-server/clients/src/MvcHybridBackChannel/LogoutSessionManager.cs diff --git a/clients/src/MvcHybridBackChannel/MvcHybridBackChannel.csproj b/identity-server/clients/src/MvcHybridBackChannel/MvcHybridBackChannel.csproj similarity index 100% rename from clients/src/MvcHybridBackChannel/MvcHybridBackChannel.csproj rename to identity-server/clients/src/MvcHybridBackChannel/MvcHybridBackChannel.csproj diff --git a/clients/src/MvcHybridBackChannel/Program.cs b/identity-server/clients/src/MvcHybridBackChannel/Program.cs similarity index 100% rename from clients/src/MvcHybridBackChannel/Program.cs rename to identity-server/clients/src/MvcHybridBackChannel/Program.cs diff --git a/clients/src/MvcHybridBackChannel/Properties/launchSettings.json b/identity-server/clients/src/MvcHybridBackChannel/Properties/launchSettings.json similarity index 100% rename from clients/src/MvcHybridBackChannel/Properties/launchSettings.json rename to identity-server/clients/src/MvcHybridBackChannel/Properties/launchSettings.json diff --git a/clients/src/MvcHybridBackChannel/Startup.cs b/identity-server/clients/src/MvcHybridBackChannel/Startup.cs similarity index 100% rename from clients/src/MvcHybridBackChannel/Startup.cs rename to identity-server/clients/src/MvcHybridBackChannel/Startup.cs diff --git a/clients/src/MvcHybridBackChannel/Views/Home/CallApi.cshtml b/identity-server/clients/src/MvcHybridBackChannel/Views/Home/CallApi.cshtml similarity index 100% rename from clients/src/MvcHybridBackChannel/Views/Home/CallApi.cshtml rename to identity-server/clients/src/MvcHybridBackChannel/Views/Home/CallApi.cshtml diff --git a/clients/src/MvcHybridBackChannel/Views/Home/Index.cshtml b/identity-server/clients/src/MvcHybridBackChannel/Views/Home/Index.cshtml similarity index 100% rename from clients/src/MvcHybridBackChannel/Views/Home/Index.cshtml rename to identity-server/clients/src/MvcHybridBackChannel/Views/Home/Index.cshtml diff --git a/clients/src/MvcHybridBackChannel/Views/Home/Secure.cshtml b/identity-server/clients/src/MvcHybridBackChannel/Views/Home/Secure.cshtml similarity index 100% rename from clients/src/MvcHybridBackChannel/Views/Home/Secure.cshtml rename to identity-server/clients/src/MvcHybridBackChannel/Views/Home/Secure.cshtml diff --git a/clients/src/MvcHybridBackChannel/Views/Shared/Error.cshtml b/identity-server/clients/src/MvcHybridBackChannel/Views/Shared/Error.cshtml similarity index 100% rename from clients/src/MvcHybridBackChannel/Views/Shared/Error.cshtml rename to identity-server/clients/src/MvcHybridBackChannel/Views/Shared/Error.cshtml diff --git a/clients/src/MvcHybridBackChannel/Views/Shared/_Layout.cshtml b/identity-server/clients/src/MvcHybridBackChannel/Views/Shared/_Layout.cshtml similarity index 100% rename from clients/src/MvcHybridBackChannel/Views/Shared/_Layout.cshtml rename to identity-server/clients/src/MvcHybridBackChannel/Views/Shared/_Layout.cshtml diff --git a/clients/src/MvcHybridBackChannel/Views/_ViewImports.cshtml b/identity-server/clients/src/MvcHybridBackChannel/Views/_ViewImports.cshtml similarity index 100% rename from clients/src/MvcHybridBackChannel/Views/_ViewImports.cshtml rename to identity-server/clients/src/MvcHybridBackChannel/Views/_ViewImports.cshtml diff --git a/clients/src/MvcHybridBackChannel/Views/_ViewStart.cshtml b/identity-server/clients/src/MvcHybridBackChannel/Views/_ViewStart.cshtml similarity index 100% rename from clients/src/MvcHybridBackChannel/Views/_ViewStart.cshtml rename to identity-server/clients/src/MvcHybridBackChannel/Views/_ViewStart.cshtml diff --git a/clients/src/MvcHybridBackChannel/wwwroot/_references.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/_references.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/_references.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/_references.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/css/site.css b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/css/site.css similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/css/site.css rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/css/site.css diff --git a/clients/src/MvcHybridBackChannel/wwwroot/css/site.min.css b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/css/site.min.css similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/css/site.min.css rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/css/site.min.css diff --git a/clients/src/MvcHybridBackChannel/wwwroot/favicon.ico b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/favicon.ico similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/favicon.ico rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/favicon.ico diff --git a/clients/src/MvcHybridBackChannel/wwwroot/images/banner1.svg b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner1.svg similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/images/banner1.svg rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner1.svg diff --git a/clients/src/MvcHybridBackChannel/wwwroot/images/banner2.svg b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner2.svg similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/images/banner2.svg rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner2.svg diff --git a/clients/src/MvcHybridBackChannel/wwwroot/images/banner3.svg b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner3.svg similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/images/banner3.svg rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner3.svg diff --git a/clients/src/MvcHybridBackChannel/wwwroot/images/banner4.svg b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner4.svg similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/images/banner4.svg rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/images/banner4.svg diff --git a/clients/src/MvcHybridBackChannel/wwwroot/js/site.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/js/site.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/js/site.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/js/site.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/js/site.min.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/js/site.min.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/js/site.min.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/js/site.min.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/.bower.json b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/.bower.json similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/.bower.json rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/.bower.json diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/LICENSE b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/LICENSE rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/LICENSE diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/npm.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/npm.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/npm.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/bootstrap/dist/js/npm.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/.bower.json b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/.bower.json similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/.bower.json rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/.bower.json diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/.bower.json b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/.bower.json similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/.bower.json rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/.bower.json diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/LICENSE.md b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/LICENSE.md rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/.bower.json b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/.bower.json similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/.bower.json rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/.bower.json diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/LICENSE.txt b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/LICENSE.txt diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/clients/src/MvcHybridBackChannel/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/clients/src/MvcJarJwt/AssertionService.cs b/identity-server/clients/src/MvcJarJwt/AssertionService.cs similarity index 100% rename from clients/src/MvcJarJwt/AssertionService.cs rename to identity-server/clients/src/MvcJarJwt/AssertionService.cs diff --git a/clients/src/MvcJarJwt/ClientAssertionService.cs b/identity-server/clients/src/MvcJarJwt/ClientAssertionService.cs similarity index 100% rename from clients/src/MvcJarJwt/ClientAssertionService.cs rename to identity-server/clients/src/MvcJarJwt/ClientAssertionService.cs diff --git a/clients/src/MvcJarJwt/Controllers/HomeController.cs b/identity-server/clients/src/MvcJarJwt/Controllers/HomeController.cs similarity index 100% rename from clients/src/MvcJarJwt/Controllers/HomeController.cs rename to identity-server/clients/src/MvcJarJwt/Controllers/HomeController.cs diff --git a/clients/src/MvcJarJwt/MvcJarJwt.csproj b/identity-server/clients/src/MvcJarJwt/MvcJarJwt.csproj similarity index 100% rename from clients/src/MvcJarJwt/MvcJarJwt.csproj rename to identity-server/clients/src/MvcJarJwt/MvcJarJwt.csproj diff --git a/clients/src/MvcJarJwt/OidcEvents.cs b/identity-server/clients/src/MvcJarJwt/OidcEvents.cs similarity index 100% rename from clients/src/MvcJarJwt/OidcEvents.cs rename to identity-server/clients/src/MvcJarJwt/OidcEvents.cs diff --git a/clients/src/MvcJarJwt/Program.cs b/identity-server/clients/src/MvcJarJwt/Program.cs similarity index 100% rename from clients/src/MvcJarJwt/Program.cs rename to identity-server/clients/src/MvcJarJwt/Program.cs diff --git a/clients/src/MvcJarJwt/Properties/launchSettings.json b/identity-server/clients/src/MvcJarJwt/Properties/launchSettings.json similarity index 100% rename from clients/src/MvcJarJwt/Properties/launchSettings.json rename to identity-server/clients/src/MvcJarJwt/Properties/launchSettings.json diff --git a/clients/src/MvcJarJwt/Startup.cs b/identity-server/clients/src/MvcJarJwt/Startup.cs similarity index 100% rename from clients/src/MvcJarJwt/Startup.cs rename to identity-server/clients/src/MvcJarJwt/Startup.cs diff --git a/clients/src/MvcJarJwt/Views/Home/CallApi.cshtml b/identity-server/clients/src/MvcJarJwt/Views/Home/CallApi.cshtml similarity index 100% rename from clients/src/MvcJarJwt/Views/Home/CallApi.cshtml rename to identity-server/clients/src/MvcJarJwt/Views/Home/CallApi.cshtml diff --git a/clients/src/MvcJarJwt/Views/Home/Index.cshtml b/identity-server/clients/src/MvcJarJwt/Views/Home/Index.cshtml similarity index 100% rename from clients/src/MvcJarJwt/Views/Home/Index.cshtml rename to identity-server/clients/src/MvcJarJwt/Views/Home/Index.cshtml diff --git a/clients/src/MvcJarJwt/Views/Home/Secure.cshtml b/identity-server/clients/src/MvcJarJwt/Views/Home/Secure.cshtml similarity index 100% rename from clients/src/MvcJarJwt/Views/Home/Secure.cshtml rename to identity-server/clients/src/MvcJarJwt/Views/Home/Secure.cshtml diff --git a/clients/src/MvcJarJwt/Views/Shared/_Layout.cshtml b/identity-server/clients/src/MvcJarJwt/Views/Shared/_Layout.cshtml similarity index 100% rename from clients/src/MvcJarJwt/Views/Shared/_Layout.cshtml rename to identity-server/clients/src/MvcJarJwt/Views/Shared/_Layout.cshtml diff --git a/clients/src/MvcJarJwt/Views/Shared/_ValidationScriptsPartial.cshtml b/identity-server/clients/src/MvcJarJwt/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from clients/src/MvcJarJwt/Views/Shared/_ValidationScriptsPartial.cshtml rename to identity-server/clients/src/MvcJarJwt/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/clients/src/MvcJarJwt/Views/_ViewImports.cshtml b/identity-server/clients/src/MvcJarJwt/Views/_ViewImports.cshtml similarity index 100% rename from clients/src/MvcJarJwt/Views/_ViewImports.cshtml rename to identity-server/clients/src/MvcJarJwt/Views/_ViewImports.cshtml diff --git a/clients/src/MvcJarJwt/Views/_ViewStart.cshtml b/identity-server/clients/src/MvcJarJwt/Views/_ViewStart.cshtml similarity index 100% rename from clients/src/MvcJarJwt/Views/_ViewStart.cshtml rename to identity-server/clients/src/MvcJarJwt/Views/_ViewStart.cshtml diff --git a/clients/src/MvcJarJwt/wwwroot/css/site.css b/identity-server/clients/src/MvcJarJwt/wwwroot/css/site.css similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/css/site.css rename to identity-server/clients/src/MvcJarJwt/wwwroot/css/site.css diff --git a/clients/src/MvcJarJwt/wwwroot/favicon.ico b/identity-server/clients/src/MvcJarJwt/wwwroot/favicon.ico similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/favicon.ico rename to identity-server/clients/src/MvcJarJwt/wwwroot/favicon.ico diff --git a/clients/src/MvcJarJwt/wwwroot/js/site.js b/identity-server/clients/src/MvcJarJwt/wwwroot/js/site.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/js/site.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/js/site.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/LICENSE b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/LICENSE rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/LICENSE diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/LICENSE.md b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/LICENSE.md rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery/LICENSE.txt b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/LICENSE.txt diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/clients/src/MvcJarJwt/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/clients/src/MvcJarUriJwt/AssertionService.cs b/identity-server/clients/src/MvcJarUriJwt/AssertionService.cs similarity index 100% rename from clients/src/MvcJarUriJwt/AssertionService.cs rename to identity-server/clients/src/MvcJarUriJwt/AssertionService.cs diff --git a/clients/src/MvcJarUriJwt/ClientAssertionService.cs b/identity-server/clients/src/MvcJarUriJwt/ClientAssertionService.cs similarity index 100% rename from clients/src/MvcJarUriJwt/ClientAssertionService.cs rename to identity-server/clients/src/MvcJarUriJwt/ClientAssertionService.cs diff --git a/clients/src/MvcJarUriJwt/Controllers/HomeController.cs b/identity-server/clients/src/MvcJarUriJwt/Controllers/HomeController.cs similarity index 100% rename from clients/src/MvcJarUriJwt/Controllers/HomeController.cs rename to identity-server/clients/src/MvcJarUriJwt/Controllers/HomeController.cs diff --git a/clients/src/MvcJarUriJwt/Controllers/RO.cs b/identity-server/clients/src/MvcJarUriJwt/Controllers/RO.cs similarity index 100% rename from clients/src/MvcJarUriJwt/Controllers/RO.cs rename to identity-server/clients/src/MvcJarUriJwt/Controllers/RO.cs diff --git a/clients/src/MvcJarUriJwt/MvcJarUriJwt.csproj b/identity-server/clients/src/MvcJarUriJwt/MvcJarUriJwt.csproj similarity index 100% rename from clients/src/MvcJarUriJwt/MvcJarUriJwt.csproj rename to identity-server/clients/src/MvcJarUriJwt/MvcJarUriJwt.csproj diff --git a/clients/src/MvcJarUriJwt/OidcEvents.cs b/identity-server/clients/src/MvcJarUriJwt/OidcEvents.cs similarity index 100% rename from clients/src/MvcJarUriJwt/OidcEvents.cs rename to identity-server/clients/src/MvcJarUriJwt/OidcEvents.cs diff --git a/clients/src/MvcJarUriJwt/Program.cs b/identity-server/clients/src/MvcJarUriJwt/Program.cs similarity index 100% rename from clients/src/MvcJarUriJwt/Program.cs rename to identity-server/clients/src/MvcJarUriJwt/Program.cs diff --git a/clients/src/MvcJarUriJwt/Properties/launchSettings.json b/identity-server/clients/src/MvcJarUriJwt/Properties/launchSettings.json similarity index 100% rename from clients/src/MvcJarUriJwt/Properties/launchSettings.json rename to identity-server/clients/src/MvcJarUriJwt/Properties/launchSettings.json diff --git a/clients/src/MvcJarUriJwt/RequestUriService.cs b/identity-server/clients/src/MvcJarUriJwt/RequestUriService.cs similarity index 100% rename from clients/src/MvcJarUriJwt/RequestUriService.cs rename to identity-server/clients/src/MvcJarUriJwt/RequestUriService.cs diff --git a/clients/src/MvcJarUriJwt/Startup.cs b/identity-server/clients/src/MvcJarUriJwt/Startup.cs similarity index 100% rename from clients/src/MvcJarUriJwt/Startup.cs rename to identity-server/clients/src/MvcJarUriJwt/Startup.cs diff --git a/clients/src/MvcJarUriJwt/Views/Home/CallApi.cshtml b/identity-server/clients/src/MvcJarUriJwt/Views/Home/CallApi.cshtml similarity index 100% rename from clients/src/MvcJarUriJwt/Views/Home/CallApi.cshtml rename to identity-server/clients/src/MvcJarUriJwt/Views/Home/CallApi.cshtml diff --git a/clients/src/MvcJarUriJwt/Views/Home/Index.cshtml b/identity-server/clients/src/MvcJarUriJwt/Views/Home/Index.cshtml similarity index 100% rename from clients/src/MvcJarUriJwt/Views/Home/Index.cshtml rename to identity-server/clients/src/MvcJarUriJwt/Views/Home/Index.cshtml diff --git a/clients/src/MvcJarUriJwt/Views/Home/Secure.cshtml b/identity-server/clients/src/MvcJarUriJwt/Views/Home/Secure.cshtml similarity index 100% rename from clients/src/MvcJarUriJwt/Views/Home/Secure.cshtml rename to identity-server/clients/src/MvcJarUriJwt/Views/Home/Secure.cshtml diff --git a/clients/src/MvcJarUriJwt/Views/Shared/_Layout.cshtml b/identity-server/clients/src/MvcJarUriJwt/Views/Shared/_Layout.cshtml similarity index 100% rename from clients/src/MvcJarUriJwt/Views/Shared/_Layout.cshtml rename to identity-server/clients/src/MvcJarUriJwt/Views/Shared/_Layout.cshtml diff --git a/clients/src/MvcJarUriJwt/Views/Shared/_ValidationScriptsPartial.cshtml b/identity-server/clients/src/MvcJarUriJwt/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from clients/src/MvcJarUriJwt/Views/Shared/_ValidationScriptsPartial.cshtml rename to identity-server/clients/src/MvcJarUriJwt/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/clients/src/MvcJarUriJwt/Views/_ViewImports.cshtml b/identity-server/clients/src/MvcJarUriJwt/Views/_ViewImports.cshtml similarity index 100% rename from clients/src/MvcJarUriJwt/Views/_ViewImports.cshtml rename to identity-server/clients/src/MvcJarUriJwt/Views/_ViewImports.cshtml diff --git a/clients/src/MvcJarUriJwt/Views/_ViewStart.cshtml b/identity-server/clients/src/MvcJarUriJwt/Views/_ViewStart.cshtml similarity index 100% rename from clients/src/MvcJarUriJwt/Views/_ViewStart.cshtml rename to identity-server/clients/src/MvcJarUriJwt/Views/_ViewStart.cshtml diff --git a/clients/src/MvcJarUriJwt/wwwroot/css/site.css b/identity-server/clients/src/MvcJarUriJwt/wwwroot/css/site.css similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/css/site.css rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/css/site.css diff --git a/clients/src/MvcJarUriJwt/wwwroot/favicon.ico b/identity-server/clients/src/MvcJarUriJwt/wwwroot/favicon.ico similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/favicon.ico rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/favicon.ico diff --git a/clients/src/MvcJarUriJwt/wwwroot/js/site.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/js/site.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/js/site.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/js/site.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/LICENSE b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/LICENSE rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/LICENSE diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/LICENSE.md b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/LICENSE.md rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/LICENSE.txt b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/LICENSE.txt diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/clients/src/MvcJarUriJwt/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/clients/src/WindowsConsoleSystemBrowser/CallbackManager.cs b/identity-server/clients/src/WindowsConsoleSystemBrowser/CallbackManager.cs similarity index 100% rename from clients/src/WindowsConsoleSystemBrowser/CallbackManager.cs rename to identity-server/clients/src/WindowsConsoleSystemBrowser/CallbackManager.cs diff --git a/clients/src/WindowsConsoleSystemBrowser/Program.cs b/identity-server/clients/src/WindowsConsoleSystemBrowser/Program.cs similarity index 100% rename from clients/src/WindowsConsoleSystemBrowser/Program.cs rename to identity-server/clients/src/WindowsConsoleSystemBrowser/Program.cs diff --git a/clients/src/WindowsConsoleSystemBrowser/RegistryConfig.cs b/identity-server/clients/src/WindowsConsoleSystemBrowser/RegistryConfig.cs similarity index 100% rename from clients/src/WindowsConsoleSystemBrowser/RegistryConfig.cs rename to identity-server/clients/src/WindowsConsoleSystemBrowser/RegistryConfig.cs diff --git a/clients/src/WindowsConsoleSystemBrowser/WindowsConsoleSystemBrowser.csproj b/identity-server/clients/src/WindowsConsoleSystemBrowser/WindowsConsoleSystemBrowser.csproj similarity index 100% rename from clients/src/WindowsConsoleSystemBrowser/WindowsConsoleSystemBrowser.csproj rename to identity-server/clients/src/WindowsConsoleSystemBrowser/WindowsConsoleSystemBrowser.csproj diff --git a/global.json b/identity-server/global.json similarity index 100% rename from global.json rename to identity-server/global.json diff --git a/hosts/AspNetIdentity/Data/ApplicationDbContext.cs b/identity-server/hosts/AspNetIdentity/Data/ApplicationDbContext.cs similarity index 100% rename from hosts/AspNetIdentity/Data/ApplicationDbContext.cs rename to identity-server/hosts/AspNetIdentity/Data/ApplicationDbContext.cs diff --git a/hosts/AspNetIdentity/GlobalSuppressions.cs b/identity-server/hosts/AspNetIdentity/GlobalSuppressions.cs similarity index 100% rename from hosts/AspNetIdentity/GlobalSuppressions.cs rename to identity-server/hosts/AspNetIdentity/GlobalSuppressions.cs diff --git a/hosts/AspNetIdentity/Host.AspNetIdentity.csproj b/identity-server/hosts/AspNetIdentity/Host.AspNetIdentity.csproj similarity index 100% rename from hosts/AspNetIdentity/Host.AspNetIdentity.csproj rename to identity-server/hosts/AspNetIdentity/Host.AspNetIdentity.csproj diff --git a/hosts/AspNetIdentity/HostingExtensions.cs b/identity-server/hosts/AspNetIdentity/HostingExtensions.cs similarity index 100% rename from hosts/AspNetIdentity/HostingExtensions.cs rename to identity-server/hosts/AspNetIdentity/HostingExtensions.cs diff --git a/hosts/AspNetIdentity/IdentityServerExtensions.cs b/identity-server/hosts/AspNetIdentity/IdentityServerExtensions.cs similarity index 100% rename from hosts/AspNetIdentity/IdentityServerExtensions.cs rename to identity-server/hosts/AspNetIdentity/IdentityServerExtensions.cs diff --git a/hosts/AspNetIdentity/Models/ApplicationUser.cs b/identity-server/hosts/AspNetIdentity/Models/ApplicationUser.cs similarity index 100% rename from hosts/AspNetIdentity/Models/ApplicationUser.cs rename to identity-server/hosts/AspNetIdentity/Models/ApplicationUser.cs diff --git a/hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml diff --git a/hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/AccessDenied.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Login/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Login/InputModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Login/InputModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Login/InputModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Login/InputModel.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Login/LoginOptions.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Login/LoginOptions.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Login/LoginOptions.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Login/LoginOptions.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Login/ViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Login/ViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Login/ViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Login/ViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Logout/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml diff --git a/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOut.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOutViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOutViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Logout/LoggedOutViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LoggedOutViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/Account/Logout/LogoutOptions.cs b/identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LogoutOptions.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Account/Logout/LogoutOptions.cs rename to identity-server/hosts/AspNetIdentity/Pages/Account/Logout/LogoutOptions.cs diff --git a/hosts/AspNetIdentity/Pages/Ciba/All.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Ciba/All.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/All.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/All.cshtml diff --git a/hosts/AspNetIdentity/Pages/Ciba/All.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Ciba/All.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/All.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/All.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml diff --git a/hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Ciba/ConsentOptions.cs b/identity-server/hosts/AspNetIdentity/Pages/Ciba/ConsentOptions.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/ConsentOptions.cs rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/ConsentOptions.cs diff --git a/hosts/AspNetIdentity/Pages/Ciba/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Ciba/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Ciba/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Ciba/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Ciba/InputModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Ciba/InputModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/InputModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/InputModel.cs diff --git a/hosts/AspNetIdentity/Pages/Ciba/ViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Ciba/ViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/ViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/ViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/Ciba/_ScopeListItem.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Ciba/_ScopeListItem.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Ciba/_ScopeListItem.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Ciba/_ScopeListItem.cshtml diff --git a/hosts/AspNetIdentity/Pages/Consent/ConsentOptions.cs b/identity-server/hosts/AspNetIdentity/Pages/Consent/ConsentOptions.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Consent/ConsentOptions.cs rename to identity-server/hosts/AspNetIdentity/Pages/Consent/ConsentOptions.cs diff --git a/hosts/AspNetIdentity/Pages/Consent/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Consent/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Consent/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Consent/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Consent/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Consent/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Consent/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Consent/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Consent/InputModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Consent/InputModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Consent/InputModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Consent/InputModel.cs diff --git a/hosts/AspNetIdentity/Pages/Consent/ViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Consent/ViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Consent/ViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Consent/ViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/Consent/_ScopeListItem.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Consent/_ScopeListItem.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Consent/_ScopeListItem.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Consent/_ScopeListItem.cshtml diff --git a/hosts/AspNetIdentity/Pages/Device/DeviceOptions.cs b/identity-server/hosts/AspNetIdentity/Pages/Device/DeviceOptions.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/DeviceOptions.cs rename to identity-server/hosts/AspNetIdentity/Pages/Device/DeviceOptions.cs diff --git a/hosts/AspNetIdentity/Pages/Device/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Device/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Device/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Device/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Device/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Device/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Device/InputModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Device/InputModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/InputModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Device/InputModel.cs diff --git a/hosts/AspNetIdentity/Pages/Device/Success.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Device/Success.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/Success.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Device/Success.cshtml diff --git a/hosts/AspNetIdentity/Pages/Device/Success.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Device/Success.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/Success.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Device/Success.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Device/ViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Device/ViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/ViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Device/ViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/Device/_ScopeListItem.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Device/_ScopeListItem.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Device/_ScopeListItem.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Device/_ScopeListItem.cshtml diff --git a/hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Diagnostics/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Diagnostics/ViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Diagnostics/ViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Diagnostics/ViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Diagnostics/ViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/Extensions.cs b/identity-server/hosts/AspNetIdentity/Pages/Extensions.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Extensions.cs rename to identity-server/hosts/AspNetIdentity/Pages/Extensions.cs diff --git a/hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml b/identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml diff --git a/hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Callback.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml b/identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml diff --git a/hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/ExternalLogin/Challenge.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Grants/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Grants/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Grants/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Grants/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Grants/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Grants/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Grants/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Grants/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Grants/ViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Grants/ViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Grants/ViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Grants/ViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Home/Error/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Home/Error/ViewModel.cs b/identity-server/hosts/AspNetIdentity/Pages/Home/Error/ViewModel.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Home/Error/ViewModel.cs rename to identity-server/hosts/AspNetIdentity/Pages/Home/Error/ViewModel.cs diff --git a/hosts/AspNetIdentity/Pages/IdentityServerSuppressions.cs b/identity-server/hosts/AspNetIdentity/Pages/IdentityServerSuppressions.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/IdentityServerSuppressions.cs rename to identity-server/hosts/AspNetIdentity/Pages/IdentityServerSuppressions.cs diff --git a/hosts/AspNetIdentity/Pages/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Log.cs b/identity-server/hosts/AspNetIdentity/Pages/Log.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Log.cs rename to identity-server/hosts/AspNetIdentity/Pages/Log.cs diff --git a/hosts/AspNetIdentity/Pages/Redirect/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Redirect/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Redirect/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Redirect/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/Redirect/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/Redirect/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Redirect/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/Redirect/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/SecurityHeadersAttribute.cs b/identity-server/hosts/AspNetIdentity/Pages/SecurityHeadersAttribute.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/SecurityHeadersAttribute.cs rename to identity-server/hosts/AspNetIdentity/Pages/SecurityHeadersAttribute.cs diff --git a/hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml b/identity-server/hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml diff --git a/hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml.cs b/identity-server/hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml.cs rename to identity-server/hosts/AspNetIdentity/Pages/ServerSideSessions/Index.cshtml.cs diff --git a/hosts/AspNetIdentity/Pages/Shared/_Layout.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Shared/_Layout.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Shared/_Layout.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Shared/_Layout.cshtml diff --git a/hosts/AspNetIdentity/Pages/Shared/_Nav.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Shared/_Nav.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Shared/_Nav.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Shared/_Nav.cshtml diff --git a/hosts/AspNetIdentity/Pages/Shared/_ValidationSummary.cshtml b/identity-server/hosts/AspNetIdentity/Pages/Shared/_ValidationSummary.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/Shared/_ValidationSummary.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/Shared/_ValidationSummary.cshtml diff --git a/hosts/AspNetIdentity/Pages/Telemetry.cs b/identity-server/hosts/AspNetIdentity/Pages/Telemetry.cs similarity index 100% rename from hosts/AspNetIdentity/Pages/Telemetry.cs rename to identity-server/hosts/AspNetIdentity/Pages/Telemetry.cs diff --git a/hosts/AspNetIdentity/Pages/_ViewImports.cshtml b/identity-server/hosts/AspNetIdentity/Pages/_ViewImports.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/_ViewImports.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/_ViewImports.cshtml diff --git a/hosts/AspNetIdentity/Pages/_ViewStart.cshtml b/identity-server/hosts/AspNetIdentity/Pages/_ViewStart.cshtml similarity index 100% rename from hosts/AspNetIdentity/Pages/_ViewStart.cshtml rename to identity-server/hosts/AspNetIdentity/Pages/_ViewStart.cshtml diff --git a/hosts/AspNetIdentity/Program.cs b/identity-server/hosts/AspNetIdentity/Program.cs similarity index 100% rename from hosts/AspNetIdentity/Program.cs rename to identity-server/hosts/AspNetIdentity/Program.cs diff --git a/hosts/AspNetIdentity/Properties/launchSettings.json b/identity-server/hosts/AspNetIdentity/Properties/launchSettings.json similarity index 100% rename from hosts/AspNetIdentity/Properties/launchSettings.json rename to identity-server/hosts/AspNetIdentity/Properties/launchSettings.json diff --git a/hosts/AspNetIdentity/appsettings.json b/identity-server/hosts/AspNetIdentity/appsettings.json similarity index 100% rename from hosts/AspNetIdentity/appsettings.json rename to identity-server/hosts/AspNetIdentity/appsettings.json diff --git a/hosts/AspNetIdentity/wwwroot/css/site.css b/identity-server/hosts/AspNetIdentity/wwwroot/css/site.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/css/site.css rename to identity-server/hosts/AspNetIdentity/wwwroot/css/site.css diff --git a/hosts/AspNetIdentity/wwwroot/css/site.min.css b/identity-server/hosts/AspNetIdentity/wwwroot/css/site.min.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/css/site.min.css rename to identity-server/hosts/AspNetIdentity/wwwroot/css/site.min.css diff --git a/hosts/AspNetIdentity/wwwroot/css/site.scss b/identity-server/hosts/AspNetIdentity/wwwroot/css/site.scss similarity index 100% rename from hosts/AspNetIdentity/wwwroot/css/site.scss rename to identity-server/hosts/AspNetIdentity/wwwroot/css/site.scss diff --git a/hosts/AspNetIdentity/wwwroot/duende-logo.svg b/identity-server/hosts/AspNetIdentity/wwwroot/duende-logo.svg similarity index 100% rename from hosts/AspNetIdentity/wwwroot/duende-logo.svg rename to identity-server/hosts/AspNetIdentity/wwwroot/duende-logo.svg diff --git a/hosts/AspNetIdentity/wwwroot/favicon.ico b/identity-server/hosts/AspNetIdentity/wwwroot/favicon.ico similarity index 100% rename from hosts/AspNetIdentity/wwwroot/favicon.ico rename to identity-server/hosts/AspNetIdentity/wwwroot/favicon.ico diff --git a/hosts/AspNetIdentity/wwwroot/js/signin-redirect.js b/identity-server/hosts/AspNetIdentity/wwwroot/js/signin-redirect.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/js/signin-redirect.js rename to identity-server/hosts/AspNetIdentity/wwwroot/js/signin-redirect.js diff --git a/hosts/AspNetIdentity/wwwroot/js/signout-redirect.js b/identity-server/hosts/AspNetIdentity/wwwroot/js/signout-redirect.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/js/signout-redirect.js rename to identity-server/hosts/AspNetIdentity/wwwroot/js/signout-redirect.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/LICENSE b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/LICENSE rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/LICENSE diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/README.md b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/README.md similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/README.md rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/README.md diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/LICENSE b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/LICENSE similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/LICENSE rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/LICENSE diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less diff --git a/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css b/identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/LICENSE.txt b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/LICENSE.txt diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/README.md b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/README.md similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/README.md rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/README.md diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.js b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.js similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.js rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.js diff --git a/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.map b/identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.map similarity index 100% rename from hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.map rename to identity-server/hosts/AspNetIdentity/wwwroot/lib/jquery/dist/jquery.slim.min.map diff --git a/hosts/Config/Clients.cs b/identity-server/hosts/Config/Clients.cs similarity index 100% rename from hosts/Config/Clients.cs rename to identity-server/hosts/Config/Clients.cs diff --git a/hosts/Config/ClientsConsole.cs b/identity-server/hosts/Config/ClientsConsole.cs similarity index 100% rename from hosts/Config/ClientsConsole.cs rename to identity-server/hosts/Config/ClientsConsole.cs diff --git a/hosts/Config/ClientsWeb.cs b/identity-server/hosts/Config/ClientsWeb.cs similarity index 100% rename from hosts/Config/ClientsWeb.cs rename to identity-server/hosts/Config/ClientsWeb.cs diff --git a/hosts/Config/Resources.cs b/identity-server/hosts/Config/Resources.cs similarity index 100% rename from hosts/Config/Resources.cs rename to identity-server/hosts/Config/Resources.cs diff --git a/hosts/Configuration/CustomClientRegistrationProcessor.cs b/identity-server/hosts/Configuration/CustomClientRegistrationProcessor.cs similarity index 100% rename from hosts/Configuration/CustomClientRegistrationProcessor.cs rename to identity-server/hosts/Configuration/CustomClientRegistrationProcessor.cs diff --git a/hosts/Configuration/DiscoveryHealthCheck.cs b/identity-server/hosts/Configuration/DiscoveryHealthCheck.cs similarity index 100% rename from hosts/Configuration/DiscoveryHealthCheck.cs rename to identity-server/hosts/Configuration/DiscoveryHealthCheck.cs diff --git a/hosts/Configuration/Extensions/ExtensionGrantValidator.cs b/identity-server/hosts/Configuration/Extensions/ExtensionGrantValidator.cs similarity index 100% rename from hosts/Configuration/Extensions/ExtensionGrantValidator.cs rename to identity-server/hosts/Configuration/Extensions/ExtensionGrantValidator.cs diff --git a/hosts/Configuration/Extensions/HostProfileService.cs b/identity-server/hosts/Configuration/Extensions/HostProfileService.cs similarity index 100% rename from hosts/Configuration/Extensions/HostProfileService.cs rename to identity-server/hosts/Configuration/Extensions/HostProfileService.cs diff --git a/hosts/Configuration/Extensions/NoSubjectExtensionGrantValidator.cs b/identity-server/hosts/Configuration/Extensions/NoSubjectExtensionGrantValidator.cs similarity index 100% rename from hosts/Configuration/Extensions/NoSubjectExtensionGrantValidator.cs rename to identity-server/hosts/Configuration/Extensions/NoSubjectExtensionGrantValidator.cs diff --git a/hosts/Configuration/Extensions/ParameterizedScopeParser.cs b/identity-server/hosts/Configuration/Extensions/ParameterizedScopeParser.cs similarity index 100% rename from hosts/Configuration/Extensions/ParameterizedScopeParser.cs rename to identity-server/hosts/Configuration/Extensions/ParameterizedScopeParser.cs diff --git a/hosts/Configuration/Extensions/ParameterizedScopeTokenRequestValidator.cs b/identity-server/hosts/Configuration/Extensions/ParameterizedScopeTokenRequestValidator.cs similarity index 100% rename from hosts/Configuration/Extensions/ParameterizedScopeTokenRequestValidator.cs rename to identity-server/hosts/Configuration/Extensions/ParameterizedScopeTokenRequestValidator.cs diff --git a/hosts/Configuration/Extensions/SameSiteHandlingExtensions.cs b/identity-server/hosts/Configuration/Extensions/SameSiteHandlingExtensions.cs similarity index 100% rename from hosts/Configuration/Extensions/SameSiteHandlingExtensions.cs rename to identity-server/hosts/Configuration/Extensions/SameSiteHandlingExtensions.cs diff --git a/hosts/Configuration/GlobalSuppressions.cs b/identity-server/hosts/Configuration/GlobalSuppressions.cs similarity index 100% rename from hosts/Configuration/GlobalSuppressions.cs rename to identity-server/hosts/Configuration/GlobalSuppressions.cs diff --git a/hosts/Configuration/Host.Configuration.csproj b/identity-server/hosts/Configuration/Host.Configuration.csproj similarity index 100% rename from hosts/Configuration/Host.Configuration.csproj rename to identity-server/hosts/Configuration/Host.Configuration.csproj diff --git a/hosts/Configuration/HostingExtensions.cs b/identity-server/hosts/Configuration/HostingExtensions.cs similarity index 100% rename from hosts/Configuration/HostingExtensions.cs rename to identity-server/hosts/Configuration/HostingExtensions.cs diff --git a/hosts/Configuration/IdentityServerExtensions.cs b/identity-server/hosts/Configuration/IdentityServerExtensions.cs similarity index 100% rename from hosts/Configuration/IdentityServerExtensions.cs rename to identity-server/hosts/Configuration/IdentityServerExtensions.cs diff --git a/hosts/Configuration/LocalApiController.cs b/identity-server/hosts/Configuration/LocalApiController.cs similarity index 100% rename from hosts/Configuration/LocalApiController.cs rename to identity-server/hosts/Configuration/LocalApiController.cs diff --git a/hosts/Configuration/Pages/Account/AccessDenied.cshtml b/identity-server/hosts/Configuration/Pages/Account/AccessDenied.cshtml similarity index 100% rename from hosts/Configuration/Pages/Account/AccessDenied.cshtml rename to identity-server/hosts/Configuration/Pages/Account/AccessDenied.cshtml diff --git a/hosts/Configuration/Pages/Account/AccessDenied.cshtml.cs b/identity-server/hosts/Configuration/Pages/Account/AccessDenied.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Account/AccessDenied.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Account/AccessDenied.cshtml.cs diff --git a/hosts/Configuration/Pages/Account/Create/Index.cshtml b/identity-server/hosts/Configuration/Pages/Account/Create/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Account/Create/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Account/Create/Index.cshtml diff --git a/hosts/Configuration/Pages/Account/Create/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Account/Create/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Create/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Account/Create/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Account/Create/InputModel.cs b/identity-server/hosts/Configuration/Pages/Account/Create/InputModel.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Create/InputModel.cs rename to identity-server/hosts/Configuration/Pages/Account/Create/InputModel.cs diff --git a/hosts/Configuration/Pages/Account/Login/Index.cshtml b/identity-server/hosts/Configuration/Pages/Account/Login/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Account/Login/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Account/Login/Index.cshtml diff --git a/hosts/Configuration/Pages/Account/Login/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Account/Login/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Login/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Account/Login/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Account/Login/InputModel.cs b/identity-server/hosts/Configuration/Pages/Account/Login/InputModel.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Login/InputModel.cs rename to identity-server/hosts/Configuration/Pages/Account/Login/InputModel.cs diff --git a/hosts/Configuration/Pages/Account/Login/LoginOptions.cs b/identity-server/hosts/Configuration/Pages/Account/Login/LoginOptions.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Login/LoginOptions.cs rename to identity-server/hosts/Configuration/Pages/Account/Login/LoginOptions.cs diff --git a/hosts/Configuration/Pages/Account/Login/ViewModel.cs b/identity-server/hosts/Configuration/Pages/Account/Login/ViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Login/ViewModel.cs rename to identity-server/hosts/Configuration/Pages/Account/Login/ViewModel.cs diff --git a/hosts/Configuration/Pages/Account/Logout/Index.cshtml b/identity-server/hosts/Configuration/Pages/Account/Logout/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Account/Logout/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Account/Logout/Index.cshtml diff --git a/hosts/Configuration/Pages/Account/Logout/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Account/Logout/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Logout/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Account/Logout/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml b/identity-server/hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml similarity index 100% rename from hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml rename to identity-server/hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml diff --git a/hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml.cs b/identity-server/hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Account/Logout/LoggedOut.cshtml.cs diff --git a/hosts/Configuration/Pages/Account/Logout/LoggedOutViewModel.cs b/identity-server/hosts/Configuration/Pages/Account/Logout/LoggedOutViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Logout/LoggedOutViewModel.cs rename to identity-server/hosts/Configuration/Pages/Account/Logout/LoggedOutViewModel.cs diff --git a/hosts/Configuration/Pages/Account/Logout/LogoutOptions.cs b/identity-server/hosts/Configuration/Pages/Account/Logout/LogoutOptions.cs similarity index 100% rename from hosts/Configuration/Pages/Account/Logout/LogoutOptions.cs rename to identity-server/hosts/Configuration/Pages/Account/Logout/LogoutOptions.cs diff --git a/hosts/Configuration/Pages/Ciba/All.cshtml b/identity-server/hosts/Configuration/Pages/Ciba/All.cshtml similarity index 100% rename from hosts/Configuration/Pages/Ciba/All.cshtml rename to identity-server/hosts/Configuration/Pages/Ciba/All.cshtml diff --git a/hosts/Configuration/Pages/Ciba/All.cshtml.cs b/identity-server/hosts/Configuration/Pages/Ciba/All.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Ciba/All.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Ciba/All.cshtml.cs diff --git a/hosts/Configuration/Pages/Ciba/Consent.cshtml b/identity-server/hosts/Configuration/Pages/Ciba/Consent.cshtml similarity index 100% rename from hosts/Configuration/Pages/Ciba/Consent.cshtml rename to identity-server/hosts/Configuration/Pages/Ciba/Consent.cshtml diff --git a/hosts/Configuration/Pages/Ciba/Consent.cshtml.cs b/identity-server/hosts/Configuration/Pages/Ciba/Consent.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Ciba/Consent.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Ciba/Consent.cshtml.cs diff --git a/hosts/Configuration/Pages/Ciba/ConsentOptions.cs b/identity-server/hosts/Configuration/Pages/Ciba/ConsentOptions.cs similarity index 100% rename from hosts/Configuration/Pages/Ciba/ConsentOptions.cs rename to identity-server/hosts/Configuration/Pages/Ciba/ConsentOptions.cs diff --git a/hosts/Configuration/Pages/Ciba/Index.cshtml b/identity-server/hosts/Configuration/Pages/Ciba/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Ciba/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Ciba/Index.cshtml diff --git a/hosts/Configuration/Pages/Ciba/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Ciba/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Ciba/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Ciba/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Ciba/InputModel.cs b/identity-server/hosts/Configuration/Pages/Ciba/InputModel.cs similarity index 100% rename from hosts/Configuration/Pages/Ciba/InputModel.cs rename to identity-server/hosts/Configuration/Pages/Ciba/InputModel.cs diff --git a/hosts/Configuration/Pages/Ciba/ViewModel.cs b/identity-server/hosts/Configuration/Pages/Ciba/ViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Ciba/ViewModel.cs rename to identity-server/hosts/Configuration/Pages/Ciba/ViewModel.cs diff --git a/hosts/Configuration/Pages/Ciba/_ScopeListItem.cshtml b/identity-server/hosts/Configuration/Pages/Ciba/_ScopeListItem.cshtml similarity index 100% rename from hosts/Configuration/Pages/Ciba/_ScopeListItem.cshtml rename to identity-server/hosts/Configuration/Pages/Ciba/_ScopeListItem.cshtml diff --git a/hosts/Configuration/Pages/Consent/ConsentOptions.cs b/identity-server/hosts/Configuration/Pages/Consent/ConsentOptions.cs similarity index 100% rename from hosts/Configuration/Pages/Consent/ConsentOptions.cs rename to identity-server/hosts/Configuration/Pages/Consent/ConsentOptions.cs diff --git a/hosts/Configuration/Pages/Consent/Index.cshtml b/identity-server/hosts/Configuration/Pages/Consent/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Consent/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Consent/Index.cshtml diff --git a/hosts/Configuration/Pages/Consent/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Consent/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Consent/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Consent/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Consent/InputModel.cs b/identity-server/hosts/Configuration/Pages/Consent/InputModel.cs similarity index 100% rename from hosts/Configuration/Pages/Consent/InputModel.cs rename to identity-server/hosts/Configuration/Pages/Consent/InputModel.cs diff --git a/hosts/Configuration/Pages/Consent/ViewModel.cs b/identity-server/hosts/Configuration/Pages/Consent/ViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Consent/ViewModel.cs rename to identity-server/hosts/Configuration/Pages/Consent/ViewModel.cs diff --git a/hosts/Configuration/Pages/Consent/_ScopeListItem.cshtml b/identity-server/hosts/Configuration/Pages/Consent/_ScopeListItem.cshtml similarity index 100% rename from hosts/Configuration/Pages/Consent/_ScopeListItem.cshtml rename to identity-server/hosts/Configuration/Pages/Consent/_ScopeListItem.cshtml diff --git a/hosts/Configuration/Pages/Device/DeviceOptions.cs b/identity-server/hosts/Configuration/Pages/Device/DeviceOptions.cs similarity index 100% rename from hosts/Configuration/Pages/Device/DeviceOptions.cs rename to identity-server/hosts/Configuration/Pages/Device/DeviceOptions.cs diff --git a/hosts/Configuration/Pages/Device/Index.cshtml b/identity-server/hosts/Configuration/Pages/Device/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Device/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Device/Index.cshtml diff --git a/hosts/Configuration/Pages/Device/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Device/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Device/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Device/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Device/InputModel.cs b/identity-server/hosts/Configuration/Pages/Device/InputModel.cs similarity index 100% rename from hosts/Configuration/Pages/Device/InputModel.cs rename to identity-server/hosts/Configuration/Pages/Device/InputModel.cs diff --git a/hosts/Configuration/Pages/Device/Success.cshtml b/identity-server/hosts/Configuration/Pages/Device/Success.cshtml similarity index 100% rename from hosts/Configuration/Pages/Device/Success.cshtml rename to identity-server/hosts/Configuration/Pages/Device/Success.cshtml diff --git a/hosts/Configuration/Pages/Device/Success.cshtml.cs b/identity-server/hosts/Configuration/Pages/Device/Success.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Device/Success.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Device/Success.cshtml.cs diff --git a/hosts/Configuration/Pages/Device/ViewModel.cs b/identity-server/hosts/Configuration/Pages/Device/ViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Device/ViewModel.cs rename to identity-server/hosts/Configuration/Pages/Device/ViewModel.cs diff --git a/hosts/Configuration/Pages/Device/_ScopeListItem.cshtml b/identity-server/hosts/Configuration/Pages/Device/_ScopeListItem.cshtml similarity index 100% rename from hosts/Configuration/Pages/Device/_ScopeListItem.cshtml rename to identity-server/hosts/Configuration/Pages/Device/_ScopeListItem.cshtml diff --git a/hosts/Configuration/Pages/Diagnostics/Index.cshtml b/identity-server/hosts/Configuration/Pages/Diagnostics/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Diagnostics/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Diagnostics/Index.cshtml diff --git a/hosts/Configuration/Pages/Diagnostics/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Diagnostics/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Diagnostics/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Diagnostics/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Diagnostics/ViewModel.cs b/identity-server/hosts/Configuration/Pages/Diagnostics/ViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Diagnostics/ViewModel.cs rename to identity-server/hosts/Configuration/Pages/Diagnostics/ViewModel.cs diff --git a/hosts/Configuration/Pages/Extensions.cs b/identity-server/hosts/Configuration/Pages/Extensions.cs similarity index 100% rename from hosts/Configuration/Pages/Extensions.cs rename to identity-server/hosts/Configuration/Pages/Extensions.cs diff --git a/hosts/Configuration/Pages/ExternalLogin/Callback.cshtml b/identity-server/hosts/Configuration/Pages/ExternalLogin/Callback.cshtml similarity index 100% rename from hosts/Configuration/Pages/ExternalLogin/Callback.cshtml rename to identity-server/hosts/Configuration/Pages/ExternalLogin/Callback.cshtml diff --git a/hosts/Configuration/Pages/ExternalLogin/Callback.cshtml.cs b/identity-server/hosts/Configuration/Pages/ExternalLogin/Callback.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/ExternalLogin/Callback.cshtml.cs rename to identity-server/hosts/Configuration/Pages/ExternalLogin/Callback.cshtml.cs diff --git a/hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml b/identity-server/hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml similarity index 100% rename from hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml rename to identity-server/hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml diff --git a/hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml.cs b/identity-server/hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml.cs rename to identity-server/hosts/Configuration/Pages/ExternalLogin/Challenge.cshtml.cs diff --git a/hosts/Configuration/Pages/Grants/Index.cshtml b/identity-server/hosts/Configuration/Pages/Grants/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Grants/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Grants/Index.cshtml diff --git a/hosts/Configuration/Pages/Grants/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Grants/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Grants/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Grants/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Grants/ViewModel.cs b/identity-server/hosts/Configuration/Pages/Grants/ViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Grants/ViewModel.cs rename to identity-server/hosts/Configuration/Pages/Grants/ViewModel.cs diff --git a/hosts/Configuration/Pages/Home/Error/Index.cshtml b/identity-server/hosts/Configuration/Pages/Home/Error/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Home/Error/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Home/Error/Index.cshtml diff --git a/hosts/Configuration/Pages/Home/Error/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Home/Error/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Home/Error/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Home/Error/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Home/Error/ViewModel.cs b/identity-server/hosts/Configuration/Pages/Home/Error/ViewModel.cs similarity index 100% rename from hosts/Configuration/Pages/Home/Error/ViewModel.cs rename to identity-server/hosts/Configuration/Pages/Home/Error/ViewModel.cs diff --git a/hosts/Configuration/Pages/IdentityServerSuppressions.cs b/identity-server/hosts/Configuration/Pages/IdentityServerSuppressions.cs similarity index 100% rename from hosts/Configuration/Pages/IdentityServerSuppressions.cs rename to identity-server/hosts/Configuration/Pages/IdentityServerSuppressions.cs diff --git a/hosts/Configuration/Pages/Index.cshtml b/identity-server/hosts/Configuration/Pages/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Index.cshtml diff --git a/hosts/Configuration/Pages/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Log.cs b/identity-server/hosts/Configuration/Pages/Log.cs similarity index 100% rename from hosts/Configuration/Pages/Log.cs rename to identity-server/hosts/Configuration/Pages/Log.cs diff --git a/hosts/Configuration/Pages/Redirect/Index.cshtml b/identity-server/hosts/Configuration/Pages/Redirect/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/Redirect/Index.cshtml rename to identity-server/hosts/Configuration/Pages/Redirect/Index.cshtml diff --git a/hosts/Configuration/Pages/Redirect/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/Redirect/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/Redirect/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/Redirect/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/SecurityHeadersAttribute.cs b/identity-server/hosts/Configuration/Pages/SecurityHeadersAttribute.cs similarity index 100% rename from hosts/Configuration/Pages/SecurityHeadersAttribute.cs rename to identity-server/hosts/Configuration/Pages/SecurityHeadersAttribute.cs diff --git a/hosts/Configuration/Pages/ServerSideSessions/Index.cshtml b/identity-server/hosts/Configuration/Pages/ServerSideSessions/Index.cshtml similarity index 100% rename from hosts/Configuration/Pages/ServerSideSessions/Index.cshtml rename to identity-server/hosts/Configuration/Pages/ServerSideSessions/Index.cshtml diff --git a/hosts/Configuration/Pages/ServerSideSessions/Index.cshtml.cs b/identity-server/hosts/Configuration/Pages/ServerSideSessions/Index.cshtml.cs similarity index 100% rename from hosts/Configuration/Pages/ServerSideSessions/Index.cshtml.cs rename to identity-server/hosts/Configuration/Pages/ServerSideSessions/Index.cshtml.cs diff --git a/hosts/Configuration/Pages/Shared/_Layout.cshtml b/identity-server/hosts/Configuration/Pages/Shared/_Layout.cshtml similarity index 100% rename from hosts/Configuration/Pages/Shared/_Layout.cshtml rename to identity-server/hosts/Configuration/Pages/Shared/_Layout.cshtml diff --git a/hosts/Configuration/Pages/Shared/_Nav.cshtml b/identity-server/hosts/Configuration/Pages/Shared/_Nav.cshtml similarity index 100% rename from hosts/Configuration/Pages/Shared/_Nav.cshtml rename to identity-server/hosts/Configuration/Pages/Shared/_Nav.cshtml diff --git a/hosts/Configuration/Pages/Shared/_ValidationSummary.cshtml b/identity-server/hosts/Configuration/Pages/Shared/_ValidationSummary.cshtml similarity index 100% rename from hosts/Configuration/Pages/Shared/_ValidationSummary.cshtml rename to identity-server/hosts/Configuration/Pages/Shared/_ValidationSummary.cshtml diff --git a/hosts/Configuration/Pages/Telemetry.cs b/identity-server/hosts/Configuration/Pages/Telemetry.cs similarity index 100% rename from hosts/Configuration/Pages/Telemetry.cs rename to identity-server/hosts/Configuration/Pages/Telemetry.cs diff --git a/hosts/Configuration/Pages/TestUsers.cs b/identity-server/hosts/Configuration/Pages/TestUsers.cs similarity index 100% rename from hosts/Configuration/Pages/TestUsers.cs rename to identity-server/hosts/Configuration/Pages/TestUsers.cs diff --git a/hosts/Configuration/Pages/_ViewImports.cshtml b/identity-server/hosts/Configuration/Pages/_ViewImports.cshtml similarity index 100% rename from hosts/Configuration/Pages/_ViewImports.cshtml rename to identity-server/hosts/Configuration/Pages/_ViewImports.cshtml diff --git a/hosts/Configuration/Pages/_ViewStart.cshtml b/identity-server/hosts/Configuration/Pages/_ViewStart.cshtml similarity index 100% rename from hosts/Configuration/Pages/_ViewStart.cshtml rename to identity-server/hosts/Configuration/Pages/_ViewStart.cshtml diff --git a/hosts/Configuration/Program.cs b/identity-server/hosts/Configuration/Program.cs similarity index 100% rename from hosts/Configuration/Program.cs rename to identity-server/hosts/Configuration/Program.cs diff --git a/hosts/Configuration/Properties/launchSettings.json b/identity-server/hosts/Configuration/Properties/launchSettings.json similarity index 100% rename from hosts/Configuration/Properties/launchSettings.json rename to identity-server/hosts/Configuration/Properties/launchSettings.json diff --git a/hosts/Configuration/appsettings.json b/identity-server/hosts/Configuration/appsettings.json similarity index 100% rename from hosts/Configuration/appsettings.json rename to identity-server/hosts/Configuration/appsettings.json diff --git a/hosts/Configuration/compilerconfig.json b/identity-server/hosts/Configuration/compilerconfig.json similarity index 100% rename from hosts/Configuration/compilerconfig.json rename to identity-server/hosts/Configuration/compilerconfig.json diff --git a/hosts/Configuration/compilerconfig.json.defaults b/identity-server/hosts/Configuration/compilerconfig.json.defaults similarity index 100% rename from hosts/Configuration/compilerconfig.json.defaults rename to identity-server/hosts/Configuration/compilerconfig.json.defaults diff --git a/hosts/Configuration/wwwroot/css/site.css b/identity-server/hosts/Configuration/wwwroot/css/site.css similarity index 100% rename from hosts/Configuration/wwwroot/css/site.css rename to identity-server/hosts/Configuration/wwwroot/css/site.css diff --git a/hosts/Configuration/wwwroot/css/site.min.css b/identity-server/hosts/Configuration/wwwroot/css/site.min.css similarity index 100% rename from hosts/Configuration/wwwroot/css/site.min.css rename to identity-server/hosts/Configuration/wwwroot/css/site.min.css diff --git a/hosts/Configuration/wwwroot/css/site.scss b/identity-server/hosts/Configuration/wwwroot/css/site.scss similarity index 100% rename from hosts/Configuration/wwwroot/css/site.scss rename to identity-server/hosts/Configuration/wwwroot/css/site.scss diff --git a/hosts/Configuration/wwwroot/duende-logo.svg b/identity-server/hosts/Configuration/wwwroot/duende-logo.svg similarity index 100% rename from hosts/Configuration/wwwroot/duende-logo.svg rename to identity-server/hosts/Configuration/wwwroot/duende-logo.svg diff --git a/hosts/Configuration/wwwroot/favicon.ico b/identity-server/hosts/Configuration/wwwroot/favicon.ico similarity index 100% rename from hosts/Configuration/wwwroot/favicon.ico rename to identity-server/hosts/Configuration/wwwroot/favicon.ico diff --git a/hosts/Configuration/wwwroot/js/signin-redirect.js b/identity-server/hosts/Configuration/wwwroot/js/signin-redirect.js similarity index 100% rename from hosts/Configuration/wwwroot/js/signin-redirect.js rename to identity-server/hosts/Configuration/wwwroot/js/signin-redirect.js diff --git a/hosts/Configuration/wwwroot/js/signout-redirect.js b/identity-server/hosts/Configuration/wwwroot/js/signout-redirect.js similarity index 100% rename from hosts/Configuration/wwwroot/js/signout-redirect.js rename to identity-server/hosts/Configuration/wwwroot/js/signout-redirect.js diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/LICENSE b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/LICENSE rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/LICENSE diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/README.md b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/README.md similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/README.md rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/README.md diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/LICENSE b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/LICENSE similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/LICENSE rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/LICENSE diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less diff --git a/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css b/identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css similarity index 100% rename from hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css rename to identity-server/hosts/Configuration/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css diff --git a/hosts/Configuration/wwwroot/lib/jquery/LICENSE.txt b/identity-server/hosts/Configuration/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/LICENSE.txt diff --git a/hosts/Configuration/wwwroot/lib/jquery/README.md b/identity-server/hosts/Configuration/wwwroot/lib/jquery/README.md similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/README.md rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/README.md diff --git a/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.js b/identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.js diff --git a/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.js b/identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.js rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.js diff --git a/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.js b/identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.js similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.js rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.js diff --git a/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.map b/identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.map similarity index 100% rename from hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.map rename to identity-server/hosts/Configuration/wwwroot/lib/jquery/dist/jquery.slim.min.map diff --git a/hosts/EntityFramework/Extensions/ParameterizedScopeParser.cs b/identity-server/hosts/EntityFramework/Extensions/ParameterizedScopeParser.cs similarity index 100% rename from hosts/EntityFramework/Extensions/ParameterizedScopeParser.cs rename to identity-server/hosts/EntityFramework/Extensions/ParameterizedScopeParser.cs diff --git a/hosts/EntityFramework/GlobalSuppressions.cs b/identity-server/hosts/EntityFramework/GlobalSuppressions.cs similarity index 100% rename from hosts/EntityFramework/GlobalSuppressions.cs rename to identity-server/hosts/EntityFramework/GlobalSuppressions.cs diff --git a/hosts/EntityFramework/Host.EntityFramework.csproj b/identity-server/hosts/EntityFramework/Host.EntityFramework.csproj similarity index 100% rename from hosts/EntityFramework/Host.EntityFramework.csproj rename to identity-server/hosts/EntityFramework/Host.EntityFramework.csproj diff --git a/hosts/EntityFramework/HostingExtensions.cs b/identity-server/hosts/EntityFramework/HostingExtensions.cs similarity index 100% rename from hosts/EntityFramework/HostingExtensions.cs rename to identity-server/hosts/EntityFramework/HostingExtensions.cs diff --git a/hosts/EntityFramework/IdentityServerExtensions.cs b/identity-server/hosts/EntityFramework/IdentityServerExtensions.cs similarity index 100% rename from hosts/EntityFramework/IdentityServerExtensions.cs rename to identity-server/hosts/EntityFramework/IdentityServerExtensions.cs diff --git a/hosts/EntityFramework/Pages/Account/AccessDenied.cshtml b/identity-server/hosts/EntityFramework/Pages/Account/AccessDenied.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Account/AccessDenied.cshtml rename to identity-server/hosts/EntityFramework/Pages/Account/AccessDenied.cshtml diff --git a/hosts/EntityFramework/Pages/Account/AccessDenied.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Account/AccessDenied.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/AccessDenied.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Account/AccessDenied.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Account/Create/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Account/Create/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Account/Create/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Account/Create/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Account/Create/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Account/Create/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Create/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Create/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Account/Create/InputModel.cs b/identity-server/hosts/EntityFramework/Pages/Account/Create/InputModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Create/InputModel.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Create/InputModel.cs diff --git a/hosts/EntityFramework/Pages/Account/Login/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Account/Login/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Account/Login/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Account/Login/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Account/Login/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Account/Login/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Login/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Login/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Account/Login/InputModel.cs b/identity-server/hosts/EntityFramework/Pages/Account/Login/InputModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Login/InputModel.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Login/InputModel.cs diff --git a/hosts/EntityFramework/Pages/Account/Login/LoginOptions.cs b/identity-server/hosts/EntityFramework/Pages/Account/Login/LoginOptions.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Login/LoginOptions.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Login/LoginOptions.cs diff --git a/hosts/EntityFramework/Pages/Account/Login/ViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Account/Login/ViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Login/ViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Login/ViewModel.cs diff --git a/hosts/EntityFramework/Pages/Account/Logout/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Account/Logout/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Account/Logout/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Account/Logout/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Account/Logout/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Account/Logout/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Logout/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Logout/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml b/identity-server/hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml rename to identity-server/hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml diff --git a/hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Logout/LoggedOut.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Account/Logout/LoggedOutViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Account/Logout/LoggedOutViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Logout/LoggedOutViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Logout/LoggedOutViewModel.cs diff --git a/hosts/EntityFramework/Pages/Account/Logout/LogoutOptions.cs b/identity-server/hosts/EntityFramework/Pages/Account/Logout/LogoutOptions.cs similarity index 100% rename from hosts/EntityFramework/Pages/Account/Logout/LogoutOptions.cs rename to identity-server/hosts/EntityFramework/Pages/Account/Logout/LogoutOptions.cs diff --git a/hosts/EntityFramework/Pages/Admin/ApiScopes/ApiScopeRepository.cs b/identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/ApiScopeRepository.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/ApiScopes/ApiScopeRepository.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/ApiScopeRepository.cs diff --git a/hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Edit.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/ApiScopes/New.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/Clients/ClientRepository.cs b/identity-server/hosts/EntityFramework/Pages/Admin/Clients/ClientRepository.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Clients/ClientRepository.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/Clients/ClientRepository.cs diff --git a/hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/Clients/Edit.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/Clients/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/Clients/New.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/Clients/New.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Clients/New.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/Clients/New.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/Clients/New.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/Clients/New.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Clients/New.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/Clients/New.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Edit.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/IdentityScopes/IdentityScopeRepository.cs b/identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/IdentityScopeRepository.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/IdentityScopes/IdentityScopeRepository.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/IdentityScopeRepository.cs diff --git a/hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/IdentityScopes/New.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Admin/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Admin/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Admin/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Admin/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Admin/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Admin/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Admin/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Ciba/All.cshtml b/identity-server/hosts/EntityFramework/Pages/Ciba/All.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/All.cshtml rename to identity-server/hosts/EntityFramework/Pages/Ciba/All.cshtml diff --git a/hosts/EntityFramework/Pages/Ciba/All.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Ciba/All.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/All.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Ciba/All.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Ciba/Consent.cshtml b/identity-server/hosts/EntityFramework/Pages/Ciba/Consent.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/Consent.cshtml rename to identity-server/hosts/EntityFramework/Pages/Ciba/Consent.cshtml diff --git a/hosts/EntityFramework/Pages/Ciba/Consent.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Ciba/Consent.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/Consent.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Ciba/Consent.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Ciba/ConsentOptions.cs b/identity-server/hosts/EntityFramework/Pages/Ciba/ConsentOptions.cs similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/ConsentOptions.cs rename to identity-server/hosts/EntityFramework/Pages/Ciba/ConsentOptions.cs diff --git a/hosts/EntityFramework/Pages/Ciba/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Ciba/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Ciba/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Ciba/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Ciba/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Ciba/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Ciba/InputModel.cs b/identity-server/hosts/EntityFramework/Pages/Ciba/InputModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/InputModel.cs rename to identity-server/hosts/EntityFramework/Pages/Ciba/InputModel.cs diff --git a/hosts/EntityFramework/Pages/Ciba/ViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Ciba/ViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/ViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Ciba/ViewModel.cs diff --git a/hosts/EntityFramework/Pages/Ciba/_ScopeListItem.cshtml b/identity-server/hosts/EntityFramework/Pages/Ciba/_ScopeListItem.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Ciba/_ScopeListItem.cshtml rename to identity-server/hosts/EntityFramework/Pages/Ciba/_ScopeListItem.cshtml diff --git a/hosts/EntityFramework/Pages/Consent/ConsentOptions.cs b/identity-server/hosts/EntityFramework/Pages/Consent/ConsentOptions.cs similarity index 100% rename from hosts/EntityFramework/Pages/Consent/ConsentOptions.cs rename to identity-server/hosts/EntityFramework/Pages/Consent/ConsentOptions.cs diff --git a/hosts/EntityFramework/Pages/Consent/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Consent/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Consent/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Consent/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Consent/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Consent/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Consent/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Consent/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Consent/InputModel.cs b/identity-server/hosts/EntityFramework/Pages/Consent/InputModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Consent/InputModel.cs rename to identity-server/hosts/EntityFramework/Pages/Consent/InputModel.cs diff --git a/hosts/EntityFramework/Pages/Consent/ViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Consent/ViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Consent/ViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Consent/ViewModel.cs diff --git a/hosts/EntityFramework/Pages/Consent/_ScopeListItem.cshtml b/identity-server/hosts/EntityFramework/Pages/Consent/_ScopeListItem.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Consent/_ScopeListItem.cshtml rename to identity-server/hosts/EntityFramework/Pages/Consent/_ScopeListItem.cshtml diff --git a/hosts/EntityFramework/Pages/Device/DeviceOptions.cs b/identity-server/hosts/EntityFramework/Pages/Device/DeviceOptions.cs similarity index 100% rename from hosts/EntityFramework/Pages/Device/DeviceOptions.cs rename to identity-server/hosts/EntityFramework/Pages/Device/DeviceOptions.cs diff --git a/hosts/EntityFramework/Pages/Device/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Device/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Device/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Device/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Device/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Device/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Device/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Device/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Device/InputModel.cs b/identity-server/hosts/EntityFramework/Pages/Device/InputModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Device/InputModel.cs rename to identity-server/hosts/EntityFramework/Pages/Device/InputModel.cs diff --git a/hosts/EntityFramework/Pages/Device/Success.cshtml b/identity-server/hosts/EntityFramework/Pages/Device/Success.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Device/Success.cshtml rename to identity-server/hosts/EntityFramework/Pages/Device/Success.cshtml diff --git a/hosts/EntityFramework/Pages/Device/Success.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Device/Success.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Device/Success.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Device/Success.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Device/ViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Device/ViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Device/ViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Device/ViewModel.cs diff --git a/hosts/EntityFramework/Pages/Device/_ScopeListItem.cshtml b/identity-server/hosts/EntityFramework/Pages/Device/_ScopeListItem.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Device/_ScopeListItem.cshtml rename to identity-server/hosts/EntityFramework/Pages/Device/_ScopeListItem.cshtml diff --git a/hosts/EntityFramework/Pages/Diagnostics/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Diagnostics/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Diagnostics/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Diagnostics/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Diagnostics/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Diagnostics/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Diagnostics/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Diagnostics/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Diagnostics/ViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Diagnostics/ViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Diagnostics/ViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Diagnostics/ViewModel.cs diff --git a/hosts/EntityFramework/Pages/Extensions.cs b/identity-server/hosts/EntityFramework/Pages/Extensions.cs similarity index 100% rename from hosts/EntityFramework/Pages/Extensions.cs rename to identity-server/hosts/EntityFramework/Pages/Extensions.cs diff --git a/hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml b/identity-server/hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml rename to identity-server/hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml diff --git a/hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/ExternalLogin/Callback.cshtml.cs diff --git a/hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml b/identity-server/hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml rename to identity-server/hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml diff --git a/hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/ExternalLogin/Challenge.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Grants/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Grants/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Grants/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Grants/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Grants/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Grants/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Grants/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Grants/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Grants/ViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Grants/ViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Grants/ViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Grants/ViewModel.cs diff --git a/hosts/EntityFramework/Pages/Home/Error/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Home/Error/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Home/Error/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Home/Error/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Home/Error/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Home/Error/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Home/Error/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Home/Error/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Home/Error/ViewModel.cs b/identity-server/hosts/EntityFramework/Pages/Home/Error/ViewModel.cs similarity index 100% rename from hosts/EntityFramework/Pages/Home/Error/ViewModel.cs rename to identity-server/hosts/EntityFramework/Pages/Home/Error/ViewModel.cs diff --git a/hosts/EntityFramework/Pages/IdentityServerSuppressions.cs b/identity-server/hosts/EntityFramework/Pages/IdentityServerSuppressions.cs similarity index 100% rename from hosts/EntityFramework/Pages/IdentityServerSuppressions.cs rename to identity-server/hosts/EntityFramework/Pages/IdentityServerSuppressions.cs diff --git a/hosts/EntityFramework/Pages/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Log.cs b/identity-server/hosts/EntityFramework/Pages/Log.cs similarity index 100% rename from hosts/EntityFramework/Pages/Log.cs rename to identity-server/hosts/EntityFramework/Pages/Log.cs diff --git a/hosts/EntityFramework/Pages/Portal/ClientRepository.cs b/identity-server/hosts/EntityFramework/Pages/Portal/ClientRepository.cs similarity index 100% rename from hosts/EntityFramework/Pages/Portal/ClientRepository.cs rename to identity-server/hosts/EntityFramework/Pages/Portal/ClientRepository.cs diff --git a/hosts/EntityFramework/Pages/Portal/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Portal/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Portal/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Portal/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Portal/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Portal/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Portal/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Portal/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Redirect/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/Redirect/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Redirect/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/Redirect/Index.cshtml diff --git a/hosts/EntityFramework/Pages/Redirect/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/Redirect/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/Redirect/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/Redirect/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/SecurityHeadersAttribute.cs b/identity-server/hosts/EntityFramework/Pages/SecurityHeadersAttribute.cs similarity index 100% rename from hosts/EntityFramework/Pages/SecurityHeadersAttribute.cs rename to identity-server/hosts/EntityFramework/Pages/SecurityHeadersAttribute.cs diff --git a/hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml b/identity-server/hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml rename to identity-server/hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml diff --git a/hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml.cs b/identity-server/hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml.cs similarity index 100% rename from hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml.cs rename to identity-server/hosts/EntityFramework/Pages/ServerSideSessions/Index.cshtml.cs diff --git a/hosts/EntityFramework/Pages/Shared/_Layout.cshtml b/identity-server/hosts/EntityFramework/Pages/Shared/_Layout.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Shared/_Layout.cshtml rename to identity-server/hosts/EntityFramework/Pages/Shared/_Layout.cshtml diff --git a/hosts/EntityFramework/Pages/Shared/_Nav.cshtml b/identity-server/hosts/EntityFramework/Pages/Shared/_Nav.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Shared/_Nav.cshtml rename to identity-server/hosts/EntityFramework/Pages/Shared/_Nav.cshtml diff --git a/hosts/EntityFramework/Pages/Shared/_ValidationSummary.cshtml b/identity-server/hosts/EntityFramework/Pages/Shared/_ValidationSummary.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/Shared/_ValidationSummary.cshtml rename to identity-server/hosts/EntityFramework/Pages/Shared/_ValidationSummary.cshtml diff --git a/hosts/EntityFramework/Pages/Telemetry.cs b/identity-server/hosts/EntityFramework/Pages/Telemetry.cs similarity index 100% rename from hosts/EntityFramework/Pages/Telemetry.cs rename to identity-server/hosts/EntityFramework/Pages/Telemetry.cs diff --git a/hosts/EntityFramework/Pages/TestUsers.cs b/identity-server/hosts/EntityFramework/Pages/TestUsers.cs similarity index 100% rename from hosts/EntityFramework/Pages/TestUsers.cs rename to identity-server/hosts/EntityFramework/Pages/TestUsers.cs diff --git a/hosts/EntityFramework/Pages/_ViewImports.cshtml b/identity-server/hosts/EntityFramework/Pages/_ViewImports.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/_ViewImports.cshtml rename to identity-server/hosts/EntityFramework/Pages/_ViewImports.cshtml diff --git a/hosts/EntityFramework/Pages/_ViewStart.cshtml b/identity-server/hosts/EntityFramework/Pages/_ViewStart.cshtml similarity index 100% rename from hosts/EntityFramework/Pages/_ViewStart.cshtml rename to identity-server/hosts/EntityFramework/Pages/_ViewStart.cshtml diff --git a/hosts/EntityFramework/Program.cs b/identity-server/hosts/EntityFramework/Program.cs similarity index 100% rename from hosts/EntityFramework/Program.cs rename to identity-server/hosts/EntityFramework/Program.cs diff --git a/hosts/EntityFramework/Properties/launchSettings.json b/identity-server/hosts/EntityFramework/Properties/launchSettings.json similarity index 100% rename from hosts/EntityFramework/Properties/launchSettings.json rename to identity-server/hosts/EntityFramework/Properties/launchSettings.json diff --git a/hosts/EntityFramework/TestOperationalStoreNotification.cs b/identity-server/hosts/EntityFramework/TestOperationalStoreNotification.cs similarity index 100% rename from hosts/EntityFramework/TestOperationalStoreNotification.cs rename to identity-server/hosts/EntityFramework/TestOperationalStoreNotification.cs diff --git a/hosts/EntityFramework/appsettings.json b/identity-server/hosts/EntityFramework/appsettings.json similarity index 100% rename from hosts/EntityFramework/appsettings.json rename to identity-server/hosts/EntityFramework/appsettings.json diff --git a/hosts/EntityFramework/wwwroot/css/site.css b/identity-server/hosts/EntityFramework/wwwroot/css/site.css similarity index 100% rename from hosts/EntityFramework/wwwroot/css/site.css rename to identity-server/hosts/EntityFramework/wwwroot/css/site.css diff --git a/hosts/EntityFramework/wwwroot/css/site.min.css b/identity-server/hosts/EntityFramework/wwwroot/css/site.min.css similarity index 100% rename from hosts/EntityFramework/wwwroot/css/site.min.css rename to identity-server/hosts/EntityFramework/wwwroot/css/site.min.css diff --git a/hosts/EntityFramework/wwwroot/css/site.scss b/identity-server/hosts/EntityFramework/wwwroot/css/site.scss similarity index 100% rename from hosts/EntityFramework/wwwroot/css/site.scss rename to identity-server/hosts/EntityFramework/wwwroot/css/site.scss diff --git a/hosts/EntityFramework/wwwroot/duende-logo.svg b/identity-server/hosts/EntityFramework/wwwroot/duende-logo.svg similarity index 100% rename from hosts/EntityFramework/wwwroot/duende-logo.svg rename to identity-server/hosts/EntityFramework/wwwroot/duende-logo.svg diff --git a/hosts/EntityFramework/wwwroot/favicon.ico b/identity-server/hosts/EntityFramework/wwwroot/favicon.ico similarity index 100% rename from hosts/EntityFramework/wwwroot/favicon.ico rename to identity-server/hosts/EntityFramework/wwwroot/favicon.ico diff --git a/hosts/EntityFramework/wwwroot/js/signin-redirect.js b/identity-server/hosts/EntityFramework/wwwroot/js/signin-redirect.js similarity index 100% rename from hosts/EntityFramework/wwwroot/js/signin-redirect.js rename to identity-server/hosts/EntityFramework/wwwroot/js/signin-redirect.js diff --git a/hosts/EntityFramework/wwwroot/js/signout-redirect.js b/identity-server/hosts/EntityFramework/wwwroot/js/signout-redirect.js similarity index 100% rename from hosts/EntityFramework/wwwroot/js/signout-redirect.js rename to identity-server/hosts/EntityFramework/wwwroot/js/signout-redirect.js diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/LICENSE b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/LICENSE rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/LICENSE diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/README.md b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/README.md similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/README.md rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/README.md diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/LICENSE b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/LICENSE similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/LICENSE rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/LICENSE diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less diff --git a/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css b/identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css rename to identity-server/hosts/EntityFramework/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/LICENSE.txt b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/LICENSE.txt diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/README.md b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/README.md similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/README.md rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/README.md diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.js b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.js diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.js b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.js diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.js b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.js similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.js rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.js diff --git a/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.map b/identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.map similarity index 100% rename from hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.map rename to identity-server/hosts/EntityFramework/wwwroot/lib/jquery/dist/jquery.slim.min.map diff --git a/hosts/main/DiscoveryHealthCheck.cs b/identity-server/hosts/main/DiscoveryHealthCheck.cs similarity index 100% rename from hosts/main/DiscoveryHealthCheck.cs rename to identity-server/hosts/main/DiscoveryHealthCheck.cs diff --git a/hosts/main/Extensions/ExtensionGrantValidator.cs b/identity-server/hosts/main/Extensions/ExtensionGrantValidator.cs similarity index 100% rename from hosts/main/Extensions/ExtensionGrantValidator.cs rename to identity-server/hosts/main/Extensions/ExtensionGrantValidator.cs diff --git a/hosts/main/Extensions/HostProfileService.cs b/identity-server/hosts/main/Extensions/HostProfileService.cs similarity index 100% rename from hosts/main/Extensions/HostProfileService.cs rename to identity-server/hosts/main/Extensions/HostProfileService.cs diff --git a/hosts/main/Extensions/NoSubjectExtensionGrantValidator.cs b/identity-server/hosts/main/Extensions/NoSubjectExtensionGrantValidator.cs similarity index 100% rename from hosts/main/Extensions/NoSubjectExtensionGrantValidator.cs rename to identity-server/hosts/main/Extensions/NoSubjectExtensionGrantValidator.cs diff --git a/hosts/main/Extensions/ParameterizedScopeParser.cs b/identity-server/hosts/main/Extensions/ParameterizedScopeParser.cs similarity index 100% rename from hosts/main/Extensions/ParameterizedScopeParser.cs rename to identity-server/hosts/main/Extensions/ParameterizedScopeParser.cs diff --git a/hosts/main/Extensions/ParameterizedScopeTokenRequestValidator.cs b/identity-server/hosts/main/Extensions/ParameterizedScopeTokenRequestValidator.cs similarity index 100% rename from hosts/main/Extensions/ParameterizedScopeTokenRequestValidator.cs rename to identity-server/hosts/main/Extensions/ParameterizedScopeTokenRequestValidator.cs diff --git a/hosts/main/Extensions/SameSiteHandlingExtensions.cs b/identity-server/hosts/main/Extensions/SameSiteHandlingExtensions.cs similarity index 100% rename from hosts/main/Extensions/SameSiteHandlingExtensions.cs rename to identity-server/hosts/main/Extensions/SameSiteHandlingExtensions.cs diff --git a/hosts/main/GlobalSuppressions.cs b/identity-server/hosts/main/GlobalSuppressions.cs similarity index 100% rename from hosts/main/GlobalSuppressions.cs rename to identity-server/hosts/main/GlobalSuppressions.cs diff --git a/hosts/main/Host.Main.csproj b/identity-server/hosts/main/Host.Main.csproj similarity index 100% rename from hosts/main/Host.Main.csproj rename to identity-server/hosts/main/Host.Main.csproj diff --git a/hosts/main/HostingExtensions.cs b/identity-server/hosts/main/HostingExtensions.cs similarity index 100% rename from hosts/main/HostingExtensions.cs rename to identity-server/hosts/main/HostingExtensions.cs diff --git a/hosts/main/IdentityServerExtensions.cs b/identity-server/hosts/main/IdentityServerExtensions.cs similarity index 100% rename from hosts/main/IdentityServerExtensions.cs rename to identity-server/hosts/main/IdentityServerExtensions.cs diff --git a/hosts/main/LocalApiController.cs b/identity-server/hosts/main/LocalApiController.cs similarity index 100% rename from hosts/main/LocalApiController.cs rename to identity-server/hosts/main/LocalApiController.cs diff --git a/hosts/main/Pages/Account/AccessDenied.cshtml b/identity-server/hosts/main/Pages/Account/AccessDenied.cshtml similarity index 100% rename from hosts/main/Pages/Account/AccessDenied.cshtml rename to identity-server/hosts/main/Pages/Account/AccessDenied.cshtml diff --git a/hosts/main/Pages/Account/AccessDenied.cshtml.cs b/identity-server/hosts/main/Pages/Account/AccessDenied.cshtml.cs similarity index 100% rename from hosts/main/Pages/Account/AccessDenied.cshtml.cs rename to identity-server/hosts/main/Pages/Account/AccessDenied.cshtml.cs diff --git a/hosts/main/Pages/Account/Create/Index.cshtml b/identity-server/hosts/main/Pages/Account/Create/Index.cshtml similarity index 100% rename from hosts/main/Pages/Account/Create/Index.cshtml rename to identity-server/hosts/main/Pages/Account/Create/Index.cshtml diff --git a/hosts/main/Pages/Account/Create/Index.cshtml.cs b/identity-server/hosts/main/Pages/Account/Create/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Account/Create/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Account/Create/Index.cshtml.cs diff --git a/hosts/main/Pages/Account/Create/InputModel.cs b/identity-server/hosts/main/Pages/Account/Create/InputModel.cs similarity index 100% rename from hosts/main/Pages/Account/Create/InputModel.cs rename to identity-server/hosts/main/Pages/Account/Create/InputModel.cs diff --git a/hosts/main/Pages/Account/Login/Index.cshtml b/identity-server/hosts/main/Pages/Account/Login/Index.cshtml similarity index 100% rename from hosts/main/Pages/Account/Login/Index.cshtml rename to identity-server/hosts/main/Pages/Account/Login/Index.cshtml diff --git a/hosts/main/Pages/Account/Login/Index.cshtml.cs b/identity-server/hosts/main/Pages/Account/Login/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Account/Login/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Account/Login/Index.cshtml.cs diff --git a/hosts/main/Pages/Account/Login/InputModel.cs b/identity-server/hosts/main/Pages/Account/Login/InputModel.cs similarity index 100% rename from hosts/main/Pages/Account/Login/InputModel.cs rename to identity-server/hosts/main/Pages/Account/Login/InputModel.cs diff --git a/hosts/main/Pages/Account/Login/LoginOptions.cs b/identity-server/hosts/main/Pages/Account/Login/LoginOptions.cs similarity index 100% rename from hosts/main/Pages/Account/Login/LoginOptions.cs rename to identity-server/hosts/main/Pages/Account/Login/LoginOptions.cs diff --git a/hosts/main/Pages/Account/Login/ViewModel.cs b/identity-server/hosts/main/Pages/Account/Login/ViewModel.cs similarity index 100% rename from hosts/main/Pages/Account/Login/ViewModel.cs rename to identity-server/hosts/main/Pages/Account/Login/ViewModel.cs diff --git a/hosts/main/Pages/Account/Logout/Index.cshtml b/identity-server/hosts/main/Pages/Account/Logout/Index.cshtml similarity index 100% rename from hosts/main/Pages/Account/Logout/Index.cshtml rename to identity-server/hosts/main/Pages/Account/Logout/Index.cshtml diff --git a/hosts/main/Pages/Account/Logout/Index.cshtml.cs b/identity-server/hosts/main/Pages/Account/Logout/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Account/Logout/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Account/Logout/Index.cshtml.cs diff --git a/hosts/main/Pages/Account/Logout/LoggedOut.cshtml b/identity-server/hosts/main/Pages/Account/Logout/LoggedOut.cshtml similarity index 100% rename from hosts/main/Pages/Account/Logout/LoggedOut.cshtml rename to identity-server/hosts/main/Pages/Account/Logout/LoggedOut.cshtml diff --git a/hosts/main/Pages/Account/Logout/LoggedOut.cshtml.cs b/identity-server/hosts/main/Pages/Account/Logout/LoggedOut.cshtml.cs similarity index 100% rename from hosts/main/Pages/Account/Logout/LoggedOut.cshtml.cs rename to identity-server/hosts/main/Pages/Account/Logout/LoggedOut.cshtml.cs diff --git a/hosts/main/Pages/Account/Logout/LoggedOutViewModel.cs b/identity-server/hosts/main/Pages/Account/Logout/LoggedOutViewModel.cs similarity index 100% rename from hosts/main/Pages/Account/Logout/LoggedOutViewModel.cs rename to identity-server/hosts/main/Pages/Account/Logout/LoggedOutViewModel.cs diff --git a/hosts/main/Pages/Account/Logout/LogoutOptions.cs b/identity-server/hosts/main/Pages/Account/Logout/LogoutOptions.cs similarity index 100% rename from hosts/main/Pages/Account/Logout/LogoutOptions.cs rename to identity-server/hosts/main/Pages/Account/Logout/LogoutOptions.cs diff --git a/hosts/main/Pages/Ciba/All.cshtml b/identity-server/hosts/main/Pages/Ciba/All.cshtml similarity index 100% rename from hosts/main/Pages/Ciba/All.cshtml rename to identity-server/hosts/main/Pages/Ciba/All.cshtml diff --git a/hosts/main/Pages/Ciba/All.cshtml.cs b/identity-server/hosts/main/Pages/Ciba/All.cshtml.cs similarity index 100% rename from hosts/main/Pages/Ciba/All.cshtml.cs rename to identity-server/hosts/main/Pages/Ciba/All.cshtml.cs diff --git a/hosts/main/Pages/Ciba/Consent.cshtml b/identity-server/hosts/main/Pages/Ciba/Consent.cshtml similarity index 100% rename from hosts/main/Pages/Ciba/Consent.cshtml rename to identity-server/hosts/main/Pages/Ciba/Consent.cshtml diff --git a/hosts/main/Pages/Ciba/Consent.cshtml.cs b/identity-server/hosts/main/Pages/Ciba/Consent.cshtml.cs similarity index 100% rename from hosts/main/Pages/Ciba/Consent.cshtml.cs rename to identity-server/hosts/main/Pages/Ciba/Consent.cshtml.cs diff --git a/hosts/main/Pages/Ciba/ConsentOptions.cs b/identity-server/hosts/main/Pages/Ciba/ConsentOptions.cs similarity index 100% rename from hosts/main/Pages/Ciba/ConsentOptions.cs rename to identity-server/hosts/main/Pages/Ciba/ConsentOptions.cs diff --git a/hosts/main/Pages/Ciba/Index.cshtml b/identity-server/hosts/main/Pages/Ciba/Index.cshtml similarity index 100% rename from hosts/main/Pages/Ciba/Index.cshtml rename to identity-server/hosts/main/Pages/Ciba/Index.cshtml diff --git a/hosts/main/Pages/Ciba/Index.cshtml.cs b/identity-server/hosts/main/Pages/Ciba/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Ciba/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Ciba/Index.cshtml.cs diff --git a/hosts/main/Pages/Ciba/InputModel.cs b/identity-server/hosts/main/Pages/Ciba/InputModel.cs similarity index 100% rename from hosts/main/Pages/Ciba/InputModel.cs rename to identity-server/hosts/main/Pages/Ciba/InputModel.cs diff --git a/hosts/main/Pages/Ciba/ViewModel.cs b/identity-server/hosts/main/Pages/Ciba/ViewModel.cs similarity index 100% rename from hosts/main/Pages/Ciba/ViewModel.cs rename to identity-server/hosts/main/Pages/Ciba/ViewModel.cs diff --git a/hosts/main/Pages/Ciba/_ScopeListItem.cshtml b/identity-server/hosts/main/Pages/Ciba/_ScopeListItem.cshtml similarity index 100% rename from hosts/main/Pages/Ciba/_ScopeListItem.cshtml rename to identity-server/hosts/main/Pages/Ciba/_ScopeListItem.cshtml diff --git a/hosts/main/Pages/Consent/ConsentOptions.cs b/identity-server/hosts/main/Pages/Consent/ConsentOptions.cs similarity index 100% rename from hosts/main/Pages/Consent/ConsentOptions.cs rename to identity-server/hosts/main/Pages/Consent/ConsentOptions.cs diff --git a/hosts/main/Pages/Consent/Index.cshtml b/identity-server/hosts/main/Pages/Consent/Index.cshtml similarity index 100% rename from hosts/main/Pages/Consent/Index.cshtml rename to identity-server/hosts/main/Pages/Consent/Index.cshtml diff --git a/hosts/main/Pages/Consent/Index.cshtml.cs b/identity-server/hosts/main/Pages/Consent/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Consent/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Consent/Index.cshtml.cs diff --git a/hosts/main/Pages/Consent/InputModel.cs b/identity-server/hosts/main/Pages/Consent/InputModel.cs similarity index 100% rename from hosts/main/Pages/Consent/InputModel.cs rename to identity-server/hosts/main/Pages/Consent/InputModel.cs diff --git a/hosts/main/Pages/Consent/ViewModel.cs b/identity-server/hosts/main/Pages/Consent/ViewModel.cs similarity index 100% rename from hosts/main/Pages/Consent/ViewModel.cs rename to identity-server/hosts/main/Pages/Consent/ViewModel.cs diff --git a/hosts/main/Pages/Consent/_ScopeListItem.cshtml b/identity-server/hosts/main/Pages/Consent/_ScopeListItem.cshtml similarity index 100% rename from hosts/main/Pages/Consent/_ScopeListItem.cshtml rename to identity-server/hosts/main/Pages/Consent/_ScopeListItem.cshtml diff --git a/hosts/main/Pages/Device/DeviceOptions.cs b/identity-server/hosts/main/Pages/Device/DeviceOptions.cs similarity index 100% rename from hosts/main/Pages/Device/DeviceOptions.cs rename to identity-server/hosts/main/Pages/Device/DeviceOptions.cs diff --git a/hosts/main/Pages/Device/Index.cshtml b/identity-server/hosts/main/Pages/Device/Index.cshtml similarity index 100% rename from hosts/main/Pages/Device/Index.cshtml rename to identity-server/hosts/main/Pages/Device/Index.cshtml diff --git a/hosts/main/Pages/Device/Index.cshtml.cs b/identity-server/hosts/main/Pages/Device/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Device/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Device/Index.cshtml.cs diff --git a/hosts/main/Pages/Device/InputModel.cs b/identity-server/hosts/main/Pages/Device/InputModel.cs similarity index 100% rename from hosts/main/Pages/Device/InputModel.cs rename to identity-server/hosts/main/Pages/Device/InputModel.cs diff --git a/hosts/main/Pages/Device/Success.cshtml b/identity-server/hosts/main/Pages/Device/Success.cshtml similarity index 100% rename from hosts/main/Pages/Device/Success.cshtml rename to identity-server/hosts/main/Pages/Device/Success.cshtml diff --git a/hosts/main/Pages/Device/Success.cshtml.cs b/identity-server/hosts/main/Pages/Device/Success.cshtml.cs similarity index 100% rename from hosts/main/Pages/Device/Success.cshtml.cs rename to identity-server/hosts/main/Pages/Device/Success.cshtml.cs diff --git a/hosts/main/Pages/Device/ViewModel.cs b/identity-server/hosts/main/Pages/Device/ViewModel.cs similarity index 100% rename from hosts/main/Pages/Device/ViewModel.cs rename to identity-server/hosts/main/Pages/Device/ViewModel.cs diff --git a/hosts/main/Pages/Device/_ScopeListItem.cshtml b/identity-server/hosts/main/Pages/Device/_ScopeListItem.cshtml similarity index 100% rename from hosts/main/Pages/Device/_ScopeListItem.cshtml rename to identity-server/hosts/main/Pages/Device/_ScopeListItem.cshtml diff --git a/hosts/main/Pages/Diagnostics/Index.cshtml b/identity-server/hosts/main/Pages/Diagnostics/Index.cshtml similarity index 100% rename from hosts/main/Pages/Diagnostics/Index.cshtml rename to identity-server/hosts/main/Pages/Diagnostics/Index.cshtml diff --git a/hosts/main/Pages/Diagnostics/Index.cshtml.cs b/identity-server/hosts/main/Pages/Diagnostics/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Diagnostics/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Diagnostics/Index.cshtml.cs diff --git a/hosts/main/Pages/Diagnostics/ViewModel.cs b/identity-server/hosts/main/Pages/Diagnostics/ViewModel.cs similarity index 100% rename from hosts/main/Pages/Diagnostics/ViewModel.cs rename to identity-server/hosts/main/Pages/Diagnostics/ViewModel.cs diff --git a/hosts/main/Pages/Extensions.cs b/identity-server/hosts/main/Pages/Extensions.cs similarity index 100% rename from hosts/main/Pages/Extensions.cs rename to identity-server/hosts/main/Pages/Extensions.cs diff --git a/hosts/main/Pages/ExternalLogin/Callback.cshtml b/identity-server/hosts/main/Pages/ExternalLogin/Callback.cshtml similarity index 100% rename from hosts/main/Pages/ExternalLogin/Callback.cshtml rename to identity-server/hosts/main/Pages/ExternalLogin/Callback.cshtml diff --git a/hosts/main/Pages/ExternalLogin/Callback.cshtml.cs b/identity-server/hosts/main/Pages/ExternalLogin/Callback.cshtml.cs similarity index 100% rename from hosts/main/Pages/ExternalLogin/Callback.cshtml.cs rename to identity-server/hosts/main/Pages/ExternalLogin/Callback.cshtml.cs diff --git a/hosts/main/Pages/ExternalLogin/Challenge.cshtml b/identity-server/hosts/main/Pages/ExternalLogin/Challenge.cshtml similarity index 100% rename from hosts/main/Pages/ExternalLogin/Challenge.cshtml rename to identity-server/hosts/main/Pages/ExternalLogin/Challenge.cshtml diff --git a/hosts/main/Pages/ExternalLogin/Challenge.cshtml.cs b/identity-server/hosts/main/Pages/ExternalLogin/Challenge.cshtml.cs similarity index 100% rename from hosts/main/Pages/ExternalLogin/Challenge.cshtml.cs rename to identity-server/hosts/main/Pages/ExternalLogin/Challenge.cshtml.cs diff --git a/hosts/main/Pages/Grants/Index.cshtml b/identity-server/hosts/main/Pages/Grants/Index.cshtml similarity index 100% rename from hosts/main/Pages/Grants/Index.cshtml rename to identity-server/hosts/main/Pages/Grants/Index.cshtml diff --git a/hosts/main/Pages/Grants/Index.cshtml.cs b/identity-server/hosts/main/Pages/Grants/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Grants/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Grants/Index.cshtml.cs diff --git a/hosts/main/Pages/Grants/ViewModel.cs b/identity-server/hosts/main/Pages/Grants/ViewModel.cs similarity index 100% rename from hosts/main/Pages/Grants/ViewModel.cs rename to identity-server/hosts/main/Pages/Grants/ViewModel.cs diff --git a/hosts/main/Pages/Home/Error/Index.cshtml b/identity-server/hosts/main/Pages/Home/Error/Index.cshtml similarity index 100% rename from hosts/main/Pages/Home/Error/Index.cshtml rename to identity-server/hosts/main/Pages/Home/Error/Index.cshtml diff --git a/hosts/main/Pages/Home/Error/Index.cshtml.cs b/identity-server/hosts/main/Pages/Home/Error/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Home/Error/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Home/Error/Index.cshtml.cs diff --git a/hosts/main/Pages/Home/Error/ViewModel.cs b/identity-server/hosts/main/Pages/Home/Error/ViewModel.cs similarity index 100% rename from hosts/main/Pages/Home/Error/ViewModel.cs rename to identity-server/hosts/main/Pages/Home/Error/ViewModel.cs diff --git a/hosts/main/Pages/IdentityServerSuppressions.cs b/identity-server/hosts/main/Pages/IdentityServerSuppressions.cs similarity index 100% rename from hosts/main/Pages/IdentityServerSuppressions.cs rename to identity-server/hosts/main/Pages/IdentityServerSuppressions.cs diff --git a/hosts/main/Pages/Index.cshtml b/identity-server/hosts/main/Pages/Index.cshtml similarity index 100% rename from hosts/main/Pages/Index.cshtml rename to identity-server/hosts/main/Pages/Index.cshtml diff --git a/hosts/main/Pages/Index.cshtml.cs b/identity-server/hosts/main/Pages/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Index.cshtml.cs diff --git a/hosts/main/Pages/Log.cs b/identity-server/hosts/main/Pages/Log.cs similarity index 100% rename from hosts/main/Pages/Log.cs rename to identity-server/hosts/main/Pages/Log.cs diff --git a/hosts/main/Pages/Redirect/Index.cshtml b/identity-server/hosts/main/Pages/Redirect/Index.cshtml similarity index 100% rename from hosts/main/Pages/Redirect/Index.cshtml rename to identity-server/hosts/main/Pages/Redirect/Index.cshtml diff --git a/hosts/main/Pages/Redirect/Index.cshtml.cs b/identity-server/hosts/main/Pages/Redirect/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/Redirect/Index.cshtml.cs rename to identity-server/hosts/main/Pages/Redirect/Index.cshtml.cs diff --git a/hosts/main/Pages/SecurityHeadersAttribute.cs b/identity-server/hosts/main/Pages/SecurityHeadersAttribute.cs similarity index 100% rename from hosts/main/Pages/SecurityHeadersAttribute.cs rename to identity-server/hosts/main/Pages/SecurityHeadersAttribute.cs diff --git a/hosts/main/Pages/ServerSideSessions/Index.cshtml b/identity-server/hosts/main/Pages/ServerSideSessions/Index.cshtml similarity index 100% rename from hosts/main/Pages/ServerSideSessions/Index.cshtml rename to identity-server/hosts/main/Pages/ServerSideSessions/Index.cshtml diff --git a/hosts/main/Pages/ServerSideSessions/Index.cshtml.cs b/identity-server/hosts/main/Pages/ServerSideSessions/Index.cshtml.cs similarity index 100% rename from hosts/main/Pages/ServerSideSessions/Index.cshtml.cs rename to identity-server/hosts/main/Pages/ServerSideSessions/Index.cshtml.cs diff --git a/hosts/main/Pages/Shared/_Layout.cshtml b/identity-server/hosts/main/Pages/Shared/_Layout.cshtml similarity index 100% rename from hosts/main/Pages/Shared/_Layout.cshtml rename to identity-server/hosts/main/Pages/Shared/_Layout.cshtml diff --git a/hosts/main/Pages/Shared/_Nav.cshtml b/identity-server/hosts/main/Pages/Shared/_Nav.cshtml similarity index 100% rename from hosts/main/Pages/Shared/_Nav.cshtml rename to identity-server/hosts/main/Pages/Shared/_Nav.cshtml diff --git a/hosts/main/Pages/Shared/_ValidationSummary.cshtml b/identity-server/hosts/main/Pages/Shared/_ValidationSummary.cshtml similarity index 100% rename from hosts/main/Pages/Shared/_ValidationSummary.cshtml rename to identity-server/hosts/main/Pages/Shared/_ValidationSummary.cshtml diff --git a/hosts/main/Pages/Telemetry.cs b/identity-server/hosts/main/Pages/Telemetry.cs similarity index 100% rename from hosts/main/Pages/Telemetry.cs rename to identity-server/hosts/main/Pages/Telemetry.cs diff --git a/hosts/main/Pages/TestUsers.cs b/identity-server/hosts/main/Pages/TestUsers.cs similarity index 100% rename from hosts/main/Pages/TestUsers.cs rename to identity-server/hosts/main/Pages/TestUsers.cs diff --git a/hosts/main/Pages/_ViewImports.cshtml b/identity-server/hosts/main/Pages/_ViewImports.cshtml similarity index 100% rename from hosts/main/Pages/_ViewImports.cshtml rename to identity-server/hosts/main/Pages/_ViewImports.cshtml diff --git a/hosts/main/Pages/_ViewStart.cshtml b/identity-server/hosts/main/Pages/_ViewStart.cshtml similarity index 100% rename from hosts/main/Pages/_ViewStart.cshtml rename to identity-server/hosts/main/Pages/_ViewStart.cshtml diff --git a/hosts/main/Program.cs b/identity-server/hosts/main/Program.cs similarity index 100% rename from hosts/main/Program.cs rename to identity-server/hosts/main/Program.cs diff --git a/hosts/main/Properties/launchSettings.json b/identity-server/hosts/main/Properties/launchSettings.json similarity index 100% rename from hosts/main/Properties/launchSettings.json rename to identity-server/hosts/main/Properties/launchSettings.json diff --git a/hosts/Configuration/TestKeys/identityserver.test.ecdsa.p12 b/identity-server/hosts/main/TestKeys/identityserver.test.ecdsa.p12 similarity index 100% rename from hosts/Configuration/TestKeys/identityserver.test.ecdsa.p12 rename to identity-server/hosts/main/TestKeys/identityserver.test.ecdsa.p12 diff --git a/hosts/Configuration/TestKeys/identityserver.test.rsa.p12 b/identity-server/hosts/main/TestKeys/identityserver.test.rsa.p12 similarity index 100% rename from hosts/Configuration/TestKeys/identityserver.test.rsa.p12 rename to identity-server/hosts/main/TestKeys/identityserver.test.rsa.p12 diff --git a/hosts/main/appsettings.json b/identity-server/hosts/main/appsettings.json similarity index 100% rename from hosts/main/appsettings.json rename to identity-server/hosts/main/appsettings.json diff --git a/hosts/main/compilerconfig.json b/identity-server/hosts/main/compilerconfig.json similarity index 100% rename from hosts/main/compilerconfig.json rename to identity-server/hosts/main/compilerconfig.json diff --git a/hosts/main/compilerconfig.json.defaults b/identity-server/hosts/main/compilerconfig.json.defaults similarity index 100% rename from hosts/main/compilerconfig.json.defaults rename to identity-server/hosts/main/compilerconfig.json.defaults diff --git a/hosts/main/wwwroot/css/site.css b/identity-server/hosts/main/wwwroot/css/site.css similarity index 100% rename from hosts/main/wwwroot/css/site.css rename to identity-server/hosts/main/wwwroot/css/site.css diff --git a/hosts/main/wwwroot/css/site.min.css b/identity-server/hosts/main/wwwroot/css/site.min.css similarity index 100% rename from hosts/main/wwwroot/css/site.min.css rename to identity-server/hosts/main/wwwroot/css/site.min.css diff --git a/hosts/main/wwwroot/css/site.scss b/identity-server/hosts/main/wwwroot/css/site.scss similarity index 100% rename from hosts/main/wwwroot/css/site.scss rename to identity-server/hosts/main/wwwroot/css/site.scss diff --git a/hosts/main/wwwroot/duende-logo.svg b/identity-server/hosts/main/wwwroot/duende-logo.svg similarity index 100% rename from hosts/main/wwwroot/duende-logo.svg rename to identity-server/hosts/main/wwwroot/duende-logo.svg diff --git a/hosts/main/wwwroot/favicon.ico b/identity-server/hosts/main/wwwroot/favicon.ico similarity index 100% rename from hosts/main/wwwroot/favicon.ico rename to identity-server/hosts/main/wwwroot/favicon.ico diff --git a/hosts/main/wwwroot/js/signin-redirect.js b/identity-server/hosts/main/wwwroot/js/signin-redirect.js similarity index 100% rename from hosts/main/wwwroot/js/signin-redirect.js rename to identity-server/hosts/main/wwwroot/js/signin-redirect.js diff --git a/hosts/main/wwwroot/js/signout-redirect.js b/identity-server/hosts/main/wwwroot/js/signout-redirect.js similarity index 100% rename from hosts/main/wwwroot/js/signout-redirect.js rename to identity-server/hosts/main/wwwroot/js/signout-redirect.js diff --git a/hosts/main/wwwroot/lib/bootstrap/LICENSE b/identity-server/hosts/main/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/LICENSE rename to identity-server/hosts/main/wwwroot/lib/bootstrap/LICENSE diff --git a/hosts/main/wwwroot/lib/bootstrap/README.md b/identity-server/hosts/main/wwwroot/lib/bootstrap/README.md similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/README.md rename to identity-server/hosts/main/wwwroot/lib/bootstrap/README.md diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to identity-server/hosts/main/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/LICENSE b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/LICENSE similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/LICENSE rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/LICENSE diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.css diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2 diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less diff --git a/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css b/identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css similarity index 100% rename from hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css rename to identity-server/hosts/main/wwwroot/lib/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css diff --git a/hosts/main/wwwroot/lib/jquery/LICENSE.txt b/identity-server/hosts/main/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from hosts/main/wwwroot/lib/jquery/LICENSE.txt rename to identity-server/hosts/main/wwwroot/lib/jquery/LICENSE.txt diff --git a/hosts/main/wwwroot/lib/jquery/README.md b/identity-server/hosts/main/wwwroot/lib/jquery/README.md similarity index 100% rename from hosts/main/wwwroot/lib/jquery/README.md rename to identity-server/hosts/main/wwwroot/lib/jquery/README.md diff --git a/hosts/main/wwwroot/lib/jquery/dist/jquery.js b/identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from hosts/main/wwwroot/lib/jquery/dist/jquery.js rename to identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.js diff --git a/hosts/main/wwwroot/lib/jquery/dist/jquery.min.js b/identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from hosts/main/wwwroot/lib/jquery/dist/jquery.min.js rename to identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/hosts/main/wwwroot/lib/jquery/dist/jquery.min.map b/identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from hosts/main/wwwroot/lib/jquery/dist/jquery.min.map rename to identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.js b/identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.js similarity index 100% rename from hosts/main/wwwroot/lib/jquery/dist/jquery.slim.js rename to identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.js diff --git a/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.js b/identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.js similarity index 100% rename from hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.js rename to identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.js diff --git a/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.map b/identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.map similarity index 100% rename from hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.map rename to identity-server/hosts/main/wwwroot/lib/jquery/dist/jquery.slim.min.map diff --git a/icon.png b/identity-server/icon.png similarity index 100% rename from icon.png rename to identity-server/icon.png diff --git a/migrations/AspNetIdentityDb/AspNetIdentityDb.csproj b/identity-server/migrations/AspNetIdentityDb/AspNetIdentityDb.csproj similarity index 100% rename from migrations/AspNetIdentityDb/AspNetIdentityDb.csproj rename to identity-server/migrations/AspNetIdentityDb/AspNetIdentityDb.csproj diff --git a/migrations/AspNetIdentityDb/Migrations/UsersDb.sql b/identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb.sql similarity index 100% rename from migrations/AspNetIdentityDb/Migrations/UsersDb.sql rename to identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb.sql diff --git a/migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.Designer.cs b/identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.Designer.cs similarity index 100% rename from migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.Designer.cs rename to identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.Designer.cs diff --git a/migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.cs b/identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.cs similarity index 100% rename from migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.cs rename to identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb/20210113185640_Users.cs diff --git a/migrations/AspNetIdentityDb/Migrations/UsersDb/ApplicationDbContextModelSnapshot.cs b/identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb/ApplicationDbContextModelSnapshot.cs similarity index 100% rename from migrations/AspNetIdentityDb/Migrations/UsersDb/ApplicationDbContextModelSnapshot.cs rename to identity-server/migrations/AspNetIdentityDb/Migrations/UsersDb/ApplicationDbContextModelSnapshot.cs diff --git a/migrations/AspNetIdentityDb/Program.cs b/identity-server/migrations/AspNetIdentityDb/Program.cs similarity index 100% rename from migrations/AspNetIdentityDb/Program.cs rename to identity-server/migrations/AspNetIdentityDb/Program.cs diff --git a/migrations/AspNetIdentityDb/Properties/launchSettings.json b/identity-server/migrations/AspNetIdentityDb/Properties/launchSettings.json similarity index 100% rename from migrations/AspNetIdentityDb/Properties/launchSettings.json rename to identity-server/migrations/AspNetIdentityDb/Properties/launchSettings.json diff --git a/migrations/AspNetIdentityDb/SeedData.cs b/identity-server/migrations/AspNetIdentityDb/SeedData.cs similarity index 100% rename from migrations/AspNetIdentityDb/SeedData.cs rename to identity-server/migrations/AspNetIdentityDb/SeedData.cs diff --git a/migrations/AspNetIdentityDb/Startup.cs b/identity-server/migrations/AspNetIdentityDb/Startup.cs similarity index 100% rename from migrations/AspNetIdentityDb/Startup.cs rename to identity-server/migrations/AspNetIdentityDb/Startup.cs diff --git a/migrations/AspNetIdentityDb/appsettings.json b/identity-server/migrations/AspNetIdentityDb/appsettings.json similarity index 100% rename from migrations/AspNetIdentityDb/appsettings.json rename to identity-server/migrations/AspNetIdentityDb/appsettings.json diff --git a/migrations/AspNetIdentityDb/schema.bat b/identity-server/migrations/AspNetIdentityDb/schema.bat similarity index 100% rename from migrations/AspNetIdentityDb/schema.bat rename to identity-server/migrations/AspNetIdentityDb/schema.bat diff --git a/migrations/IdentityServerDb/IdentityServerDb.csproj b/identity-server/migrations/IdentityServerDb/IdentityServerDb.csproj similarity index 100% rename from migrations/IdentityServerDb/IdentityServerDb.csproj rename to identity-server/migrations/IdentityServerDb/IdentityServerDb.csproj diff --git a/migrations/IdentityServerDb/Migrations/ConfigurationDb.sql b/identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb.sql similarity index 100% rename from migrations/IdentityServerDb/Migrations/ConfigurationDb.sql rename to identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb.sql diff --git a/migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.Designer.cs b/identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.Designer.cs similarity index 100% rename from migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.Designer.cs rename to identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.Designer.cs diff --git a/migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.cs b/identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.cs similarity index 100% rename from migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.cs rename to identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb/20240104192404_Configuration.cs diff --git a/migrations/IdentityServerDb/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs b/identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs similarity index 100% rename from migrations/IdentityServerDb/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs rename to identity-server/migrations/IdentityServerDb/Migrations/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs diff --git a/migrations/IdentityServerDb/Migrations/PersistedGrantDb.sql b/identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb.sql similarity index 100% rename from migrations/IdentityServerDb/Migrations/PersistedGrantDb.sql rename to identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb.sql diff --git a/migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.Designer.cs b/identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.Designer.cs similarity index 100% rename from migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.Designer.cs rename to identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.Designer.cs diff --git a/migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.cs b/identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.cs similarity index 100% rename from migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.cs rename to identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb/20240104192353_Grants.cs diff --git a/migrations/IdentityServerDb/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs b/identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs similarity index 100% rename from migrations/IdentityServerDb/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs rename to identity-server/migrations/IdentityServerDb/Migrations/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs diff --git a/migrations/IdentityServerDb/Program.cs b/identity-server/migrations/IdentityServerDb/Program.cs similarity index 100% rename from migrations/IdentityServerDb/Program.cs rename to identity-server/migrations/IdentityServerDb/Program.cs diff --git a/migrations/IdentityServerDb/Properties/launchSettings.json b/identity-server/migrations/IdentityServerDb/Properties/launchSettings.json similarity index 100% rename from migrations/IdentityServerDb/Properties/launchSettings.json rename to identity-server/migrations/IdentityServerDb/Properties/launchSettings.json diff --git a/migrations/IdentityServerDb/SeedData.cs b/identity-server/migrations/IdentityServerDb/SeedData.cs similarity index 100% rename from migrations/IdentityServerDb/SeedData.cs rename to identity-server/migrations/IdentityServerDb/SeedData.cs diff --git a/migrations/IdentityServerDb/Startup.cs b/identity-server/migrations/IdentityServerDb/Startup.cs similarity index 100% rename from migrations/IdentityServerDb/Startup.cs rename to identity-server/migrations/IdentityServerDb/Startup.cs diff --git a/migrations/IdentityServerDb/appsettings.json b/identity-server/migrations/IdentityServerDb/appsettings.json similarity index 100% rename from migrations/IdentityServerDb/appsettings.json rename to identity-server/migrations/IdentityServerDb/appsettings.json diff --git a/migrations/IdentityServerDb/schema.bat b/identity-server/migrations/IdentityServerDb/schema.bat similarity index 100% rename from migrations/IdentityServerDb/schema.bat rename to identity-server/migrations/IdentityServerDb/schema.bat diff --git a/nuget.config b/identity-server/nuget.config similarity index 100% rename from nuget.config rename to identity-server/nuget.config diff --git a/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report-github.md b/identity-server/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report-github.md similarity index 100% rename from perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report-github.md rename to identity-server/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report-github.md diff --git a/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.csv b/identity-server/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.csv similarity index 100% rename from perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.csv rename to identity-server/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.csv diff --git a/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.html b/identity-server/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.html similarity index 100% rename from perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.html rename to identity-server/perf/IdentityServer.PerfTests/BenchmarkDotNet.Artifacts/results/IdentityServer.PerfTests.Services.DefaultTokenServiceTest-report.html diff --git a/perf/IdentityServer.PerfTests/IdentityServer.PerfTests.csproj b/identity-server/perf/IdentityServer.PerfTests/IdentityServer.PerfTests.csproj similarity index 100% rename from perf/IdentityServer.PerfTests/IdentityServer.PerfTests.csproj rename to identity-server/perf/IdentityServer.PerfTests/IdentityServer.PerfTests.csproj diff --git a/perf/IdentityServer.PerfTests/Infrastructure/DebugLoggerProvider.cs b/identity-server/perf/IdentityServer.PerfTests/Infrastructure/DebugLoggerProvider.cs similarity index 100% rename from perf/IdentityServer.PerfTests/Infrastructure/DebugLoggerProvider.cs rename to identity-server/perf/IdentityServer.PerfTests/Infrastructure/DebugLoggerProvider.cs diff --git a/perf/IdentityServer.PerfTests/Infrastructure/IdentityServerContainer.cs b/identity-server/perf/IdentityServer.PerfTests/Infrastructure/IdentityServerContainer.cs similarity index 100% rename from perf/IdentityServer.PerfTests/Infrastructure/IdentityServerContainer.cs rename to identity-server/perf/IdentityServer.PerfTests/Infrastructure/IdentityServerContainer.cs diff --git a/perf/IdentityServer.PerfTests/Infrastructure/InMemoryIdentityServerContainer.cs b/identity-server/perf/IdentityServer.PerfTests/Infrastructure/InMemoryIdentityServerContainer.cs similarity index 100% rename from perf/IdentityServer.PerfTests/Infrastructure/InMemoryIdentityServerContainer.cs rename to identity-server/perf/IdentityServer.PerfTests/Infrastructure/InMemoryIdentityServerContainer.cs diff --git a/perf/IdentityServer.PerfTests/Infrastructure/TestBase.cs b/identity-server/perf/IdentityServer.PerfTests/Infrastructure/TestBase.cs similarity index 100% rename from perf/IdentityServer.PerfTests/Infrastructure/TestBase.cs rename to identity-server/perf/IdentityServer.PerfTests/Infrastructure/TestBase.cs diff --git a/perf/IdentityServer.PerfTests/Program.cs b/identity-server/perf/IdentityServer.PerfTests/Program.cs similarity index 100% rename from perf/IdentityServer.PerfTests/Program.cs rename to identity-server/perf/IdentityServer.PerfTests/Program.cs diff --git a/perf/IdentityServer.PerfTests/Services/DefaultTokenServiceTest.cs b/identity-server/perf/IdentityServer.PerfTests/Services/DefaultTokenServiceTest.cs similarity index 100% rename from perf/IdentityServer.PerfTests/Services/DefaultTokenServiceTest.cs rename to identity-server/perf/IdentityServer.PerfTests/Services/DefaultTokenServiceTest.cs diff --git a/perf/IdentityServer.PerfTests/client.cer b/identity-server/perf/IdentityServer.PerfTests/client.cer similarity index 100% rename from perf/IdentityServer.PerfTests/client.cer rename to identity-server/perf/IdentityServer.PerfTests/client.cer diff --git a/perf/IdentityServer.PerfTests/client.pfx b/identity-server/perf/IdentityServer.PerfTests/client.pfx similarity index 100% rename from perf/IdentityServer.PerfTests/client.pfx rename to identity-server/perf/IdentityServer.PerfTests/client.pfx diff --git a/perf/PerfTests.sln b/identity-server/perf/PerfTests.sln similarity index 100% rename from perf/PerfTests.sln rename to identity-server/perf/PerfTests.sln diff --git a/src/AspNetIdentity/Decorator.cs b/identity-server/src/AspNetIdentity/Decorator.cs similarity index 100% rename from src/AspNetIdentity/Decorator.cs rename to identity-server/src/AspNetIdentity/Decorator.cs diff --git a/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj b/identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj similarity index 100% rename from src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj rename to identity-server/src/AspNetIdentity/Duende.IdentityServer.AspNetIdentity.csproj diff --git a/src/AspNetIdentity/IdentityServerBuilderExtensions.cs b/identity-server/src/AspNetIdentity/IdentityServerBuilderExtensions.cs similarity index 100% rename from src/AspNetIdentity/IdentityServerBuilderExtensions.cs rename to identity-server/src/AspNetIdentity/IdentityServerBuilderExtensions.cs diff --git a/src/AspNetIdentity/PostConfigureIdentityServerOptions.cs b/identity-server/src/AspNetIdentity/PostConfigureIdentityServerOptions.cs similarity index 100% rename from src/AspNetIdentity/PostConfigureIdentityServerOptions.cs rename to identity-server/src/AspNetIdentity/PostConfigureIdentityServerOptions.cs diff --git a/src/AspNetIdentity/ProfileService.cs b/identity-server/src/AspNetIdentity/ProfileService.cs similarity index 100% rename from src/AspNetIdentity/ProfileService.cs rename to identity-server/src/AspNetIdentity/ProfileService.cs diff --git a/src/AspNetIdentity/README.md b/identity-server/src/AspNetIdentity/README.md similarity index 100% rename from src/AspNetIdentity/README.md rename to identity-server/src/AspNetIdentity/README.md diff --git a/src/AspNetIdentity/ResourceOwnerPasswordValidator.cs b/identity-server/src/AspNetIdentity/ResourceOwnerPasswordValidator.cs similarity index 100% rename from src/AspNetIdentity/ResourceOwnerPasswordValidator.cs rename to identity-server/src/AspNetIdentity/ResourceOwnerPasswordValidator.cs diff --git a/src/AspNetIdentity/SecurityStampValidatorCallback.cs b/identity-server/src/AspNetIdentity/SecurityStampValidatorCallback.cs similarity index 100% rename from src/AspNetIdentity/SecurityStampValidatorCallback.cs rename to identity-server/src/AspNetIdentity/SecurityStampValidatorCallback.cs diff --git a/src/AspNetIdentity/UserClaimsFactory.cs b/identity-server/src/AspNetIdentity/UserClaimsFactory.cs similarity index 100% rename from src/AspNetIdentity/UserClaimsFactory.cs rename to identity-server/src/AspNetIdentity/UserClaimsFactory.cs diff --git a/src/Configuration.EntityFramework/.editorconfig b/identity-server/src/Configuration.EntityFramework/.editorconfig similarity index 100% rename from src/Configuration.EntityFramework/.editorconfig rename to identity-server/src/Configuration.EntityFramework/.editorconfig diff --git a/src/Configuration.EntityFramework/ClientConfigurationStore.cs b/identity-server/src/Configuration.EntityFramework/ClientConfigurationStore.cs similarity index 100% rename from src/Configuration.EntityFramework/ClientConfigurationStore.cs rename to identity-server/src/Configuration.EntityFramework/ClientConfigurationStore.cs diff --git a/src/Configuration.EntityFramework/DefaultCancellationTokenProvider.cs b/identity-server/src/Configuration.EntityFramework/DefaultCancellationTokenProvider.cs similarity index 100% rename from src/Configuration.EntityFramework/DefaultCancellationTokenProvider.cs rename to identity-server/src/Configuration.EntityFramework/DefaultCancellationTokenProvider.cs diff --git a/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj b/identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj similarity index 100% rename from src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj rename to identity-server/src/Configuration.EntityFramework/Duende.IdentityServer.Configuration.EntityFramework.csproj diff --git a/src/Configuration.EntityFramework/README.md b/identity-server/src/Configuration.EntityFramework/README.md similarity index 100% rename from src/Configuration.EntityFramework/README.md rename to identity-server/src/Configuration.EntityFramework/README.md diff --git a/src/Configuration.EntityFramework/ServiceCollectionExtensions.cs b/identity-server/src/Configuration.EntityFramework/ServiceCollectionExtensions.cs similarity index 100% rename from src/Configuration.EntityFramework/ServiceCollectionExtensions.cs rename to identity-server/src/Configuration.EntityFramework/ServiceCollectionExtensions.cs diff --git a/src/Configuration/.editorconfig b/identity-server/src/Configuration/.editorconfig similarity index 100% rename from src/Configuration/.editorconfig rename to identity-server/src/Configuration/.editorconfig diff --git a/src/Configuration/Configuration/DynamicClientRegistrationOptions.cs b/identity-server/src/Configuration/Configuration/DynamicClientRegistrationOptions.cs similarity index 100% rename from src/Configuration/Configuration/DynamicClientRegistrationOptions.cs rename to identity-server/src/Configuration/Configuration/DynamicClientRegistrationOptions.cs diff --git a/src/Configuration/Configuration/IdentityServerConfigurationOptions.cs b/identity-server/src/Configuration/Configuration/IdentityServerConfigurationOptions.cs similarity index 100% rename from src/Configuration/Configuration/IdentityServerConfigurationOptions.cs rename to identity-server/src/Configuration/Configuration/IdentityServerConfigurationOptions.cs diff --git a/src/Configuration/Duende.IdentityServer.Configuration.csproj b/identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj similarity index 100% rename from src/Configuration/Duende.IdentityServer.Configuration.csproj rename to identity-server/src/Configuration/Duende.IdentityServer.Configuration.csproj diff --git a/src/Configuration/DynamicClientRegistrationErrors.cs b/identity-server/src/Configuration/DynamicClientRegistrationErrors.cs similarity index 100% rename from src/Configuration/DynamicClientRegistrationErrors.cs rename to identity-server/src/Configuration/DynamicClientRegistrationErrors.cs diff --git a/src/Configuration/Endpoints/DynamicClientRegistrationEndpoint.cs b/identity-server/src/Configuration/Endpoints/DynamicClientRegistrationEndpoint.cs similarity index 100% rename from src/Configuration/Endpoints/DynamicClientRegistrationEndpoint.cs rename to identity-server/src/Configuration/Endpoints/DynamicClientRegistrationEndpoint.cs diff --git a/src/Configuration/Extensions/ConfigurationEndpointExtensions.cs b/identity-server/src/Configuration/Extensions/ConfigurationEndpointExtensions.cs similarity index 100% rename from src/Configuration/Extensions/ConfigurationEndpointExtensions.cs rename to identity-server/src/Configuration/Extensions/ConfigurationEndpointExtensions.cs diff --git a/src/Configuration/Extensions/ConfigurationServiceCollectionExtensions.cs b/identity-server/src/Configuration/Extensions/ConfigurationServiceCollectionExtensions.cs similarity index 100% rename from src/Configuration/Extensions/ConfigurationServiceCollectionExtensions.cs rename to identity-server/src/Configuration/Extensions/ConfigurationServiceCollectionExtensions.cs diff --git a/src/Configuration/Extensions/ServiceCollectionExtensions.cs b/identity-server/src/Configuration/Extensions/ServiceCollectionExtensions.cs similarity index 100% rename from src/Configuration/Extensions/ServiceCollectionExtensions.cs rename to identity-server/src/Configuration/Extensions/ServiceCollectionExtensions.cs diff --git a/src/Configuration/Licensing/ConfigurationLicense.cs b/identity-server/src/Configuration/Licensing/ConfigurationLicense.cs similarity index 100% rename from src/Configuration/Licensing/ConfigurationLicense.cs rename to identity-server/src/Configuration/Licensing/ConfigurationLicense.cs diff --git a/src/Configuration/Licensing/ConfigurationLicenseValidator.cs b/identity-server/src/Configuration/Licensing/ConfigurationLicenseValidator.cs similarity index 100% rename from src/Configuration/Licensing/ConfigurationLicenseValidator.cs rename to identity-server/src/Configuration/Licensing/ConfigurationLicenseValidator.cs diff --git a/src/Configuration/Licensing/License.cs b/identity-server/src/Configuration/Licensing/License.cs similarity index 100% rename from src/Configuration/Licensing/License.cs rename to identity-server/src/Configuration/Licensing/License.cs diff --git a/src/Configuration/Licensing/LicenseValidator.cs b/identity-server/src/Configuration/Licensing/LicenseValidator.cs similarity index 100% rename from src/Configuration/Licensing/LicenseValidator.cs rename to identity-server/src/Configuration/Licensing/LicenseValidator.cs diff --git a/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationContext.cs b/identity-server/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationContext.cs similarity index 100% rename from src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationContext.cs rename to identity-server/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationContext.cs diff --git a/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationRequest.cs b/identity-server/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationRequest.cs similarity index 100% rename from src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationRequest.cs rename to identity-server/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationRequest.cs diff --git a/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationResponse.cs b/identity-server/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationResponse.cs similarity index 100% rename from src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationResponse.cs rename to identity-server/src/Configuration/Models/DynamicClientRegistration/DynamicClientRegistrationResponse.cs diff --git a/src/Configuration/Models/DynamicClientRegistration/IDynamicClientRegistrationResponse.cs b/identity-server/src/Configuration/Models/DynamicClientRegistration/IDynamicClientRegistrationResponse.cs similarity index 100% rename from src/Configuration/Models/DynamicClientRegistration/IDynamicClientRegistrationResponse.cs rename to identity-server/src/Configuration/Models/DynamicClientRegistration/IDynamicClientRegistrationResponse.cs diff --git a/src/Configuration/Models/DynamicClientRegistration/KeySet.cs b/identity-server/src/Configuration/Models/DynamicClientRegistration/KeySet.cs similarity index 100% rename from src/Configuration/Models/DynamicClientRegistration/KeySet.cs rename to identity-server/src/Configuration/Models/DynamicClientRegistration/KeySet.cs diff --git a/src/Configuration/Models/DynamicClientRegistrationError.cs b/identity-server/src/Configuration/Models/DynamicClientRegistrationError.cs similarity index 100% rename from src/Configuration/Models/DynamicClientRegistrationError.cs rename to identity-server/src/Configuration/Models/DynamicClientRegistrationError.cs diff --git a/src/Configuration/Models/IStepResult.cs b/identity-server/src/Configuration/Models/IStepResult.cs similarity index 100% rename from src/Configuration/Models/IStepResult.cs rename to identity-server/src/Configuration/Models/IStepResult.cs diff --git a/src/Configuration/Models/SuccessfulStep.cs b/identity-server/src/Configuration/Models/SuccessfulStep.cs similarity index 100% rename from src/Configuration/Models/SuccessfulStep.cs rename to identity-server/src/Configuration/Models/SuccessfulStep.cs diff --git a/src/Configuration/README.md b/identity-server/src/Configuration/README.md similarity index 100% rename from src/Configuration/README.md rename to identity-server/src/Configuration/README.md diff --git a/src/Configuration/RequestProcessing/DynamicClientRegistrationRequestProcessor.cs b/identity-server/src/Configuration/RequestProcessing/DynamicClientRegistrationRequestProcessor.cs similarity index 100% rename from src/Configuration/RequestProcessing/DynamicClientRegistrationRequestProcessor.cs rename to identity-server/src/Configuration/RequestProcessing/DynamicClientRegistrationRequestProcessor.cs diff --git a/src/Configuration/RequestProcessing/IDynamicClientRegistrationRequestProcessor.cs b/identity-server/src/Configuration/RequestProcessing/IDynamicClientRegistrationRequestProcessor.cs similarity index 100% rename from src/Configuration/RequestProcessing/IDynamicClientRegistrationRequestProcessor.cs rename to identity-server/src/Configuration/RequestProcessing/IDynamicClientRegistrationRequestProcessor.cs diff --git a/src/Configuration/ResponseGeneration/DynamicClientRegistrationResponseGenerator.cs b/identity-server/src/Configuration/ResponseGeneration/DynamicClientRegistrationResponseGenerator.cs similarity index 100% rename from src/Configuration/ResponseGeneration/DynamicClientRegistrationResponseGenerator.cs rename to identity-server/src/Configuration/ResponseGeneration/DynamicClientRegistrationResponseGenerator.cs diff --git a/src/Configuration/ResponseGeneration/IDynamicClientRegistrationResponseGenerator.cs b/identity-server/src/Configuration/ResponseGeneration/IDynamicClientRegistrationResponseGenerator.cs similarity index 100% rename from src/Configuration/ResponseGeneration/IDynamicClientRegistrationResponseGenerator.cs rename to identity-server/src/Configuration/ResponseGeneration/IDynamicClientRegistrationResponseGenerator.cs diff --git a/src/Configuration/Stores/IClientConfigurationStore.cs b/identity-server/src/Configuration/Stores/IClientConfigurationStore.cs similarity index 100% rename from src/Configuration/Stores/IClientConfigurationStore.cs rename to identity-server/src/Configuration/Stores/IClientConfigurationStore.cs diff --git a/src/Configuration/Stores/InMemoryClientConfigurationStore.cs b/identity-server/src/Configuration/Stores/InMemoryClientConfigurationStore.cs similarity index 100% rename from src/Configuration/Stores/InMemoryClientConfigurationStore.cs rename to identity-server/src/Configuration/Stores/InMemoryClientConfigurationStore.cs diff --git a/src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidatedRequest.cs b/identity-server/src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidatedRequest.cs similarity index 100% rename from src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidatedRequest.cs rename to identity-server/src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidatedRequest.cs diff --git a/src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidator.cs b/identity-server/src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidator.cs similarity index 100% rename from src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidator.cs rename to identity-server/src/Configuration/Validation/DynamicClientRegistration/DynamicClientRegistrationValidator.cs diff --git a/src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidationResult.cs b/identity-server/src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidationResult.cs similarity index 100% rename from src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidationResult.cs rename to identity-server/src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidationResult.cs diff --git a/src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidator.cs b/identity-server/src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidator.cs similarity index 100% rename from src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidator.cs rename to identity-server/src/Configuration/Validation/DynamicClientRegistration/IDynamicClientRegistrationValidator.cs diff --git a/src/Configuration/dcr_tests.http b/identity-server/src/Configuration/dcr_tests.http similarity index 100% rename from src/Configuration/dcr_tests.http rename to identity-server/src/Configuration/dcr_tests.http diff --git a/src/EntityFramework.Storage/Configuration/ServiceCollectionExtensions.cs b/identity-server/src/EntityFramework.Storage/Configuration/ServiceCollectionExtensions.cs similarity index 100% rename from src/EntityFramework.Storage/Configuration/ServiceCollectionExtensions.cs rename to identity-server/src/EntityFramework.Storage/Configuration/ServiceCollectionExtensions.cs diff --git a/src/EntityFramework.Storage/DbContexts/ConfigurationDbContext.cs b/identity-server/src/EntityFramework.Storage/DbContexts/ConfigurationDbContext.cs similarity index 100% rename from src/EntityFramework.Storage/DbContexts/ConfigurationDbContext.cs rename to identity-server/src/EntityFramework.Storage/DbContexts/ConfigurationDbContext.cs diff --git a/src/EntityFramework.Storage/DbContexts/PersistedGrantDbContext.cs b/identity-server/src/EntityFramework.Storage/DbContexts/PersistedGrantDbContext.cs similarity index 100% rename from src/EntityFramework.Storage/DbContexts/PersistedGrantDbContext.cs rename to identity-server/src/EntityFramework.Storage/DbContexts/PersistedGrantDbContext.cs diff --git a/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj b/identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj similarity index 100% rename from src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj rename to identity-server/src/EntityFramework.Storage/Duende.IdentityServer.EntityFramework.Storage.csproj diff --git a/src/EntityFramework.Storage/Entities/ApiResource.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiResource.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiResource.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiResource.cs diff --git a/src/EntityFramework.Storage/Entities/ApiResourceClaim.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiResourceClaim.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiResourceClaim.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiResourceClaim.cs diff --git a/src/EntityFramework.Storage/Entities/ApiResourceProperty.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiResourceProperty.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiResourceProperty.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiResourceProperty.cs diff --git a/src/EntityFramework.Storage/Entities/ApiResourceScope.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiResourceScope.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiResourceScope.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiResourceScope.cs diff --git a/src/EntityFramework.Storage/Entities/ApiResourceSecret.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiResourceSecret.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiResourceSecret.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiResourceSecret.cs diff --git a/src/EntityFramework.Storage/Entities/ApiScope.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiScope.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiScope.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiScope.cs diff --git a/src/EntityFramework.Storage/Entities/ApiScopeClaim.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiScopeClaim.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiScopeClaim.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiScopeClaim.cs diff --git a/src/EntityFramework.Storage/Entities/ApiScopeProperty.cs b/identity-server/src/EntityFramework.Storage/Entities/ApiScopeProperty.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ApiScopeProperty.cs rename to identity-server/src/EntityFramework.Storage/Entities/ApiScopeProperty.cs diff --git a/src/EntityFramework.Storage/Entities/Client.cs b/identity-server/src/EntityFramework.Storage/Entities/Client.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/Client.cs rename to identity-server/src/EntityFramework.Storage/Entities/Client.cs diff --git a/src/EntityFramework.Storage/Entities/ClientClaim.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientClaim.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientClaim.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientClaim.cs diff --git a/src/EntityFramework.Storage/Entities/ClientCorsOrigin.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientCorsOrigin.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientCorsOrigin.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientCorsOrigin.cs diff --git a/src/EntityFramework.Storage/Entities/ClientGrantType.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientGrantType.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientGrantType.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientGrantType.cs diff --git a/src/EntityFramework.Storage/Entities/ClientIdPRestriction.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientIdPRestriction.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientIdPRestriction.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientIdPRestriction.cs diff --git a/src/EntityFramework.Storage/Entities/ClientPostLogoutRedirectUri.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientPostLogoutRedirectUri.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientPostLogoutRedirectUri.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientPostLogoutRedirectUri.cs diff --git a/src/EntityFramework.Storage/Entities/ClientProperty.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientProperty.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientProperty.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientProperty.cs diff --git a/src/EntityFramework.Storage/Entities/ClientRedirectUri.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientRedirectUri.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientRedirectUri.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientRedirectUri.cs diff --git a/src/EntityFramework.Storage/Entities/ClientScope.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientScope.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientScope.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientScope.cs diff --git a/src/EntityFramework.Storage/Entities/ClientSecret.cs b/identity-server/src/EntityFramework.Storage/Entities/ClientSecret.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ClientSecret.cs rename to identity-server/src/EntityFramework.Storage/Entities/ClientSecret.cs diff --git a/src/EntityFramework.Storage/Entities/DeviceFlowCodes.cs b/identity-server/src/EntityFramework.Storage/Entities/DeviceFlowCodes.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/DeviceFlowCodes.cs rename to identity-server/src/EntityFramework.Storage/Entities/DeviceFlowCodes.cs diff --git a/src/EntityFramework.Storage/Entities/IdentityProvider.cs b/identity-server/src/EntityFramework.Storage/Entities/IdentityProvider.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/IdentityProvider.cs rename to identity-server/src/EntityFramework.Storage/Entities/IdentityProvider.cs diff --git a/src/EntityFramework.Storage/Entities/IdentityResource.cs b/identity-server/src/EntityFramework.Storage/Entities/IdentityResource.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/IdentityResource.cs rename to identity-server/src/EntityFramework.Storage/Entities/IdentityResource.cs diff --git a/src/EntityFramework.Storage/Entities/IdentityResourceClaim.cs b/identity-server/src/EntityFramework.Storage/Entities/IdentityResourceClaim.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/IdentityResourceClaim.cs rename to identity-server/src/EntityFramework.Storage/Entities/IdentityResourceClaim.cs diff --git a/src/EntityFramework.Storage/Entities/IdentityResourceProperty.cs b/identity-server/src/EntityFramework.Storage/Entities/IdentityResourceProperty.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/IdentityResourceProperty.cs rename to identity-server/src/EntityFramework.Storage/Entities/IdentityResourceProperty.cs diff --git a/src/EntityFramework.Storage/Entities/Key.cs b/identity-server/src/EntityFramework.Storage/Entities/Key.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/Key.cs rename to identity-server/src/EntityFramework.Storage/Entities/Key.cs diff --git a/src/EntityFramework.Storage/Entities/PersistedGrant.cs b/identity-server/src/EntityFramework.Storage/Entities/PersistedGrant.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/PersistedGrant.cs rename to identity-server/src/EntityFramework.Storage/Entities/PersistedGrant.cs diff --git a/src/EntityFramework.Storage/Entities/Property.cs b/identity-server/src/EntityFramework.Storage/Entities/Property.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/Property.cs rename to identity-server/src/EntityFramework.Storage/Entities/Property.cs diff --git a/src/EntityFramework.Storage/Entities/PushedAuthorizationRequest.cs b/identity-server/src/EntityFramework.Storage/Entities/PushedAuthorizationRequest.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/PushedAuthorizationRequest.cs rename to identity-server/src/EntityFramework.Storage/Entities/PushedAuthorizationRequest.cs diff --git a/src/EntityFramework.Storage/Entities/Secret.cs b/identity-server/src/EntityFramework.Storage/Entities/Secret.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/Secret.cs rename to identity-server/src/EntityFramework.Storage/Entities/Secret.cs diff --git a/src/EntityFramework.Storage/Entities/ServerSideSession.cs b/identity-server/src/EntityFramework.Storage/Entities/ServerSideSession.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/ServerSideSession.cs rename to identity-server/src/EntityFramework.Storage/Entities/ServerSideSession.cs diff --git a/src/EntityFramework.Storage/Entities/UserClaim.cs b/identity-server/src/EntityFramework.Storage/Entities/UserClaim.cs similarity index 100% rename from src/EntityFramework.Storage/Entities/UserClaim.cs rename to identity-server/src/EntityFramework.Storage/Entities/UserClaim.cs diff --git a/src/EntityFramework.Storage/Extensions/DbContextExtensions.cs b/identity-server/src/EntityFramework.Storage/Extensions/DbContextExtensions.cs similarity index 100% rename from src/EntityFramework.Storage/Extensions/DbContextExtensions.cs rename to identity-server/src/EntityFramework.Storage/Extensions/DbContextExtensions.cs diff --git a/src/EntityFramework.Storage/Extensions/ModelBuilderExtensions.cs b/identity-server/src/EntityFramework.Storage/Extensions/ModelBuilderExtensions.cs similarity index 100% rename from src/EntityFramework.Storage/Extensions/ModelBuilderExtensions.cs rename to identity-server/src/EntityFramework.Storage/Extensions/ModelBuilderExtensions.cs diff --git a/src/EntityFramework.Storage/Extensions/StringsExtensions.cs b/identity-server/src/EntityFramework.Storage/Extensions/StringsExtensions.cs similarity index 100% rename from src/EntityFramework.Storage/Extensions/StringsExtensions.cs rename to identity-server/src/EntityFramework.Storage/Extensions/StringsExtensions.cs diff --git a/src/EntityFramework.Storage/Interfaces/IConfigurationDbContext.cs b/identity-server/src/EntityFramework.Storage/Interfaces/IConfigurationDbContext.cs similarity index 100% rename from src/EntityFramework.Storage/Interfaces/IConfigurationDbContext.cs rename to identity-server/src/EntityFramework.Storage/Interfaces/IConfigurationDbContext.cs diff --git a/src/EntityFramework.Storage/Interfaces/IPersistedGrantDbContext.cs b/identity-server/src/EntityFramework.Storage/Interfaces/IPersistedGrantDbContext.cs similarity index 100% rename from src/EntityFramework.Storage/Interfaces/IPersistedGrantDbContext.cs rename to identity-server/src/EntityFramework.Storage/Interfaces/IPersistedGrantDbContext.cs diff --git a/src/EntityFramework.Storage/Mappers/AllowedSigningAlgorithmsConverter.cs b/identity-server/src/EntityFramework.Storage/Mappers/AllowedSigningAlgorithmsConverter.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/AllowedSigningAlgorithmsConverter.cs rename to identity-server/src/EntityFramework.Storage/Mappers/AllowedSigningAlgorithmsConverter.cs diff --git a/src/EntityFramework.Storage/Mappers/ApiResourceMappers.cs b/identity-server/src/EntityFramework.Storage/Mappers/ApiResourceMappers.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/ApiResourceMappers.cs rename to identity-server/src/EntityFramework.Storage/Mappers/ApiResourceMappers.cs diff --git a/src/EntityFramework.Storage/Mappers/ClientMappers.cs b/identity-server/src/EntityFramework.Storage/Mappers/ClientMappers.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/ClientMappers.cs rename to identity-server/src/EntityFramework.Storage/Mappers/ClientMappers.cs diff --git a/src/EntityFramework.Storage/Mappers/IdentityProviderMappers.cs b/identity-server/src/EntityFramework.Storage/Mappers/IdentityProviderMappers.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/IdentityProviderMappers.cs rename to identity-server/src/EntityFramework.Storage/Mappers/IdentityProviderMappers.cs diff --git a/src/EntityFramework.Storage/Mappers/IdentityResourceMappers.cs b/identity-server/src/EntityFramework.Storage/Mappers/IdentityResourceMappers.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/IdentityResourceMappers.cs rename to identity-server/src/EntityFramework.Storage/Mappers/IdentityResourceMappers.cs diff --git a/src/EntityFramework.Storage/Mappers/PersistedGrantMappers.cs b/identity-server/src/EntityFramework.Storage/Mappers/PersistedGrantMappers.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/PersistedGrantMappers.cs rename to identity-server/src/EntityFramework.Storage/Mappers/PersistedGrantMappers.cs diff --git a/src/EntityFramework.Storage/Mappers/PropertiesConverter.cs b/identity-server/src/EntityFramework.Storage/Mappers/PropertiesConverter.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/PropertiesConverter.cs rename to identity-server/src/EntityFramework.Storage/Mappers/PropertiesConverter.cs diff --git a/src/EntityFramework.Storage/Mappers/PushedAuthorizationRequestMappers.cs b/identity-server/src/EntityFramework.Storage/Mappers/PushedAuthorizationRequestMappers.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/PushedAuthorizationRequestMappers.cs rename to identity-server/src/EntityFramework.Storage/Mappers/PushedAuthorizationRequestMappers.cs diff --git a/src/EntityFramework.Storage/Mappers/ScopeMappers.cs b/identity-server/src/EntityFramework.Storage/Mappers/ScopeMappers.cs similarity index 100% rename from src/EntityFramework.Storage/Mappers/ScopeMappers.cs rename to identity-server/src/EntityFramework.Storage/Mappers/ScopeMappers.cs diff --git a/src/EntityFramework.Storage/Options/ConfigurationStoreOptions.cs b/identity-server/src/EntityFramework.Storage/Options/ConfigurationStoreOptions.cs similarity index 100% rename from src/EntityFramework.Storage/Options/ConfigurationStoreOptions.cs rename to identity-server/src/EntityFramework.Storage/Options/ConfigurationStoreOptions.cs diff --git a/src/EntityFramework.Storage/Options/OperationalStoreOptions.cs b/identity-server/src/EntityFramework.Storage/Options/OperationalStoreOptions.cs similarity index 100% rename from src/EntityFramework.Storage/Options/OperationalStoreOptions.cs rename to identity-server/src/EntityFramework.Storage/Options/OperationalStoreOptions.cs diff --git a/src/EntityFramework.Storage/Options/TableConfiguration.cs b/identity-server/src/EntityFramework.Storage/Options/TableConfiguration.cs similarity index 100% rename from src/EntityFramework.Storage/Options/TableConfiguration.cs rename to identity-server/src/EntityFramework.Storage/Options/TableConfiguration.cs diff --git a/src/EntityFramework.Storage/Properties/AssemblyInfo.cs b/identity-server/src/EntityFramework.Storage/Properties/AssemblyInfo.cs similarity index 100% rename from src/EntityFramework.Storage/Properties/AssemblyInfo.cs rename to identity-server/src/EntityFramework.Storage/Properties/AssemblyInfo.cs diff --git a/src/EntityFramework.Storage/README.md b/identity-server/src/EntityFramework.Storage/README.md similarity index 100% rename from src/EntityFramework.Storage/README.md rename to identity-server/src/EntityFramework.Storage/README.md diff --git a/src/EntityFramework.Storage/Stores/ClientStore.cs b/identity-server/src/EntityFramework.Storage/Stores/ClientStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/ClientStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/ClientStore.cs diff --git a/src/EntityFramework.Storage/Stores/DeviceFlowStore.cs b/identity-server/src/EntityFramework.Storage/Stores/DeviceFlowStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/DeviceFlowStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/DeviceFlowStore.cs diff --git a/src/EntityFramework.Storage/Stores/IdentityProviderStore.cs b/identity-server/src/EntityFramework.Storage/Stores/IdentityProviderStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/IdentityProviderStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/IdentityProviderStore.cs diff --git a/src/EntityFramework.Storage/Stores/PersistedGrantStore.cs b/identity-server/src/EntityFramework.Storage/Stores/PersistedGrantStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/PersistedGrantStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/PersistedGrantStore.cs diff --git a/src/EntityFramework.Storage/Stores/PushedAuthorizationRequestStore.cs b/identity-server/src/EntityFramework.Storage/Stores/PushedAuthorizationRequestStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/PushedAuthorizationRequestStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/PushedAuthorizationRequestStore.cs diff --git a/src/EntityFramework.Storage/Stores/ResourceStore.cs b/identity-server/src/EntityFramework.Storage/Stores/ResourceStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/ResourceStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/ResourceStore.cs diff --git a/src/EntityFramework.Storage/Stores/ServerSideSessionStore.cs b/identity-server/src/EntityFramework.Storage/Stores/ServerSideSessionStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/ServerSideSessionStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/ServerSideSessionStore.cs diff --git a/src/EntityFramework.Storage/Stores/SigningKeyStore.cs b/identity-server/src/EntityFramework.Storage/Stores/SigningKeyStore.cs similarity index 100% rename from src/EntityFramework.Storage/Stores/SigningKeyStore.cs rename to identity-server/src/EntityFramework.Storage/Stores/SigningKeyStore.cs diff --git a/src/EntityFramework.Storage/TokenCleanup/IOperationalStoreNotification.cs b/identity-server/src/EntityFramework.Storage/TokenCleanup/IOperationalStoreNotification.cs similarity index 100% rename from src/EntityFramework.Storage/TokenCleanup/IOperationalStoreNotification.cs rename to identity-server/src/EntityFramework.Storage/TokenCleanup/IOperationalStoreNotification.cs diff --git a/src/EntityFramework.Storage/TokenCleanup/ITokenCleanupService.cs b/identity-server/src/EntityFramework.Storage/TokenCleanup/ITokenCleanupService.cs similarity index 100% rename from src/EntityFramework.Storage/TokenCleanup/ITokenCleanupService.cs rename to identity-server/src/EntityFramework.Storage/TokenCleanup/ITokenCleanupService.cs diff --git a/src/EntityFramework.Storage/TokenCleanup/TokenCleanupService.cs b/identity-server/src/EntityFramework.Storage/TokenCleanup/TokenCleanupService.cs similarity index 100% rename from src/EntityFramework.Storage/TokenCleanup/TokenCleanupService.cs rename to identity-server/src/EntityFramework.Storage/TokenCleanup/TokenCleanupService.cs diff --git a/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj b/identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj similarity index 100% rename from src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj rename to identity-server/src/EntityFramework/Duende.IdentityServer.EntityFramework.csproj diff --git a/src/EntityFramework/IdentityServerEntityFrameworkBuilderExtensions.cs b/identity-server/src/EntityFramework/IdentityServerEntityFrameworkBuilderExtensions.cs similarity index 100% rename from src/EntityFramework/IdentityServerEntityFrameworkBuilderExtensions.cs rename to identity-server/src/EntityFramework/IdentityServerEntityFrameworkBuilderExtensions.cs diff --git a/src/EntityFramework/README.md b/identity-server/src/EntityFramework/README.md similarity index 100% rename from src/EntityFramework/README.md rename to identity-server/src/EntityFramework/README.md diff --git a/src/EntityFramework/Services/CorsPolicyService.cs b/identity-server/src/EntityFramework/Services/CorsPolicyService.cs similarity index 100% rename from src/EntityFramework/Services/CorsPolicyService.cs rename to identity-server/src/EntityFramework/Services/CorsPolicyService.cs diff --git a/src/EntityFramework/TokenCleanupHost.cs b/identity-server/src/EntityFramework/TokenCleanupHost.cs similarity index 100% rename from src/EntityFramework/TokenCleanupHost.cs rename to identity-server/src/EntityFramework/TokenCleanupHost.cs diff --git a/src/IdentityServer/Configuration/CryptoHelper.cs b/identity-server/src/IdentityServer/Configuration/CryptoHelper.cs similarity index 100% rename from src/IdentityServer/Configuration/CryptoHelper.cs rename to identity-server/src/IdentityServer/Configuration/CryptoHelper.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Additional.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Additional.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Additional.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Additional.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Core.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Core.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Core.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Core.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Crypto.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Crypto.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Crypto.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/Crypto.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/InMemory.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/InMemory.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/InMemory.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/InMemory.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/SessionManagement.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/SessionManagement.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/SessionManagement.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/BuilderExtensions/SessionManagement.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/ConfigureInternalCookieOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/ConfigureInternalCookieOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/ConfigureInternalCookieOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/ConfigureInternalCookieOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/ConfigureOpenIdConnectOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/ConfigureOpenIdConnectOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/ConfigureOpenIdConnectOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/ConfigureOpenIdConnectOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Decorator.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Decorator.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Decorator.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Decorator.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/IIdentityServerBuilder.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/IIdentityServerBuilder.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/IIdentityServerBuilder.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/IIdentityServerBuilder.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/IdentityServerBuilder.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/IdentityServerBuilder.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/IdentityServerBuilder.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/IdentityServerBuilder.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/IdentityServerServiceCollectionExtensions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/IdentityServerServiceCollectionExtensions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/IdentityServerServiceCollectionExtensions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/IdentityServerServiceCollectionExtensions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/AuthenticationOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/AuthenticationOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/AuthenticationOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/AuthenticationOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/CachingOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CachingOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/CachingOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CachingOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/CibaOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CibaOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/CibaOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CibaOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/CorsOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CorsOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/CorsOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CorsOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/CspOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CspOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/CspOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/CspOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/DPoPOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DPoPOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/DPoPOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DPoPOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/DeviceFlowOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DeviceFlowOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/DeviceFlowOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DeviceFlowOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/DiscoveryOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DiscoveryOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/DiscoveryOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DiscoveryOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/DynamicProviderOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DynamicProviderOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/DynamicProviderOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/DynamicProviderOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/EndpointOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/EndpointOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/EndpointOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/EndpointOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/EventsOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/EventsOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/EventsOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/EventsOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/IdentityServerOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/IdentityServerOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/IdentityServerOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/IdentityServerOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/InputLengthRestrictions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/InputLengthRestrictions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/InputLengthRestrictions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/InputLengthRestrictions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/KeyManagementOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/KeyManagementOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/KeyManagementOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/KeyManagementOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/MtlsOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/MtlsOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/MtlsOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/MtlsOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/PushedAuthorizationOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/PushedAuthorizationOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/PushedAuthorizationOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/PushedAuthorizationOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/ServerSideSessionOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/ServerSideSessionOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/ServerSideSessionOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/ServerSideSessionOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/UserInteractionOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/UserInteractionOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/UserInteractionOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/UserInteractionOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/Options/ValidationOptions.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/ValidationOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/Options/ValidationOptions.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/Options/ValidationOptions.cs diff --git a/src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs b/identity-server/src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs similarity index 100% rename from src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs rename to identity-server/src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs diff --git a/src/IdentityServer/Configuration/IdentityServerApplicationBuilderExtensions.cs b/identity-server/src/IdentityServer/Configuration/IdentityServerApplicationBuilderExtensions.cs similarity index 100% rename from src/IdentityServer/Configuration/IdentityServerApplicationBuilderExtensions.cs rename to identity-server/src/IdentityServer/Configuration/IdentityServerApplicationBuilderExtensions.cs diff --git a/src/IdentityServer/Configuration/IdentityServerMiddlewareOptions.cs b/identity-server/src/IdentityServer/Configuration/IdentityServerMiddlewareOptions.cs similarity index 100% rename from src/IdentityServer/Configuration/IdentityServerMiddlewareOptions.cs rename to identity-server/src/IdentityServer/Configuration/IdentityServerMiddlewareOptions.cs diff --git a/src/IdentityServer/Constants.cs b/identity-server/src/IdentityServer/Constants.cs similarity index 100% rename from src/IdentityServer/Constants.cs rename to identity-server/src/IdentityServer/Constants.cs diff --git a/src/IdentityServer/Duende.IdentityServer.csproj b/identity-server/src/IdentityServer/Duende.IdentityServer.csproj similarity index 100% rename from src/IdentityServer/Duende.IdentityServer.csproj rename to identity-server/src/IdentityServer/Duende.IdentityServer.csproj diff --git a/src/IdentityServer/Endpoints/AuthorizeCallbackEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/AuthorizeCallbackEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/AuthorizeCallbackEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/AuthorizeCallbackEndpoint.cs diff --git a/src/IdentityServer/Endpoints/AuthorizeEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/AuthorizeEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/AuthorizeEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/AuthorizeEndpoint.cs diff --git a/src/IdentityServer/Endpoints/AuthorizeEndpointBase.cs b/identity-server/src/IdentityServer/Endpoints/AuthorizeEndpointBase.cs similarity index 100% rename from src/IdentityServer/Endpoints/AuthorizeEndpointBase.cs rename to identity-server/src/IdentityServer/Endpoints/AuthorizeEndpointBase.cs diff --git a/src/IdentityServer/Endpoints/BackchannelAuthenticationEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/BackchannelAuthenticationEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/BackchannelAuthenticationEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/BackchannelAuthenticationEndpoint.cs diff --git a/src/IdentityServer/Endpoints/CheckSessionEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/CheckSessionEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/CheckSessionEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/CheckSessionEndpoint.cs diff --git a/src/IdentityServer/Endpoints/DeviceAuthorizationEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/DeviceAuthorizationEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/DeviceAuthorizationEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/DeviceAuthorizationEndpoint.cs diff --git a/src/IdentityServer/Endpoints/DiscoveryEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/DiscoveryEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/DiscoveryEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/DiscoveryEndpoint.cs diff --git a/src/IdentityServer/Endpoints/DiscoveryKeyEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/DiscoveryKeyEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/DiscoveryKeyEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/DiscoveryKeyEndpoint.cs diff --git a/src/IdentityServer/Endpoints/EndSessionCallbackEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/EndSessionCallbackEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/EndSessionCallbackEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/EndSessionCallbackEndpoint.cs diff --git a/src/IdentityServer/Endpoints/EndSessionEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/EndSessionEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/EndSessionEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/EndSessionEndpoint.cs diff --git a/src/IdentityServer/Endpoints/IntrospectionEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/IntrospectionEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/IntrospectionEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/IntrospectionEndpoint.cs diff --git a/src/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs diff --git a/src/IdentityServer/Endpoints/Results/AuthorizeInteractionPageResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/AuthorizeInteractionPageResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/AuthorizeInteractionPageResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/AuthorizeInteractionPageResult.cs diff --git a/src/IdentityServer/Endpoints/Results/AuthorizeResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/AuthorizeResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/AuthorizeResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/AuthorizeResult.cs diff --git a/src/IdentityServer/Endpoints/Results/BackchannelAuthenticationResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/BackchannelAuthenticationResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/BackchannelAuthenticationResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/BackchannelAuthenticationResult.cs diff --git a/src/IdentityServer/Endpoints/Results/BadRequestResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/BadRequestResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/BadRequestResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/BadRequestResult.cs diff --git a/src/IdentityServer/Endpoints/Results/CheckSessionResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/CheckSessionResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/CheckSessionResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/CheckSessionResult.cs diff --git a/src/IdentityServer/Endpoints/Results/ConsentPageResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/ConsentPageResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/ConsentPageResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/ConsentPageResult.cs diff --git a/src/IdentityServer/Endpoints/Results/CreateAccountPageResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/CreateAccountPageResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/CreateAccountPageResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/CreateAccountPageResult.cs diff --git a/src/IdentityServer/Endpoints/Results/CustomRedirectResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/CustomRedirectResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/CustomRedirectResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/CustomRedirectResult.cs diff --git a/src/IdentityServer/Endpoints/Results/DeviceAuthorizationResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/DeviceAuthorizationResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/DeviceAuthorizationResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/DeviceAuthorizationResult.cs diff --git a/src/IdentityServer/Endpoints/Results/DiscoveryDocumentResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/DiscoveryDocumentResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/DiscoveryDocumentResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/DiscoveryDocumentResult.cs diff --git a/src/IdentityServer/Endpoints/Results/EndPointResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/EndPointResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/EndPointResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/EndPointResult.cs diff --git a/src/IdentityServer/Endpoints/Results/EndSessionCallbackResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/EndSessionCallbackResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/EndSessionCallbackResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/EndSessionCallbackResult.cs diff --git a/src/IdentityServer/Endpoints/Results/EndSessionResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/EndSessionResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/EndSessionResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/EndSessionResult.cs diff --git a/src/IdentityServer/Endpoints/Results/IntrospectionResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/IntrospectionResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/IntrospectionResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/IntrospectionResult.cs diff --git a/src/IdentityServer/Endpoints/Results/JsonWebKeysResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/JsonWebKeysResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/JsonWebKeysResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/JsonWebKeysResult.cs diff --git a/src/IdentityServer/Endpoints/Results/LoginPageResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/LoginPageResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/LoginPageResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/LoginPageResult.cs diff --git a/src/IdentityServer/Endpoints/Results/ProtectedResourceErrorResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/ProtectedResourceErrorResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/ProtectedResourceErrorResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/ProtectedResourceErrorResult.cs diff --git a/src/IdentityServer/Endpoints/Results/PushedAuthorizationErrorResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/PushedAuthorizationErrorResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/PushedAuthorizationErrorResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/PushedAuthorizationErrorResult.cs diff --git a/src/IdentityServer/Endpoints/Results/PushedAuthorizationResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/PushedAuthorizationResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/PushedAuthorizationResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/PushedAuthorizationResult.cs diff --git a/src/IdentityServer/Endpoints/Results/StatusCodeResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/StatusCodeResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/StatusCodeResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/StatusCodeResult.cs diff --git a/src/IdentityServer/Endpoints/Results/TokenErrorResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/TokenErrorResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/TokenErrorResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/TokenErrorResult.cs diff --git a/src/IdentityServer/Endpoints/Results/TokenResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/TokenResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/TokenResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/TokenResult.cs diff --git a/src/IdentityServer/Endpoints/Results/TokenRevocationErrorResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/TokenRevocationErrorResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/TokenRevocationErrorResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/TokenRevocationErrorResult.cs diff --git a/src/IdentityServer/Endpoints/Results/UserInfoResult.cs b/identity-server/src/IdentityServer/Endpoints/Results/UserInfoResult.cs similarity index 100% rename from src/IdentityServer/Endpoints/Results/UserInfoResult.cs rename to identity-server/src/IdentityServer/Endpoints/Results/UserInfoResult.cs diff --git a/src/IdentityServer/Endpoints/TokenEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/TokenEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/TokenEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/TokenEndpoint.cs diff --git a/src/IdentityServer/Endpoints/TokenRevocationEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/TokenRevocationEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/TokenRevocationEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/TokenRevocationEndpoint.cs diff --git a/src/IdentityServer/Endpoints/UserInfoEndpoint.cs b/identity-server/src/IdentityServer/Endpoints/UserInfoEndpoint.cs similarity index 100% rename from src/IdentityServer/Endpoints/UserInfoEndpoint.cs rename to identity-server/src/IdentityServer/Endpoints/UserInfoEndpoint.cs diff --git a/src/IdentityServer/Events/ApiAuthenticationFailureEvent.cs b/identity-server/src/IdentityServer/Events/ApiAuthenticationFailureEvent.cs similarity index 100% rename from src/IdentityServer/Events/ApiAuthenticationFailureEvent.cs rename to identity-server/src/IdentityServer/Events/ApiAuthenticationFailureEvent.cs diff --git a/src/IdentityServer/Events/ApiAuthenticationSuccessEvent.cs b/identity-server/src/IdentityServer/Events/ApiAuthenticationSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/ApiAuthenticationSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/ApiAuthenticationSuccessEvent.cs diff --git a/src/IdentityServer/Events/BackchannelAuthenticationFailureEvent.cs b/identity-server/src/IdentityServer/Events/BackchannelAuthenticationFailureEvent.cs similarity index 100% rename from src/IdentityServer/Events/BackchannelAuthenticationFailureEvent.cs rename to identity-server/src/IdentityServer/Events/BackchannelAuthenticationFailureEvent.cs diff --git a/src/IdentityServer/Events/BackchannelAuthenticationSuccessEvent.cs b/identity-server/src/IdentityServer/Events/BackchannelAuthenticationSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/BackchannelAuthenticationSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/BackchannelAuthenticationSuccessEvent.cs diff --git a/src/IdentityServer/Events/ClientAuthenticationFailureEvent.cs b/identity-server/src/IdentityServer/Events/ClientAuthenticationFailureEvent.cs similarity index 100% rename from src/IdentityServer/Events/ClientAuthenticationFailureEvent.cs rename to identity-server/src/IdentityServer/Events/ClientAuthenticationFailureEvent.cs diff --git a/src/IdentityServer/Events/ClientAuthenticationSuccessEvent.cs b/identity-server/src/IdentityServer/Events/ClientAuthenticationSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/ClientAuthenticationSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/ClientAuthenticationSuccessEvent.cs diff --git a/src/IdentityServer/Events/ConsentDeniedEvent.cs b/identity-server/src/IdentityServer/Events/ConsentDeniedEvent.cs similarity index 100% rename from src/IdentityServer/Events/ConsentDeniedEvent.cs rename to identity-server/src/IdentityServer/Events/ConsentDeniedEvent.cs diff --git a/src/IdentityServer/Events/ConsentGrantedEvent.cs b/identity-server/src/IdentityServer/Events/ConsentGrantedEvent.cs similarity index 100% rename from src/IdentityServer/Events/ConsentGrantedEvent.cs rename to identity-server/src/IdentityServer/Events/ConsentGrantedEvent.cs diff --git a/src/IdentityServer/Events/DeviceAuthorizationFailureEvent.cs b/identity-server/src/IdentityServer/Events/DeviceAuthorizationFailureEvent.cs similarity index 100% rename from src/IdentityServer/Events/DeviceAuthorizationFailureEvent.cs rename to identity-server/src/IdentityServer/Events/DeviceAuthorizationFailureEvent.cs diff --git a/src/IdentityServer/Events/DeviceAuthorizationSuccessEvent.cs b/identity-server/src/IdentityServer/Events/DeviceAuthorizationSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/DeviceAuthorizationSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/DeviceAuthorizationSuccessEvent.cs diff --git a/src/IdentityServer/Events/GrantsRevokedEvent.cs b/identity-server/src/IdentityServer/Events/GrantsRevokedEvent.cs similarity index 100% rename from src/IdentityServer/Events/GrantsRevokedEvent.cs rename to identity-server/src/IdentityServer/Events/GrantsRevokedEvent.cs diff --git a/src/IdentityServer/Events/Infrastructure/Event.cs b/identity-server/src/IdentityServer/Events/Infrastructure/Event.cs similarity index 100% rename from src/IdentityServer/Events/Infrastructure/Event.cs rename to identity-server/src/IdentityServer/Events/Infrastructure/Event.cs diff --git a/src/IdentityServer/Events/Infrastructure/EventCategories.cs b/identity-server/src/IdentityServer/Events/Infrastructure/EventCategories.cs similarity index 100% rename from src/IdentityServer/Events/Infrastructure/EventCategories.cs rename to identity-server/src/IdentityServer/Events/Infrastructure/EventCategories.cs diff --git a/src/IdentityServer/Events/Infrastructure/EventIds.cs b/identity-server/src/IdentityServer/Events/Infrastructure/EventIds.cs similarity index 100% rename from src/IdentityServer/Events/Infrastructure/EventIds.cs rename to identity-server/src/IdentityServer/Events/Infrastructure/EventIds.cs diff --git a/src/IdentityServer/Events/Infrastructure/EventType.cs b/identity-server/src/IdentityServer/Events/Infrastructure/EventType.cs similarity index 100% rename from src/IdentityServer/Events/Infrastructure/EventType.cs rename to identity-server/src/IdentityServer/Events/Infrastructure/EventType.cs diff --git a/src/IdentityServer/Events/InvalidClientConfiguration.cs b/identity-server/src/IdentityServer/Events/InvalidClientConfiguration.cs similarity index 100% rename from src/IdentityServer/Events/InvalidClientConfiguration.cs rename to identity-server/src/IdentityServer/Events/InvalidClientConfiguration.cs diff --git a/src/IdentityServer/Events/InvalidIdentityProviderConfiguration.cs b/identity-server/src/IdentityServer/Events/InvalidIdentityProviderConfiguration.cs similarity index 100% rename from src/IdentityServer/Events/InvalidIdentityProviderConfiguration.cs rename to identity-server/src/IdentityServer/Events/InvalidIdentityProviderConfiguration.cs diff --git a/src/IdentityServer/Events/TokenIntrospectionFailureEvent.cs b/identity-server/src/IdentityServer/Events/TokenIntrospectionFailureEvent.cs similarity index 100% rename from src/IdentityServer/Events/TokenIntrospectionFailureEvent.cs rename to identity-server/src/IdentityServer/Events/TokenIntrospectionFailureEvent.cs diff --git a/src/IdentityServer/Events/TokenIntrospectionSuccessEvent.cs b/identity-server/src/IdentityServer/Events/TokenIntrospectionSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/TokenIntrospectionSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/TokenIntrospectionSuccessEvent.cs diff --git a/src/IdentityServer/Events/TokenIssuedFailureEvent.cs b/identity-server/src/IdentityServer/Events/TokenIssuedFailureEvent.cs similarity index 100% rename from src/IdentityServer/Events/TokenIssuedFailureEvent.cs rename to identity-server/src/IdentityServer/Events/TokenIssuedFailureEvent.cs diff --git a/src/IdentityServer/Events/TokenIssuedSuccessEvent.cs b/identity-server/src/IdentityServer/Events/TokenIssuedSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/TokenIssuedSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/TokenIssuedSuccessEvent.cs diff --git a/src/IdentityServer/Events/TokenRevokedSuccessEvent.cs b/identity-server/src/IdentityServer/Events/TokenRevokedSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/TokenRevokedSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/TokenRevokedSuccessEvent.cs diff --git a/src/IdentityServer/Events/UnhandledExceptionEvent.cs b/identity-server/src/IdentityServer/Events/UnhandledExceptionEvent.cs similarity index 100% rename from src/IdentityServer/Events/UnhandledExceptionEvent.cs rename to identity-server/src/IdentityServer/Events/UnhandledExceptionEvent.cs diff --git a/src/IdentityServer/Events/UserLoginFailureEvent.cs b/identity-server/src/IdentityServer/Events/UserLoginFailureEvent.cs similarity index 100% rename from src/IdentityServer/Events/UserLoginFailureEvent.cs rename to identity-server/src/IdentityServer/Events/UserLoginFailureEvent.cs diff --git a/src/IdentityServer/Events/UserLoginSuccessEvent.cs b/identity-server/src/IdentityServer/Events/UserLoginSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/UserLoginSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/UserLoginSuccessEvent.cs diff --git a/src/IdentityServer/Events/UserLogoutSuccessEvent.cs b/identity-server/src/IdentityServer/Events/UserLogoutSuccessEvent.cs similarity index 100% rename from src/IdentityServer/Events/UserLogoutSuccessEvent.cs rename to identity-server/src/IdentityServer/Events/UserLogoutSuccessEvent.cs diff --git a/src/IdentityServer/Extensions/AuthenticationPropertiesExtensions.cs b/identity-server/src/IdentityServer/Extensions/AuthenticationPropertiesExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/AuthenticationPropertiesExtensions.cs rename to identity-server/src/IdentityServer/Extensions/AuthenticationPropertiesExtensions.cs diff --git a/src/IdentityServer/Extensions/AuthenticationTicketExtensions.cs b/identity-server/src/IdentityServer/Extensions/AuthenticationTicketExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/AuthenticationTicketExtensions.cs rename to identity-server/src/IdentityServer/Extensions/AuthenticationTicketExtensions.cs diff --git a/src/IdentityServer/Extensions/AuthorizeResponseExtensions.cs b/identity-server/src/IdentityServer/Extensions/AuthorizeResponseExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/AuthorizeResponseExtensions.cs rename to identity-server/src/IdentityServer/Extensions/AuthorizeResponseExtensions.cs diff --git a/src/IdentityServer/Extensions/ClaimsExtensions.cs b/identity-server/src/IdentityServer/Extensions/ClaimsExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ClaimsExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ClaimsExtensions.cs diff --git a/src/IdentityServer/Extensions/ClientExtensions.cs b/identity-server/src/IdentityServer/Extensions/ClientExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ClientExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ClientExtensions.cs diff --git a/src/IdentityServer/Extensions/DateTimeExtensions.cs b/identity-server/src/IdentityServer/Extensions/DateTimeExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/DateTimeExtensions.cs rename to identity-server/src/IdentityServer/Extensions/DateTimeExtensions.cs diff --git a/src/IdentityServer/Extensions/EndpointOptionsExtensions.cs b/identity-server/src/IdentityServer/Extensions/EndpointOptionsExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/EndpointOptionsExtensions.cs rename to identity-server/src/IdentityServer/Extensions/EndpointOptionsExtensions.cs diff --git a/src/IdentityServer/Extensions/HashExtensions.cs b/identity-server/src/IdentityServer/Extensions/HashExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/HashExtensions.cs rename to identity-server/src/IdentityServer/Extensions/HashExtensions.cs diff --git a/src/IdentityServer/Extensions/HttpContextAuthenticationExtensions.cs b/identity-server/src/IdentityServer/Extensions/HttpContextAuthenticationExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/HttpContextAuthenticationExtensions.cs rename to identity-server/src/IdentityServer/Extensions/HttpContextAuthenticationExtensions.cs diff --git a/src/IdentityServer/Extensions/HttpContextExtensions.cs b/identity-server/src/IdentityServer/Extensions/HttpContextExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/HttpContextExtensions.cs rename to identity-server/src/IdentityServer/Extensions/HttpContextExtensions.cs diff --git a/src/IdentityServer/Extensions/HttpRequestExtensions.cs b/identity-server/src/IdentityServer/Extensions/HttpRequestExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/HttpRequestExtensions.cs rename to identity-server/src/IdentityServer/Extensions/HttpRequestExtensions.cs diff --git a/src/IdentityServer/Extensions/HttpResponseExtensions.cs b/identity-server/src/IdentityServer/Extensions/HttpResponseExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/HttpResponseExtensions.cs rename to identity-server/src/IdentityServer/Extensions/HttpResponseExtensions.cs diff --git a/src/IdentityServer/Extensions/IClientStoreExtensions.cs b/identity-server/src/IdentityServer/Extensions/IClientStoreExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/IClientStoreExtensions.cs rename to identity-server/src/IdentityServer/Extensions/IClientStoreExtensions.cs diff --git a/src/IdentityServer/Extensions/IEnumerableExtensions.cs b/identity-server/src/IdentityServer/Extensions/IEnumerableExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/IEnumerableExtensions.cs rename to identity-server/src/IdentityServer/Extensions/IEnumerableExtensions.cs diff --git a/src/IdentityServer/Extensions/IReadableStringCollectionExtensions.cs b/identity-server/src/IdentityServer/Extensions/IReadableStringCollectionExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/IReadableStringCollectionExtensions.cs rename to identity-server/src/IdentityServer/Extensions/IReadableStringCollectionExtensions.cs diff --git a/src/IdentityServer/Extensions/IResourceStoreExtensions.cs b/identity-server/src/IdentityServer/Extensions/IResourceStoreExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/IResourceStoreExtensions.cs rename to identity-server/src/IdentityServer/Extensions/IResourceStoreExtensions.cs diff --git a/src/IdentityServer/Extensions/JsonWebKeyExtensions.cs b/identity-server/src/IdentityServer/Extensions/JsonWebKeyExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/JsonWebKeyExtensions.cs rename to identity-server/src/IdentityServer/Extensions/JsonWebKeyExtensions.cs diff --git a/src/IdentityServer/Extensions/KeyManagementExtensions.cs b/identity-server/src/IdentityServer/Extensions/KeyManagementExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/KeyManagementExtensions.cs rename to identity-server/src/IdentityServer/Extensions/KeyManagementExtensions.cs diff --git a/src/IdentityServer/Extensions/NameValueCollectionExtensions.cs b/identity-server/src/IdentityServer/Extensions/NameValueCollectionExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/NameValueCollectionExtensions.cs rename to identity-server/src/IdentityServer/Extensions/NameValueCollectionExtensions.cs diff --git a/src/IdentityServer/Extensions/PrincipalExtensions.cs b/identity-server/src/IdentityServer/Extensions/PrincipalExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/PrincipalExtensions.cs rename to identity-server/src/IdentityServer/Extensions/PrincipalExtensions.cs diff --git a/src/IdentityServer/Extensions/ProfileDataRequestContextExtensions.cs b/identity-server/src/IdentityServer/Extensions/ProfileDataRequestContextExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ProfileDataRequestContextExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ProfileDataRequestContextExtensions.cs diff --git a/src/IdentityServer/Extensions/ResourceExtensions.cs b/identity-server/src/IdentityServer/Extensions/ResourceExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ResourceExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ResourceExtensions.cs diff --git a/src/IdentityServer/Extensions/ScopeExtensions.cs b/identity-server/src/IdentityServer/Extensions/ScopeExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ScopeExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ScopeExtensions.cs diff --git a/src/IdentityServer/Extensions/ServerSideSessionExtensions.cs b/identity-server/src/IdentityServer/Extensions/ServerSideSessionExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ServerSideSessionExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ServerSideSessionExtensions.cs diff --git a/src/IdentityServer/Extensions/ServerUrlExtensions.cs b/identity-server/src/IdentityServer/Extensions/ServerUrlExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ServerUrlExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ServerUrlExtensions.cs diff --git a/src/IdentityServer/Extensions/StringsExtensions.cs b/identity-server/src/IdentityServer/Extensions/StringsExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/StringsExtensions.cs rename to identity-server/src/IdentityServer/Extensions/StringsExtensions.cs diff --git a/src/IdentityServer/Extensions/TokenExtensions.cs b/identity-server/src/IdentityServer/Extensions/TokenExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/TokenExtensions.cs rename to identity-server/src/IdentityServer/Extensions/TokenExtensions.cs diff --git a/src/IdentityServer/Extensions/ValidatedAuthorizeRequestExtensions.cs b/identity-server/src/IdentityServer/Extensions/ValidatedAuthorizeRequestExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/ValidatedAuthorizeRequestExtensions.cs rename to identity-server/src/IdentityServer/Extensions/ValidatedAuthorizeRequestExtensions.cs diff --git a/src/IdentityServer/Extensions/X509CertificateExtensions.cs b/identity-server/src/IdentityServer/Extensions/X509CertificateExtensions.cs similarity index 100% rename from src/IdentityServer/Extensions/X509CertificateExtensions.cs rename to identity-server/src/IdentityServer/Extensions/X509CertificateExtensions.cs diff --git a/src/IdentityServer/Hosting/BaseUrlMiddleware.cs b/identity-server/src/IdentityServer/Hosting/BaseUrlMiddleware.cs similarity index 100% rename from src/IdentityServer/Hosting/BaseUrlMiddleware.cs rename to identity-server/src/IdentityServer/Hosting/BaseUrlMiddleware.cs diff --git a/src/IdentityServer/Hosting/CorsMiddleware.cs b/identity-server/src/IdentityServer/Hosting/CorsMiddleware.cs similarity index 100% rename from src/IdentityServer/Hosting/CorsMiddleware.cs rename to identity-server/src/IdentityServer/Hosting/CorsMiddleware.cs diff --git a/src/IdentityServer/Hosting/CorsPolicyProvider.cs b/identity-server/src/IdentityServer/Hosting/CorsPolicyProvider.cs similarity index 100% rename from src/IdentityServer/Hosting/CorsPolicyProvider.cs rename to identity-server/src/IdentityServer/Hosting/CorsPolicyProvider.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationContext.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationContext.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationContext.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationContext.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationOptions.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationOptions.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationOptions.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Configuration/ConfigureAuthenticationOptions.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationScheme.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationScheme.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationScheme.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationScheme.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeCache.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeCache.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeCache.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeCache.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeProvider.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeProvider.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeProvider.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicAuthenticationSchemeProvider.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicSchemeAuthenticationMiddleware.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicSchemeAuthenticationMiddleware.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicSchemeAuthenticationMiddleware.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/DynamicSchemeAuthenticationMiddleware.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/IdentityServerBuilderDynamicSchemesExtensions.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/IdentityServerBuilderDynamicSchemesExtensions.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/IdentityServerBuilderDynamicSchemesExtensions.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/DynamicSchemes/IdentityServerBuilderDynamicSchemesExtensions.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Oidc/IdentityServerBuilderOidcExtensions.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Oidc/IdentityServerBuilderOidcExtensions.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Oidc/IdentityServerBuilderOidcExtensions.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Oidc/IdentityServerBuilderOidcExtensions.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Oidc/OidcConfigureOptions.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Oidc/OidcConfigureOptions.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Oidc/OidcConfigureOptions.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Oidc/OidcConfigureOptions.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Store/CachingIdentityProviderStore.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/CachingIdentityProviderStore.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Store/CachingIdentityProviderStore.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/CachingIdentityProviderStore.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Store/InMemoryIdentityProviderStore.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/InMemoryIdentityProviderStore.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Store/InMemoryIdentityProviderStore.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/InMemoryIdentityProviderStore.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Store/NonCachingIdentityProviderStore.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/NonCachingIdentityProviderStore.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Store/NonCachingIdentityProviderStore.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/NonCachingIdentityProviderStore.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Store/NopIdentityProviderStore.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/NopIdentityProviderStore.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Store/NopIdentityProviderStore.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/NopIdentityProviderStore.cs diff --git a/src/IdentityServer/Hosting/DynamicProviders/Store/ValidatingIdentityProviderStore.cs b/identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/ValidatingIdentityProviderStore.cs similarity index 100% rename from src/IdentityServer/Hosting/DynamicProviders/Store/ValidatingIdentityProviderStore.cs rename to identity-server/src/IdentityServer/Hosting/DynamicProviders/Store/ValidatingIdentityProviderStore.cs diff --git a/src/IdentityServer/Hosting/Endpoint.cs b/identity-server/src/IdentityServer/Hosting/Endpoint.cs similarity index 100% rename from src/IdentityServer/Hosting/Endpoint.cs rename to identity-server/src/IdentityServer/Hosting/Endpoint.cs diff --git a/src/IdentityServer/Hosting/EndpointRouter.cs b/identity-server/src/IdentityServer/Hosting/EndpointRouter.cs similarity index 100% rename from src/IdentityServer/Hosting/EndpointRouter.cs rename to identity-server/src/IdentityServer/Hosting/EndpointRouter.cs diff --git a/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestHandlerWrapper.cs b/identity-server/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestHandlerWrapper.cs similarity index 100% rename from src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestHandlerWrapper.cs rename to identity-server/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestHandlerWrapper.cs diff --git a/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignInHandlerWrapper.cs b/identity-server/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignInHandlerWrapper.cs similarity index 100% rename from src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignInHandlerWrapper.cs rename to identity-server/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignInHandlerWrapper.cs diff --git a/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignOutHandlerWrapper.cs b/identity-server/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignOutHandlerWrapper.cs similarity index 100% rename from src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignOutHandlerWrapper.cs rename to identity-server/src/IdentityServer/Hosting/FederatedSignOut/AuthenticationRequestSignOutHandlerWrapper.cs diff --git a/src/IdentityServer/Hosting/FederatedSignOut/FederatedSignoutAuthenticationHandlerProvider.cs b/identity-server/src/IdentityServer/Hosting/FederatedSignOut/FederatedSignoutAuthenticationHandlerProvider.cs similarity index 100% rename from src/IdentityServer/Hosting/FederatedSignOut/FederatedSignoutAuthenticationHandlerProvider.cs rename to identity-server/src/IdentityServer/Hosting/FederatedSignOut/FederatedSignoutAuthenticationHandlerProvider.cs diff --git a/src/IdentityServer/Hosting/IEndpointHandler.cs b/identity-server/src/IdentityServer/Hosting/IEndpointHandler.cs similarity index 100% rename from src/IdentityServer/Hosting/IEndpointHandler.cs rename to identity-server/src/IdentityServer/Hosting/IEndpointHandler.cs diff --git a/src/IdentityServer/Hosting/IEndpointResult.cs b/identity-server/src/IdentityServer/Hosting/IEndpointResult.cs similarity index 100% rename from src/IdentityServer/Hosting/IEndpointResult.cs rename to identity-server/src/IdentityServer/Hosting/IEndpointResult.cs diff --git a/src/IdentityServer/Hosting/IEndpointRouter.cs b/identity-server/src/IdentityServer/Hosting/IEndpointRouter.cs similarity index 100% rename from src/IdentityServer/Hosting/IEndpointRouter.cs rename to identity-server/src/IdentityServer/Hosting/IEndpointRouter.cs diff --git a/src/IdentityServer/Hosting/IHttpResponseWriter.cs b/identity-server/src/IdentityServer/Hosting/IHttpResponseWriter.cs similarity index 100% rename from src/IdentityServer/Hosting/IHttpResponseWriter.cs rename to identity-server/src/IdentityServer/Hosting/IHttpResponseWriter.cs diff --git a/src/IdentityServer/Hosting/IdentityServerAuthenticationService.cs b/identity-server/src/IdentityServer/Hosting/IdentityServerAuthenticationService.cs similarity index 100% rename from src/IdentityServer/Hosting/IdentityServerAuthenticationService.cs rename to identity-server/src/IdentityServer/Hosting/IdentityServerAuthenticationService.cs diff --git a/src/IdentityServer/Hosting/IdentityServerMiddleware.cs b/identity-server/src/IdentityServer/Hosting/IdentityServerMiddleware.cs similarity index 100% rename from src/IdentityServer/Hosting/IdentityServerMiddleware.cs rename to identity-server/src/IdentityServer/Hosting/IdentityServerMiddleware.cs diff --git a/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationEvents.cs b/identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationEvents.cs similarity index 100% rename from src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationEvents.cs rename to identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationEvents.cs diff --git a/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationExtensions.cs b/identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationExtensions.cs similarity index 100% rename from src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationExtensions.cs rename to identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationExtensions.cs diff --git a/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationHandler.cs b/identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationHandler.cs similarity index 100% rename from src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationHandler.cs rename to identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationHandler.cs diff --git a/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationOptions.cs b/identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationOptions.cs similarity index 100% rename from src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationOptions.cs rename to identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationOptions.cs diff --git a/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiTokenMode.cs b/identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiTokenMode.cs similarity index 100% rename from src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiTokenMode.cs rename to identity-server/src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiTokenMode.cs diff --git a/src/IdentityServer/Hosting/MutualTlsEndpointMiddleware.cs b/identity-server/src/IdentityServer/Hosting/MutualTlsEndpointMiddleware.cs similarity index 100% rename from src/IdentityServer/Hosting/MutualTlsEndpointMiddleware.cs rename to identity-server/src/IdentityServer/Hosting/MutualTlsEndpointMiddleware.cs diff --git a/src/IdentityServer/Hosting/ServerSideSessionCleanupHost.cs b/identity-server/src/IdentityServer/Hosting/ServerSideSessionCleanupHost.cs similarity index 100% rename from src/IdentityServer/Hosting/ServerSideSessionCleanupHost.cs rename to identity-server/src/IdentityServer/Hosting/ServerSideSessionCleanupHost.cs diff --git a/src/IdentityServer/IdentityServerConstants.cs b/identity-server/src/IdentityServer/IdentityServerConstants.cs similarity index 100% rename from src/IdentityServer/IdentityServerConstants.cs rename to identity-server/src/IdentityServer/IdentityServerConstants.cs diff --git a/src/IdentityServer/IdentityServerTools.cs b/identity-server/src/IdentityServer/IdentityServerTools.cs similarity index 100% rename from src/IdentityServer/IdentityServerTools.cs rename to identity-server/src/IdentityServer/IdentityServerTools.cs diff --git a/src/IdentityServer/IdentityServerUser.cs b/identity-server/src/IdentityServer/IdentityServerUser.cs similarity index 100% rename from src/IdentityServer/IdentityServerUser.cs rename to identity-server/src/IdentityServer/IdentityServerUser.cs diff --git a/src/IdentityServer/Infrastructure/Clock/DefaultClock.cs b/identity-server/src/IdentityServer/Infrastructure/Clock/DefaultClock.cs similarity index 100% rename from src/IdentityServer/Infrastructure/Clock/DefaultClock.cs rename to identity-server/src/IdentityServer/Infrastructure/Clock/DefaultClock.cs diff --git a/src/IdentityServer/Infrastructure/Clock/IClock.cs b/identity-server/src/IdentityServer/Infrastructure/Clock/IClock.cs similarity index 100% rename from src/IdentityServer/Infrastructure/Clock/IClock.cs rename to identity-server/src/IdentityServer/Infrastructure/Clock/IClock.cs diff --git a/src/IdentityServer/Infrastructure/Clock/LegacyClock.cs b/identity-server/src/IdentityServer/Infrastructure/Clock/LegacyClock.cs similarity index 100% rename from src/IdentityServer/Infrastructure/Clock/LegacyClock.cs rename to identity-server/src/IdentityServer/Infrastructure/Clock/LegacyClock.cs diff --git a/src/IdentityServer/Infrastructure/ConcurrencyLock/DefaultConcurrencyLock.cs b/identity-server/src/IdentityServer/Infrastructure/ConcurrencyLock/DefaultConcurrencyLock.cs similarity index 100% rename from src/IdentityServer/Infrastructure/ConcurrencyLock/DefaultConcurrencyLock.cs rename to identity-server/src/IdentityServer/Infrastructure/ConcurrencyLock/DefaultConcurrencyLock.cs diff --git a/src/IdentityServer/Infrastructure/ConcurrencyLock/IConcurrencyLock.cs b/identity-server/src/IdentityServer/Infrastructure/ConcurrencyLock/IConcurrencyLock.cs similarity index 100% rename from src/IdentityServer/Infrastructure/ConcurrencyLock/IConcurrencyLock.cs rename to identity-server/src/IdentityServer/Infrastructure/ConcurrencyLock/IConcurrencyLock.cs diff --git a/src/IdentityServer/Infrastructure/ConcurrencyLock/NopConcurrencyLock.cs b/identity-server/src/IdentityServer/Infrastructure/ConcurrencyLock/NopConcurrencyLock.cs similarity index 100% rename from src/IdentityServer/Infrastructure/ConcurrencyLock/NopConcurrencyLock.cs rename to identity-server/src/IdentityServer/Infrastructure/ConcurrencyLock/NopConcurrencyLock.cs diff --git a/src/IdentityServer/Infrastructure/DistributedCacheStateDataFormatter.cs b/identity-server/src/IdentityServer/Infrastructure/DistributedCacheStateDataFormatter.cs similarity index 100% rename from src/IdentityServer/Infrastructure/DistributedCacheStateDataFormatter.cs rename to identity-server/src/IdentityServer/Infrastructure/DistributedCacheStateDataFormatter.cs diff --git a/src/IdentityServer/Infrastructure/MessageCookie.cs b/identity-server/src/IdentityServer/Infrastructure/MessageCookie.cs similarity index 100% rename from src/IdentityServer/Infrastructure/MessageCookie.cs rename to identity-server/src/IdentityServer/Infrastructure/MessageCookie.cs diff --git a/src/IdentityServer/Infrastructure/ObjectSerializer.cs b/identity-server/src/IdentityServer/Infrastructure/ObjectSerializer.cs similarity index 100% rename from src/IdentityServer/Infrastructure/ObjectSerializer.cs rename to identity-server/src/IdentityServer/Infrastructure/ObjectSerializer.cs diff --git a/src/IdentityServer/Licensing/IdentityServerLicense.cs b/identity-server/src/IdentityServer/Licensing/IdentityServerLicense.cs similarity index 100% rename from src/IdentityServer/Licensing/IdentityServerLicense.cs rename to identity-server/src/IdentityServer/Licensing/IdentityServerLicense.cs diff --git a/src/IdentityServer/Licensing/IdentityServerLicenseValidator.cs b/identity-server/src/IdentityServer/Licensing/IdentityServerLicenseValidator.cs similarity index 100% rename from src/IdentityServer/Licensing/IdentityServerLicenseValidator.cs rename to identity-server/src/IdentityServer/Licensing/IdentityServerLicenseValidator.cs diff --git a/src/IdentityServer/Licensing/License.cs b/identity-server/src/IdentityServer/Licensing/License.cs similarity index 100% rename from src/IdentityServer/Licensing/License.cs rename to identity-server/src/IdentityServer/Licensing/License.cs diff --git a/src/IdentityServer/Licensing/LicenseUsageSummary.cs b/identity-server/src/IdentityServer/Licensing/LicenseUsageSummary.cs similarity index 100% rename from src/IdentityServer/Licensing/LicenseUsageSummary.cs rename to identity-server/src/IdentityServer/Licensing/LicenseUsageSummary.cs diff --git a/src/IdentityServer/Licensing/LicenseValidator.cs b/identity-server/src/IdentityServer/Licensing/LicenseValidator.cs similarity index 100% rename from src/IdentityServer/Licensing/LicenseValidator.cs rename to identity-server/src/IdentityServer/Licensing/LicenseValidator.cs diff --git a/src/IdentityServer/Licensing/V2/License.cs b/identity-server/src/IdentityServer/Licensing/V2/License.cs similarity index 100% rename from src/IdentityServer/Licensing/V2/License.cs rename to identity-server/src/IdentityServer/Licensing/V2/License.cs diff --git a/src/IdentityServer/Licensing/V2/LicenseAccessor.cs b/identity-server/src/IdentityServer/Licensing/V2/LicenseAccessor.cs similarity index 100% rename from src/IdentityServer/Licensing/V2/LicenseAccessor.cs rename to identity-server/src/IdentityServer/Licensing/V2/LicenseAccessor.cs diff --git a/src/IdentityServer/Licensing/V2/LicenseEdition.cs b/identity-server/src/IdentityServer/Licensing/V2/LicenseEdition.cs similarity index 100% rename from src/IdentityServer/Licensing/V2/LicenseEdition.cs rename to identity-server/src/IdentityServer/Licensing/V2/LicenseEdition.cs diff --git a/src/IdentityServer/Licensing/V2/LicenseFeature.cs b/identity-server/src/IdentityServer/Licensing/V2/LicenseFeature.cs similarity index 100% rename from src/IdentityServer/Licensing/V2/LicenseFeature.cs rename to identity-server/src/IdentityServer/Licensing/V2/LicenseFeature.cs diff --git a/src/IdentityServer/Licensing/V2/LicenseUsageTracker.cs b/identity-server/src/IdentityServer/Licensing/V2/LicenseUsageTracker.cs similarity index 100% rename from src/IdentityServer/Licensing/V2/LicenseUsageTracker.cs rename to identity-server/src/IdentityServer/Licensing/V2/LicenseUsageTracker.cs diff --git a/src/IdentityServer/Licensing/V2/LicenseUsageTrackerExtensions.cs b/identity-server/src/IdentityServer/Licensing/V2/LicenseUsageTrackerExtensions.cs similarity index 100% rename from src/IdentityServer/Licensing/V2/LicenseUsageTrackerExtensions.cs rename to identity-server/src/IdentityServer/Licensing/V2/LicenseUsageTrackerExtensions.cs diff --git a/src/IdentityServer/Licensing/V2/ProtocolRequestCounter.cs b/identity-server/src/IdentityServer/Licensing/V2/ProtocolRequestCounter.cs similarity index 100% rename from src/IdentityServer/Licensing/V2/ProtocolRequestCounter.cs rename to identity-server/src/IdentityServer/Licensing/V2/ProtocolRequestCounter.cs diff --git a/src/IdentityServer/Logging/ILoggerExtensions.cs b/identity-server/src/IdentityServer/Logging/ILoggerExtensions.cs similarity index 100% rename from src/IdentityServer/Logging/ILoggerExtensions.cs rename to identity-server/src/IdentityServer/Logging/ILoggerExtensions.cs diff --git a/src/IdentityServer/Logging/LogSerializer.cs b/identity-server/src/IdentityServer/Logging/LogSerializer.cs similarity index 100% rename from src/IdentityServer/Logging/LogSerializer.cs rename to identity-server/src/IdentityServer/Logging/LogSerializer.cs diff --git a/src/IdentityServer/Logging/Models/AuthorizeRequestValidationLog.cs b/identity-server/src/IdentityServer/Logging/Models/AuthorizeRequestValidationLog.cs similarity index 100% rename from src/IdentityServer/Logging/Models/AuthorizeRequestValidationLog.cs rename to identity-server/src/IdentityServer/Logging/Models/AuthorizeRequestValidationLog.cs diff --git a/src/IdentityServer/Logging/Models/AuthorizeResponseLog.cs b/identity-server/src/IdentityServer/Logging/Models/AuthorizeResponseLog.cs similarity index 100% rename from src/IdentityServer/Logging/Models/AuthorizeResponseLog.cs rename to identity-server/src/IdentityServer/Logging/Models/AuthorizeResponseLog.cs diff --git a/src/IdentityServer/Logging/Models/BackchannelAuthenticationRequestValidationLog.cs b/identity-server/src/IdentityServer/Logging/Models/BackchannelAuthenticationRequestValidationLog.cs similarity index 100% rename from src/IdentityServer/Logging/Models/BackchannelAuthenticationRequestValidationLog.cs rename to identity-server/src/IdentityServer/Logging/Models/BackchannelAuthenticationRequestValidationLog.cs diff --git a/src/IdentityServer/Logging/Models/DeviceAuthorizationRequestValidationLog.cs b/identity-server/src/IdentityServer/Logging/Models/DeviceAuthorizationRequestValidationLog.cs similarity index 100% rename from src/IdentityServer/Logging/Models/DeviceAuthorizationRequestValidationLog.cs rename to identity-server/src/IdentityServer/Logging/Models/DeviceAuthorizationRequestValidationLog.cs diff --git a/src/IdentityServer/Logging/Models/EndSessionRequestValidationLog.cs b/identity-server/src/IdentityServer/Logging/Models/EndSessionRequestValidationLog.cs similarity index 100% rename from src/IdentityServer/Logging/Models/EndSessionRequestValidationLog.cs rename to identity-server/src/IdentityServer/Logging/Models/EndSessionRequestValidationLog.cs diff --git a/src/IdentityServer/Logging/Models/TokenRequestValidationLog.cs b/identity-server/src/IdentityServer/Logging/Models/TokenRequestValidationLog.cs similarity index 100% rename from src/IdentityServer/Logging/Models/TokenRequestValidationLog.cs rename to identity-server/src/IdentityServer/Logging/Models/TokenRequestValidationLog.cs diff --git a/src/IdentityServer/Logging/Models/TokenValidationLog.cs b/identity-server/src/IdentityServer/Logging/Models/TokenValidationLog.cs similarity index 100% rename from src/IdentityServer/Logging/Models/TokenValidationLog.cs rename to identity-server/src/IdentityServer/Logging/Models/TokenValidationLog.cs diff --git a/src/IdentityServer/Models/BackchannelUserLoginRequest.cs b/identity-server/src/IdentityServer/Models/BackchannelUserLoginRequest.cs similarity index 100% rename from src/IdentityServer/Models/BackchannelUserLoginRequest.cs rename to identity-server/src/IdentityServer/Models/BackchannelUserLoginRequest.cs diff --git a/src/IdentityServer/Models/Contexts/IsActiveContext.cs b/identity-server/src/IdentityServer/Models/Contexts/IsActiveContext.cs similarity index 100% rename from src/IdentityServer/Models/Contexts/IsActiveContext.cs rename to identity-server/src/IdentityServer/Models/Contexts/IsActiveContext.cs diff --git a/src/IdentityServer/Models/Contexts/LogoutNotificationContext.cs b/identity-server/src/IdentityServer/Models/Contexts/LogoutNotificationContext.cs similarity index 100% rename from src/IdentityServer/Models/Contexts/LogoutNotificationContext.cs rename to identity-server/src/IdentityServer/Models/Contexts/LogoutNotificationContext.cs diff --git a/src/IdentityServer/Models/Contexts/LogoutNotificationReason.cs b/identity-server/src/IdentityServer/Models/Contexts/LogoutNotificationReason.cs similarity index 100% rename from src/IdentityServer/Models/Contexts/LogoutNotificationReason.cs rename to identity-server/src/IdentityServer/Models/Contexts/LogoutNotificationReason.cs diff --git a/src/IdentityServer/Models/Contexts/ProfileDataRequestContext.cs b/identity-server/src/IdentityServer/Models/Contexts/ProfileDataRequestContext.cs similarity index 100% rename from src/IdentityServer/Models/Contexts/ProfileDataRequestContext.cs rename to identity-server/src/IdentityServer/Models/Contexts/ProfileDataRequestContext.cs diff --git a/src/IdentityServer/Models/DeviceFlowAuthorizationRequest.cs b/identity-server/src/IdentityServer/Models/DeviceFlowAuthorizationRequest.cs similarity index 100% rename from src/IdentityServer/Models/DeviceFlowAuthorizationRequest.cs rename to identity-server/src/IdentityServer/Models/DeviceFlowAuthorizationRequest.cs diff --git a/src/IdentityServer/Models/DeviceFlowInteractionResult.cs b/identity-server/src/IdentityServer/Models/DeviceFlowInteractionResult.cs similarity index 100% rename from src/IdentityServer/Models/DeviceFlowInteractionResult.cs rename to identity-server/src/IdentityServer/Models/DeviceFlowInteractionResult.cs diff --git a/src/IdentityServer/Models/DiscoveryDocument.cs b/identity-server/src/IdentityServer/Models/DiscoveryDocument.cs similarity index 100% rename from src/IdentityServer/Models/DiscoveryDocument.cs rename to identity-server/src/IdentityServer/Models/DiscoveryDocument.cs diff --git a/src/IdentityServer/Models/Grant.cs b/identity-server/src/IdentityServer/Models/Grant.cs similarity index 100% rename from src/IdentityServer/Models/Grant.cs rename to identity-server/src/IdentityServer/Models/Grant.cs diff --git a/src/IdentityServer/Models/GrantTypes.cs b/identity-server/src/IdentityServer/Models/GrantTypes.cs similarity index 100% rename from src/IdentityServer/Models/GrantTypes.cs rename to identity-server/src/IdentityServer/Models/GrantTypes.cs diff --git a/src/IdentityServer/Models/IdentityResources.cs b/identity-server/src/IdentityServer/Models/IdentityResources.cs similarity index 100% rename from src/IdentityServer/Models/IdentityResources.cs rename to identity-server/src/IdentityServer/Models/IdentityResources.cs diff --git a/src/IdentityServer/Models/JsonWebKey.cs b/identity-server/src/IdentityServer/Models/JsonWebKey.cs similarity index 100% rename from src/IdentityServer/Models/JsonWebKey.cs rename to identity-server/src/IdentityServer/Models/JsonWebKey.cs diff --git a/src/IdentityServer/Models/Messages/AuthorizationRequest.cs b/identity-server/src/IdentityServer/Models/Messages/AuthorizationRequest.cs similarity index 100% rename from src/IdentityServer/Models/Messages/AuthorizationRequest.cs rename to identity-server/src/IdentityServer/Models/Messages/AuthorizationRequest.cs diff --git a/src/IdentityServer/Models/Messages/ConsentRequest.cs b/identity-server/src/IdentityServer/Models/Messages/ConsentRequest.cs similarity index 100% rename from src/IdentityServer/Models/Messages/ConsentRequest.cs rename to identity-server/src/IdentityServer/Models/Messages/ConsentRequest.cs diff --git a/src/IdentityServer/Models/Messages/ConsentResponse.cs b/identity-server/src/IdentityServer/Models/Messages/ConsentResponse.cs similarity index 100% rename from src/IdentityServer/Models/Messages/ConsentResponse.cs rename to identity-server/src/IdentityServer/Models/Messages/ConsentResponse.cs diff --git a/src/IdentityServer/Models/Messages/ErrorMessage.cs b/identity-server/src/IdentityServer/Models/Messages/ErrorMessage.cs similarity index 100% rename from src/IdentityServer/Models/Messages/ErrorMessage.cs rename to identity-server/src/IdentityServer/Models/Messages/ErrorMessage.cs diff --git a/src/IdentityServer/Models/Messages/LogoutRequest.cs b/identity-server/src/IdentityServer/Models/Messages/LogoutRequest.cs similarity index 100% rename from src/IdentityServer/Models/Messages/LogoutRequest.cs rename to identity-server/src/IdentityServer/Models/Messages/LogoutRequest.cs diff --git a/src/IdentityServer/Models/Messages/Message.cs b/identity-server/src/IdentityServer/Models/Messages/Message.cs similarity index 100% rename from src/IdentityServer/Models/Messages/Message.cs rename to identity-server/src/IdentityServer/Models/Messages/Message.cs diff --git a/src/IdentityServer/Models/ParsedSecret.cs b/identity-server/src/IdentityServer/Models/ParsedSecret.cs similarity index 100% rename from src/IdentityServer/Models/ParsedSecret.cs rename to identity-server/src/IdentityServer/Models/ParsedSecret.cs diff --git a/src/IdentityServer/Models/RefreshTokenCreationRequest.cs b/identity-server/src/IdentityServer/Models/RefreshTokenCreationRequest.cs similarity index 100% rename from src/IdentityServer/Models/RefreshTokenCreationRequest.cs rename to identity-server/src/IdentityServer/Models/RefreshTokenCreationRequest.cs diff --git a/src/IdentityServer/Models/RefreshTokenUpdateRequest.cs b/identity-server/src/IdentityServer/Models/RefreshTokenUpdateRequest.cs similarity index 100% rename from src/IdentityServer/Models/RefreshTokenUpdateRequest.cs rename to identity-server/src/IdentityServer/Models/RefreshTokenUpdateRequest.cs diff --git a/src/IdentityServer/Models/SecurityKeyInfo.cs b/identity-server/src/IdentityServer/Models/SecurityKeyInfo.cs similarity index 100% rename from src/IdentityServer/Models/SecurityKeyInfo.cs rename to identity-server/src/IdentityServer/Models/SecurityKeyInfo.cs diff --git a/src/IdentityServer/Models/TokenCreationRequest.cs b/identity-server/src/IdentityServer/Models/TokenCreationRequest.cs similarity index 100% rename from src/IdentityServer/Models/TokenCreationRequest.cs rename to identity-server/src/IdentityServer/Models/TokenCreationRequest.cs diff --git a/src/IdentityServer/Models/TokenRequestErrors.cs b/identity-server/src/IdentityServer/Models/TokenRequestErrors.cs similarity index 100% rename from src/IdentityServer/Models/TokenRequestErrors.cs rename to identity-server/src/IdentityServer/Models/TokenRequestErrors.cs diff --git a/src/IdentityServer/Models/UserSession.cs b/identity-server/src/IdentityServer/Models/UserSession.cs similarity index 100% rename from src/IdentityServer/Models/UserSession.cs rename to identity-server/src/IdentityServer/Models/UserSession.cs diff --git a/src/IdentityServer/Properties/AssemblyInfo.cs b/identity-server/src/IdentityServer/Properties/AssemblyInfo.cs similarity index 100% rename from src/IdentityServer/Properties/AssemblyInfo.cs rename to identity-server/src/IdentityServer/Properties/AssemblyInfo.cs diff --git a/src/IdentityServer/README.md b/identity-server/src/IdentityServer/README.md similarity index 100% rename from src/IdentityServer/README.md rename to identity-server/src/IdentityServer/README.md diff --git a/src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/AuthorizeResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/AuthorizeResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/AuthorizeResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/AuthorizeResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/BackchannelAuthenticationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/BackchannelAuthenticationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/BackchannelAuthenticationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/BackchannelAuthenticationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/DeviceAuthorizationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/DeviceAuthorizationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/DeviceAuthorizationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/DeviceAuthorizationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/DiscoveryResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/DiscoveryResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/DiscoveryResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/DiscoveryResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/IntrospectionResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/IntrospectionResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/IntrospectionResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/IntrospectionResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/PushedAuthorizationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/PushedAuthorizationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/PushedAuthorizationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/PushedAuthorizationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/TokenResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/TokenResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/TokenResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/TokenResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/TokenRevocationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/TokenRevocationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/TokenRevocationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/TokenRevocationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Default/UserInfoResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/Default/UserInfoResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Default/UserInfoResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/Default/UserInfoResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IAuthorizeInteractionResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IAuthorizeInteractionResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IAuthorizeInteractionResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IAuthorizeInteractionResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IAuthorizeResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IAuthorizeResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IAuthorizeResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IAuthorizeResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IBackchannelAuthenticationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IBackchannelAuthenticationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IBackchannelAuthenticationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IBackchannelAuthenticationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IDeviceAuthorizationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IDeviceAuthorizationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IDeviceAuthorizationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IDeviceAuthorizationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IDiscoveryResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IDiscoveryResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IDiscoveryResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IDiscoveryResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IIntrospectionResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IIntrospectionResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IIntrospectionResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IIntrospectionResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IPushedAuthorizationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IPushedAuthorizationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IPushedAuthorizationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IPushedAuthorizationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/ITokenResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/ITokenResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/ITokenResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/ITokenResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/ITokenRevocationResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/ITokenRevocationResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/ITokenRevocationResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/ITokenRevocationResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/IUserInfoResponseGenerator.cs b/identity-server/src/IdentityServer/ResponseHandling/IUserInfoResponseGenerator.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/IUserInfoResponseGenerator.cs rename to identity-server/src/IdentityServer/ResponseHandling/IUserInfoResponseGenerator.cs diff --git a/src/IdentityServer/ResponseHandling/Models/AuthorizeResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/AuthorizeResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/AuthorizeResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/AuthorizeResponse.cs diff --git a/src/IdentityServer/ResponseHandling/Models/BackchannelAuthenticationResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/BackchannelAuthenticationResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/BackchannelAuthenticationResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/BackchannelAuthenticationResponse.cs diff --git a/src/IdentityServer/ResponseHandling/Models/DeviceAuthorizationResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/DeviceAuthorizationResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/DeviceAuthorizationResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/DeviceAuthorizationResponse.cs diff --git a/src/IdentityServer/ResponseHandling/Models/InteractionResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/InteractionResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/InteractionResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/InteractionResponse.cs diff --git a/src/IdentityServer/ResponseHandling/Models/PushedAuthorizationResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/PushedAuthorizationResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/PushedAuthorizationResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/PushedAuthorizationResponse.cs diff --git a/src/IdentityServer/ResponseHandling/Models/TokenErrorResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/TokenErrorResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/TokenErrorResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/TokenErrorResponse.cs diff --git a/src/IdentityServer/ResponseHandling/Models/TokenResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/TokenResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/TokenResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/TokenResponse.cs diff --git a/src/IdentityServer/ResponseHandling/Models/TokenRevocationResponse.cs b/identity-server/src/IdentityServer/ResponseHandling/Models/TokenRevocationResponse.cs similarity index 100% rename from src/IdentityServer/ResponseHandling/Models/TokenRevocationResponse.cs rename to identity-server/src/IdentityServer/ResponseHandling/Models/TokenRevocationResponse.cs diff --git a/src/IdentityServer/Services/Default/BackChannelLogoutHttpClient.cs b/identity-server/src/IdentityServer/Services/Default/BackChannelLogoutHttpClient.cs similarity index 100% rename from src/IdentityServer/Services/Default/BackChannelLogoutHttpClient.cs rename to identity-server/src/IdentityServer/Services/Default/BackChannelLogoutHttpClient.cs diff --git a/src/IdentityServer/Services/Default/DefaultBackChannelLogoutService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultBackChannelLogoutService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultBackChannelLogoutService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultBackChannelLogoutService.cs diff --git a/src/IdentityServer/Services/Default/DefaultBackchannelAuthenticationInteractionService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultBackchannelAuthenticationInteractionService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultBackchannelAuthenticationInteractionService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultBackchannelAuthenticationInteractionService.cs diff --git a/src/IdentityServer/Services/Default/DefaultCache.cs b/identity-server/src/IdentityServer/Services/Default/DefaultCache.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultCache.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultCache.cs diff --git a/src/IdentityServer/Services/Default/DefaultCancellationTokenProvider.cs b/identity-server/src/IdentityServer/Services/Default/DefaultCancellationTokenProvider.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultCancellationTokenProvider.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultCancellationTokenProvider.cs diff --git a/src/IdentityServer/Services/Default/DefaultClaimsService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultClaimsService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultClaimsService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultClaimsService.cs diff --git a/src/IdentityServer/Services/Default/DefaultConsentService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultConsentService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultConsentService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultConsentService.cs diff --git a/src/IdentityServer/Services/Default/DefaultCorsPolicyService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultCorsPolicyService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultCorsPolicyService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultCorsPolicyService.cs diff --git a/src/IdentityServer/Services/Default/DefaultDeviceFlowCodeService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultDeviceFlowCodeService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultDeviceFlowCodeService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultDeviceFlowCodeService.cs diff --git a/src/IdentityServer/Services/Default/DefaultDeviceFlowInteractionService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultDeviceFlowInteractionService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultDeviceFlowInteractionService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultDeviceFlowInteractionService.cs diff --git a/src/IdentityServer/Services/Default/DefaultEventService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultEventService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultEventService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultEventService.cs diff --git a/src/IdentityServer/Services/Default/DefaultEventSink.cs b/identity-server/src/IdentityServer/Services/Default/DefaultEventSink.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultEventSink.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultEventSink.cs diff --git a/src/IdentityServer/Services/Default/DefaultHandleGenerationService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultHandleGenerationService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultHandleGenerationService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultHandleGenerationService.cs diff --git a/src/IdentityServer/Services/Default/DefaultIdentityServerInteractionService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultIdentityServerInteractionService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultIdentityServerInteractionService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultIdentityServerInteractionService.cs diff --git a/src/IdentityServer/Services/Default/DefaultIssuerNameService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultIssuerNameService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultIssuerNameService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultIssuerNameService.cs diff --git a/src/IdentityServer/Services/Default/DefaultJwtRequestUriHttpClient.cs b/identity-server/src/IdentityServer/Services/Default/DefaultJwtRequestUriHttpClient.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultJwtRequestUriHttpClient.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultJwtRequestUriHttpClient.cs diff --git a/src/IdentityServer/Services/Default/DefaultKeyMaterialService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultKeyMaterialService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultKeyMaterialService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultKeyMaterialService.cs diff --git a/src/IdentityServer/Services/Default/DefaultPersistedGrantService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultPersistedGrantService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultPersistedGrantService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultPersistedGrantService.cs diff --git a/src/IdentityServer/Services/Default/DefaultProfileService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultProfileService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultProfileService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultProfileService.cs diff --git a/src/IdentityServer/Services/Default/DefaultRefreshTokenService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultRefreshTokenService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultRefreshTokenService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultRefreshTokenService.cs diff --git a/src/IdentityServer/Services/Default/DefaultReplayCache.cs b/identity-server/src/IdentityServer/Services/Default/DefaultReplayCache.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultReplayCache.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultReplayCache.cs diff --git a/src/IdentityServer/Services/Default/DefaultServerUrls.cs b/identity-server/src/IdentityServer/Services/Default/DefaultServerUrls.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultServerUrls.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultServerUrls.cs diff --git a/src/IdentityServer/Services/Default/DefaultSessionCoordinationService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultSessionCoordinationService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultSessionCoordinationService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultSessionCoordinationService.cs diff --git a/src/IdentityServer/Services/Default/DefaultSessionManagementService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultSessionManagementService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultSessionManagementService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultSessionManagementService.cs diff --git a/src/IdentityServer/Services/Default/DefaultTokenCreationService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultTokenCreationService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultTokenCreationService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultTokenCreationService.cs diff --git a/src/IdentityServer/Services/Default/DefaultTokenService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultTokenService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultTokenService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultTokenService.cs diff --git a/src/IdentityServer/Services/Default/DefaultUserCodeService.cs b/identity-server/src/IdentityServer/Services/Default/DefaultUserCodeService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultUserCodeService.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultUserCodeService.cs diff --git a/src/IdentityServer/Services/Default/DefaultUserSession.cs b/identity-server/src/IdentityServer/Services/Default/DefaultUserSession.cs similarity index 100% rename from src/IdentityServer/Services/Default/DefaultUserSession.cs rename to identity-server/src/IdentityServer/Services/Default/DefaultUserSession.cs diff --git a/src/IdentityServer/Services/Default/DistributedBackchannelAuthenticationThrottlingService.cs b/identity-server/src/IdentityServer/Services/Default/DistributedBackchannelAuthenticationThrottlingService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DistributedBackchannelAuthenticationThrottlingService.cs rename to identity-server/src/IdentityServer/Services/Default/DistributedBackchannelAuthenticationThrottlingService.cs diff --git a/src/IdentityServer/Services/Default/DistributedDeviceFlowThrottlingService.cs b/identity-server/src/IdentityServer/Services/Default/DistributedDeviceFlowThrottlingService.cs similarity index 100% rename from src/IdentityServer/Services/Default/DistributedDeviceFlowThrottlingService.cs rename to identity-server/src/IdentityServer/Services/Default/DistributedDeviceFlowThrottlingService.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/AutomaticKeyManagerKeyStore.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/AutomaticKeyManagerKeyStore.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/AutomaticKeyManagerKeyStore.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/AutomaticKeyManagerKeyStore.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/ClientConfigurationValidator.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/ClientConfigurationValidator.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/ClientConfigurationValidator.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/ClientConfigurationValidator.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/DataProtectionKeyProtector.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/DataProtectionKeyProtector.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/DataProtectionKeyProtector.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/DataProtectionKeyProtector.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/EcKeyContainer.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/EcKeyContainer.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/EcKeyContainer.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/EcKeyContainer.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/FileSystemKeyStore.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/FileSystemKeyStore.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/FileSystemKeyStore.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/FileSystemKeyStore.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/IKeyManager.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/IKeyManager.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/IKeyManager.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/IKeyManager.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/IKeyProtector.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/IKeyProtector.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/IKeyProtector.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/IKeyProtector.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/IKeyStoreCache.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/IKeyStoreCache.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/IKeyStoreCache.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/IKeyStoreCache.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/InMemoryKeyStoreCache.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/InMemoryKeyStoreCache.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/InMemoryKeyStoreCache.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/InMemoryKeyStoreCache.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/KeyContainer.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/KeyContainer.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/KeyContainer.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/KeyContainer.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/KeyManager.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/KeyManager.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/KeyManager.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/KeyManager.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/KeySerializer.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/KeySerializer.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/KeySerializer.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/KeySerializer.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/NopKeyStoreCache.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/NopKeyStoreCache.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/NopKeyStoreCache.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/NopKeyStoreCache.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/RsaKeyContainer.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/RsaKeyContainer.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/RsaKeyContainer.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/RsaKeyContainer.cs diff --git a/src/IdentityServer/Services/Default/KeyManagement/X509KeyContainer.cs b/identity-server/src/IdentityServer/Services/Default/KeyManagement/X509KeyContainer.cs similarity index 100% rename from src/IdentityServer/Services/Default/KeyManagement/X509KeyContainer.cs rename to identity-server/src/IdentityServer/Services/Default/KeyManagement/X509KeyContainer.cs diff --git a/src/IdentityServer/Services/Default/LogoutNotificationService.cs b/identity-server/src/IdentityServer/Services/Default/LogoutNotificationService.cs similarity index 100% rename from src/IdentityServer/Services/Default/LogoutNotificationService.cs rename to identity-server/src/IdentityServer/Services/Default/LogoutNotificationService.cs diff --git a/src/IdentityServer/Services/Default/NopBackchannelAuthenticationUserNotificationService.cs b/identity-server/src/IdentityServer/Services/Default/NopBackchannelAuthenticationUserNotificationService.cs similarity index 100% rename from src/IdentityServer/Services/Default/NopBackchannelAuthenticationUserNotificationService.cs rename to identity-server/src/IdentityServer/Services/Default/NopBackchannelAuthenticationUserNotificationService.cs diff --git a/src/IdentityServer/Services/Default/NumericUserCodeGenerator.cs b/identity-server/src/IdentityServer/Services/Default/NumericUserCodeGenerator.cs similarity index 100% rename from src/IdentityServer/Services/Default/NumericUserCodeGenerator.cs rename to identity-server/src/IdentityServer/Services/Default/NumericUserCodeGenerator.cs diff --git a/src/IdentityServer/Services/Default/OidcReturnUrlParser.cs b/identity-server/src/IdentityServer/Services/Default/OidcReturnUrlParser.cs similarity index 100% rename from src/IdentityServer/Services/Default/OidcReturnUrlParser.cs rename to identity-server/src/IdentityServer/Services/Default/OidcReturnUrlParser.cs diff --git a/src/IdentityServer/Services/Default/PushedAuthorizationSerializer.cs b/identity-server/src/IdentityServer/Services/Default/PushedAuthorizationSerializer.cs similarity index 100% rename from src/IdentityServer/Services/Default/PushedAuthorizationSerializer.cs rename to identity-server/src/IdentityServer/Services/Default/PushedAuthorizationSerializer.cs diff --git a/src/IdentityServer/Services/Default/PushedAuthorizationService.cs b/identity-server/src/IdentityServer/Services/Default/PushedAuthorizationService.cs similarity index 100% rename from src/IdentityServer/Services/Default/PushedAuthorizationService.cs rename to identity-server/src/IdentityServer/Services/Default/PushedAuthorizationService.cs diff --git a/src/IdentityServer/Services/Default/ReturnUrlParser.cs b/identity-server/src/IdentityServer/Services/Default/ReturnUrlParser.cs similarity index 100% rename from src/IdentityServer/Services/Default/ReturnUrlParser.cs rename to identity-server/src/IdentityServer/Services/Default/ReturnUrlParser.cs diff --git a/src/IdentityServer/Services/Default/ServerSideSessionRefreshTokenService.cs b/identity-server/src/IdentityServer/Services/Default/ServerSideSessionRefreshTokenService.cs similarity index 100% rename from src/IdentityServer/Services/Default/ServerSideSessionRefreshTokenService.cs rename to identity-server/src/IdentityServer/Services/Default/ServerSideSessionRefreshTokenService.cs diff --git a/src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs b/identity-server/src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs similarity index 100% rename from src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs rename to identity-server/src/IdentityServer/Services/DeserializedPushedAuthorizationRequest.cs diff --git a/src/IdentityServer/Services/IBackChannelLogoutHttpClient.cs b/identity-server/src/IdentityServer/Services/IBackChannelLogoutHttpClient.cs similarity index 100% rename from src/IdentityServer/Services/IBackChannelLogoutHttpClient.cs rename to identity-server/src/IdentityServer/Services/IBackChannelLogoutHttpClient.cs diff --git a/src/IdentityServer/Services/IBackChannelLogoutService.cs b/identity-server/src/IdentityServer/Services/IBackChannelLogoutService.cs similarity index 100% rename from src/IdentityServer/Services/IBackChannelLogoutService.cs rename to identity-server/src/IdentityServer/Services/IBackChannelLogoutService.cs diff --git a/src/IdentityServer/Services/IBackchannelAuthenticationInteractionService.cs b/identity-server/src/IdentityServer/Services/IBackchannelAuthenticationInteractionService.cs similarity index 100% rename from src/IdentityServer/Services/IBackchannelAuthenticationInteractionService.cs rename to identity-server/src/IdentityServer/Services/IBackchannelAuthenticationInteractionService.cs diff --git a/src/IdentityServer/Services/IBackchannelAuthenticationThrottlingService.cs b/identity-server/src/IdentityServer/Services/IBackchannelAuthenticationThrottlingService.cs similarity index 100% rename from src/IdentityServer/Services/IBackchannelAuthenticationThrottlingService.cs rename to identity-server/src/IdentityServer/Services/IBackchannelAuthenticationThrottlingService.cs diff --git a/src/IdentityServer/Services/IBackchannelAuthenticationUserNotificationService.cs b/identity-server/src/IdentityServer/Services/IBackchannelAuthenticationUserNotificationService.cs similarity index 100% rename from src/IdentityServer/Services/IBackchannelAuthenticationUserNotificationService.cs rename to identity-server/src/IdentityServer/Services/IBackchannelAuthenticationUserNotificationService.cs diff --git a/src/IdentityServer/Services/ICache.cs b/identity-server/src/IdentityServer/Services/ICache.cs similarity index 100% rename from src/IdentityServer/Services/ICache.cs rename to identity-server/src/IdentityServer/Services/ICache.cs diff --git a/src/IdentityServer/Services/IClaimsService.cs b/identity-server/src/IdentityServer/Services/IClaimsService.cs similarity index 100% rename from src/IdentityServer/Services/IClaimsService.cs rename to identity-server/src/IdentityServer/Services/IClaimsService.cs diff --git a/src/IdentityServer/Services/IConsentService.cs b/identity-server/src/IdentityServer/Services/IConsentService.cs similarity index 100% rename from src/IdentityServer/Services/IConsentService.cs rename to identity-server/src/IdentityServer/Services/IConsentService.cs diff --git a/src/IdentityServer/Services/IDeviceFlowCodeService.cs b/identity-server/src/IdentityServer/Services/IDeviceFlowCodeService.cs similarity index 100% rename from src/IdentityServer/Services/IDeviceFlowCodeService.cs rename to identity-server/src/IdentityServer/Services/IDeviceFlowCodeService.cs diff --git a/src/IdentityServer/Services/IDeviceFlowInteractionService.cs b/identity-server/src/IdentityServer/Services/IDeviceFlowInteractionService.cs similarity index 100% rename from src/IdentityServer/Services/IDeviceFlowInteractionService.cs rename to identity-server/src/IdentityServer/Services/IDeviceFlowInteractionService.cs diff --git a/src/IdentityServer/Services/IDeviceFlowThrottlingService.cs b/identity-server/src/IdentityServer/Services/IDeviceFlowThrottlingService.cs similarity index 100% rename from src/IdentityServer/Services/IDeviceFlowThrottlingService.cs rename to identity-server/src/IdentityServer/Services/IDeviceFlowThrottlingService.cs diff --git a/src/IdentityServer/Services/IEventService.cs b/identity-server/src/IdentityServer/Services/IEventService.cs similarity index 100% rename from src/IdentityServer/Services/IEventService.cs rename to identity-server/src/IdentityServer/Services/IEventService.cs diff --git a/src/IdentityServer/Services/IEventSink.cs b/identity-server/src/IdentityServer/Services/IEventSink.cs similarity index 100% rename from src/IdentityServer/Services/IEventSink.cs rename to identity-server/src/IdentityServer/Services/IEventSink.cs diff --git a/src/IdentityServer/Services/IHandleGenerationService.cs b/identity-server/src/IdentityServer/Services/IHandleGenerationService.cs similarity index 100% rename from src/IdentityServer/Services/IHandleGenerationService.cs rename to identity-server/src/IdentityServer/Services/IHandleGenerationService.cs diff --git a/src/IdentityServer/Services/IIdentityServerInteractionService.cs b/identity-server/src/IdentityServer/Services/IIdentityServerInteractionService.cs similarity index 100% rename from src/IdentityServer/Services/IIdentityServerInteractionService.cs rename to identity-server/src/IdentityServer/Services/IIdentityServerInteractionService.cs diff --git a/src/IdentityServer/Services/IIssuerNameService.cs b/identity-server/src/IdentityServer/Services/IIssuerNameService.cs similarity index 100% rename from src/IdentityServer/Services/IIssuerNameService.cs rename to identity-server/src/IdentityServer/Services/IIssuerNameService.cs diff --git a/src/IdentityServer/Services/IJwtRequestUriHttpClient.cs b/identity-server/src/IdentityServer/Services/IJwtRequestUriHttpClient.cs similarity index 100% rename from src/IdentityServer/Services/IJwtRequestUriHttpClient.cs rename to identity-server/src/IdentityServer/Services/IJwtRequestUriHttpClient.cs diff --git a/src/IdentityServer/Services/IKeyMaterialService.cs b/identity-server/src/IdentityServer/Services/IKeyMaterialService.cs similarity index 100% rename from src/IdentityServer/Services/IKeyMaterialService.cs rename to identity-server/src/IdentityServer/Services/IKeyMaterialService.cs diff --git a/src/IdentityServer/Services/ILogoutNotificationService.cs b/identity-server/src/IdentityServer/Services/ILogoutNotificationService.cs similarity index 100% rename from src/IdentityServer/Services/ILogoutNotificationService.cs rename to identity-server/src/IdentityServer/Services/ILogoutNotificationService.cs diff --git a/src/IdentityServer/Services/IPersistedGrantService.cs b/identity-server/src/IdentityServer/Services/IPersistedGrantService.cs similarity index 100% rename from src/IdentityServer/Services/IPersistedGrantService.cs rename to identity-server/src/IdentityServer/Services/IPersistedGrantService.cs diff --git a/src/IdentityServer/Services/IProfileService.cs b/identity-server/src/IdentityServer/Services/IProfileService.cs similarity index 100% rename from src/IdentityServer/Services/IProfileService.cs rename to identity-server/src/IdentityServer/Services/IProfileService.cs diff --git a/src/IdentityServer/Services/IPushedAuthorizationSerializer.cs b/identity-server/src/IdentityServer/Services/IPushedAuthorizationSerializer.cs similarity index 100% rename from src/IdentityServer/Services/IPushedAuthorizationSerializer.cs rename to identity-server/src/IdentityServer/Services/IPushedAuthorizationSerializer.cs diff --git a/src/IdentityServer/Services/IPushedAuthorizationService.cs b/identity-server/src/IdentityServer/Services/IPushedAuthorizationService.cs similarity index 100% rename from src/IdentityServer/Services/IPushedAuthorizationService.cs rename to identity-server/src/IdentityServer/Services/IPushedAuthorizationService.cs diff --git a/src/IdentityServer/Services/IRefreshTokenService.cs b/identity-server/src/IdentityServer/Services/IRefreshTokenService.cs similarity index 100% rename from src/IdentityServer/Services/IRefreshTokenService.cs rename to identity-server/src/IdentityServer/Services/IRefreshTokenService.cs diff --git a/src/IdentityServer/Services/IReplayCache.cs b/identity-server/src/IdentityServer/Services/IReplayCache.cs similarity index 100% rename from src/IdentityServer/Services/IReplayCache.cs rename to identity-server/src/IdentityServer/Services/IReplayCache.cs diff --git a/src/IdentityServer/Services/IReturnUrlParser.cs b/identity-server/src/IdentityServer/Services/IReturnUrlParser.cs similarity index 100% rename from src/IdentityServer/Services/IReturnUrlParser.cs rename to identity-server/src/IdentityServer/Services/IReturnUrlParser.cs diff --git a/src/IdentityServer/Services/IServerUrls.cs b/identity-server/src/IdentityServer/Services/IServerUrls.cs similarity index 100% rename from src/IdentityServer/Services/IServerUrls.cs rename to identity-server/src/IdentityServer/Services/IServerUrls.cs diff --git a/src/IdentityServer/Services/ISessionCoordinationService.cs b/identity-server/src/IdentityServer/Services/ISessionCoordinationService.cs similarity index 100% rename from src/IdentityServer/Services/ISessionCoordinationService.cs rename to identity-server/src/IdentityServer/Services/ISessionCoordinationService.cs diff --git a/src/IdentityServer/Services/ISessionManagementService.cs b/identity-server/src/IdentityServer/Services/ISessionManagementService.cs similarity index 100% rename from src/IdentityServer/Services/ISessionManagementService.cs rename to identity-server/src/IdentityServer/Services/ISessionManagementService.cs diff --git a/src/IdentityServer/Services/ITokenCreationService.cs b/identity-server/src/IdentityServer/Services/ITokenCreationService.cs similarity index 100% rename from src/IdentityServer/Services/ITokenCreationService.cs rename to identity-server/src/IdentityServer/Services/ITokenCreationService.cs diff --git a/src/IdentityServer/Services/ITokenService.cs b/identity-server/src/IdentityServer/Services/ITokenService.cs similarity index 100% rename from src/IdentityServer/Services/ITokenService.cs rename to identity-server/src/IdentityServer/Services/ITokenService.cs diff --git a/src/IdentityServer/Services/IUserCodeGenerator.cs b/identity-server/src/IdentityServer/Services/IUserCodeGenerator.cs similarity index 100% rename from src/IdentityServer/Services/IUserCodeGenerator.cs rename to identity-server/src/IdentityServer/Services/IUserCodeGenerator.cs diff --git a/src/IdentityServer/Services/IUserCodeService.cs b/identity-server/src/IdentityServer/Services/IUserCodeService.cs similarity index 100% rename from src/IdentityServer/Services/IUserCodeService.cs rename to identity-server/src/IdentityServer/Services/IUserCodeService.cs diff --git a/src/IdentityServer/Services/IUserSession.cs b/identity-server/src/IdentityServer/Services/IUserSession.cs similarity index 100% rename from src/IdentityServer/Services/IUserSession.cs rename to identity-server/src/IdentityServer/Services/IUserSession.cs diff --git a/src/IdentityServer/Services/InMemory/InMemoryCorsPolicyService.cs b/identity-server/src/IdentityServer/Services/InMemory/InMemoryCorsPolicyService.cs similarity index 100% rename from src/IdentityServer/Services/InMemory/InMemoryCorsPolicyService.cs rename to identity-server/src/IdentityServer/Services/InMemory/InMemoryCorsPolicyService.cs diff --git a/src/IdentityServer/Stores/Caching/CachingClientStore.cs b/identity-server/src/IdentityServer/Stores/Caching/CachingClientStore.cs similarity index 100% rename from src/IdentityServer/Stores/Caching/CachingClientStore.cs rename to identity-server/src/IdentityServer/Stores/Caching/CachingClientStore.cs diff --git a/src/IdentityServer/Stores/Caching/CachingCorsPolicyService.cs b/identity-server/src/IdentityServer/Stores/Caching/CachingCorsPolicyService.cs similarity index 100% rename from src/IdentityServer/Stores/Caching/CachingCorsPolicyService.cs rename to identity-server/src/IdentityServer/Stores/Caching/CachingCorsPolicyService.cs diff --git a/src/IdentityServer/Stores/Caching/CachingResourceStore.cs b/identity-server/src/IdentityServer/Stores/Caching/CachingResourceStore.cs similarity index 100% rename from src/IdentityServer/Stores/Caching/CachingResourceStore.cs rename to identity-server/src/IdentityServer/Stores/Caching/CachingResourceStore.cs diff --git a/src/IdentityServer/Stores/Default/ConsentMessageStore.cs b/identity-server/src/IdentityServer/Stores/Default/ConsentMessageStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/ConsentMessageStore.cs rename to identity-server/src/IdentityServer/Stores/Default/ConsentMessageStore.cs diff --git a/src/IdentityServer/Stores/Default/DefaultAuthorizationCodeStore.cs b/identity-server/src/IdentityServer/Stores/Default/DefaultAuthorizationCodeStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/DefaultAuthorizationCodeStore.cs rename to identity-server/src/IdentityServer/Stores/Default/DefaultAuthorizationCodeStore.cs diff --git a/src/IdentityServer/Stores/Default/DefaultBackChannelAuthenticationRequestStore.cs b/identity-server/src/IdentityServer/Stores/Default/DefaultBackChannelAuthenticationRequestStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/DefaultBackChannelAuthenticationRequestStore.cs rename to identity-server/src/IdentityServer/Stores/Default/DefaultBackChannelAuthenticationRequestStore.cs diff --git a/src/IdentityServer/Stores/Default/DefaultGrantStore.cs b/identity-server/src/IdentityServer/Stores/Default/DefaultGrantStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/DefaultGrantStore.cs rename to identity-server/src/IdentityServer/Stores/Default/DefaultGrantStore.cs diff --git a/src/IdentityServer/Stores/Default/DefaultReferenceTokenStore.cs b/identity-server/src/IdentityServer/Stores/Default/DefaultReferenceTokenStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/DefaultReferenceTokenStore.cs rename to identity-server/src/IdentityServer/Stores/Default/DefaultReferenceTokenStore.cs diff --git a/src/IdentityServer/Stores/Default/DefaultRefreshTokenStore.cs b/identity-server/src/IdentityServer/Stores/Default/DefaultRefreshTokenStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/DefaultRefreshTokenStore.cs rename to identity-server/src/IdentityServer/Stores/Default/DefaultRefreshTokenStore.cs diff --git a/src/IdentityServer/Stores/Default/DefaultUserConsentStore.cs b/identity-server/src/IdentityServer/Stores/Default/DefaultUserConsentStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/DefaultUserConsentStore.cs rename to identity-server/src/IdentityServer/Stores/Default/DefaultUserConsentStore.cs diff --git a/src/IdentityServer/Stores/Default/DistributedCacheAuthorizationParametersMessageStore.cs b/identity-server/src/IdentityServer/Stores/Default/DistributedCacheAuthorizationParametersMessageStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/DistributedCacheAuthorizationParametersMessageStore.cs rename to identity-server/src/IdentityServer/Stores/Default/DistributedCacheAuthorizationParametersMessageStore.cs diff --git a/src/IdentityServer/Stores/Default/ProtectedDataMessageStore.cs b/identity-server/src/IdentityServer/Stores/Default/ProtectedDataMessageStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/ProtectedDataMessageStore.cs rename to identity-server/src/IdentityServer/Stores/Default/ProtectedDataMessageStore.cs diff --git a/src/IdentityServer/Stores/Default/QueryStringAuthorizationParametersMessageStore.cs b/identity-server/src/IdentityServer/Stores/Default/QueryStringAuthorizationParametersMessageStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/QueryStringAuthorizationParametersMessageStore.cs rename to identity-server/src/IdentityServer/Stores/Default/QueryStringAuthorizationParametersMessageStore.cs diff --git a/src/IdentityServer/Stores/Default/ServerSideTicketStore.cs b/identity-server/src/IdentityServer/Stores/Default/ServerSideTicketStore.cs similarity index 100% rename from src/IdentityServer/Stores/Default/ServerSideTicketStore.cs rename to identity-server/src/IdentityServer/Stores/Default/ServerSideTicketStore.cs diff --git a/src/IdentityServer/Stores/Empty/EmptyClientStore.cs b/identity-server/src/IdentityServer/Stores/Empty/EmptyClientStore.cs similarity index 100% rename from src/IdentityServer/Stores/Empty/EmptyClientStore.cs rename to identity-server/src/IdentityServer/Stores/Empty/EmptyClientStore.cs diff --git a/src/IdentityServer/Stores/Empty/EmptyResourceStore.cs b/identity-server/src/IdentityServer/Stores/Empty/EmptyResourceStore.cs similarity index 100% rename from src/IdentityServer/Stores/Empty/EmptyResourceStore.cs rename to identity-server/src/IdentityServer/Stores/Empty/EmptyResourceStore.cs diff --git a/src/IdentityServer/Stores/IAuthorizationParametersMessageStore.cs b/identity-server/src/IdentityServer/Stores/IAuthorizationParametersMessageStore.cs similarity index 100% rename from src/IdentityServer/Stores/IAuthorizationParametersMessageStore.cs rename to identity-server/src/IdentityServer/Stores/IAuthorizationParametersMessageStore.cs diff --git a/src/IdentityServer/Stores/IConsentMessageStore.cs b/identity-server/src/IdentityServer/Stores/IConsentMessageStore.cs similarity index 100% rename from src/IdentityServer/Stores/IConsentMessageStore.cs rename to identity-server/src/IdentityServer/Stores/IConsentMessageStore.cs diff --git a/src/IdentityServer/Stores/IMessageStore.cs b/identity-server/src/IdentityServer/Stores/IMessageStore.cs similarity index 100% rename from src/IdentityServer/Stores/IMessageStore.cs rename to identity-server/src/IdentityServer/Stores/IMessageStore.cs diff --git a/src/IdentityServer/Stores/IServerSideTicketStore.cs b/identity-server/src/IdentityServer/Stores/IServerSideTicketStore.cs similarity index 100% rename from src/IdentityServer/Stores/IServerSideTicketStore.cs rename to identity-server/src/IdentityServer/Stores/IServerSideTicketStore.cs diff --git a/src/IdentityServer/Stores/ISigningCredentialStore.cs b/identity-server/src/IdentityServer/Stores/ISigningCredentialStore.cs similarity index 100% rename from src/IdentityServer/Stores/ISigningCredentialStore.cs rename to identity-server/src/IdentityServer/Stores/ISigningCredentialStore.cs diff --git a/src/IdentityServer/Stores/IValidationKeysStore.cs b/identity-server/src/IdentityServer/Stores/IValidationKeysStore.cs similarity index 100% rename from src/IdentityServer/Stores/IValidationKeysStore.cs rename to identity-server/src/IdentityServer/Stores/IValidationKeysStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemoryClientStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemoryClientStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemoryClientStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemoryClientStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemoryDeviceFlowStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemoryDeviceFlowStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemoryDeviceFlowStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemoryDeviceFlowStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemoryPersistedGrantStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemoryPersistedGrantStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemoryPersistedGrantStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemoryPersistedGrantStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemoryPushedAuthorizationRequestStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemoryPushedAuthorizationRequestStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemoryPushedAuthorizationRequestStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemoryPushedAuthorizationRequestStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemoryResourcesStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemoryResourcesStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemoryResourcesStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemoryResourcesStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemoryServerSideSessionStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemoryServerSideSessionStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemoryServerSideSessionStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemoryServerSideSessionStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemorySigningCredentialsStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemorySigningCredentialsStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemorySigningCredentialsStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemorySigningCredentialsStore.cs diff --git a/src/IdentityServer/Stores/InMemory/InMemoryValidationKeysStore.cs b/identity-server/src/IdentityServer/Stores/InMemory/InMemoryValidationKeysStore.cs similarity index 100% rename from src/IdentityServer/Stores/InMemory/InMemoryValidationKeysStore.cs rename to identity-server/src/IdentityServer/Stores/InMemory/InMemoryValidationKeysStore.cs diff --git a/src/IdentityServer/Stores/ValidatingClientStore.cs b/identity-server/src/IdentityServer/Stores/ValidatingClientStore.cs similarity index 100% rename from src/IdentityServer/Stores/ValidatingClientStore.cs rename to identity-server/src/IdentityServer/Stores/ValidatingClientStore.cs diff --git a/src/IdentityServer/Test/IdentityServerBuilderExtensions.cs b/identity-server/src/IdentityServer/Test/IdentityServerBuilderExtensions.cs similarity index 100% rename from src/IdentityServer/Test/IdentityServerBuilderExtensions.cs rename to identity-server/src/IdentityServer/Test/IdentityServerBuilderExtensions.cs diff --git a/src/IdentityServer/Test/TestBackchannelLoginUserValidator.cs b/identity-server/src/IdentityServer/Test/TestBackchannelLoginUserValidator.cs similarity index 100% rename from src/IdentityServer/Test/TestBackchannelLoginUserValidator.cs rename to identity-server/src/IdentityServer/Test/TestBackchannelLoginUserValidator.cs diff --git a/src/IdentityServer/Test/TestUser.cs b/identity-server/src/IdentityServer/Test/TestUser.cs similarity index 100% rename from src/IdentityServer/Test/TestUser.cs rename to identity-server/src/IdentityServer/Test/TestUser.cs diff --git a/src/IdentityServer/Test/TestUserProfileService.cs b/identity-server/src/IdentityServer/Test/TestUserProfileService.cs similarity index 100% rename from src/IdentityServer/Test/TestUserProfileService.cs rename to identity-server/src/IdentityServer/Test/TestUserProfileService.cs diff --git a/src/IdentityServer/Test/TestUserResourceOwnerPasswordValidator.cs b/identity-server/src/IdentityServer/Test/TestUserResourceOwnerPasswordValidator.cs similarity index 100% rename from src/IdentityServer/Test/TestUserResourceOwnerPasswordValidator.cs rename to identity-server/src/IdentityServer/Test/TestUserResourceOwnerPasswordValidator.cs diff --git a/src/IdentityServer/Test/TestUserStore.cs b/identity-server/src/IdentityServer/Test/TestUserStore.cs similarity index 100% rename from src/IdentityServer/Test/TestUserStore.cs rename to identity-server/src/IdentityServer/Test/TestUserStore.cs diff --git a/src/IdentityServer/Validation/Contexts/ClientConfigurationValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/ClientConfigurationValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/ClientConfigurationValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/ClientConfigurationValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/CustomAuthorizeRequestValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/CustomAuthorizeRequestValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/CustomAuthorizeRequestValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/CustomAuthorizeRequestValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/CustomBackchannelAuthenticationRequestValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/CustomBackchannelAuthenticationRequestValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/CustomBackchannelAuthenticationRequestValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/CustomBackchannelAuthenticationRequestValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/CustomTokenRequestValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/CustomTokenRequestValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/CustomTokenRequestValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/CustomTokenRequestValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/DPoPProofValidatonContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/DPoPProofValidatonContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/DPoPProofValidatonContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/DPoPProofValidatonContext.cs diff --git a/src/IdentityServer/Validation/Contexts/ExtensionGrantValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/ExtensionGrantValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/ExtensionGrantValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/ExtensionGrantValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/IdentityProviderConfigurationValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/IdentityProviderConfigurationValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/IdentityProviderConfigurationValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/IdentityProviderConfigurationValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/IntrospectionRequestValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/IntrospectionRequestValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/IntrospectionRequestValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/IntrospectionRequestValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/JwtRequestValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/JwtRequestValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/JwtRequestValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/JwtRequestValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/PushedAuthorizationRequestValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/PushedAuthorizationRequestValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/PushedAuthorizationRequestValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/PushedAuthorizationRequestValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/ResourceOwnerPasswordValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/ResourceOwnerPasswordValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/ResourceOwnerPasswordValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/ResourceOwnerPasswordValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/ResourceValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/ResourceValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/ResourceValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/ResourceValidationContext.cs diff --git a/src/IdentityServer/Validation/Contexts/TokenRequestValidationContext.cs b/identity-server/src/IdentityServer/Validation/Contexts/TokenRequestValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Contexts/TokenRequestValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Contexts/TokenRequestValidationContext.cs diff --git a/src/IdentityServer/Validation/Default/ApiSecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/ApiSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/ApiSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/ApiSecretValidator.cs diff --git a/src/IdentityServer/Validation/Default/AuthorizeRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/AuthorizeRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/AuthorizeRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/AuthorizeRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestIdValidator.cs b/identity-server/src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestIdValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestIdValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestIdValidator.cs diff --git a/src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/BackchannelAuthenticationRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/BasicAuthenticationSecretParser.cs b/identity-server/src/IdentityServer/Validation/Default/BasicAuthenticationSecretParser.cs similarity index 100% rename from src/IdentityServer/Validation/Default/BasicAuthenticationSecretParser.cs rename to identity-server/src/IdentityServer/Validation/Default/BasicAuthenticationSecretParser.cs diff --git a/src/IdentityServer/Validation/Default/BearerTokenUsageValidator.cs b/identity-server/src/IdentityServer/Validation/Default/BearerTokenUsageValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/BearerTokenUsageValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/BearerTokenUsageValidator.cs diff --git a/src/IdentityServer/Validation/Default/ClientSecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/ClientSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/ClientSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/ClientSecretValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultClientConfigurationValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultClientConfigurationValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultClientConfigurationValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultClientConfigurationValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultCustomAuthorizeRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultCustomAuthorizeRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultCustomAuthorizeRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultCustomAuthorizeRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultCustomBackchannelAuthenticationValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultCustomBackchannelAuthenticationValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultCustomBackchannelAuthenticationValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultCustomBackchannelAuthenticationValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultCustomTokenRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultCustomTokenRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultCustomTokenRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultCustomTokenRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultCustomTokenValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultCustomTokenValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultCustomTokenValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultCustomTokenValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultDPoPProofValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultDPoPProofValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultDPoPProofValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultDPoPProofValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultIdentityProviderConfigurationValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultIdentityProviderConfigurationValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultIdentityProviderConfigurationValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultIdentityProviderConfigurationValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultResourceValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultResourceValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultResourceValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultResourceValidator.cs diff --git a/src/IdentityServer/Validation/Default/DefaultScopeParser.cs b/identity-server/src/IdentityServer/Validation/Default/DefaultScopeParser.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DefaultScopeParser.cs rename to identity-server/src/IdentityServer/Validation/Default/DefaultScopeParser.cs diff --git a/src/IdentityServer/Validation/Default/DeviceAuthorizationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DeviceAuthorizationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DeviceAuthorizationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DeviceAuthorizationRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/DeviceCodeValidator.cs b/identity-server/src/IdentityServer/Validation/Default/DeviceCodeValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/DeviceCodeValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/DeviceCodeValidator.cs diff --git a/src/IdentityServer/Validation/Default/EndSessionRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/EndSessionRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/EndSessionRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/EndSessionRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/ExtensionGrantValidator.cs b/identity-server/src/IdentityServer/Validation/Default/ExtensionGrantValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/ExtensionGrantValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/ExtensionGrantValidator.cs diff --git a/src/IdentityServer/Validation/Default/HashedSharedSecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/HashedSharedSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/HashedSharedSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/HashedSharedSecretValidator.cs diff --git a/src/IdentityServer/Validation/Default/IntrospectionRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/IntrospectionRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/IntrospectionRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/IntrospectionRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/JwtBearerClientAssertionSecretParser.cs b/identity-server/src/IdentityServer/Validation/Default/JwtBearerClientAssertionSecretParser.cs similarity index 100% rename from src/IdentityServer/Validation/Default/JwtBearerClientAssertionSecretParser.cs rename to identity-server/src/IdentityServer/Validation/Default/JwtBearerClientAssertionSecretParser.cs diff --git a/src/IdentityServer/Validation/Default/JwtRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/JwtRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/JwtRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/JwtRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/MutualTlsSecretParser.cs b/identity-server/src/IdentityServer/Validation/Default/MutualTlsSecretParser.cs similarity index 100% rename from src/IdentityServer/Validation/Default/MutualTlsSecretParser.cs rename to identity-server/src/IdentityServer/Validation/Default/MutualTlsSecretParser.cs diff --git a/src/IdentityServer/Validation/Default/NopBackchannelAuthenticationUserValidator.cs b/identity-server/src/IdentityServer/Validation/Default/NopBackchannelAuthenticationUserValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/NopBackchannelAuthenticationUserValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/NopBackchannelAuthenticationUserValidator.cs diff --git a/src/IdentityServer/Validation/Default/NopClientConfigurationValidator.cs b/identity-server/src/IdentityServer/Validation/Default/NopClientConfigurationValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/NopClientConfigurationValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/NopClientConfigurationValidator.cs diff --git a/src/IdentityServer/Validation/Default/NotSupportedResouceOwnerCredentialValidator.cs b/identity-server/src/IdentityServer/Validation/Default/NotSupportedResouceOwnerCredentialValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/NotSupportedResouceOwnerCredentialValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/NotSupportedResouceOwnerCredentialValidator.cs diff --git a/src/IdentityServer/Validation/Default/PlainTextSharedSecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/PlainTextSharedSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/PlainTextSharedSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/PlainTextSharedSecretValidator.cs diff --git a/src/IdentityServer/Validation/Default/PostBodySecretParser.cs b/identity-server/src/IdentityServer/Validation/Default/PostBodySecretParser.cs similarity index 100% rename from src/IdentityServer/Validation/Default/PostBodySecretParser.cs rename to identity-server/src/IdentityServer/Validation/Default/PostBodySecretParser.cs diff --git a/src/IdentityServer/Validation/Default/PrivateKeyJwtSecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/PrivateKeyJwtSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/PrivateKeyJwtSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/PrivateKeyJwtSecretValidator.cs diff --git a/src/IdentityServer/Validation/Default/PushedAuthorizationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/PushedAuthorizationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/PushedAuthorizationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/PushedAuthorizationRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/RequestObjectValidator.cs b/identity-server/src/IdentityServer/Validation/Default/RequestObjectValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/RequestObjectValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/RequestObjectValidator.cs diff --git a/src/IdentityServer/Validation/Default/ResponseTypeEqualityComparer.cs b/identity-server/src/IdentityServer/Validation/Default/ResponseTypeEqualityComparer.cs similarity index 100% rename from src/IdentityServer/Validation/Default/ResponseTypeEqualityComparer.cs rename to identity-server/src/IdentityServer/Validation/Default/ResponseTypeEqualityComparer.cs diff --git a/src/IdentityServer/Validation/Default/SecretParser.cs b/identity-server/src/IdentityServer/Validation/Default/SecretParser.cs similarity index 100% rename from src/IdentityServer/Validation/Default/SecretParser.cs rename to identity-server/src/IdentityServer/Validation/Default/SecretParser.cs diff --git a/src/IdentityServer/Validation/Default/SecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/SecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/SecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/SecretValidator.cs diff --git a/src/IdentityServer/Validation/Default/StrictRedirectUriValidator.cs b/identity-server/src/IdentityServer/Validation/Default/StrictRedirectUriValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/StrictRedirectUriValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/StrictRedirectUriValidator.cs diff --git a/src/IdentityServer/Validation/Default/StrictRedirectUriValidatorAppAuth.cs b/identity-server/src/IdentityServer/Validation/Default/StrictRedirectUriValidatorAppAuth.cs similarity index 100% rename from src/IdentityServer/Validation/Default/StrictRedirectUriValidatorAppAuth.cs rename to identity-server/src/IdentityServer/Validation/Default/StrictRedirectUriValidatorAppAuth.cs diff --git a/src/IdentityServer/Validation/Default/TokenRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/TokenRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/TokenRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/TokenRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/TokenRevocationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/TokenRevocationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/TokenRevocationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/TokenRevocationRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/TokenValidator.cs b/identity-server/src/IdentityServer/Validation/Default/TokenValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/TokenValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/TokenValidator.cs diff --git a/src/IdentityServer/Validation/Default/UserInfoRequestValidator.cs b/identity-server/src/IdentityServer/Validation/Default/UserInfoRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/UserInfoRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/UserInfoRequestValidator.cs diff --git a/src/IdentityServer/Validation/Default/X509NameSecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/X509NameSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/X509NameSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/X509NameSecretValidator.cs diff --git a/src/IdentityServer/Validation/Default/X509ThumbprintSecretValidator.cs b/identity-server/src/IdentityServer/Validation/Default/X509ThumbprintSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/Default/X509ThumbprintSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/Default/X509ThumbprintSecretValidator.cs diff --git a/src/IdentityServer/Validation/IApiSecretValidator.cs b/identity-server/src/IdentityServer/Validation/IApiSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IApiSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/IApiSecretValidator.cs diff --git a/src/IdentityServer/Validation/IAuthorizeRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IAuthorizeRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IAuthorizeRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IAuthorizeRequestValidator.cs diff --git a/src/IdentityServer/Validation/IBackchannelAuthenticationRequestIdValidator.cs b/identity-server/src/IdentityServer/Validation/IBackchannelAuthenticationRequestIdValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IBackchannelAuthenticationRequestIdValidator.cs rename to identity-server/src/IdentityServer/Validation/IBackchannelAuthenticationRequestIdValidator.cs diff --git a/src/IdentityServer/Validation/IBackchannelAuthenticationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IBackchannelAuthenticationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IBackchannelAuthenticationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IBackchannelAuthenticationRequestValidator.cs diff --git a/src/IdentityServer/Validation/IBackchannelAuthenticationUserValidator.cs b/identity-server/src/IdentityServer/Validation/IBackchannelAuthenticationUserValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IBackchannelAuthenticationUserValidator.cs rename to identity-server/src/IdentityServer/Validation/IBackchannelAuthenticationUserValidator.cs diff --git a/src/IdentityServer/Validation/IClientConfigurationValidator.cs b/identity-server/src/IdentityServer/Validation/IClientConfigurationValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IClientConfigurationValidator.cs rename to identity-server/src/IdentityServer/Validation/IClientConfigurationValidator.cs diff --git a/src/IdentityServer/Validation/IClientSecretValidator.cs b/identity-server/src/IdentityServer/Validation/IClientSecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IClientSecretValidator.cs rename to identity-server/src/IdentityServer/Validation/IClientSecretValidator.cs diff --git a/src/IdentityServer/Validation/ICustomAuthorizeRequestValidator.cs b/identity-server/src/IdentityServer/Validation/ICustomAuthorizeRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ICustomAuthorizeRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/ICustomAuthorizeRequestValidator.cs diff --git a/src/IdentityServer/Validation/ICustomBackchannelAuthenticationValidator.cs b/identity-server/src/IdentityServer/Validation/ICustomBackchannelAuthenticationValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ICustomBackchannelAuthenticationValidator.cs rename to identity-server/src/IdentityServer/Validation/ICustomBackchannelAuthenticationValidator.cs diff --git a/src/IdentityServer/Validation/ICustomTokenRequestValidator.cs b/identity-server/src/IdentityServer/Validation/ICustomTokenRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ICustomTokenRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/ICustomTokenRequestValidator.cs diff --git a/src/IdentityServer/Validation/ICustomTokenValidator.cs b/identity-server/src/IdentityServer/Validation/ICustomTokenValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ICustomTokenValidator.cs rename to identity-server/src/IdentityServer/Validation/ICustomTokenValidator.cs diff --git a/src/IdentityServer/Validation/IDPoPProofValidator.cs b/identity-server/src/IdentityServer/Validation/IDPoPProofValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IDPoPProofValidator.cs rename to identity-server/src/IdentityServer/Validation/IDPoPProofValidator.cs diff --git a/src/IdentityServer/Validation/IDeviceAuthorizationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IDeviceAuthorizationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IDeviceAuthorizationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IDeviceAuthorizationRequestValidator.cs diff --git a/src/IdentityServer/Validation/IDeviceCodeValidator.cs b/identity-server/src/IdentityServer/Validation/IDeviceCodeValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IDeviceCodeValidator.cs rename to identity-server/src/IdentityServer/Validation/IDeviceCodeValidator.cs diff --git a/src/IdentityServer/Validation/IEndSessionRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IEndSessionRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IEndSessionRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IEndSessionRequestValidator.cs diff --git a/src/IdentityServer/Validation/IExtensionGrantValidator.cs b/identity-server/src/IdentityServer/Validation/IExtensionGrantValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IExtensionGrantValidator.cs rename to identity-server/src/IdentityServer/Validation/IExtensionGrantValidator.cs diff --git a/src/IdentityServer/Validation/IIdentityProviderConfigurationValidator.cs b/identity-server/src/IdentityServer/Validation/IIdentityProviderConfigurationValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IIdentityProviderConfigurationValidator.cs rename to identity-server/src/IdentityServer/Validation/IIdentityProviderConfigurationValidator.cs diff --git a/src/IdentityServer/Validation/IIntrospectionRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IIntrospectionRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IIntrospectionRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IIntrospectionRequestValidator.cs diff --git a/src/IdentityServer/Validation/IJwtRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IJwtRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IJwtRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IJwtRequestValidator.cs diff --git a/src/IdentityServer/Validation/IPushedAuthorizationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IPushedAuthorizationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IPushedAuthorizationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IPushedAuthorizationRequestValidator.cs diff --git a/src/IdentityServer/Validation/IRedirectUriValidator.cs b/identity-server/src/IdentityServer/Validation/IRedirectUriValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IRedirectUriValidator.cs rename to identity-server/src/IdentityServer/Validation/IRedirectUriValidator.cs diff --git a/src/IdentityServer/Validation/IRequestObjectValidator.cs b/identity-server/src/IdentityServer/Validation/IRequestObjectValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IRequestObjectValidator.cs rename to identity-server/src/IdentityServer/Validation/IRequestObjectValidator.cs diff --git a/src/IdentityServer/Validation/IResourceOwnerPasswordValidator.cs b/identity-server/src/IdentityServer/Validation/IResourceOwnerPasswordValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IResourceOwnerPasswordValidator.cs rename to identity-server/src/IdentityServer/Validation/IResourceOwnerPasswordValidator.cs diff --git a/src/IdentityServer/Validation/IResourceValidator.cs b/identity-server/src/IdentityServer/Validation/IResourceValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IResourceValidator.cs rename to identity-server/src/IdentityServer/Validation/IResourceValidator.cs diff --git a/src/IdentityServer/Validation/IScopeParser.cs b/identity-server/src/IdentityServer/Validation/IScopeParser.cs similarity index 100% rename from src/IdentityServer/Validation/IScopeParser.cs rename to identity-server/src/IdentityServer/Validation/IScopeParser.cs diff --git a/src/IdentityServer/Validation/ISecretParser.cs b/identity-server/src/IdentityServer/Validation/ISecretParser.cs similarity index 100% rename from src/IdentityServer/Validation/ISecretParser.cs rename to identity-server/src/IdentityServer/Validation/ISecretParser.cs diff --git a/src/IdentityServer/Validation/ISecretValidator.cs b/identity-server/src/IdentityServer/Validation/ISecretValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ISecretValidator.cs rename to identity-server/src/IdentityServer/Validation/ISecretValidator.cs diff --git a/src/IdentityServer/Validation/ISecretsListParser.cs b/identity-server/src/IdentityServer/Validation/ISecretsListParser.cs similarity index 100% rename from src/IdentityServer/Validation/ISecretsListParser.cs rename to identity-server/src/IdentityServer/Validation/ISecretsListParser.cs diff --git a/src/IdentityServer/Validation/ISecretsListValidator.cs b/identity-server/src/IdentityServer/Validation/ISecretsListValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ISecretsListValidator.cs rename to identity-server/src/IdentityServer/Validation/ISecretsListValidator.cs diff --git a/src/IdentityServer/Validation/ITokenRequestValidator.cs b/identity-server/src/IdentityServer/Validation/ITokenRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ITokenRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/ITokenRequestValidator.cs diff --git a/src/IdentityServer/Validation/ITokenRevocationRequestValidator.cs b/identity-server/src/IdentityServer/Validation/ITokenRevocationRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ITokenRevocationRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/ITokenRevocationRequestValidator.cs diff --git a/src/IdentityServer/Validation/ITokenValidator.cs b/identity-server/src/IdentityServer/Validation/ITokenValidator.cs similarity index 100% rename from src/IdentityServer/Validation/ITokenValidator.cs rename to identity-server/src/IdentityServer/Validation/ITokenValidator.cs diff --git a/src/IdentityServer/Validation/IUserInfoRequestValidator.cs b/identity-server/src/IdentityServer/Validation/IUserInfoRequestValidator.cs similarity index 100% rename from src/IdentityServer/Validation/IUserInfoRequestValidator.cs rename to identity-server/src/IdentityServer/Validation/IUserInfoRequestValidator.cs diff --git a/src/IdentityServer/Validation/Models/AuthorizeRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/AuthorizeRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/AuthorizeRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/AuthorizeRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestIdValidationContext.cs b/identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestIdValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestIdValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestIdValidationContext.cs diff --git a/src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidatorContext.cs b/identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidatorContext.cs similarity index 100% rename from src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidatorContext.cs rename to identity-server/src/IdentityServer/Validation/Models/BackchannelAuthenticationUserValidatorContext.cs diff --git a/src/IdentityServer/Validation/Models/BearerTokenUsageType.cs b/identity-server/src/IdentityServer/Validation/Models/BearerTokenUsageType.cs similarity index 100% rename from src/IdentityServer/Validation/Models/BearerTokenUsageType.cs rename to identity-server/src/IdentityServer/Validation/Models/BearerTokenUsageType.cs diff --git a/src/IdentityServer/Validation/Models/BearerTokenUsageValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/BearerTokenUsageValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/BearerTokenUsageValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/BearerTokenUsageValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/ClientSecretValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/ClientSecretValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ClientSecretValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/ClientSecretValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/DPoPProofValidatonResult.cs b/identity-server/src/IdentityServer/Validation/Models/DPoPProofValidatonResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/DPoPProofValidatonResult.cs rename to identity-server/src/IdentityServer/Validation/Models/DPoPProofValidatonResult.cs diff --git a/src/IdentityServer/Validation/Models/DeviceAuthorizationRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/DeviceAuthorizationRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/DeviceAuthorizationRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/DeviceAuthorizationRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/DeviceCodeValidationContext.cs b/identity-server/src/IdentityServer/Validation/Models/DeviceCodeValidationContext.cs similarity index 100% rename from src/IdentityServer/Validation/Models/DeviceCodeValidationContext.cs rename to identity-server/src/IdentityServer/Validation/Models/DeviceCodeValidationContext.cs diff --git a/src/IdentityServer/Validation/Models/EndSessionCallbackValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/EndSessionCallbackValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/EndSessionCallbackValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/EndSessionCallbackValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/EndSessionValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/EndSessionValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/EndSessionValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/EndSessionValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/GrantValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/GrantValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/GrantValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/GrantValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/IntrospectionRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/IntrospectionRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/IntrospectionRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/IntrospectionRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/JwtRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/JwtRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/JwtRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/JwtRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/ParsedScopeValidationError.cs b/identity-server/src/IdentityServer/Validation/Models/ParsedScopeValidationError.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ParsedScopeValidationError.cs rename to identity-server/src/IdentityServer/Validation/Models/ParsedScopeValidationError.cs diff --git a/src/IdentityServer/Validation/Models/ParsedScopeValue.cs b/identity-server/src/IdentityServer/Validation/Models/ParsedScopeValue.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ParsedScopeValue.cs rename to identity-server/src/IdentityServer/Validation/Models/ParsedScopeValue.cs diff --git a/src/IdentityServer/Validation/Models/ParsedScopesResult.cs b/identity-server/src/IdentityServer/Validation/Models/ParsedScopesResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ParsedScopesResult.cs rename to identity-server/src/IdentityServer/Validation/Models/ParsedScopesResult.cs diff --git a/src/IdentityServer/Validation/Models/ProofType.cs b/identity-server/src/IdentityServer/Validation/Models/ProofType.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ProofType.cs rename to identity-server/src/IdentityServer/Validation/Models/ProofType.cs diff --git a/src/IdentityServer/Validation/Models/PushedAuthorizationValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/PushedAuthorizationValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/PushedAuthorizationValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/PushedAuthorizationValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/ResourceValidationRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ResourceValidationRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ResourceValidationRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ResourceValidationRequest.cs diff --git a/src/IdentityServer/Validation/Models/ResourceValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/ResourceValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ResourceValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/ResourceValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/ScopeSecretValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/ScopeSecretValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ScopeSecretValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/ScopeSecretValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/SecretValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/SecretValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/SecretValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/SecretValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/TokenRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/TokenRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/TokenRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/TokenRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/TokenRevocationRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/TokenRevocationRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/TokenRevocationRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/TokenRevocationRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/TokenValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/TokenValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/TokenValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/TokenValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/UserInfoRequestValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/UserInfoRequestValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/UserInfoRequestValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/UserInfoRequestValidationResult.cs diff --git a/src/IdentityServer/Validation/Models/ValidatedAuthorizeRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ValidatedAuthorizeRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidatedAuthorizeRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidatedAuthorizeRequest.cs diff --git a/src/IdentityServer/Validation/Models/ValidatedBackchannelAuthenticationRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ValidatedBackchannelAuthenticationRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidatedBackchannelAuthenticationRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidatedBackchannelAuthenticationRequest.cs diff --git a/src/IdentityServer/Validation/Models/ValidatedDeviceAuthorizationRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ValidatedDeviceAuthorizationRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidatedDeviceAuthorizationRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidatedDeviceAuthorizationRequest.cs diff --git a/src/IdentityServer/Validation/Models/ValidatedEndSessionRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ValidatedEndSessionRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidatedEndSessionRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidatedEndSessionRequest.cs diff --git a/src/IdentityServer/Validation/Models/ValidatedPushedAuthorizationRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ValidatedPushedAuthorizationRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidatedPushedAuthorizationRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidatedPushedAuthorizationRequest.cs diff --git a/src/IdentityServer/Validation/Models/ValidatedRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ValidatedRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidatedRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidatedRequest.cs diff --git a/src/IdentityServer/Validation/Models/ValidatedTokenRequest.cs b/identity-server/src/IdentityServer/Validation/Models/ValidatedTokenRequest.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidatedTokenRequest.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidatedTokenRequest.cs diff --git a/src/IdentityServer/Validation/Models/ValidationResult.cs b/identity-server/src/IdentityServer/Validation/Models/ValidationResult.cs similarity index 100% rename from src/IdentityServer/Validation/Models/ValidationResult.cs rename to identity-server/src/IdentityServer/Validation/Models/ValidationResult.cs diff --git a/src/Storage/Constants.cs b/identity-server/src/Storage/Constants.cs similarity index 100% rename from src/Storage/Constants.cs rename to identity-server/src/Storage/Constants.cs diff --git a/src/Storage/Duende.IdentityServer.Storage.csproj b/identity-server/src/Storage/Duende.IdentityServer.Storage.csproj similarity index 100% rename from src/Storage/Duende.IdentityServer.Storage.csproj rename to identity-server/src/Storage/Duende.IdentityServer.Storage.csproj diff --git a/src/Storage/Extensions/ClaimsPrincipalLiteExtensions.cs b/identity-server/src/Storage/Extensions/ClaimsPrincipalLiteExtensions.cs similarity index 100% rename from src/Storage/Extensions/ClaimsPrincipalLiteExtensions.cs rename to identity-server/src/Storage/Extensions/ClaimsPrincipalLiteExtensions.cs diff --git a/src/Storage/Extensions/IEnumerableExtensions.cs b/identity-server/src/Storage/Extensions/IEnumerableExtensions.cs similarity index 100% rename from src/Storage/Extensions/IEnumerableExtensions.cs rename to identity-server/src/Storage/Extensions/IEnumerableExtensions.cs diff --git a/src/Storage/Extensions/PersistedGrantFilterExtensions.cs b/identity-server/src/Storage/Extensions/PersistedGrantFilterExtensions.cs similarity index 100% rename from src/Storage/Extensions/PersistedGrantFilterExtensions.cs rename to identity-server/src/Storage/Extensions/PersistedGrantFilterExtensions.cs diff --git a/src/Storage/Extensions/StringsExtensions.cs b/identity-server/src/Storage/Extensions/StringsExtensions.cs similarity index 100% rename from src/Storage/Extensions/StringsExtensions.cs rename to identity-server/src/Storage/Extensions/StringsExtensions.cs diff --git a/src/Storage/IdentityServerConstants.cs b/identity-server/src/Storage/IdentityServerConstants.cs similarity index 100% rename from src/Storage/IdentityServerConstants.cs rename to identity-server/src/Storage/IdentityServerConstants.cs diff --git a/src/Storage/IdentityServerUser.cs b/identity-server/src/Storage/IdentityServerUser.cs similarity index 100% rename from src/Storage/IdentityServerUser.cs rename to identity-server/src/Storage/IdentityServerUser.cs diff --git a/src/Storage/Models/ApiResource.cs b/identity-server/src/Storage/Models/ApiResource.cs similarity index 100% rename from src/Storage/Models/ApiResource.cs rename to identity-server/src/Storage/Models/ApiResource.cs diff --git a/src/Storage/Models/ApiScope.cs b/identity-server/src/Storage/Models/ApiScope.cs similarity index 100% rename from src/Storage/Models/ApiScope.cs rename to identity-server/src/Storage/Models/ApiScope.cs diff --git a/src/Storage/Models/AuthorizationCode.cs b/identity-server/src/Storage/Models/AuthorizationCode.cs similarity index 100% rename from src/Storage/Models/AuthorizationCode.cs rename to identity-server/src/Storage/Models/AuthorizationCode.cs diff --git a/src/Storage/Models/BackChannelAuthenticationRequest.cs b/identity-server/src/Storage/Models/BackChannelAuthenticationRequest.cs similarity index 100% rename from src/Storage/Models/BackChannelAuthenticationRequest.cs rename to identity-server/src/Storage/Models/BackChannelAuthenticationRequest.cs diff --git a/src/Storage/Models/Client.cs b/identity-server/src/Storage/Models/Client.cs similarity index 100% rename from src/Storage/Models/Client.cs rename to identity-server/src/Storage/Models/Client.cs diff --git a/src/Storage/Models/ClientClaim.cs b/identity-server/src/Storage/Models/ClientClaim.cs similarity index 100% rename from src/Storage/Models/ClientClaim.cs rename to identity-server/src/Storage/Models/ClientClaim.cs diff --git a/src/Storage/Models/Consent.cs b/identity-server/src/Storage/Models/Consent.cs similarity index 100% rename from src/Storage/Models/Consent.cs rename to identity-server/src/Storage/Models/Consent.cs diff --git a/src/Storage/Models/DeviceCode.cs b/identity-server/src/Storage/Models/DeviceCode.cs similarity index 100% rename from src/Storage/Models/DeviceCode.cs rename to identity-server/src/Storage/Models/DeviceCode.cs diff --git a/src/Storage/Models/Enums.cs b/identity-server/src/Storage/Models/Enums.cs similarity index 100% rename from src/Storage/Models/Enums.cs rename to identity-server/src/Storage/Models/Enums.cs diff --git a/src/Storage/Models/GrantType.cs b/identity-server/src/Storage/Models/GrantType.cs similarity index 100% rename from src/Storage/Models/GrantType.cs rename to identity-server/src/Storage/Models/GrantType.cs diff --git a/src/Storage/Models/IdentityProvider.cs b/identity-server/src/Storage/Models/IdentityProvider.cs similarity index 100% rename from src/Storage/Models/IdentityProvider.cs rename to identity-server/src/Storage/Models/IdentityProvider.cs diff --git a/src/Storage/Models/IdentityResource.cs b/identity-server/src/Storage/Models/IdentityResource.cs similarity index 100% rename from src/Storage/Models/IdentityResource.cs rename to identity-server/src/Storage/Models/IdentityResource.cs diff --git a/src/Storage/Models/OidcProvider.cs b/identity-server/src/Storage/Models/OidcProvider.cs similarity index 100% rename from src/Storage/Models/OidcProvider.cs rename to identity-server/src/Storage/Models/OidcProvider.cs diff --git a/src/Storage/Models/PersistedGrant.cs b/identity-server/src/Storage/Models/PersistedGrant.cs similarity index 100% rename from src/Storage/Models/PersistedGrant.cs rename to identity-server/src/Storage/Models/PersistedGrant.cs diff --git a/src/Storage/Models/ProofType.cs b/identity-server/src/Storage/Models/ProofType.cs similarity index 100% rename from src/Storage/Models/ProofType.cs rename to identity-server/src/Storage/Models/ProofType.cs diff --git a/src/Storage/Models/PushedAuthorizationRequest.cs b/identity-server/src/Storage/Models/PushedAuthorizationRequest.cs similarity index 100% rename from src/Storage/Models/PushedAuthorizationRequest.cs rename to identity-server/src/Storage/Models/PushedAuthorizationRequest.cs diff --git a/src/Storage/Models/QueryResult.cs b/identity-server/src/Storage/Models/QueryResult.cs similarity index 100% rename from src/Storage/Models/QueryResult.cs rename to identity-server/src/Storage/Models/QueryResult.cs diff --git a/src/Storage/Models/RefreshToken.cs b/identity-server/src/Storage/Models/RefreshToken.cs similarity index 100% rename from src/Storage/Models/RefreshToken.cs rename to identity-server/src/Storage/Models/RefreshToken.cs diff --git a/src/Storage/Models/Resource.cs b/identity-server/src/Storage/Models/Resource.cs similarity index 100% rename from src/Storage/Models/Resource.cs rename to identity-server/src/Storage/Models/Resource.cs diff --git a/src/Storage/Models/Resources.cs b/identity-server/src/Storage/Models/Resources.cs similarity index 100% rename from src/Storage/Models/Resources.cs rename to identity-server/src/Storage/Models/Resources.cs diff --git a/src/Storage/Models/Secret.cs b/identity-server/src/Storage/Models/Secret.cs similarity index 100% rename from src/Storage/Models/Secret.cs rename to identity-server/src/Storage/Models/Secret.cs diff --git a/src/Storage/Models/SerializedKey.cs b/identity-server/src/Storage/Models/SerializedKey.cs similarity index 100% rename from src/Storage/Models/SerializedKey.cs rename to identity-server/src/Storage/Models/SerializedKey.cs diff --git a/src/Storage/Models/ServerSideSession.cs b/identity-server/src/Storage/Models/ServerSideSession.cs similarity index 100% rename from src/Storage/Models/ServerSideSession.cs rename to identity-server/src/Storage/Models/ServerSideSession.cs diff --git a/src/Storage/Models/Token.cs b/identity-server/src/Storage/Models/Token.cs similarity index 100% rename from src/Storage/Models/Token.cs rename to identity-server/src/Storage/Models/Token.cs diff --git a/src/Storage/README.md b/identity-server/src/Storage/README.md similarity index 100% rename from src/Storage/README.md rename to identity-server/src/Storage/README.md diff --git a/src/Storage/Services/ICancellationTokenProvider.cs b/identity-server/src/Storage/Services/ICancellationTokenProvider.cs similarity index 100% rename from src/Storage/Services/ICancellationTokenProvider.cs rename to identity-server/src/Storage/Services/ICancellationTokenProvider.cs diff --git a/src/Storage/Services/ICorsPolicyService.cs b/identity-server/src/Storage/Services/ICorsPolicyService.cs similarity index 100% rename from src/Storage/Services/ICorsPolicyService.cs rename to identity-server/src/Storage/Services/ICorsPolicyService.cs diff --git a/src/Storage/Services/NoneCancellationTokenProvider.cs b/identity-server/src/Storage/Services/NoneCancellationTokenProvider.cs similarity index 100% rename from src/Storage/Services/NoneCancellationTokenProvider.cs rename to identity-server/src/Storage/Services/NoneCancellationTokenProvider.cs diff --git a/src/Storage/Stores/IAuthorizationCodeStore.cs b/identity-server/src/Storage/Stores/IAuthorizationCodeStore.cs similarity index 100% rename from src/Storage/Stores/IAuthorizationCodeStore.cs rename to identity-server/src/Storage/Stores/IAuthorizationCodeStore.cs diff --git a/src/Storage/Stores/IBackChannelAuthenticationRequestStore.cs b/identity-server/src/Storage/Stores/IBackChannelAuthenticationRequestStore.cs similarity index 100% rename from src/Storage/Stores/IBackChannelAuthenticationRequestStore.cs rename to identity-server/src/Storage/Stores/IBackChannelAuthenticationRequestStore.cs diff --git a/src/Storage/Stores/IClientStore.cs b/identity-server/src/Storage/Stores/IClientStore.cs similarity index 100% rename from src/Storage/Stores/IClientStore.cs rename to identity-server/src/Storage/Stores/IClientStore.cs diff --git a/src/Storage/Stores/IDeviceFlowStore.cs b/identity-server/src/Storage/Stores/IDeviceFlowStore.cs similarity index 100% rename from src/Storage/Stores/IDeviceFlowStore.cs rename to identity-server/src/Storage/Stores/IDeviceFlowStore.cs diff --git a/src/Storage/Stores/IIdentityProviderStore.cs b/identity-server/src/Storage/Stores/IIdentityProviderStore.cs similarity index 100% rename from src/Storage/Stores/IIdentityProviderStore.cs rename to identity-server/src/Storage/Stores/IIdentityProviderStore.cs diff --git a/src/Storage/Stores/IPersistedGrantStore.cs b/identity-server/src/Storage/Stores/IPersistedGrantStore.cs similarity index 100% rename from src/Storage/Stores/IPersistedGrantStore.cs rename to identity-server/src/Storage/Stores/IPersistedGrantStore.cs diff --git a/src/Storage/Stores/IPushedAuthorizationRequestStore.cs b/identity-server/src/Storage/Stores/IPushedAuthorizationRequestStore.cs similarity index 100% rename from src/Storage/Stores/IPushedAuthorizationRequestStore.cs rename to identity-server/src/Storage/Stores/IPushedAuthorizationRequestStore.cs diff --git a/src/Storage/Stores/IReferenceTokenStore.cs b/identity-server/src/Storage/Stores/IReferenceTokenStore.cs similarity index 100% rename from src/Storage/Stores/IReferenceTokenStore.cs rename to identity-server/src/Storage/Stores/IReferenceTokenStore.cs diff --git a/src/Storage/Stores/IRefreshTokenStore.cs b/identity-server/src/Storage/Stores/IRefreshTokenStore.cs similarity index 100% rename from src/Storage/Stores/IRefreshTokenStore.cs rename to identity-server/src/Storage/Stores/IRefreshTokenStore.cs diff --git a/src/Storage/Stores/IResourceStore.cs b/identity-server/src/Storage/Stores/IResourceStore.cs similarity index 100% rename from src/Storage/Stores/IResourceStore.cs rename to identity-server/src/Storage/Stores/IResourceStore.cs diff --git a/src/Storage/Stores/IServerSideSessionStore.cs b/identity-server/src/Storage/Stores/IServerSideSessionStore.cs similarity index 100% rename from src/Storage/Stores/IServerSideSessionStore.cs rename to identity-server/src/Storage/Stores/IServerSideSessionStore.cs diff --git a/src/Storage/Stores/IServerSideSessionsMarker.cs b/identity-server/src/Storage/Stores/IServerSideSessionsMarker.cs similarity index 100% rename from src/Storage/Stores/IServerSideSessionsMarker.cs rename to identity-server/src/Storage/Stores/IServerSideSessionsMarker.cs diff --git a/src/Storage/Stores/ISigningKeyStore.cs b/identity-server/src/Storage/Stores/ISigningKeyStore.cs similarity index 100% rename from src/Storage/Stores/ISigningKeyStore.cs rename to identity-server/src/Storage/Stores/ISigningKeyStore.cs diff --git a/src/Storage/Stores/IUserConsentStore.cs b/identity-server/src/Storage/Stores/IUserConsentStore.cs similarity index 100% rename from src/Storage/Stores/IUserConsentStore.cs rename to identity-server/src/Storage/Stores/IUserConsentStore.cs diff --git a/src/Storage/Stores/PersistedGrantFilter.cs b/identity-server/src/Storage/Stores/PersistedGrantFilter.cs similarity index 100% rename from src/Storage/Stores/PersistedGrantFilter.cs rename to identity-server/src/Storage/Stores/PersistedGrantFilter.cs diff --git a/src/Storage/Stores/Serialization/ClaimConverter.cs b/identity-server/src/Storage/Stores/Serialization/ClaimConverter.cs similarity index 100% rename from src/Storage/Stores/Serialization/ClaimConverter.cs rename to identity-server/src/Storage/Stores/Serialization/ClaimConverter.cs diff --git a/src/Storage/Stores/Serialization/ClaimLite.cs b/identity-server/src/Storage/Stores/Serialization/ClaimLite.cs similarity index 100% rename from src/Storage/Stores/Serialization/ClaimLite.cs rename to identity-server/src/Storage/Stores/Serialization/ClaimLite.cs diff --git a/src/Storage/Stores/Serialization/ClaimsPrincipalConverter.cs b/identity-server/src/Storage/Stores/Serialization/ClaimsPrincipalConverter.cs similarity index 100% rename from src/Storage/Stores/Serialization/ClaimsPrincipalConverter.cs rename to identity-server/src/Storage/Stores/Serialization/ClaimsPrincipalConverter.cs diff --git a/src/Storage/Stores/Serialization/ClaimsPrincipalLite.cs b/identity-server/src/Storage/Stores/Serialization/ClaimsPrincipalLite.cs similarity index 100% rename from src/Storage/Stores/Serialization/ClaimsPrincipalLite.cs rename to identity-server/src/Storage/Stores/Serialization/ClaimsPrincipalLite.cs diff --git a/src/Storage/Stores/Serialization/IPersistentGrantSerializer.cs b/identity-server/src/Storage/Stores/Serialization/IPersistentGrantSerializer.cs similarity index 100% rename from src/Storage/Stores/Serialization/IPersistentGrantSerializer.cs rename to identity-server/src/Storage/Stores/Serialization/IPersistentGrantSerializer.cs diff --git a/src/Storage/Stores/Serialization/PersistentGrantOptions.cs b/identity-server/src/Storage/Stores/Serialization/PersistentGrantOptions.cs similarity index 100% rename from src/Storage/Stores/Serialization/PersistentGrantOptions.cs rename to identity-server/src/Storage/Stores/Serialization/PersistentGrantOptions.cs diff --git a/src/Storage/Stores/Serialization/PersistentGrantSerializer.cs b/identity-server/src/Storage/Stores/Serialization/PersistentGrantSerializer.cs similarity index 100% rename from src/Storage/Stores/Serialization/PersistentGrantSerializer.cs rename to identity-server/src/Storage/Stores/Serialization/PersistentGrantSerializer.cs diff --git a/src/Storage/Stores/SessionFilter.cs b/identity-server/src/Storage/Stores/SessionFilter.cs similarity index 100% rename from src/Storage/Stores/SessionFilter.cs rename to identity-server/src/Storage/Stores/SessionFilter.cs diff --git a/src/Storage/Stores/SessionQuery.cs b/identity-server/src/Storage/Stores/SessionQuery.cs similarity index 100% rename from src/Storage/Stores/SessionQuery.cs rename to identity-server/src/Storage/Stores/SessionQuery.cs diff --git a/src/Telemetry/Telemetry.cs b/identity-server/src/Telemetry/Telemetry.cs similarity index 100% rename from src/Telemetry/Telemetry.cs rename to identity-server/src/Telemetry/Telemetry.cs diff --git a/src/Telemetry/Tracing.cs b/identity-server/src/Telemetry/Tracing.cs similarity index 100% rename from src/Telemetry/Tracing.cs rename to identity-server/src/Telemetry/Tracing.cs diff --git a/test/Configuration.IntegrationTests/.editorconfig b/identity-server/test/Configuration.IntegrationTests/.editorconfig similarity index 100% rename from test/Configuration.IntegrationTests/.editorconfig rename to identity-server/test/Configuration.IntegrationTests/.editorconfig diff --git a/test/Configuration.IntegrationTests/Configuration.IntegrationTests.csproj b/identity-server/test/Configuration.IntegrationTests/Configuration.IntegrationTests.csproj similarity index 100% rename from test/Configuration.IntegrationTests/Configuration.IntegrationTests.csproj rename to identity-server/test/Configuration.IntegrationTests/Configuration.IntegrationTests.csproj diff --git a/test/Configuration.IntegrationTests/DynamicClientRegistrationTests.cs b/identity-server/test/Configuration.IntegrationTests/DynamicClientRegistrationTests.cs similarity index 100% rename from test/Configuration.IntegrationTests/DynamicClientRegistrationTests.cs rename to identity-server/test/Configuration.IntegrationTests/DynamicClientRegistrationTests.cs diff --git a/test/Configuration.IntegrationTests/DynamicClientRegistrationValidationTests.cs b/identity-server/test/Configuration.IntegrationTests/DynamicClientRegistrationValidationTests.cs similarity index 100% rename from test/Configuration.IntegrationTests/DynamicClientRegistrationValidationTests.cs rename to identity-server/test/Configuration.IntegrationTests/DynamicClientRegistrationValidationTests.cs diff --git a/test/Configuration.IntegrationTests/TestFramework/GenericHost.cs b/identity-server/test/Configuration.IntegrationTests/TestFramework/GenericHost.cs similarity index 100% rename from test/Configuration.IntegrationTests/TestFramework/GenericHost.cs rename to identity-server/test/Configuration.IntegrationTests/TestFramework/GenericHost.cs diff --git a/test/Configuration.IntegrationTests/TestFramework/MockCancellationTokenProvider.cs b/identity-server/test/Configuration.IntegrationTests/TestFramework/MockCancellationTokenProvider.cs similarity index 100% rename from test/Configuration.IntegrationTests/TestFramework/MockCancellationTokenProvider.cs rename to identity-server/test/Configuration.IntegrationTests/TestFramework/MockCancellationTokenProvider.cs diff --git a/test/Configuration.IntegrationTests/TestFramework/MockClock.cs b/identity-server/test/Configuration.IntegrationTests/TestFramework/MockClock.cs similarity index 100% rename from test/Configuration.IntegrationTests/TestFramework/MockClock.cs rename to identity-server/test/Configuration.IntegrationTests/TestFramework/MockClock.cs diff --git a/test/Configuration.IntegrationTests/TestFramework/TestLoggerProvider.cs b/identity-server/test/Configuration.IntegrationTests/TestFramework/TestLoggerProvider.cs similarity index 100% rename from test/Configuration.IntegrationTests/TestFramework/TestLoggerProvider.cs rename to identity-server/test/Configuration.IntegrationTests/TestFramework/TestLoggerProvider.cs diff --git a/test/Configuration.IntegrationTests/TestHosts/ConfigurationHost.cs b/identity-server/test/Configuration.IntegrationTests/TestHosts/ConfigurationHost.cs similarity index 100% rename from test/Configuration.IntegrationTests/TestHosts/ConfigurationHost.cs rename to identity-server/test/Configuration.IntegrationTests/TestHosts/ConfigurationHost.cs diff --git a/test/Configuration.IntegrationTests/TestHosts/ConfigurationIntegrationTestBase.cs b/identity-server/test/Configuration.IntegrationTests/TestHosts/ConfigurationIntegrationTestBase.cs similarity index 100% rename from test/Configuration.IntegrationTests/TestHosts/ConfigurationIntegrationTestBase.cs rename to identity-server/test/Configuration.IntegrationTests/TestHosts/ConfigurationIntegrationTestBase.cs diff --git a/test/Configuration.IntegrationTests/TestHosts/IdentityServerHost.cs b/identity-server/test/Configuration.IntegrationTests/TestHosts/IdentityServerHost.cs similarity index 100% rename from test/Configuration.IntegrationTests/TestHosts/IdentityServerHost.cs rename to identity-server/test/Configuration.IntegrationTests/TestHosts/IdentityServerHost.cs diff --git a/test/EntityFramework.IntegrationTests/DI/DITests.cs b/identity-server/test/EntityFramework.IntegrationTests/DI/DITests.cs similarity index 100% rename from test/EntityFramework.IntegrationTests/DI/DITests.cs rename to identity-server/test/EntityFramework.IntegrationTests/DI/DITests.cs diff --git a/test/EntityFramework.IntegrationTests/DatabaseProviderBuilder.cs b/identity-server/test/EntityFramework.IntegrationTests/DatabaseProviderBuilder.cs similarity index 100% rename from test/EntityFramework.IntegrationTests/DatabaseProviderBuilder.cs rename to identity-server/test/EntityFramework.IntegrationTests/DatabaseProviderBuilder.cs diff --git a/test/EntityFramework.IntegrationTests/DatabaseProviderFixture.cs b/identity-server/test/EntityFramework.IntegrationTests/DatabaseProviderFixture.cs similarity index 100% rename from test/EntityFramework.IntegrationTests/DatabaseProviderFixture.cs rename to identity-server/test/EntityFramework.IntegrationTests/DatabaseProviderFixture.cs diff --git a/test/EntityFramework.IntegrationTests/EntityFramework.IntegrationTests.csproj b/identity-server/test/EntityFramework.IntegrationTests/EntityFramework.IntegrationTests.csproj similarity index 100% rename from test/EntityFramework.IntegrationTests/EntityFramework.IntegrationTests.csproj rename to identity-server/test/EntityFramework.IntegrationTests/EntityFramework.IntegrationTests.csproj diff --git a/test/EntityFramework.IntegrationTests/FakeLogger.cs b/identity-server/test/EntityFramework.IntegrationTests/FakeLogger.cs similarity index 100% rename from test/EntityFramework.IntegrationTests/FakeLogger.cs rename to identity-server/test/EntityFramework.IntegrationTests/FakeLogger.cs diff --git a/test/EntityFramework.IntegrationTests/IntegrationTest.cs b/identity-server/test/EntityFramework.IntegrationTests/IntegrationTest.cs similarity index 100% rename from test/EntityFramework.IntegrationTests/IntegrationTest.cs rename to identity-server/test/EntityFramework.IntegrationTests/IntegrationTest.cs diff --git a/test/EntityFramework.IntegrationTests/Services/CorsPolicyServiceTests.cs b/identity-server/test/EntityFramework.IntegrationTests/Services/CorsPolicyServiceTests.cs similarity index 100% rename from test/EntityFramework.IntegrationTests/Services/CorsPolicyServiceTests.cs rename to identity-server/test/EntityFramework.IntegrationTests/Services/CorsPolicyServiceTests.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/DatabaseProviderBuilder.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/DatabaseProviderBuilder.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/DatabaseProviderBuilder.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/DatabaseProviderBuilder.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/DatabaseProviderFixture.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/DatabaseProviderFixture.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/DatabaseProviderFixture.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/DatabaseProviderFixture.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/DbContexts/ClientDbContextTests.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/DbContexts/ClientDbContextTests.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/DbContexts/ClientDbContextTests.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/DbContexts/ClientDbContextTests.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/EntityFramework.Storage.IntegrationTests.csproj b/identity-server/test/EntityFramework.Storage.IntegrationTests/EntityFramework.Storage.IntegrationTests.csproj similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/EntityFramework.Storage.IntegrationTests.csproj rename to identity-server/test/EntityFramework.Storage.IntegrationTests/EntityFramework.Storage.IntegrationTests.csproj diff --git a/test/EntityFramework.Storage.IntegrationTests/FakeLogger.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/FakeLogger.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/FakeLogger.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/FakeLogger.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/IntegrationTest.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/IntegrationTest.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/IntegrationTest.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/IntegrationTest.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/MockOperationalStoreNotification.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/MockOperationalStoreNotification.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/MockOperationalStoreNotification.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/MockOperationalStoreNotification.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/Stores/IdentityProviderStoreTests.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/IdentityProviderStoreTests.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/Stores/IdentityProviderStoreTests.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/IdentityProviderStoreTests.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/Stores/PersistedGrantStoreTests.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/PersistedGrantStoreTests.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/Stores/PersistedGrantStoreTests.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/PersistedGrantStoreTests.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/Stores/ResourceStoreTests.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/ResourceStoreTests.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/Stores/ResourceStoreTests.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/Stores/ResourceStoreTests.cs diff --git a/test/EntityFramework.Storage.IntegrationTests/TokenCleanup/TokenCleanupTests.cs b/identity-server/test/EntityFramework.Storage.IntegrationTests/TokenCleanup/TokenCleanupTests.cs similarity index 100% rename from test/EntityFramework.Storage.IntegrationTests/TokenCleanup/TokenCleanupTests.cs rename to identity-server/test/EntityFramework.Storage.IntegrationTests/TokenCleanup/TokenCleanupTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/EntityFramework.Storage.UnitTests.csproj b/identity-server/test/EntityFramework.Storage.UnitTests/EntityFramework.Storage.UnitTests.csproj similarity index 100% rename from test/EntityFramework.Storage.UnitTests/EntityFramework.Storage.UnitTests.csproj rename to identity-server/test/EntityFramework.Storage.UnitTests/EntityFramework.Storage.UnitTests.csproj diff --git a/test/EntityFramework.Storage.UnitTests/IsLocalUrlTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/IsLocalUrlTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/IsLocalUrlTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/IsLocalUrlTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/ApiResourceMappersTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/ApiResourceMappersTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/ApiResourceMappersTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/ApiResourceMappersTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/ClientMappersTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/ClientMappersTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/ClientMappersTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/ClientMappersTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/IdentityProviderMappersTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/IdentityProviderMappersTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/IdentityProviderMappersTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/IdentityProviderMappersTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/IdentityResourcesMappersTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/IdentityResourcesMappersTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/IdentityResourcesMappersTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/IdentityResourcesMappersTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/MapperTestHelpers.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/MapperTestHelpers.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/MapperTestHelpers.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/MapperTestHelpers.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/PersistedGrantMappersTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/PersistedGrantMappersTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/PersistedGrantMappersTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/PersistedGrantMappersTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/PushedAuthorizationRequestMappersTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/PushedAuthorizationRequestMappersTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/PushedAuthorizationRequestMappersTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/PushedAuthorizationRequestMappersTests.cs diff --git a/test/EntityFramework.Storage.UnitTests/Mappers/ScopeMappersTests.cs b/identity-server/test/EntityFramework.Storage.UnitTests/Mappers/ScopeMappersTests.cs similarity index 100% rename from test/EntityFramework.Storage.UnitTests/Mappers/ScopeMappersTests.cs rename to identity-server/test/EntityFramework.Storage.UnitTests/Mappers/ScopeMappersTests.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/ClientAssertionClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/ClientAssertionClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/ClientAssertionClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/ClientAssertionClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/ClientCredentialsAndResourceOwnerClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/ClientCredentialsAndResourceOwnerClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/ClientCredentialsAndResourceOwnerClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/ClientCredentialsAndResourceOwnerClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/ClientCredentialsClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/ClientCredentialsClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/ClientCredentialsClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/ClientCredentialsClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/CustomTokenRequestValidatorClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/CustomTokenRequestValidatorClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/CustomTokenRequestValidatorClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/CustomTokenRequestValidatorClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/CustomTokenResponseClients.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/CustomTokenResponseClients.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/CustomTokenResponseClients.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/CustomTokenResponseClients.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/DiscoveryClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/DiscoveryClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/DiscoveryClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/DiscoveryClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/ExtensionGrantClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/ExtensionGrantClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/ExtensionGrantClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/ExtensionGrantClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/RefreshTokenClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/RefreshTokenClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/RefreshTokenClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/RefreshTokenClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/ResourceOwnerClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/ResourceOwnerClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/ResourceOwnerClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/ResourceOwnerClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/RevocationClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/RevocationClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/RevocationClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/RevocationClient.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/Clients.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Clients.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/Clients.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Clients.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/ConfirmationSecretValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/ConfirmationSecretValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/ConfirmationSecretValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/ConfirmationSecretValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/CustomProfileService.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomProfileService.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/CustomProfileService.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomProfileService.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseDto.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseDto.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseDto.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseDto.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseExtensionGrantValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseExtensionGrantValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseExtensionGrantValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseExtensionGrantValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseResourceOwnerValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseResourceOwnerValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseResourceOwnerValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/CustomResponseResourceOwnerValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/DynamicParameterExtensionGrantValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/DynamicParameterExtensionGrantValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/DynamicParameterExtensionGrantValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/DynamicParameterExtensionGrantValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator2.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator2.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator2.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/ExtensionGrantValidator2.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/NoSubjectExtensionGrantValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/NoSubjectExtensionGrantValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/NoSubjectExtensionGrantValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/NoSubjectExtensionGrantValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/Scopes.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Scopes.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/Scopes.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Scopes.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/Startup.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Startup.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/Startup.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Startup.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/StartupWithCustomTokenResponses.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/StartupWithCustomTokenResponses.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/StartupWithCustomTokenResponses.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/StartupWithCustomTokenResponses.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/TestCustomTokenRequestValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/TestCustomTokenRequestValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/TestCustomTokenRequestValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/TestCustomTokenRequestValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/Setup/Users.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Users.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/Setup/Users.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/Setup/Users.cs diff --git a/test/IdentityServer.IntegrationTests/Clients/UserInfoClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Clients/UserInfoClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Clients/UserInfoClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Clients/UserInfoClient.cs diff --git a/test/IdentityServer.IntegrationTests/Common/BrowserClient.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/BrowserClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/BrowserClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/BrowserClient.cs diff --git a/test/IdentityServer.IntegrationTests/Common/BrowserHandler.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/BrowserHandler.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/BrowserHandler.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/BrowserHandler.cs diff --git a/test/IdentityServer.IntegrationTests/Common/IdentityServerPipeline.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/IdentityServerPipeline.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/IdentityServerPipeline.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/IdentityServerPipeline.cs diff --git a/test/IdentityServer.IntegrationTests/Common/JsonElementExtensions.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/JsonElementExtensions.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/JsonElementExtensions.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/JsonElementExtensions.cs diff --git a/test/IdentityServer.IntegrationTests/Common/MessageHandlerWrapper.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/MessageHandlerWrapper.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/MessageHandlerWrapper.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/MessageHandlerWrapper.cs diff --git a/test/IdentityServer.IntegrationTests/Common/MockCibaUserNotificationService.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/MockCibaUserNotificationService.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/MockCibaUserNotificationService.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/MockCibaUserNotificationService.cs diff --git a/test/IdentityServer.IntegrationTests/Common/MockCibaUserValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/MockCibaUserValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/MockCibaUserValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/MockCibaUserValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Common/MockClock.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/MockClock.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/MockClock.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/MockClock.cs diff --git a/test/IdentityServer.IntegrationTests/Common/MockCustomBackchannelAuthenticationValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/MockCustomBackchannelAuthenticationValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/MockCustomBackchannelAuthenticationValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/MockCustomBackchannelAuthenticationValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Common/MockLogger.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/MockLogger.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/MockLogger.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/MockLogger.cs diff --git a/test/IdentityServer.IntegrationTests/Common/MockResourceValidator.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/MockResourceValidator.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/MockResourceValidator.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/MockResourceValidator.cs diff --git a/test/IdentityServer.IntegrationTests/Common/NetworkHandler.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/NetworkHandler.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/NetworkHandler.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/NetworkHandler.cs diff --git a/test/IdentityServer.IntegrationTests/Common/StubDataProtectionProvider.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/StubDataProtectionProvider.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/StubDataProtectionProvider.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/StubDataProtectionProvider.cs diff --git a/test/IdentityServer.IntegrationTests/Common/TestCert.cs b/identity-server/test/IdentityServer.IntegrationTests/Common/TestCert.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Common/TestCert.cs rename to identity-server/test/IdentityServer.IntegrationTests/Common/TestCert.cs diff --git a/test/IdentityServer.IntegrationTests/Conformance/Basic/ClientAuthenticationTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/ClientAuthenticationTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Conformance/Basic/ClientAuthenticationTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/ClientAuthenticationTests.cs diff --git a/test/IdentityServer.IntegrationTests/Conformance/Basic/CodeFlowTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/CodeFlowTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Conformance/Basic/CodeFlowTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/CodeFlowTests.cs diff --git a/test/IdentityServer.IntegrationTests/Conformance/Basic/RedirectUriTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/RedirectUriTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Conformance/Basic/RedirectUriTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/RedirectUriTests.cs diff --git a/test/IdentityServer.IntegrationTests/Conformance/Basic/ResponseTypeResponseModeTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/ResponseTypeResponseModeTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Conformance/Basic/ResponseTypeResponseModeTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Conformance/Basic/ResponseTypeResponseModeTests.cs diff --git a/test/IdentityServer.IntegrationTests/Conformance/Pkce/PkceTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Conformance/Pkce/PkceTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Conformance/Pkce/PkceTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Conformance/Pkce/PkceTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Authorize/AuthorizeTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/AuthorizeTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Authorize/AuthorizeTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/AuthorizeTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Authorize/ConsentTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/ConsentTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Authorize/ConsentTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/ConsentTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Authorize/JwtRequestAuthorizeTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/JwtRequestAuthorizeTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Authorize/JwtRequestAuthorizeTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/JwtRequestAuthorizeTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Authorize/PushedAuthorizationTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/PushedAuthorizationTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Authorize/PushedAuthorizationTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/PushedAuthorizationTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Authorize/ResourceTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/ResourceTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Authorize/ResourceTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/ResourceTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Authorize/RestrictAccessTokenViaBrowserTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/RestrictAccessTokenViaBrowserTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Authorize/RestrictAccessTokenViaBrowserTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/RestrictAccessTokenViaBrowserTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Authorize/SessionIdTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/SessionIdTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Authorize/SessionIdTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Authorize/SessionIdTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/CheckSession/CheckSessionTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/CheckSession/CheckSessionTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/CheckSession/CheckSessionTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/CheckSession/CheckSessionTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Ciba/CibaTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Ciba/CibaTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Ciba/CibaTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Ciba/CibaTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/DeviceAuthorization/DeviceAuthorizationTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/DeviceAuthorization/DeviceAuthorizationTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/DeviceAuthorization/DeviceAuthorizationTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/DeviceAuthorization/DeviceAuthorizationTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Discovery/DiscoveryEndpointTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Discovery/DiscoveryEndpointTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Discovery/DiscoveryEndpointTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Discovery/DiscoveryEndpointTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/EndSession/EndSessionTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/EndSession/EndSessionTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/EndSession/EndSessionTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/EndSession/EndSessionTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Introspection/IntrospectionTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/IntrospectionTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Introspection/IntrospectionTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/IntrospectionTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Clients.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Clients.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Clients.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Clients.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Scopes.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Scopes.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Scopes.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Scopes.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Startup.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Startup.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Startup.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Startup.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Users.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Users.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Users.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Introspection/Setup/Users.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Revocation/RevocationTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Revocation/RevocationTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Revocation/RevocationTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Revocation/RevocationTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Token/CibaTokenEndpointTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/CibaTokenEndpointTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Token/CibaTokenEndpointTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/CibaTokenEndpointTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Token/DPoPTokenEndpointTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/DPoPTokenEndpointTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Token/DPoPTokenEndpointTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/DPoPTokenEndpointTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Token/RefreshTokenTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/RefreshTokenTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Token/RefreshTokenTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/RefreshTokenTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Token/ResourceTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/ResourceTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Token/ResourceTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/ResourceTests.cs diff --git a/test/IdentityServer.IntegrationTests/Endpoints/Token/TokenEndpointTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/TokenEndpointTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Endpoints/Token/TokenEndpointTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Endpoints/Token/TokenEndpointTests.cs diff --git a/test/IdentityServer.IntegrationTests/Extensibility/CustomClaimsServiceTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Extensibility/CustomClaimsServiceTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Extensibility/CustomClaimsServiceTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Extensibility/CustomClaimsServiceTests.cs diff --git a/test/IdentityServer.IntegrationTests/Extensibility/CustomProfileServiceTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Extensibility/CustomProfileServiceTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Extensibility/CustomProfileServiceTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Extensibility/CustomProfileServiceTests.cs diff --git a/test/IdentityServer.IntegrationTests/Extensibility/CustomTokenCreationServiceTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Extensibility/CustomTokenCreationServiceTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Extensibility/CustomTokenCreationServiceTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Extensibility/CustomTokenCreationServiceTests.cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/CorsTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/CorsTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/CorsTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/CorsTests.cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/DynamicProvidersTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/DynamicProvidersTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/DynamicProvidersTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/DynamicProvidersTests.cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/FederatedSignoutTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/FederatedSignoutTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/FederatedSignoutTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/FederatedSignoutTests.cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/IdentityServerMiddlewareTests..cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/IdentityServerMiddlewareTests..cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/IdentityServerMiddlewareTests..cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/IdentityServerMiddlewareTests..cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/LicenseTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/LicenseTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/LicenseTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/LicenseTests.cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/LocalApiAuthentication/LocalApiAuthenticationTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/LocalApiAuthentication/LocalApiAuthenticationTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/LocalApiAuthentication/LocalApiAuthenticationTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/LocalApiAuthentication/LocalApiAuthenticationTests.cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/ServerSideSessionTests.cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/ServerSideSessionTests.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/ServerSideSessionTests.cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/ServerSideSessionTests.cs diff --git a/test/IdentityServer.IntegrationTests/Hosting/SubpathHosting.cs b/identity-server/test/IdentityServer.IntegrationTests/Hosting/SubpathHosting.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/Hosting/SubpathHosting.cs rename to identity-server/test/IdentityServer.IntegrationTests/Hosting/SubpathHosting.cs diff --git a/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj b/identity-server/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj similarity index 100% rename from test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj rename to identity-server/test/IdentityServer.IntegrationTests/IdentityServer.IntegrationTests.csproj diff --git a/test/IdentityServer.IntegrationTests/TestFramework/GenericHost.cs b/identity-server/test/IdentityServer.IntegrationTests/TestFramework/GenericHost.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/TestFramework/GenericHost.cs rename to identity-server/test/IdentityServer.IntegrationTests/TestFramework/GenericHost.cs diff --git a/test/IdentityServer.IntegrationTests/TestFramework/MockExternalAuthenticationHandler.cs b/identity-server/test/IdentityServer.IntegrationTests/TestFramework/MockExternalAuthenticationHandler.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/TestFramework/MockExternalAuthenticationHandler.cs rename to identity-server/test/IdentityServer.IntegrationTests/TestFramework/MockExternalAuthenticationHandler.cs diff --git a/test/IdentityServer.IntegrationTests/TestFramework/TestBrowserClient.cs b/identity-server/test/IdentityServer.IntegrationTests/TestFramework/TestBrowserClient.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/TestFramework/TestBrowserClient.cs rename to identity-server/test/IdentityServer.IntegrationTests/TestFramework/TestBrowserClient.cs diff --git a/test/IdentityServer.IntegrationTests/TestFramework/TestLoggerProvider.cs b/identity-server/test/IdentityServer.IntegrationTests/TestFramework/TestLoggerProvider.cs similarity index 100% rename from test/IdentityServer.IntegrationTests/TestFramework/TestLoggerProvider.cs rename to identity-server/test/IdentityServer.IntegrationTests/TestFramework/TestLoggerProvider.cs diff --git a/test/IdentityServer.IntegrationTests/identityserver_testing.cer b/identity-server/test/IdentityServer.IntegrationTests/identityserver_testing.cer similarity index 100% rename from test/IdentityServer.IntegrationTests/identityserver_testing.cer rename to identity-server/test/IdentityServer.IntegrationTests/identityserver_testing.cer diff --git a/test/IdentityServer.IntegrationTests/identityserver_testing.pfx b/identity-server/test/IdentityServer.IntegrationTests/identityserver_testing.pfx similarity index 100% rename from test/IdentityServer.IntegrationTests/identityserver_testing.pfx rename to identity-server/test/IdentityServer.IntegrationTests/identityserver_testing.pfx diff --git a/test/IdentityServer.IntegrationTests/xunit.runner.json b/identity-server/test/IdentityServer.IntegrationTests/xunit.runner.json similarity index 100% rename from test/IdentityServer.IntegrationTests/xunit.runner.json rename to identity-server/test/IdentityServer.IntegrationTests/xunit.runner.json diff --git a/test/IdentityServer.UnitTests/Caches/MockCache.cs b/identity-server/test/IdentityServer.UnitTests/Caches/MockCache.cs similarity index 100% rename from test/IdentityServer.UnitTests/Caches/MockCache.cs rename to identity-server/test/IdentityServer.UnitTests/Caches/MockCache.cs diff --git a/test/IdentityServer.UnitTests/Caches/ResourceStoreCacheTests.cs b/identity-server/test/IdentityServer.UnitTests/Caches/ResourceStoreCacheTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Caches/ResourceStoreCacheTests.cs rename to identity-server/test/IdentityServer.UnitTests/Caches/ResourceStoreCacheTests.cs diff --git a/test/IdentityServer.UnitTests/Common/IAuthenticationSchemeHandler.cs b/identity-server/test/IdentityServer.UnitTests/Common/IAuthenticationSchemeHandler.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/IAuthenticationSchemeHandler.cs rename to identity-server/test/IdentityServer.UnitTests/Common/IAuthenticationSchemeHandler.cs diff --git a/test/IdentityServer.UnitTests/Common/MockAuthenticationHandler.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationHandler.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockAuthenticationHandler.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationHandler.cs diff --git a/test/IdentityServer.UnitTests/Common/MockAuthenticationHandlerProvider.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationHandlerProvider.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockAuthenticationHandlerProvider.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationHandlerProvider.cs diff --git a/test/IdentityServer.UnitTests/Common/MockAuthenticationSchemeProvider.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationSchemeProvider.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockAuthenticationSchemeProvider.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationSchemeProvider.cs diff --git a/test/IdentityServer.UnitTests/Common/MockAuthenticationService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockAuthenticationService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockAuthenticationService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockBackChannelAuthenticationRequestStore.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockBackChannelAuthenticationRequestStore.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockBackChannelAuthenticationRequestStore.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockBackChannelAuthenticationRequestStore.cs diff --git a/test/IdentityServer.UnitTests/Common/MockCache.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockCache.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockCache.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockCache.cs diff --git a/test/IdentityServer.UnitTests/Common/MockClaimsService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockClaimsService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockClaimsService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockClaimsService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockClientSessionService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockClientSessionService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockClientSessionService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockClientSessionService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockConsentMessageStore.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockConsentMessageStore.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockConsentMessageStore.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockConsentMessageStore.cs diff --git a/test/IdentityServer.UnitTests/Common/MockConsentService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockConsentService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockConsentService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockConsentService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockDistributedCache.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockDistributedCache.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockDistributedCache.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockDistributedCache.cs diff --git a/test/IdentityServer.UnitTests/Common/MockEventSink.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockEventSink.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockEventSink.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockEventSink.cs diff --git a/test/IdentityServer.UnitTests/Common/MockHttpContextAccessor.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockHttpContextAccessor.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockHttpContextAccessor.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockHttpContextAccessor.cs diff --git a/test/IdentityServer.UnitTests/Common/MockJwtRequestUriHttpClient.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockJwtRequestUriHttpClient.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockJwtRequestUriHttpClient.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockJwtRequestUriHttpClient.cs diff --git a/test/IdentityServer.UnitTests/Common/MockKeyMaterialService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockKeyMaterialService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockKeyMaterialService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockKeyMaterialService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockLogoutNotificationService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockLogoutNotificationService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockLogoutNotificationService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockLogoutNotificationService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockMessageStore.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockMessageStore.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockMessageStore.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockMessageStore.cs diff --git a/test/IdentityServer.UnitTests/Common/MockPersistedGrantService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockPersistedGrantService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockPersistedGrantService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockPersistedGrantService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockProfileService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockProfileService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockProfileService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockProfileService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockReferenceTokenStore.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockReferenceTokenStore.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockReferenceTokenStore.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockReferenceTokenStore.cs diff --git a/test/IdentityServer.UnitTests/Common/MockReplayCache.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockReplayCache.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockReplayCache.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockReplayCache.cs diff --git a/test/IdentityServer.UnitTests/Common/MockResourceValidator.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockResourceValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockResourceValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockResourceValidator.cs diff --git a/test/IdentityServer.UnitTests/Common/MockReturnUrlParser.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockReturnUrlParser.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockReturnUrlParser.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockReturnUrlParser.cs diff --git a/test/IdentityServer.UnitTests/Common/MockServerUrls.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockServerUrls.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockServerUrls.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockServerUrls.cs diff --git a/test/IdentityServer.UnitTests/Common/MockSessionIdService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockSessionIdService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockSessionIdService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockSessionIdService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockSystemClock.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockSystemClock.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockSystemClock.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockSystemClock.cs diff --git a/test/IdentityServer.UnitTests/Common/MockTokenCreationService.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockTokenCreationService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockTokenCreationService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockTokenCreationService.cs diff --git a/test/IdentityServer.UnitTests/Common/MockUserSession.cs b/identity-server/test/IdentityServer.UnitTests/Common/MockUserSession.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/MockUserSession.cs rename to identity-server/test/IdentityServer.UnitTests/Common/MockUserSession.cs diff --git a/test/IdentityServer.UnitTests/Common/NetworkHandler.cs b/identity-server/test/IdentityServer.UnitTests/Common/NetworkHandler.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/NetworkHandler.cs rename to identity-server/test/IdentityServer.UnitTests/Common/NetworkHandler.cs diff --git a/test/IdentityServer.UnitTests/Common/NullHttpContextAccessor.cs b/identity-server/test/IdentityServer.UnitTests/Common/NullHttpContextAccessor.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/NullHttpContextAccessor.cs rename to identity-server/test/IdentityServer.UnitTests/Common/NullHttpContextAccessor.cs diff --git a/test/IdentityServer.UnitTests/Common/StubAuthorizeResponseGenerator.cs b/identity-server/test/IdentityServer.UnitTests/Common/StubAuthorizeResponseGenerator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/StubAuthorizeResponseGenerator.cs rename to identity-server/test/IdentityServer.UnitTests/Common/StubAuthorizeResponseGenerator.cs diff --git a/test/IdentityServer.UnitTests/Common/StubClock.cs b/identity-server/test/IdentityServer.UnitTests/Common/StubClock.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/StubClock.cs rename to identity-server/test/IdentityServer.UnitTests/Common/StubClock.cs diff --git a/test/IdentityServer.UnitTests/Common/StubDataProtectionProvider.cs b/identity-server/test/IdentityServer.UnitTests/Common/StubDataProtectionProvider.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/StubDataProtectionProvider.cs rename to identity-server/test/IdentityServer.UnitTests/Common/StubDataProtectionProvider.cs diff --git a/test/IdentityServer.UnitTests/Common/StubHandleGenerationService.cs b/identity-server/test/IdentityServer.UnitTests/Common/StubHandleGenerationService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/StubHandleGenerationService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/StubHandleGenerationService.cs diff --git a/test/IdentityServer.UnitTests/Common/StubSessionCoordinationService.cs b/identity-server/test/IdentityServer.UnitTests/Common/StubSessionCoordinationService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/StubSessionCoordinationService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/StubSessionCoordinationService.cs diff --git a/test/IdentityServer.UnitTests/Common/TestCert.cs b/identity-server/test/IdentityServer.UnitTests/Common/TestCert.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/TestCert.cs rename to identity-server/test/IdentityServer.UnitTests/Common/TestCert.cs diff --git a/test/IdentityServer.UnitTests/Common/TestEventService.cs b/identity-server/test/IdentityServer.UnitTests/Common/TestEventService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/TestEventService.cs rename to identity-server/test/IdentityServer.UnitTests/Common/TestEventService.cs diff --git a/test/IdentityServer.UnitTests/Common/TestExtensions.cs b/identity-server/test/IdentityServer.UnitTests/Common/TestExtensions.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/TestExtensions.cs rename to identity-server/test/IdentityServer.UnitTests/Common/TestExtensions.cs diff --git a/test/IdentityServer.UnitTests/Common/TestIdentityServerOptions.cs b/identity-server/test/IdentityServer.UnitTests/Common/TestIdentityServerOptions.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/TestIdentityServerOptions.cs rename to identity-server/test/IdentityServer.UnitTests/Common/TestIdentityServerOptions.cs diff --git a/test/IdentityServer.UnitTests/Common/TestLogger.cs b/identity-server/test/IdentityServer.UnitTests/Common/TestLogger.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/TestLogger.cs rename to identity-server/test/IdentityServer.UnitTests/Common/TestLogger.cs diff --git a/test/IdentityServer.UnitTests/Common/TestReplayCache.cs b/identity-server/test/IdentityServer.UnitTests/Common/TestReplayCache.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/TestReplayCache.cs rename to identity-server/test/IdentityServer.UnitTests/Common/TestReplayCache.cs diff --git a/test/IdentityServer.UnitTests/Common/TestUserConsentStore.cs b/identity-server/test/IdentityServer.UnitTests/Common/TestUserConsentStore.cs similarity index 100% rename from test/IdentityServer.UnitTests/Common/TestUserConsentStore.cs rename to identity-server/test/IdentityServer.UnitTests/Common/TestUserConsentStore.cs diff --git a/test/IdentityServer.UnitTests/Cors/MockCorsPolicyProvider.cs b/identity-server/test/IdentityServer.UnitTests/Cors/MockCorsPolicyProvider.cs similarity index 100% rename from test/IdentityServer.UnitTests/Cors/MockCorsPolicyProvider.cs rename to identity-server/test/IdentityServer.UnitTests/Cors/MockCorsPolicyProvider.cs diff --git a/test/IdentityServer.UnitTests/Cors/MockCorsPolicyService.cs b/identity-server/test/IdentityServer.UnitTests/Cors/MockCorsPolicyService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Cors/MockCorsPolicyService.cs rename to identity-server/test/IdentityServer.UnitTests/Cors/MockCorsPolicyService.cs diff --git a/test/IdentityServer.UnitTests/Cors/PolicyProviderTests.cs b/identity-server/test/IdentityServer.UnitTests/Cors/PolicyProviderTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Cors/PolicyProviderTests.cs rename to identity-server/test/IdentityServer.UnitTests/Cors/PolicyProviderTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeCallbackEndpointTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeCallbackEndpointTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeCallbackEndpointTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeCallbackEndpointTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointBaseTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointBaseTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointBaseTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointBaseTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/AuthorizeEndpointTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeInteractionResponseGenerator.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeInteractionResponseGenerator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeInteractionResponseGenerator.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeInteractionResponseGenerator.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeRequestValidator.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeRequestValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeRequestValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Authorize/StubAuthorizeRequestValidator.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackEndpointTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackEndpointTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackEndpointTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackEndpointTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackResultTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackResultTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackResultTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/EndSessionCallbackResultTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/EndSession/StubBackChannelLogoutClient.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/StubBackChannelLogoutClient.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/EndSession/StubBackChannelLogoutClient.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/StubBackChannelLogoutClient.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/EndSession/StubEndSessionRequestValidator.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/StubEndSessionRequestValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/EndSession/StubEndSessionRequestValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/EndSession/StubEndSessionRequestValidator.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Results/AuthorizeResultTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Results/AuthorizeResultTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Results/AuthorizeResultTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Results/AuthorizeResultTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Results/CheckSessionResultTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Results/CheckSessionResultTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Results/CheckSessionResultTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Results/CheckSessionResultTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Results/EndSessionCallbackResultTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Results/EndSessionCallbackResultTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Results/EndSessionCallbackResultTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Results/EndSessionCallbackResultTests.cs diff --git a/test/IdentityServer.UnitTests/Endpoints/Results/EndSessionResultTests.cs b/identity-server/test/IdentityServer.UnitTests/Endpoints/Results/EndSessionResultTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Endpoints/Results/EndSessionResultTests.cs rename to identity-server/test/IdentityServer.UnitTests/Endpoints/Results/EndSessionResultTests.cs diff --git a/test/IdentityServer.UnitTests/Events/EventTests.cs b/identity-server/test/IdentityServer.UnitTests/Events/EventTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Events/EventTests.cs rename to identity-server/test/IdentityServer.UnitTests/Events/EventTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/ApiResourceSigningAlgorithmSelectionTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/ApiResourceSigningAlgorithmSelectionTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/ApiResourceSigningAlgorithmSelectionTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/ApiResourceSigningAlgorithmSelectionTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/EndpointOptionsExtensionsTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/EndpointOptionsExtensionsTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/EndpointOptionsExtensionsTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/EndpointOptionsExtensionsTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/HttpRequestExtensionsTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/HttpRequestExtensionsTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/HttpRequestExtensionsTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/HttpRequestExtensionsTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/IResourceStoreExtensionsTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/IResourceStoreExtensionsTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/IResourceStoreExtensionsTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/IResourceStoreExtensionsTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCacheStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCacheStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCacheStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCacheStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCryptoTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCryptoTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCryptoTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCryptoTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/StringExtensionsTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/StringExtensionsTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/StringExtensionsTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/StringExtensionsTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/TokenExtensionsTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/TokenExtensionsTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/TokenExtensionsTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/TokenExtensionsTests.cs diff --git a/test/IdentityServer.UnitTests/Extensions/ValidatedAuthorizeRequestExtensionsTests.cs b/identity-server/test/IdentityServer.UnitTests/Extensions/ValidatedAuthorizeRequestExtensionsTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Extensions/ValidatedAuthorizeRequestExtensionsTests.cs rename to identity-server/test/IdentityServer.UnitTests/Extensions/ValidatedAuthorizeRequestExtensionsTests.cs diff --git a/test/IdentityServer.UnitTests/Hosting/EndpointRouterTests.cs b/identity-server/test/IdentityServer.UnitTests/Hosting/EndpointRouterTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Hosting/EndpointRouterTests.cs rename to identity-server/test/IdentityServer.UnitTests/Hosting/EndpointRouterTests.cs diff --git a/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj b/identity-server/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj similarity index 100% rename from test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj rename to identity-server/test/IdentityServer.UnitTests/IdentityServer.UnitTests.csproj diff --git a/test/IdentityServer.UnitTests/Infrastructure/ObjectSerializerTests.cs b/identity-server/test/IdentityServer.UnitTests/Infrastructure/ObjectSerializerTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Infrastructure/ObjectSerializerTests.cs rename to identity-server/test/IdentityServer.UnitTests/Infrastructure/ObjectSerializerTests.cs diff --git a/test/IdentityServer.UnitTests/Licensing/IdentityServerLicenseValidatorTests.cs b/identity-server/test/IdentityServer.UnitTests/Licensing/IdentityServerLicenseValidatorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Licensing/IdentityServerLicenseValidatorTests.cs rename to identity-server/test/IdentityServer.UnitTests/Licensing/IdentityServerLicenseValidatorTests.cs diff --git a/test/IdentityServer.UnitTests/Licensing/v2/LicenseAccessorTests.cs b/identity-server/test/IdentityServer.UnitTests/Licensing/v2/LicenseAccessorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Licensing/v2/LicenseAccessorTests.cs rename to identity-server/test/IdentityServer.UnitTests/Licensing/v2/LicenseAccessorTests.cs diff --git a/test/IdentityServer.UnitTests/Licensing/v2/LicenseFactory.cs b/identity-server/test/IdentityServer.UnitTests/Licensing/v2/LicenseFactory.cs similarity index 100% rename from test/IdentityServer.UnitTests/Licensing/v2/LicenseFactory.cs rename to identity-server/test/IdentityServer.UnitTests/Licensing/v2/LicenseFactory.cs diff --git a/test/IdentityServer.UnitTests/Licensing/v2/LicenseUsageTests.cs b/identity-server/test/IdentityServer.UnitTests/Licensing/v2/LicenseUsageTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Licensing/v2/LicenseUsageTests.cs rename to identity-server/test/IdentityServer.UnitTests/Licensing/v2/LicenseUsageTests.cs diff --git a/test/IdentityServer.UnitTests/Licensing/v2/ProtocolRequestCounterTests.cs b/identity-server/test/IdentityServer.UnitTests/Licensing/v2/ProtocolRequestCounterTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Licensing/v2/ProtocolRequestCounterTests.cs rename to identity-server/test/IdentityServer.UnitTests/Licensing/v2/ProtocolRequestCounterTests.cs diff --git a/test/IdentityServer.UnitTests/Licensing/v2/StubLoggerFactory.cs b/identity-server/test/IdentityServer.UnitTests/Licensing/v2/StubLoggerFactory.cs similarity index 100% rename from test/IdentityServer.UnitTests/Licensing/v2/StubLoggerFactory.cs rename to identity-server/test/IdentityServer.UnitTests/Licensing/v2/StubLoggerFactory.cs diff --git a/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests.cs b/identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests.cs rename to identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests.cs diff --git a/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Consent.cs b/identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Consent.cs similarity index 100% rename from test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Consent.cs rename to identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Consent.cs diff --git a/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Custom.cs b/identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Custom.cs similarity index 100% rename from test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Custom.cs rename to identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Custom.cs diff --git a/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Login.cs b/identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Login.cs similarity index 100% rename from test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Login.cs rename to identity-server/test/IdentityServer.UnitTests/ResponseHandling/AuthorizeInteractionResponseGenerator/AuthorizeInteractionResponseGeneratorTests_Login.cs diff --git a/test/IdentityServer.UnitTests/ResponseHandling/DeviceAuthorizationResponseGeneratorTests.cs b/identity-server/test/IdentityServer.UnitTests/ResponseHandling/DeviceAuthorizationResponseGeneratorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/ResponseHandling/DeviceAuthorizationResponseGeneratorTests.cs rename to identity-server/test/IdentityServer.UnitTests/ResponseHandling/DeviceAuthorizationResponseGeneratorTests.cs diff --git a/test/IdentityServer.UnitTests/ResponseHandling/UserInfoResponseGeneratorTests.cs b/identity-server/test/IdentityServer.UnitTests/ResponseHandling/UserInfoResponseGeneratorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/ResponseHandling/UserInfoResponseGeneratorTests.cs rename to identity-server/test/IdentityServer.UnitTests/ResponseHandling/UserInfoResponseGeneratorTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultBackChannelLogoutServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultBackChannelLogoutServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultBackChannelLogoutServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultBackChannelLogoutServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultBackchannelAuthenticationInteractionServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultBackchannelAuthenticationInteractionServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultBackchannelAuthenticationInteractionServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultBackchannelAuthenticationInteractionServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultClaimsServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultClaimsServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultClaimsServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultClaimsServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultConsentServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultConsentServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultConsentServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultConsentServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultEventServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultEventServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultEventServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultEventServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultIdentityServerInteractionServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultIdentityServerInteractionServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultIdentityServerInteractionServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultIdentityServerInteractionServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultPersistedGrantServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultPersistedGrantServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultPersistedGrantServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultPersistedGrantServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultRefreshTokenServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultRefreshTokenServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultRefreshTokenServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultRefreshTokenServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultTokenServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultTokenServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultTokenServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultTokenServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DefaultUserSessionTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultUserSessionTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DefaultUserSessionTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DefaultUserSessionTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/DistributedDeviceFlowThrottlingServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/DistributedDeviceFlowThrottlingServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/DistributedDeviceFlowThrottlingServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/DistributedDeviceFlowThrottlingServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/KeyManagement/InMemoryKeyStoreCacheTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/InMemoryKeyStoreCacheTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/KeyManagement/InMemoryKeyStoreCacheTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/InMemoryKeyStoreCacheTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerOptionsTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerOptionsTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerOptionsTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerOptionsTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/KeyManagerTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockClock.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockClock.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockClock.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockClock.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyProtector.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyProtector.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyProtector.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyProtector.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStore.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStore.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStore.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStore.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStoreCache.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStoreCache.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStoreCache.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/KeyManagement/MockSigningKeyStoreCache.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/NumericUserCodeServiceTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/NumericUserCodeServiceTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/NumericUserCodeServiceTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/NumericUserCodeServiceTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/OidcReturnUrlParserTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/OidcReturnUrlParserTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/OidcReturnUrlParserTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/OidcReturnUrlParserTests.cs diff --git a/test/IdentityServer.UnitTests/Services/Default/ParRedirectUriValidatorTests.cs b/identity-server/test/IdentityServer.UnitTests/Services/Default/ParRedirectUriValidatorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/Default/ParRedirectUriValidatorTests.cs rename to identity-server/test/IdentityServer.UnitTests/Services/Default/ParRedirectUriValidatorTests.cs diff --git a/test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs b/identity-server/test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs rename to identity-server/test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs diff --git a/test/IdentityServer.UnitTests/Storage/PersistedGrantFilterTests.cs b/identity-server/test/IdentityServer.UnitTests/Storage/PersistedGrantFilterTests.cs similarity index 99% rename from test/IdentityServer.UnitTests/Storage/PersistedGrantFilterTests.cs rename to identity-server/test/IdentityServer.UnitTests/Storage/PersistedGrantFilterTests.cs index 8aff901d0..4992b5650 100644 --- a/test/IdentityServer.UnitTests/Storage/PersistedGrantFilterTests.cs +++ b/identity-server/test/IdentityServer.UnitTests/Storage/PersistedGrantFilterTests.cs @@ -1,11 +1,11 @@ -// Copyright (c) Duende Software. All rights reserved. -// See LICENSE in the project root for license information. - - +// Copyright (c) Duende Software. All rights reserved. +// See LICENSE in the project root for license information. + + using System; -using Duende.IdentityServer; +using Duende.IdentityServer; using Duende.IdentityServer.Extensions; -using Duende.IdentityServer.Stores; +using Duende.IdentityServer.Stores; using Xunit; namespace IdentityServer.UnitTests.Storage @@ -54,4 +54,4 @@ public void Validate_should_throw_if_all_properties_are_null_or_empty() } } - + diff --git a/test/IdentityServer.UnitTests/Stores/Default/CachingResourceStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Stores/Default/CachingResourceStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Stores/Default/CachingResourceStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Stores/Default/CachingResourceStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Stores/Default/DefaultPersistedGrantStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Stores/Default/DefaultPersistedGrantStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Stores/Default/DefaultPersistedGrantStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Stores/Default/DefaultPersistedGrantStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Stores/Default/DistributedCacheAuthorizationParametersMessageStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Stores/Default/DistributedCacheAuthorizationParametersMessageStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Stores/Default/DistributedCacheAuthorizationParametersMessageStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Stores/Default/DistributedCacheAuthorizationParametersMessageStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Stores/InMemoryClientStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Stores/InMemoryClientStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Stores/InMemoryClientStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Stores/InMemoryClientStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Stores/InMemoryDeviceFlowStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Stores/InMemoryDeviceFlowStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Stores/InMemoryDeviceFlowStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Stores/InMemoryDeviceFlowStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Stores/InMemoryPersistedGrantStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Stores/InMemoryPersistedGrantStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Stores/InMemoryPersistedGrantStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Stores/InMemoryPersistedGrantStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Stores/InMemoryResourcesStoreTests.cs b/identity-server/test/IdentityServer.UnitTests/Stores/InMemoryResourcesStoreTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Stores/InMemoryResourcesStoreTests.cs rename to identity-server/test/IdentityServer.UnitTests/Stores/InMemoryResourcesStoreTests.cs diff --git a/test/IdentityServer.UnitTests/Validation/AccessTokenValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AccessTokenValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AccessTokenValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AccessTokenValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Code.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Code.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Code.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Code.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_IdToken.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_IdToken.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_IdToken.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_IdToken.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Token.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Token.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Token.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Token.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Valid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Valid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Valid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ClientValidation_Valid.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_CustomValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_CustomValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_CustomValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_CustomValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PAR.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PAR.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PAR.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PAR.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PKCE.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PKCE.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PKCE.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_PKCE.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Resources.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Resources.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Resources.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Resources.cs diff --git a/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Valid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Valid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Valid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Valid.cs diff --git a/test/IdentityServer.UnitTests/Validation/BearerTokenUsageValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/BearerTokenUsageValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/BearerTokenUsageValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/BearerTokenUsageValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/ClientConfigurationValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/ClientConfigurationValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/ClientConfigurationValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/ClientConfigurationValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/DPoPProofValidatorTests.cs b/identity-server/test/IdentityServer.UnitTests/Validation/DPoPProofValidatorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/DPoPProofValidatorTests.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/DPoPProofValidatorTests.cs diff --git a/test/IdentityServer.UnitTests/Validation/DeviceAuthorizationRequestValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/DeviceAuthorizationRequestValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/DeviceAuthorizationRequestValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/DeviceAuthorizationRequestValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/DeviceCodeValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/DeviceCodeValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/DeviceCodeValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/DeviceCodeValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/EndSessionRequestValidatorTests.cs b/identity-server/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/EndSessionRequestValidatorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/EndSessionRequestValidatorTests.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/EndSessionRequestValidatorTests.cs diff --git a/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubRedirectUriValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubRedirectUriValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubRedirectUriValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubRedirectUriValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubTokenValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubTokenValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubTokenValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/StubTokenValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/GrantTypesValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/GrantTypesValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/GrantTypesValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/GrantTypesValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/IdentityProviderConfigurationValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/IdentityProviderConfigurationValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/IdentityProviderConfigurationValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/IdentityProviderConfigurationValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/IdentityTokenValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/IdentityTokenValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/IdentityTokenValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/IdentityTokenValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/IntrospectionRequestValidatorTests.cs b/identity-server/test/IdentityServer.UnitTests/Validation/IntrospectionRequestValidatorTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/IntrospectionRequestValidatorTests.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/IntrospectionRequestValidatorTests.cs diff --git a/test/IdentityServer.UnitTests/Validation/IsLocalUrlTests.cs b/identity-server/test/IdentityServer.UnitTests/Validation/IsLocalUrlTests.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/IsLocalUrlTests.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/IsLocalUrlTests.cs diff --git a/test/IdentityServer.UnitTests/Validation/ResourceValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/ResourceValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/ResourceValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/ResourceValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/ResponseTypeEqualityComparison.cs b/identity-server/test/IdentityServer.UnitTests/Validation/ResponseTypeEqualityComparison.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/ResponseTypeEqualityComparison.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/ResponseTypeEqualityComparison.cs diff --git a/test/IdentityServer.UnitTests/Validation/RevocationRequestValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/RevocationRequestValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/RevocationRequestValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/RevocationRequestValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/BasicAuthenticationCredentialParsing.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/BasicAuthenticationCredentialParsing.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/BasicAuthenticationCredentialParsing.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/BasicAuthenticationCredentialParsing.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/ClientAssertionSecretParsing.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/ClientAssertionSecretParsing.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/ClientAssertionSecretParsing.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/ClientAssertionSecretParsing.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/ClientSecretValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/ClientSecretValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/ClientSecretValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/ClientSecretValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/FormPostCredentialParsing.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/FormPostCredentialParsing.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/FormPostCredentialParsing.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/FormPostCredentialParsing.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/HashedSharedSecretValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/HashedSharedSecretValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/HashedSharedSecretValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/HashedSharedSecretValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/MutualTlsSecretValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/MutualTlsSecretValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/MutualTlsSecretValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/MutualTlsSecretValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/PlainTextClientSecretValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/PlainTextClientSecretValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/PlainTextClientSecretValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/PlainTextClientSecretValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/PrivateKeyJwtSecretValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/PrivateKeyJwtSecretValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/PrivateKeyJwtSecretValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/PrivateKeyJwtSecretValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/Secrets/SecretValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Secrets/SecretValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Secrets/SecretValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Secrets/SecretValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/ClientValidationTestClients.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/ClientValidationTestClients.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/ClientValidationTestClients.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/ClientValidationTestClients.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/Factory.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/Factory.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/Factory.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/Factory.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestBackchannelAuthenticationRequestIdValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestBackchannelAuthenticationRequestIdValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestBackchannelAuthenticationRequestIdValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestBackchannelAuthenticationRequestIdValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestClients.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestClients.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestClients.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestClients.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestDeviceCodeValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestDeviceCodeValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestDeviceCodeValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestDeviceCodeValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestDeviceFlowThrottlingService.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestGrantValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestGrantValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestGrantValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestGrantValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestIssuerNameService.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestIssuerNameService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestIssuerNameService.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestIssuerNameService.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestProfileService.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestProfileService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestProfileService.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestProfileService.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestPushedAuthorizationService.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestPushedAuthorizationService.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestPushedAuthorizationService.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestPushedAuthorizationService.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestResourceOwnerPasswordValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestResourceOwnerPasswordValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestResourceOwnerPasswordValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestResourceOwnerPasswordValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestScopes.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestScopes.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestScopes.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestScopes.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TestTokenValidator.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestTokenValidator.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TestTokenValidator.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TestTokenValidator.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/TokenFactory.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/TokenFactory.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/TokenFactory.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/TokenFactory.cs diff --git a/test/IdentityServer.UnitTests/Validation/Setup/ValidationExtensions.cs b/identity-server/test/IdentityServer.UnitTests/Validation/Setup/ValidationExtensions.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/Setup/ValidationExtensions.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/Setup/ValidationExtensions.cs diff --git a/test/IdentityServer.UnitTests/Validation/StrictRedirectUriValidatorAppAuthValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/StrictRedirectUriValidatorAppAuthValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/StrictRedirectUriValidatorAppAuthValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/StrictRedirectUriValidatorAppAuthValidation.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ClientCredentials_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ClientCredentials_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ClientCredentials_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ClientCredentials_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Code_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Code_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Code_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Code_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_DeviceCode_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_DeviceCode_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_DeviceCode_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_DeviceCode_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ExtensionGrants_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ExtensionGrants_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ExtensionGrants_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ExtensionGrants_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_General_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_General_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_General_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_General_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_PKCE.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_PKCE.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_PKCE.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_PKCE.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_RefreshToken_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_RefreshToken_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_RefreshToken_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_RefreshToken_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ResourceOwner_Invalid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ResourceOwner_Invalid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ResourceOwner_Invalid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_ResourceOwner_Invalid.cs diff --git a/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Valid.cs b/identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Valid.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Valid.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/TokenRequest Validation/TokenRequestValidation_Valid.cs diff --git a/test/IdentityServer.UnitTests/Validation/UserInfoRequestValidation.cs b/identity-server/test/IdentityServer.UnitTests/Validation/UserInfoRequestValidation.cs similarity index 100% rename from test/IdentityServer.UnitTests/Validation/UserInfoRequestValidation.cs rename to identity-server/test/IdentityServer.UnitTests/Validation/UserInfoRequestValidation.cs diff --git a/test/IdentityServer.UnitTests/identityserver_testing.cer b/identity-server/test/IdentityServer.UnitTests/identityserver_testing.cer similarity index 100% rename from test/IdentityServer.UnitTests/identityserver_testing.cer rename to identity-server/test/IdentityServer.UnitTests/identityserver_testing.cer diff --git a/test/IdentityServer.UnitTests/identityserver_testing.pfx b/identity-server/test/IdentityServer.UnitTests/identityserver_testing.pfx similarity index 100% rename from test/IdentityServer.UnitTests/identityserver_testing.pfx rename to identity-server/test/IdentityServer.UnitTests/identityserver_testing.pfx diff --git a/test/IdentityServer.UnitTests/xunit.runner.json b/identity-server/test/IdentityServer.UnitTests/xunit.runner.json similarity index 100% rename from test/IdentityServer.UnitTests/xunit.runner.json rename to identity-server/test/IdentityServer.UnitTests/xunit.runner.json diff --git a/util/copyright.ps1 b/identity-server/util/copyright.ps1 similarity index 100% rename from util/copyright.ps1 rename to identity-server/util/copyright.ps1 From 267eb143f3056350cb0733fed4d15464dcf44f6a Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Thu, 12 Dec 2024 16:13:49 -0600 Subject: [PATCH 2/2] Fix codeql build --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f196a7340..4bd0df044 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,7 +60,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - - run: build.sh codeql + - run: ./build.sh codeql - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3