зеркало из https://github.com/aspnet/Identity.git
Remove IdentityService (#2028)
As a part of preparing this repo for merging into aspnet/AspNetCore, this code is being removed as it is currently not in a "shipping" state for 2.1.
This commit is contained in:
Родитель
ba67b04d9d
Коммит
fa3cfd08eb
|
@ -14,7 +14,6 @@
|
||||||
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
||||||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
486
Identity.sln
486
Identity.sln
|
@ -33,48 +33,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNet.Identity.A
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Specification.Tests", "src\Specification.Tests\Microsoft.AspNetCore.Identity.Specification.Tests.csproj", "{5608E828-DD54-4E2A-B73C-FC22268BE797}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Specification.Tests", "src\Specification.Tests\Microsoft.AspNetCore.Identity.Specification.Tests.csproj", "{5608E828-DD54-4E2A-B73C-FC22268BE797}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Diagnostics.Identity.Service", "src\Service.Diagnostics\Microsoft.AspNetCore.Diagnostics.Identity.Service.csproj", "{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service", "src\Service\Microsoft.AspNetCore.Identity.Service.csproj", "{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.Abstractions", "src\Service.Abstractions\Microsoft.AspNetCore.Identity.Service.Abstractions.csproj", "{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.Core", "src\Service.Core\Microsoft.AspNetCore.Identity.Service.Core.csproj", "{590697C1-EA60-4412-8A21-4EF35142381F}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore", "src\Service.EF\Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.csproj", "{CD360545-3395-4C44-AD27-C32EECDD9572}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.IntegratedWebClient", "src\Service.IntegratedWebClient\Microsoft.AspNetCore.Identity.Service.IntegratedWebClient.csproj", "{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.Mvc", "src\Service.Mvc\Microsoft.AspNetCore.Identity.Service.Mvc.csproj", "{B3AE446B-859B-4C2C-98FD-A084C854941E}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.Abstractions.Test", "test\Service.Abstractions.Test\Microsoft.AspNetCore.Identity.Service.Abstractions.Test.csproj", "{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.Core.Test", "test\Service.Core.Test\Microsoft.AspNetCore.Identity.Service.Core.Test.csproj", "{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.Test", "test\Service.Test\Microsoft.AspNetCore.Identity.Service.Test.csproj", "{204163F9-E9BB-4940-9659-77F617C00D97}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.Specification.Tests", "src\Service.Specification.Tests\Microsoft.AspNetCore.Identity.Service.Specification.Tests.csproj", "{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.InMemory.Test", "test\Service.EF.InMemory.Test\Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.InMemory.Test.csproj", "{7423EB30-FFE9-4707-A44B-571E89A7CA15}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test", "test\Service.EF.Test\Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test.csproj", "{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.InMemory.Test", "test\Service.InMemory.Test\Microsoft.AspNetCore.Identity.Service.InMemory.Test.csproj", "{94EC586A-2AE6-4AF2-894A-B0973C65BD68}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Identity.Core", "src\Core\Microsoft.Extensions.Identity.Core.csproj", "{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Identity.Core", "src\Core\Microsoft.Extensions.Identity.Core.csproj", "{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Identity.Stores", "src\Stores\Microsoft.Extensions.Identity.Stores.csproj", "{FADA11FC-DC06-4832-A569-7B2374A6CD42}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Identity.Stores", "src\Stores\Microsoft.Extensions.Identity.Stores.csproj", "{FADA11FC-DC06-4832-A569-7B2374A6CD42}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.Service.AzureKeyVault", "src\Service.AzureKeyVault\Microsoft.AspNetCore.Identity.Service.AzureKeyVault.csproj", "{174180AE-00AD-4C2D-9F96-2EE2C5E60457}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityOIDCWebApplicationSample", "samples\IdentityOIDCWebApplicationSample\IdentityOIDCWebApplicationSample.csproj", "{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}"
|
|
||||||
EndProject
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebSites", "WebSites", "{1F83D453-E094-4D28-BCFA-9E537ABB5AD6}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebSites", "WebSites", "{1F83D453-E094-4D28-BCFA-9E537ABB5AD6}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.OpenIdConnect.WebSite", "test\WebSites\Identity.OpenIdConnect.WebSite\Identity.OpenIdConnect.WebSite.csproj", "{D6FF6433-336F-42E0-8F3A-60F3787A0261}"
|
|
||||||
EndProject
|
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspnetCore.Identity.Service.FunctionalTests", "test\Service.FunctionalTests\Microsoft.AspnetCore.Identity.Service.FunctionalTests.csproj", "{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}"
|
|
||||||
EndProject
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42F5B772-1D61-4C18-9457-412DE8E170A5}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42F5B772-1D61-4C18-9457-412DE8E170A5}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
Directory.Build.props = Directory.Build.props
|
Directory.Build.props = Directory.Build.props
|
||||||
|
@ -323,342 +287,6 @@ Global
|
||||||
{5608E828-DD54-4E2A-B73C-FC22268BE797}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
{5608E828-DD54-4E2A-B73C-FC22268BE797}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
||||||
{5608E828-DD54-4E2A-B73C-FC22268BE797}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
{5608E828-DD54-4E2A-B73C-FC22268BE797}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
||||||
{5608E828-DD54-4E2A-B73C-FC22268BE797}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
{5608E828-DD54-4E2A-B73C-FC22268BE797}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}.Debug|x64.ActiveCfg = Debug|Any CPU
|
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||||
|
@ -707,102 +335,6 @@ Global
|
||||||
{FADA11FC-DC06-4832-A569-7B2374A6CD42}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
{FADA11FC-DC06-4832-A569-7B2374A6CD42}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
||||||
{FADA11FC-DC06-4832-A569-7B2374A6CD42}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
{FADA11FC-DC06-4832-A569-7B2374A6CD42}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
||||||
{FADA11FC-DC06-4832-A569-7B2374A6CD42}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
{FADA11FC-DC06-4832-A569-7B2374A6CD42}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Debug|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Debug|x64.Build.0 = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Debug|x86.Build.0 = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.DebugNoWPF|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.DebugNoWPF|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.DebugNoWPF|x64.ActiveCfg = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.DebugNoWPF|x64.Build.0 = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.DebugNoWPF|x86.ActiveCfg = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.DebugNoWPF|x86.Build.0 = Debug|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Release|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Release|x64.Build.0 = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Release|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.Release|x86.Build.0 = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.ReleaseNoWPF|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.ReleaseNoWPF|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.ReleaseNoWPF|x64.ActiveCfg = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.ReleaseNoWPF|x64.Build.0 = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.ReleaseNoWPF|x86.ActiveCfg = Release|Any CPU
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C}.ReleaseNoWPF|x86.Build.0 = Release|Any CPU
|
|
||||||
{39AA4E4D-5E62-4213-8641-BF8012D45DE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{39AA4E4D-5E62-4213-8641-BF8012D45DE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{39AA4E4D-5E62-4213-8641-BF8012D45DE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{39AA4E4D-5E62-4213-8641-BF8012D45DE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{39AA4E4D-5E62-4213-8641-BF8012D45DE4}.Debug|x64.ActiveCfg = Debug|Any CPU
|
{39AA4E4D-5E62-4213-8641-BF8012D45DE4}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||||
|
@ -935,27 +467,9 @@ Global
|
||||||
{4490894C-3572-4E63-86F1-EE5105CE8A06} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
{4490894C-3572-4E63-86F1-EE5105CE8A06} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
||||||
{6A74C6EA-B241-4D6B-BCE4-BF89EC1D2475} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
{6A74C6EA-B241-4D6B-BCE4-BF89EC1D2475} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
||||||
{5608E828-DD54-4E2A-B73C-FC22268BE797} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
{5608E828-DD54-4E2A-B73C-FC22268BE797} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
||||||
{CD787C9A-58B7-4CBC-B8E3-66698EE58C11} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{B44C2A7F-EA9E-4A9F-9698-1C9F9BB40E0C} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{F34C3ED8-D4A9-47CE-BE0F-1F234A33AC81} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{590697C1-EA60-4412-8A21-4EF35142381F} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{CD360545-3395-4C44-AD27-C32EECDD9572} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{CA19785B-CE2F-480D-BB57-93A43A2DFDAB} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{B3AE446B-859B-4C2C-98FD-A084C854941E} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{27D28F0E-08F6-4EEA-8705-E0B559C87F3B} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
|
||||||
{444F07E7-CF65-4717-BEF3-BA29F60DDE6E} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
|
||||||
{204163F9-E9BB-4940-9659-77F617C00D97} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
|
||||||
{C05D641C-A3EE-4A56-9A39-F20F3B9C4D36} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{7423EB30-FFE9-4707-A44B-571E89A7CA15} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
|
||||||
{4F5D777E-3CFA-4EDF-BA89-4FE04BBF7A66} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
|
||||||
{94EC586A-2AE6-4AF2-894A-B0973C65BD68} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
|
||||||
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
{D5905D78-A32E-44B8-8F21-EDAEDC95D9B8} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
||||||
{FADA11FC-DC06-4832-A569-7B2374A6CD42} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
{FADA11FC-DC06-4832-A569-7B2374A6CD42} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
||||||
{174180AE-00AD-4C2D-9F96-2EE2C5E60457} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
|
||||||
{D7CE9BDF-84E5-405D-8A4E-12E41DAC6935} = {58D94A0E-C2B7-43A7-8826-99ECBB1E0A50}
|
|
||||||
{1F83D453-E094-4D28-BCFA-9E537ABB5AD6} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
{1F83D453-E094-4D28-BCFA-9E537ABB5AD6} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
||||||
{D6FF6433-336F-42E0-8F3A-60F3787A0261} = {1F83D453-E094-4D28-BCFA-9E537ABB5AD6}
|
|
||||||
{6E3E1BE7-CEAF-4565-AA0A-F5BE3FA7F39C} = {52D59F18-62D2-4D17-8CF2-BE192445AF8E}
|
|
||||||
{39AA4E4D-5E62-4213-8641-BF8012D45DE4} = {58D94A0E-C2B7-43A7-8826-99ECBB1E0A50}
|
{39AA4E4D-5E62-4213-8641-BF8012D45DE4} = {58D94A0E-C2B7-43A7-8826-99ECBB1E0A50}
|
||||||
{ACC75F4F-EA7D-49E0-A64C-9D4A3DFD5B8A} = {58D94A0E-C2B7-43A7-8826-99ECBB1E0A50}
|
{ACC75F4F-EA7D-49E0-A64C-9D4A3DFD5B8A} = {58D94A0E-C2B7-43A7-8826-99ECBB1E0A50}
|
||||||
{894E102D-56D4-4B02-8F13-8781F4324C3E} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
{894E102D-56D4-4B02-8F13-8781F4324C3E} = {0F647068-6602-4E24-B1DC-8ED91481A50A}
|
||||||
|
|
|
@ -6,13 +6,10 @@
|
||||||
<!-- These package versions may be overridden or updated by automation. -->
|
<!-- These package versions may be overridden or updated by automation. -->
|
||||||
<PropertyGroup Label="Package Versions: Auto">
|
<PropertyGroup Label="Package Versions: Auto">
|
||||||
<AngleSharpPackageVersion>0.9.9</AngleSharpPackageVersion>
|
<AngleSharpPackageVersion>0.9.9</AngleSharpPackageVersion>
|
||||||
<InternalAspNetCoreSdkPackageVersion>2.1.3-rtm-15802</InternalAspNetCoreSdkPackageVersion>
|
<InternalAspNetCoreSdkPackageVersion>2.1.3-rtm-15831</InternalAspNetCoreSdkPackageVersion>
|
||||||
<MicrosoftAspNetIdentityEntityFrameworkPackageVersion>2.2.1</MicrosoftAspNetIdentityEntityFrameworkPackageVersion>
|
<MicrosoftAspNetIdentityEntityFrameworkPackageVersion>2.2.1</MicrosoftAspNetIdentityEntityFrameworkPackageVersion>
|
||||||
<MicrosoftAzureKeyVaultPackageVersion>2.3.2</MicrosoftAzureKeyVaultPackageVersion>
|
|
||||||
<MicrosoftIdentityModelClientsActiveDirectoryPackageVersion>3.14.2</MicrosoftIdentityModelClientsActiveDirectoryPackageVersion>
|
|
||||||
<MicrosoftIdentityModelProtocolsOpenIdConnectPackageVersion>5.2.0</MicrosoftIdentityModelProtocolsOpenIdConnectPackageVersion>
|
|
||||||
<MicrosoftNETCoreApp20PackageVersion>2.0.0</MicrosoftNETCoreApp20PackageVersion>
|
<MicrosoftNETCoreApp20PackageVersion>2.0.0</MicrosoftNETCoreApp20PackageVersion>
|
||||||
<MicrosoftNETCoreApp21PackageVersion>2.1.2</MicrosoftNETCoreApp21PackageVersion>
|
<MicrosoftNETCoreApp21PackageVersion>2.1.5</MicrosoftNETCoreApp21PackageVersion>
|
||||||
<MicrosoftNETTestSdkPackageVersion>15.6.1</MicrosoftNETTestSdkPackageVersion>
|
<MicrosoftNETTestSdkPackageVersion>15.6.1</MicrosoftNETTestSdkPackageVersion>
|
||||||
<MicrosoftOwinSecurityCookiesPackageVersion>3.0.1</MicrosoftOwinSecurityCookiesPackageVersion>
|
<MicrosoftOwinSecurityCookiesPackageVersion>3.0.1</MicrosoftOwinSecurityCookiesPackageVersion>
|
||||||
<MoqPackageVersion>4.7.49</MoqPackageVersion>
|
<MoqPackageVersion>4.7.49</MoqPackageVersion>
|
||||||
|
@ -20,7 +17,7 @@
|
||||||
<SystemComponentModelAnnotationsPackageVersion>4.5.0</SystemComponentModelAnnotationsPackageVersion>
|
<SystemComponentModelAnnotationsPackageVersion>4.5.0</SystemComponentModelAnnotationsPackageVersion>
|
||||||
<XunitAnalyzersPackageVersion>0.8.0</XunitAnalyzersPackageVersion>
|
<XunitAnalyzersPackageVersion>0.8.0</XunitAnalyzersPackageVersion>
|
||||||
<XunitPackageVersion>2.3.1</XunitPackageVersion>
|
<XunitPackageVersion>2.3.1</XunitPackageVersion>
|
||||||
<XunitRunnerVisualStudioPackageVersion>2.4.0-beta.1.build3945</XunitRunnerVisualStudioPackageVersion>
|
<XunitRunnerVisualStudioPackageVersion>2.4.0</XunitRunnerVisualStudioPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- This may import a generated file which may override the variables above. -->
|
<!-- This may import a generated file which may override the variables above. -->
|
||||||
|
@ -81,4 +78,4 @@
|
||||||
<MicrosoftNETSdkRazorPackageVersion>2.1.1</MicrosoftNETSdkRazorPackageVersion>
|
<MicrosoftNETSdkRazorPackageVersion>2.1.1</MicrosoftNETSdkRazorPackageVersion>
|
||||||
<MicrosoftOwinSecurityInteropPackageVersion>2.1.1</MicrosoftOwinSecurityInteropPackageVersion>
|
<MicrosoftOwinSecurityInteropPackageVersion>2.1.1</MicrosoftOwinSecurityInteropPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
version:2.1.3-rtm-15802
|
version:2.1.3-rtm-15831
|
||||||
commithash:a7c08b45b440a7d2058a0aa1eaa3eb6ba811976a
|
commithash:979736d4d4c1332ca2c6df0f338e4dd1c5ed795b
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"directory": "wwwroot/lib"
|
|
||||||
}
|
|
|
@ -1,444 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Security.Claims;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Services;
|
|
||||||
using Microsoft.AspNetCore.Authentication;
|
|
||||||
using Microsoft.AspNetCore.Authorization;
|
|
||||||
using Microsoft.AspNetCore.Identity;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using Microsoft.AspNetCore.Mvc.Filters;
|
|
||||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
|
||||||
using Microsoft.Extensions.Logging;
|
|
||||||
using Microsoft.Net.Http.Headers;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Controllers
|
|
||||||
{
|
|
||||||
[Area("Identity")]
|
|
||||||
[Route("tfp/Identity/[controller]/[action]")]
|
|
||||||
[Authorize(IdentityServiceOptions.LoginPolicyName)]
|
|
||||||
[AllowAnonymous]
|
|
||||||
public class AccountController : Controller
|
|
||||||
{
|
|
||||||
private readonly UserManager<ApplicationUser> _userManager;
|
|
||||||
private readonly SignInManager<ApplicationUser> _signInManager;
|
|
||||||
private readonly IEmailSender _emailSender;
|
|
||||||
private readonly ISmsSender _smsSender;
|
|
||||||
private readonly ILogger _logger;
|
|
||||||
|
|
||||||
public AccountController(
|
|
||||||
UserManager<ApplicationUser> userManager,
|
|
||||||
SignInManager<ApplicationUser> signInManager,
|
|
||||||
IEmailSender emailSender,
|
|
||||||
ISmsSender smsSender,
|
|
||||||
ILoggerFactory loggerFactory)
|
|
||||||
{
|
|
||||||
_userManager = userManager;
|
|
||||||
_signInManager = signInManager;
|
|
||||||
_emailSender = emailSender;
|
|
||||||
_smsSender = smsSender;
|
|
||||||
_logger = loggerFactory.CreateLogger<AccountController>();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
[MsalFilter]
|
|
||||||
public async Task<IActionResult> Login(string returnUrl = null)
|
|
||||||
{
|
|
||||||
// Clear the existing external cookie to ensure a clean login process
|
|
||||||
await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme);
|
|
||||||
|
|
||||||
ViewData["ReturnUrl"] = returnUrl;
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[AttributeUsage(System.AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
|
|
||||||
sealed class MsalFilterAttribute : Attribute, IResultFilter
|
|
||||||
{
|
|
||||||
public void OnResultExecuted(ResultExecutedContext context)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public void OnResultExecuting(ResultExecutingContext context)
|
|
||||||
{
|
|
||||||
if(context.HttpContext.Request.Headers.TryGetValue(HeaderNames.UserAgent, out var header) &&
|
|
||||||
header.Count() == 1 &&
|
|
||||||
header[0].Contains("Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0") &&
|
|
||||||
context.Result is ViewResult view &&
|
|
||||||
view.ViewName == null)
|
|
||||||
{
|
|
||||||
view.ViewName = "Login.MSAL";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> Login(LoginViewModel model, string returnUrl = null)
|
|
||||||
{
|
|
||||||
ViewData["ReturnUrl"] = returnUrl;
|
|
||||||
if (ModelState.IsValid)
|
|
||||||
{
|
|
||||||
// This doesn't count login failures towards account lockout
|
|
||||||
// To enable password failures to trigger account lockout, set lockoutOnFailure: true
|
|
||||||
var result = await _signInManager.PasswordSignInAsync(model.Email, model.Password, model.RememberMe, lockoutOnFailure: false);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
_logger.LogInformation(1, "User logged in.");
|
|
||||||
return RedirectToLocal(returnUrl);
|
|
||||||
}
|
|
||||||
if (result.RequiresTwoFactor)
|
|
||||||
{
|
|
||||||
return RedirectToAction(nameof(SendCode), new { ReturnUrl = returnUrl, RememberMe = model.RememberMe });
|
|
||||||
}
|
|
||||||
if (result.IsLockedOut)
|
|
||||||
{
|
|
||||||
_logger.LogWarning(2, "User account locked out.");
|
|
||||||
return View("Lockout");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
ModelState.AddModelError(string.Empty, "Invalid login attempt.");
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// If we got this far, something failed, redisplay form
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult Register(string returnUrl = null)
|
|
||||||
{
|
|
||||||
ViewData["ReturnUrl"] = returnUrl;
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> Register(RegisterViewModel model, string returnUrl = null)
|
|
||||||
{
|
|
||||||
ViewData["ReturnUrl"] = returnUrl;
|
|
||||||
if (ModelState.IsValid)
|
|
||||||
{
|
|
||||||
var user = new ApplicationUser { UserName = model.Email, Email = model.Email };
|
|
||||||
var result = await _userManager.CreateAsync(user, model.Password);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
// For more information on how to enable account confirmation and password reset please visit https://go.microsoft.com/fwlink/?LinkID=532713
|
|
||||||
// Send an email with this link
|
|
||||||
//var code = await _userManager.GenerateEmailConfirmationTokenAsync(user);
|
|
||||||
//var callbackUrl = Url.Action(nameof(ConfirmEmail), "Account", new { userId = user.Id, code = code }, protocol: HttpContext.Request.Scheme);
|
|
||||||
//await _emailSender.SendEmailAsync(model.Email, "Confirm your account",
|
|
||||||
// $"Please confirm your account by clicking this link: <a href='{callbackUrl}'>link</a>");
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
_logger.LogInformation(3, "User created a new account with password.");
|
|
||||||
return RedirectToLocal(returnUrl);
|
|
||||||
}
|
|
||||||
AddErrors(result);
|
|
||||||
}
|
|
||||||
|
|
||||||
// If we got this far, something failed, redisplay form
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> Logout()
|
|
||||||
{
|
|
||||||
await _signInManager.SignOutAsync();
|
|
||||||
_logger.LogInformation(4, "User logged out.");
|
|
||||||
return Redirect("/");
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public IActionResult ExternalLogin(string provider, string returnUrl = null)
|
|
||||||
{
|
|
||||||
// Request a redirect to the external login provider.
|
|
||||||
var redirectUrl = Url.Action(nameof(ExternalLoginCallback), "Account", new { ReturnUrl = returnUrl });
|
|
||||||
var properties = _signInManager.ConfigureExternalAuthenticationProperties(provider, redirectUrl);
|
|
||||||
return Challenge(properties, provider);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<IActionResult> ExternalLoginCallback(string returnUrl = null, string remoteError = null)
|
|
||||||
{
|
|
||||||
if (remoteError != null)
|
|
||||||
{
|
|
||||||
ModelState.AddModelError(string.Empty, $"Error from external provider: {remoteError}");
|
|
||||||
return View(nameof(Login));
|
|
||||||
}
|
|
||||||
var info = await _signInManager.GetExternalLoginInfoAsync();
|
|
||||||
if (info == null)
|
|
||||||
{
|
|
||||||
return RedirectToAction(nameof(Login));
|
|
||||||
}
|
|
||||||
|
|
||||||
// Sign in the user with this external login provider if the user already has a login.
|
|
||||||
var result = await _signInManager.ExternalLoginSignInAsync(info.LoginProvider, info.ProviderKey, isPersistent: false);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
_logger.LogInformation(5, "User logged in with {Name} provider.", info.LoginProvider);
|
|
||||||
return RedirectToLocal(returnUrl);
|
|
||||||
}
|
|
||||||
if (result.RequiresTwoFactor)
|
|
||||||
{
|
|
||||||
return RedirectToAction(nameof(SendCode), new { ReturnUrl = returnUrl });
|
|
||||||
}
|
|
||||||
if (result.IsLockedOut)
|
|
||||||
{
|
|
||||||
return View("Lockout");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
// If the user does not have an account, then ask the user to create an account.
|
|
||||||
ViewData["ReturnUrl"] = returnUrl;
|
|
||||||
ViewData["LoginProvider"] = info.LoginProvider;
|
|
||||||
var email = info.Principal.FindFirstValue(ClaimTypes.Email);
|
|
||||||
return View("ExternalLoginConfirmation", new ExternalLoginConfirmationViewModel { Email = email });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> ExternalLoginConfirmation(ExternalLoginConfirmationViewModel model, string returnUrl = null)
|
|
||||||
{
|
|
||||||
if (ModelState.IsValid)
|
|
||||||
{
|
|
||||||
// Get the information about the user from the external login provider
|
|
||||||
var info = await _signInManager.GetExternalLoginInfoAsync();
|
|
||||||
if (info == null)
|
|
||||||
{
|
|
||||||
return View("ExternalLoginFailure");
|
|
||||||
}
|
|
||||||
var user = new ApplicationUser { UserName = model.Email, Email = model.Email };
|
|
||||||
var result = await _userManager.CreateAsync(user);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
result = await _userManager.AddLoginAsync(user, info);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
_logger.LogInformation(6, "User created an account using {Name} provider.", info.LoginProvider);
|
|
||||||
return RedirectToLocal(returnUrl);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
AddErrors(result);
|
|
||||||
}
|
|
||||||
|
|
||||||
ViewData["ReturnUrl"] = returnUrl;
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<IActionResult> ConfirmEmail(string userId, string code)
|
|
||||||
{
|
|
||||||
if (userId == null || code == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var user = await _userManager.FindByIdAsync(userId);
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var result = await _userManager.ConfirmEmailAsync(user, code);
|
|
||||||
return View(result.Succeeded ? "ConfirmEmail" : "Error");
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult ForgotPassword()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> ForgotPassword(ForgotPasswordViewModel model)
|
|
||||||
{
|
|
||||||
if (ModelState.IsValid)
|
|
||||||
{
|
|
||||||
var user = await _userManager.FindByEmailAsync(model.Email);
|
|
||||||
if (user == null || !(await _userManager.IsEmailConfirmedAsync(user)))
|
|
||||||
{
|
|
||||||
// Don't reveal that the user does not exist or is not confirmed
|
|
||||||
return View("ForgotPasswordConfirmation");
|
|
||||||
}
|
|
||||||
|
|
||||||
// For more information on how to enable account confirmation and password reset please visit https://go.microsoft.com/fwlink/?LinkID=532713
|
|
||||||
// Send an email with this link
|
|
||||||
//var code = await _userManager.GeneratePasswordResetTokenAsync(user);
|
|
||||||
//var callbackUrl = Url.Action(nameof(ResetPassword), "Account", new { userId = user.Id, code = code }, protocol: HttpContext.Request.Scheme);
|
|
||||||
//await _emailSender.SendEmailAsync(model.Email, "Reset Password",
|
|
||||||
// $"Please reset your password by clicking here: <a href='{callbackUrl}'>link</a>");
|
|
||||||
//return View("ForgotPasswordConfirmation");
|
|
||||||
}
|
|
||||||
|
|
||||||
// If we got this far, something failed, redisplay form
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult ForgotPasswordConfirmation()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult ResetPassword(string code = null)
|
|
||||||
{
|
|
||||||
return code == null ? View("Error") : View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> ResetPassword(ResetPasswordViewModel model)
|
|
||||||
{
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
var user = await _userManager.FindByEmailAsync(model.Email);
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
// Don't reveal that the user does not exist
|
|
||||||
return RedirectToAction(nameof(AccountController.ResetPasswordConfirmation), "Account");
|
|
||||||
}
|
|
||||||
var result = await _userManager.ResetPasswordAsync(user, model.Code, model.Password);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
return RedirectToAction(nameof(AccountController.ResetPasswordConfirmation), "Account");
|
|
||||||
}
|
|
||||||
AddErrors(result);
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult ResetPasswordConfirmation()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<ActionResult> SendCode(string returnUrl = null, bool rememberMe = false)
|
|
||||||
{
|
|
||||||
var user = await _signInManager.GetTwoFactorAuthenticationUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var userFactors = await _userManager.GetValidTwoFactorProvidersAsync(user);
|
|
||||||
var factorOptions = userFactors.Select(purpose => new SelectListItem { Text = purpose, Value = purpose }).ToList();
|
|
||||||
return View(new SendCodeViewModel { Providers = factorOptions, ReturnUrl = returnUrl, RememberMe = rememberMe });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> SendCode(SendCodeViewModel model)
|
|
||||||
{
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
var user = await _signInManager.GetTwoFactorAuthenticationUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
|
|
||||||
// Generate the token and send it
|
|
||||||
var code = await _userManager.GenerateTwoFactorTokenAsync(user, model.SelectedProvider);
|
|
||||||
if (string.IsNullOrWhiteSpace(code))
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
|
|
||||||
var message = "Your security code is: " + code;
|
|
||||||
if (model.SelectedProvider == "Email")
|
|
||||||
{
|
|
||||||
await _emailSender.SendEmailAsync(await _userManager.GetEmailAsync(user), "Security Code", message);
|
|
||||||
}
|
|
||||||
else if (model.SelectedProvider == "Phone")
|
|
||||||
{
|
|
||||||
await _smsSender.SendSmsAsync(await _userManager.GetPhoneNumberAsync(user), message);
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(VerifyCode), new { Provider = model.SelectedProvider, ReturnUrl = model.ReturnUrl, RememberMe = model.RememberMe });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<IActionResult> VerifyCode(string provider, bool rememberMe, string returnUrl = null)
|
|
||||||
{
|
|
||||||
// Require that the user has already logged in via username/password or external login
|
|
||||||
var user = await _signInManager.GetTwoFactorAuthenticationUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
return View(new VerifyCodeViewModel { Provider = provider, ReturnUrl = returnUrl, RememberMe = rememberMe });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> VerifyCode(VerifyCodeViewModel model)
|
|
||||||
{
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
// The following code protects for brute force attacks against the two factor codes.
|
|
||||||
// If a user enters incorrect codes for a specified amount of time then the user account
|
|
||||||
// will be locked out for a specified amount of time.
|
|
||||||
var result = await _signInManager.TwoFactorSignInAsync(model.Provider, model.Code, model.RememberMe, model.RememberBrowser);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
return RedirectToLocal(model.ReturnUrl);
|
|
||||||
}
|
|
||||||
if (result.IsLockedOut)
|
|
||||||
{
|
|
||||||
_logger.LogWarning(7, "User account locked out.");
|
|
||||||
return View("Lockout");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
ModelState.AddModelError(string.Empty, "Invalid code.");
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult AccessDenied()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
#region Helpers
|
|
||||||
|
|
||||||
private void AddErrors(IdentityResult result)
|
|
||||||
{
|
|
||||||
foreach (var error in result.Errors)
|
|
||||||
{
|
|
||||||
ModelState.AddModelError(string.Empty, error.Description);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private IActionResult RedirectToLocal(string returnUrl)
|
|
||||||
{
|
|
||||||
if (Url.IsLocalUrl(returnUrl))
|
|
||||||
{
|
|
||||||
return Redirect(returnUrl);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return Redirect("/");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,628 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels;
|
|
||||||
using Microsoft.AspNetCore.Authorization;
|
|
||||||
using Microsoft.AspNetCore.Identity;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using Microsoft.IdentityModel.Protocols.OpenIdConnect;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Controllers
|
|
||||||
{
|
|
||||||
[Authorize(IdentityServiceOptions.ManagementPolicyName)]
|
|
||||||
[Area("Identity")]
|
|
||||||
public class ApplicationsController : Controller
|
|
||||||
{
|
|
||||||
private readonly UserManager<ApplicationUser> _userManager;
|
|
||||||
private readonly ApplicationManager<IdentityServiceApplication> _applicationManager;
|
|
||||||
|
|
||||||
public ApplicationsController(
|
|
||||||
UserManager<ApplicationUser> userManager,
|
|
||||||
ApplicationManager<IdentityServiceApplication> applicationManager)
|
|
||||||
{
|
|
||||||
_userManager = userManager;
|
|
||||||
_applicationManager = applicationManager;
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications")]
|
|
||||||
public async Task<IActionResult> Index()
|
|
||||||
{
|
|
||||||
var id = _userManager.GetUserId(User);
|
|
||||||
var applications = await _applicationManager.Applications.ToListAsync();
|
|
||||||
return View(applications);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/Create")]
|
|
||||||
public IActionResult Create()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/Create")]
|
|
||||||
public async Task<IActionResult> Create(CreateApplicationViewModel model)
|
|
||||||
{
|
|
||||||
var application = new IdentityServiceApplication
|
|
||||||
{
|
|
||||||
Name = model.Name,
|
|
||||||
ClientId = Guid.NewGuid().ToString()
|
|
||||||
};
|
|
||||||
|
|
||||||
await _applicationManager.CreateAsync(application);
|
|
||||||
await _applicationManager.AddScopeAsync(application, OpenIdConnectScope.OpenId);
|
|
||||||
await _applicationManager.AddScopeAsync(application, "offline_access");
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(CreateScope), new { id = application.Id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/Scopes/Create")]
|
|
||||||
public async Task<IActionResult> CreateScope([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var scopes = await _applicationManager.FindScopesAsync(application);
|
|
||||||
|
|
||||||
return View(new CreateScopeViewModel(applicationName, scopes));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/Scopes/Create")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> CreateScope(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromForm] CreateScopeViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var scopes = await _applicationManager.FindScopesAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new CreateScopeViewModel(applicationName, scopes));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.AddScopeAsync(application, model.NewScope);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new CreateScopeViewModel(applicationName, scopes));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(CreateScope), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/RedirectUris/Create")]
|
|
||||||
public async Task<IActionResult> CreateRedirectUri([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var redirectUris = await _applicationManager.FindRegisteredUrisAsync(application);
|
|
||||||
|
|
||||||
return View(new CreateRedirectUriViewModel(applicationName, redirectUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/RedirectUris/Create")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> CreateRedirectUri(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromForm] CreateRedirectUriViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var redirectUris = await _applicationManager.FindRegisteredUrisAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new CreateRedirectUriViewModel(applicationName, redirectUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.RegisterRedirectUriAsync(application, model.NewRedirectUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new CreateRedirectUriViewModel(applicationName, redirectUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(CreateRedirectUri), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/LogoutUris/Create")]
|
|
||||||
public async Task<IActionResult> CreateLogoutUri([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var logoutUris = await _applicationManager.FindRegisteredLogoutUrisAsync(application);
|
|
||||||
|
|
||||||
return View(new CreateLogoutUriViewModel(id, applicationName, logoutUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/LogoutUris/Create")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> CreateLogoutUri(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromForm] CreateLogoutUriViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var logoutUris = await _applicationManager.FindRegisteredLogoutUrisAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new CreateLogoutUriViewModel(id, applicationName, logoutUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.RegisterLogoutUriAsync(application, model.NewLogoutUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new CreateLogoutUriViewModel(id, applicationName, logoutUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(CreateLogoutUri), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/Remove")]
|
|
||||||
public async Task<IActionResult> RemoveApplication([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new RemoveApplicationViewModel(applicationName));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/Remove")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
[ActionName(nameof(RemoveApplicationViewModel))]
|
|
||||||
public async Task<IActionResult> RemoveApplicationConfirmed([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new RemoveApplicationViewModel(applicationName));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.DeleteAsync(application);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new RemoveApplicationViewModel(applicationName));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Index));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}")]
|
|
||||||
public async Task<IActionResult> Details([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var applicationClientId = await _applicationManager.GetApplicationClientIdAsync(application);
|
|
||||||
var hasClientSecret = await _applicationManager.HasClientSecretAsync(application);
|
|
||||||
var redirectUris = await _applicationManager.FindRegisteredUrisAsync(application);
|
|
||||||
var logoutUris = await _applicationManager.FindRegisteredLogoutUrisAsync(application);
|
|
||||||
var scopes = await _applicationManager.FindScopesAsync(application);
|
|
||||||
|
|
||||||
return View(new ApplicationDetailsViewModel
|
|
||||||
{
|
|
||||||
Name = applicationName,
|
|
||||||
ClientId = applicationClientId,
|
|
||||||
HasClientSecret = hasClientSecret,
|
|
||||||
RedirectUris = redirectUris,
|
|
||||||
LogoutUris = logoutUris,
|
|
||||||
Scopes = scopes
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/ChangeName")]
|
|
||||||
public async Task<IActionResult> ChangeName([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new ChangeApplicationNameViewModel(applicationName));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/ChangeName")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> ChangeName([FromRoute]string id, [FromForm] ChangeApplicationNameViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new ChangeApplicationNameViewModel(applicationName));
|
|
||||||
}
|
|
||||||
|
|
||||||
var changeNameResult = await _applicationManager.SetApplicationNameAsync(application, model.Name);
|
|
||||||
if (!changeNameResult.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", changeNameResult);
|
|
||||||
return View(new ChangeApplicationNameViewModel(applicationName));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/GenerateClientSecret")]
|
|
||||||
public async Task<IActionResult> GenerateClientSecret([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var name = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
return View(model: name);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/GenerateClientSecret")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
[ActionName(nameof(GenerateClientSecret))]
|
|
||||||
public async Task<IActionResult> GenerateClientSecretConfirmed([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var name = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
var clientSecret = await _applicationManager.GenerateClientSecretAsync();
|
|
||||||
var addSecretResult = await _applicationManager.AddClientSecretAsync(application, clientSecret);
|
|
||||||
if (!addSecretResult.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", addSecretResult);
|
|
||||||
return View(model: name);
|
|
||||||
}
|
|
||||||
|
|
||||||
return View("GeneratedClientSecret", new GeneratedClientSecretViewModel(name, clientSecret));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/RemoveClientSecret")]
|
|
||||||
public async Task<IActionResult> RemoveClientSecret([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var name = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
return View(model: name);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/RemoveClientSecret")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
[ActionName(nameof(RemoveClientSecret))]
|
|
||||||
public async Task<IActionResult> RemoveClientSecretConfirmed([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var name = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
var removeSecretResult = await _applicationManager.RemoveClientSecretAsync(application);
|
|
||||||
if (!removeSecretResult.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", removeSecretResult);
|
|
||||||
return View(model: name);
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/RegenerateClientSecret")]
|
|
||||||
public async Task<IActionResult> RegenerateClientSecret([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var name = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
return View(model: name);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/RegenerateClientSecret")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
[ActionName(nameof(RegenerateClientSecret))]
|
|
||||||
public async Task<IActionResult> RegenerateClientSecretConfirmed([FromRoute]string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var name = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
var clientSecret = await _applicationManager.GenerateClientSecretAsync();
|
|
||||||
var changeSecretResult = await _applicationManager.ChangeClientSecretAsync(application, clientSecret);
|
|
||||||
if (!changeSecretResult.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", changeSecretResult);
|
|
||||||
return View(model: name);
|
|
||||||
}
|
|
||||||
|
|
||||||
return View("GeneratedClientSecret", new GeneratedClientSecretViewModel(name, clientSecret));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/Scopes/Add")]
|
|
||||||
public async Task<IActionResult> AddScope([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var scopes = await _applicationManager.FindScopesAsync(application);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new CreateScopeViewModel(applicationName, scopes));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/Scopes/Add")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> AddScope(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromForm] CreateScopeViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var scopes = await _applicationManager.FindScopesAsync(application);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new CreateScopeViewModel(applicationName, scopes));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.AddScopeAsync(application, model.NewScope);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new CreateScopeViewModel(applicationName, scopes));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(AddScope), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/Scopes/Edit/{scope}")]
|
|
||||||
public async Task<IActionResult> EditScope([FromRoute] string id, [FromRoute] string scope)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new EditScopeViewModel(applicationName, scope));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/Scopes/Edit/{scope}")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> EditScope(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromRoute] string scope,
|
|
||||||
[FromForm] EditScopeViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new EditScopeViewModel(applicationName, scope));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.UpdateScopeAsync(application, scope, model.Scope);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new EditScopeViewModel(applicationName, scope));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/RedirectUri/Edit")]
|
|
||||||
public async Task<IActionResult> EditRedirectUri([FromRoute] string id, [FromQuery] string redirectUri)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new EditRedirectUriViewModel(applicationName, redirectUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/RedirectUri/Edit")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> EditRedirectUri(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromQuery] string redirectUri,
|
|
||||||
[FromForm] EditRedirectUriViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new EditRedirectUriViewModel(applicationName, redirectUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.UpdateRedirectUriAsync(application, redirectUri, model.RedirectUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new EditRedirectUriViewModel(applicationName, redirectUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/LogoutUri/Edit")]
|
|
||||||
public async Task<IActionResult> EditLogoutUri([FromRoute] string id, [FromQuery] string logoutUri)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new EditLogoutUriViewModel(applicationName, logoutUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/LogoutUri/Edit")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> EditLogoutUri(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromQuery] string logoutUri,
|
|
||||||
[FromForm] EditLogoutUriViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new EditLogoutUriViewModel(applicationName, logoutUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.UpdateLogoutUriAsync(application, logoutUri, model.LogoutUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new EditLogoutUriViewModel(applicationName, logoutUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/Scopes/Remove/{scope}")]
|
|
||||||
public async Task<IActionResult> RemoveScope([FromRoute] string id, [FromRoute] string scope)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new RemoveScopeViewModel(applicationName, scope));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/Scopes/Remove/{scope}")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
[ActionName(nameof(RemoveScope))]
|
|
||||||
public async Task<IActionResult> RemoveScopeConfirmed([FromRoute] string id, [FromRoute] string scope)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new RemoveScopeViewModel(applicationName, scope));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.RemoveScopeAsync(application, scope);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new RemoveScopeViewModel(applicationName, scope));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/RedirectUri/Remove")]
|
|
||||||
public async Task<IActionResult> RemoveRedirectUri([FromRoute] string id, [FromQuery] string redirectUri)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new RemoveRedirectUriViewModel(applicationName, redirectUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/RedirectUri/Remove")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
[ActionName(nameof(RemoveRedirectUri))]
|
|
||||||
public async Task<IActionResult> RemoveRedirectUriConfirmed([FromRoute] string id, [FromQuery] string redirectUri)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new RemoveRedirectUriViewModel(applicationName, redirectUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.UnregisterRedirectUriAsync(application, redirectUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new RemoveRedirectUriViewModel(applicationName, redirectUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/LogoutUri/Remove")]
|
|
||||||
public async Task<IActionResult> RemoveLogoutUri([FromRoute] string id, [FromQuery] string logoutUri)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new RemoveLogoutUriViewModel(applicationName, logoutUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/LogoutUri/Remove")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
[ActionName(nameof(RemoveLogoutUri))]
|
|
||||||
public async Task<IActionResult> RemoveLogoutUriConfirmed([FromRoute] string id, [FromQuery] string logoutUri)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new RemoveLogoutUriViewModel(applicationName, logoutUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.UnregisterLogoutUriAsync(application, logoutUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new RemoveLogoutUriViewModel(applicationName, logoutUri));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(Details), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/RedirectUris/Add")]
|
|
||||||
public async Task<IActionResult> AddRedirectUri([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var redirectUris = await _applicationManager.FindRegisteredUrisAsync(application);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new CreateRedirectUriViewModel(applicationName, redirectUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/RedirectUris/Add")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> AddRedirectUri(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromForm] CreateRedirectUriViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var redirectUris = await _applicationManager.FindRegisteredUrisAsync(application);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new CreateRedirectUriViewModel(applicationName, redirectUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.RegisterRedirectUriAsync(application, model.NewRedirectUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new CreateRedirectUriViewModel(applicationName, redirectUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(AddRedirectUri), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/Applications/{id}/LogoutUris/Add")]
|
|
||||||
public async Task<IActionResult> AddLogoutUri([FromRoute] string id)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var logoutUris = await _applicationManager.FindRegisteredLogoutUrisAsync(application);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
|
|
||||||
return View(new CreateLogoutUriViewModel(id, applicationName, logoutUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/Applications/{id}/LogoutUris/Add")]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> AddLogoutUri(
|
|
||||||
[FromRoute] string id,
|
|
||||||
[FromForm] CreateLogoutUriViewModel model)
|
|
||||||
{
|
|
||||||
var application = await _applicationManager.FindByIdAsync(id);
|
|
||||||
var logoutUris = await _applicationManager.FindRegisteredLogoutUrisAsync(application);
|
|
||||||
var applicationName = await _applicationManager.GetApplicationNameAsync(application);
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(new CreateLogoutUriViewModel(id, applicationName, logoutUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
var result = await _applicationManager.RegisterLogoutUriAsync(application, model.NewLogoutUri);
|
|
||||||
if (!result.Succeeded)
|
|
||||||
{
|
|
||||||
MapErrorsToModelState("", result);
|
|
||||||
return View(new CreateLogoutUriViewModel(id, applicationName, logoutUris));
|
|
||||||
}
|
|
||||||
|
|
||||||
return RedirectToAction(nameof(AddLogoutUri), new { id });
|
|
||||||
}
|
|
||||||
|
|
||||||
private void MapErrorsToModelState(string key, IdentityServiceResult result)
|
|
||||||
{
|
|
||||||
foreach (var error in result.Errors)
|
|
||||||
{
|
|
||||||
ModelState.AddModelError(key, error.Description);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,48 +0,0 @@
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Controllers
|
|
||||||
{
|
|
||||||
[Area("Identity")]
|
|
||||||
public class IdentityServiceConfigurationController : Controller
|
|
||||||
{
|
|
||||||
private readonly IConfigurationManager _configurationProvider;
|
|
||||||
private readonly IKeySetMetadataProvider _keySetProvider;
|
|
||||||
|
|
||||||
public IdentityServiceConfigurationController(
|
|
||||||
IConfigurationManager configurationProvider,
|
|
||||||
IKeySetMetadataProvider keySetProvider)
|
|
||||||
{
|
|
||||||
_configurationProvider = configurationProvider;
|
|
||||||
_keySetProvider = keySetProvider;
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/v2.0/.well-known/openid-configuration")]
|
|
||||||
[Produces("application/json")]
|
|
||||||
public async Task<IActionResult> Metadata()
|
|
||||||
{
|
|
||||||
var configurationContext = new ConfigurationContext
|
|
||||||
{
|
|
||||||
Id = "IdentityService:signinsignup",
|
|
||||||
HttpContext = HttpContext,
|
|
||||||
AuthorizationEndpoint = EndpointLink("Authorize", "IdentityService"),
|
|
||||||
TokenEndpoint = EndpointLink("Token", "IdentityService"),
|
|
||||||
JwksUriEndpoint = EndpointLink("Keys", "IdentityServiceConfiguration"),
|
|
||||||
EndSessionEndpoint = EndpointLink("Logout", "IdentityService"),
|
|
||||||
};
|
|
||||||
|
|
||||||
return Ok(await _configurationProvider.GetConfigurationAsync(configurationContext));
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/discovery/v2.0/keys")]
|
|
||||||
[Produces("application/json")]
|
|
||||||
public async Task<IActionResult> Keys()
|
|
||||||
{
|
|
||||||
return Ok(await _keySetProvider.GetKeysAsync());
|
|
||||||
}
|
|
||||||
|
|
||||||
private string EndpointLink(string action, string controller) =>
|
|
||||||
Url.Action(action, controller, null, Request.Scheme, Request.Host.Value);
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,128 +0,0 @@
|
||||||
using System.Security.Claims;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service.IntegratedWebClient;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service.Mvc;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using Microsoft.Extensions.Options;
|
|
||||||
using Microsoft.IdentityModel.Protocols.OpenIdConnect;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Controllers
|
|
||||||
{
|
|
||||||
[Area("Identity")]
|
|
||||||
public class IdentityServiceController : Controller
|
|
||||||
{
|
|
||||||
private readonly IOptions<IdentityServiceOptions> _options;
|
|
||||||
private readonly ITokenManager _tokenManager;
|
|
||||||
private readonly SessionManager<ApplicationUser, IdentityServiceApplication> _sessionManager;
|
|
||||||
private readonly IAuthorizationResponseFactory _authorizationResponseFactory;
|
|
||||||
private readonly ITokenResponseFactory _tokenResponseFactory;
|
|
||||||
|
|
||||||
public IdentityServiceController(
|
|
||||||
IOptions<IdentityServiceOptions> options,
|
|
||||||
ITokenManager tokenManager,
|
|
||||||
SessionManager<ApplicationUser, IdentityServiceApplication> sessionManager,
|
|
||||||
IAuthorizationResponseFactory authorizationResponseFactory,
|
|
||||||
ITokenResponseFactory tokenResponseFactory)
|
|
||||||
{
|
|
||||||
_options = options;
|
|
||||||
_tokenManager = tokenManager;
|
|
||||||
_sessionManager = sessionManager;
|
|
||||||
_authorizationResponseFactory = authorizationResponseFactory;
|
|
||||||
_tokenResponseFactory = tokenResponseFactory;
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/oauth2/v2.0/authorize/")]
|
|
||||||
public async Task<IActionResult> Authorize(
|
|
||||||
[EnableIntegratedWebClient, ModelBinder(typeof(AuthorizationRequestModelBinder))] AuthorizationRequest authorization)
|
|
||||||
{
|
|
||||||
if (!authorization.IsValid)
|
|
||||||
{
|
|
||||||
return this.InvalidAuthorization(authorization.Error);
|
|
||||||
}
|
|
||||||
|
|
||||||
var authorizationResult = await _sessionManager.IsAuthorizedAsync(authorization);
|
|
||||||
if (authorizationResult.Status == AuthorizationStatus.Forbidden)
|
|
||||||
{
|
|
||||||
return this.InvalidAuthorization(authorizationResult.Error);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (authorizationResult.Status == AuthorizationStatus.LoginRequired)
|
|
||||||
{
|
|
||||||
return RedirectToLogin(nameof(AccountController.Login), "Account", authorization.Message);
|
|
||||||
}
|
|
||||||
|
|
||||||
var context = authorization.CreateTokenGeneratingContext(
|
|
||||||
authorizationResult.User,
|
|
||||||
authorizationResult.Application);
|
|
||||||
|
|
||||||
context.AmbientClaims.Add(new Claim("policy", "signinsignup"));
|
|
||||||
context.AmbientClaims.Add(new Claim("version", "1.0"));
|
|
||||||
context.AmbientClaims.Add(new Claim("tenantId", "CDF07358 -BA97-470F-93CD-FC46E1B57F99"));
|
|
||||||
|
|
||||||
await _tokenManager.IssueTokensAsync(context);
|
|
||||||
var response = await _authorizationResponseFactory.CreateAuthorizationResponseAsync(context);
|
|
||||||
|
|
||||||
await _sessionManager.StartSessionAsync(authorizationResult.User, authorizationResult.Application);
|
|
||||||
|
|
||||||
return this.ValidAuthorization(response);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost("tfp/Identity/signinsignup/oauth2/v2.0/token")]
|
|
||||||
[Produces("application/json")]
|
|
||||||
public async Task<IActionResult> Token(
|
|
||||||
[ModelBinder(typeof(TokenRequestModelBinder))] TokenRequest request)
|
|
||||||
{
|
|
||||||
if (!request.IsValid)
|
|
||||||
{
|
|
||||||
return BadRequest(request.Error.Parameters);
|
|
||||||
}
|
|
||||||
|
|
||||||
var session = await _sessionManager.CreateSessionAsync(request.UserId, request.ClientId);
|
|
||||||
|
|
||||||
var context = request.CreateTokenGeneratingContext(session.User, session.Application);
|
|
||||||
|
|
||||||
context.AmbientClaims.Add(new Claim("policy", "signinsignup"));
|
|
||||||
context.AmbientClaims.Add(new Claim("version", "1.0"));
|
|
||||||
context.AmbientClaims.Add(new Claim("tenantId", "CDF07358 -BA97-470F-93CD-FC46E1B57F99"));
|
|
||||||
|
|
||||||
await _tokenManager.IssueTokensAsync(context);
|
|
||||||
var response = await _tokenResponseFactory.CreateTokenResponseAsync(context);
|
|
||||||
return Ok(response.Parameters);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet("tfp/Identity/signinsignup/oauth2/v2.0/logout")]
|
|
||||||
public async Task<IActionResult> Logout(
|
|
||||||
[EnableIntegratedWebClient, ModelBinder(typeof(LogoutRequestModelBinder))] LogoutRequest request)
|
|
||||||
{
|
|
||||||
if (!request.IsValid)
|
|
||||||
{
|
|
||||||
return View("InvalidLogoutRedirect", request.Message);
|
|
||||||
}
|
|
||||||
|
|
||||||
var endSessionResult = await _sessionManager.EndSessionAsync(request);
|
|
||||||
if (endSessionResult.Status == LogoutStatus.RedirectToLogoutUri)
|
|
||||||
{
|
|
||||||
return Redirect(endSessionResult.LogoutRedirect);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return View("LoggedOut", request);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private IActionResult RedirectToLogin(string action, string controller, OpenIdConnectMessage message)
|
|
||||||
{
|
|
||||||
var messageCopy = message.Clone();
|
|
||||||
messageCopy.Prompt = null;
|
|
||||||
|
|
||||||
var parameters = new
|
|
||||||
{
|
|
||||||
ReturnUrl = Url.Action("Authorize", "IdentityService", messageCopy.Parameters)
|
|
||||||
};
|
|
||||||
|
|
||||||
return RedirectToAction(action, controller, parameters);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,342 +0,0 @@
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Services;
|
|
||||||
using Microsoft.AspNetCore.Authentication;
|
|
||||||
using Microsoft.AspNetCore.Authorization;
|
|
||||||
using Microsoft.AspNetCore.Identity;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using Microsoft.Extensions.Logging;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Controllers
|
|
||||||
{
|
|
||||||
[Authorize(IdentityServiceOptions.LoginPolicyName)]
|
|
||||||
[Area("Identity")]
|
|
||||||
[Route("tfp/Identity/[controller]/[action]")]
|
|
||||||
public class ManageController : Controller
|
|
||||||
{
|
|
||||||
private readonly UserManager<ApplicationUser> _userManager;
|
|
||||||
private readonly SignInManager<ApplicationUser> _signInManager;
|
|
||||||
private readonly IEmailSender _emailSender;
|
|
||||||
private readonly ISmsSender _smsSender;
|
|
||||||
private readonly ILogger _logger;
|
|
||||||
|
|
||||||
public ManageController(
|
|
||||||
UserManager<ApplicationUser> userManager,
|
|
||||||
SignInManager<ApplicationUser> signInManager,
|
|
||||||
IEmailSender emailSender,
|
|
||||||
ISmsSender smsSender,
|
|
||||||
ILoggerFactory loggerFactory)
|
|
||||||
{
|
|
||||||
_userManager = userManager;
|
|
||||||
_signInManager = signInManager;
|
|
||||||
_emailSender = emailSender;
|
|
||||||
_smsSender = smsSender;
|
|
||||||
_logger = loggerFactory.CreateLogger<ManageController>();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<IActionResult> Index(ManageMessageId? message = null)
|
|
||||||
{
|
|
||||||
ViewData["StatusMessage"] =
|
|
||||||
message == ManageMessageId.ChangePasswordSuccess ? "Your password has been changed."
|
|
||||||
: message == ManageMessageId.SetPasswordSuccess ? "Your password has been set."
|
|
||||||
: message == ManageMessageId.SetTwoFactorSuccess ? "Your two-factor authentication provider has been set."
|
|
||||||
: message == ManageMessageId.Error ? "An error has occurred."
|
|
||||||
: message == ManageMessageId.AddPhoneSuccess ? "Your phone number was added."
|
|
||||||
: message == ManageMessageId.RemovePhoneSuccess ? "Your phone number was removed."
|
|
||||||
: "";
|
|
||||||
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var model = new IndexViewModel
|
|
||||||
{
|
|
||||||
HasPassword = await _userManager.HasPasswordAsync(user),
|
|
||||||
PhoneNumber = await _userManager.GetPhoneNumberAsync(user),
|
|
||||||
TwoFactor = await _userManager.GetTwoFactorEnabledAsync(user),
|
|
||||||
Logins = await _userManager.GetLoginsAsync(user),
|
|
||||||
BrowserRemembered = await _signInManager.IsTwoFactorClientRememberedAsync(user)
|
|
||||||
};
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> RemoveLogin(RemoveLoginViewModel account)
|
|
||||||
{
|
|
||||||
ManageMessageId? message = ManageMessageId.Error;
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user != null)
|
|
||||||
{
|
|
||||||
var result = await _userManager.RemoveLoginAsync(user, account.LoginProvider, account.ProviderKey);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
message = ManageMessageId.RemoveLoginSuccess;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return RedirectToAction(nameof(ManageLogins), new { Message = message });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult AddPhoneNumber()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> AddPhoneNumber(AddPhoneNumberViewModel model)
|
|
||||||
{
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
// Generate the token and send it
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var code = await _userManager.GenerateChangePhoneNumberTokenAsync(user, model.PhoneNumber);
|
|
||||||
await _smsSender.SendSmsAsync(model.PhoneNumber, "Your security code is: " + code);
|
|
||||||
return RedirectToAction(nameof(VerifyPhoneNumber), new { PhoneNumber = model.PhoneNumber });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> EnableTwoFactorAuthentication()
|
|
||||||
{
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user != null)
|
|
||||||
{
|
|
||||||
await _userManager.SetTwoFactorEnabledAsync(user, true);
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
_logger.LogInformation(1, "User enabled two-factor authentication.");
|
|
||||||
}
|
|
||||||
return RedirectToAction(nameof(Index), "Manage");
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> DisableTwoFactorAuthentication()
|
|
||||||
{
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user != null)
|
|
||||||
{
|
|
||||||
await _userManager.SetTwoFactorEnabledAsync(user, false);
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
_logger.LogInformation(2, "User disabled two-factor authentication.");
|
|
||||||
}
|
|
||||||
return RedirectToAction(nameof(Index), "Manage");
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<IActionResult> VerifyPhoneNumber(string phoneNumber)
|
|
||||||
{
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var code = await _userManager.GenerateChangePhoneNumberTokenAsync(user, phoneNumber);
|
|
||||||
// Send an SMS to verify the phone number
|
|
||||||
return phoneNumber == null ? View("Error") : View(new VerifyPhoneNumberViewModel { PhoneNumber = phoneNumber });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> VerifyPhoneNumber(VerifyPhoneNumberViewModel model)
|
|
||||||
{
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user != null)
|
|
||||||
{
|
|
||||||
var result = await _userManager.ChangePhoneNumberAsync(user, model.PhoneNumber, model.Code);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
return RedirectToAction(nameof(Index), new { Message = ManageMessageId.AddPhoneSuccess });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// If we got this far, something failed, redisplay the form
|
|
||||||
ModelState.AddModelError(string.Empty, "Failed to verify phone number");
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> RemovePhoneNumber()
|
|
||||||
{
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user != null)
|
|
||||||
{
|
|
||||||
var result = await _userManager.SetPhoneNumberAsync(user, null);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
return RedirectToAction(nameof(Index), new { Message = ManageMessageId.RemovePhoneSuccess });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return RedirectToAction(nameof(Index), new { Message = ManageMessageId.Error });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult ChangePassword()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> ChangePassword(ChangePasswordViewModel model)
|
|
||||||
{
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user != null)
|
|
||||||
{
|
|
||||||
var result = await _userManager.ChangePasswordAsync(user, model.OldPassword, model.NewPassword);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
_logger.LogInformation(3, "User changed their password successfully.");
|
|
||||||
return RedirectToAction(nameof(Index), new { Message = ManageMessageId.ChangePasswordSuccess });
|
|
||||||
}
|
|
||||||
AddErrors(result);
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
return RedirectToAction(nameof(Index), new { Message = ManageMessageId.Error });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult SetPassword()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> SetPassword(SetPasswordViewModel model)
|
|
||||||
{
|
|
||||||
if (!ModelState.IsValid)
|
|
||||||
{
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user != null)
|
|
||||||
{
|
|
||||||
var result = await _userManager.AddPasswordAsync(user, model.NewPassword);
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
await _signInManager.SignInAsync(user, isPersistent: false);
|
|
||||||
return RedirectToAction(nameof(Index), new { Message = ManageMessageId.SetPasswordSuccess });
|
|
||||||
}
|
|
||||||
AddErrors(result);
|
|
||||||
return View(model);
|
|
||||||
}
|
|
||||||
return RedirectToAction(nameof(Index), new { Message = ManageMessageId.Error });
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<IActionResult> ManageLogins(ManageMessageId? message = null)
|
|
||||||
{
|
|
||||||
ViewData["StatusMessage"] =
|
|
||||||
message == ManageMessageId.RemoveLoginSuccess ? "The external login was removed."
|
|
||||||
: message == ManageMessageId.AddLoginSuccess ? "The external login was added."
|
|
||||||
: message == ManageMessageId.Error ? "An error has occurred."
|
|
||||||
: "";
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var userLogins = await _userManager.GetLoginsAsync(user);
|
|
||||||
var schemes = await _signInManager.GetExternalAuthenticationSchemesAsync();
|
|
||||||
var otherLogins = schemes.Where(auth => userLogins.All(ul => auth.Name != ul.LoginProvider)).ToList();
|
|
||||||
ViewData["ShowRemoveButton"] = user.PasswordHash != null || userLogins.Count > 1;
|
|
||||||
return View(new ManageLoginsViewModel
|
|
||||||
{
|
|
||||||
CurrentLogins = userLogins,
|
|
||||||
OtherLogins = otherLogins
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPost]
|
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public async Task<IActionResult> LinkLogin(string provider)
|
|
||||||
{
|
|
||||||
// Clear the existing external cookie to ensure a clean login process
|
|
||||||
await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme);
|
|
||||||
|
|
||||||
// Request a redirect to the external login provider to link a login for the current user
|
|
||||||
var redirectUrl = Url.Action(nameof(LinkLoginCallback), "Manage");
|
|
||||||
var properties = _signInManager.ConfigureExternalAuthenticationProperties(provider, redirectUrl, _userManager.GetUserId(User));
|
|
||||||
return Challenge(properties, provider);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public async Task<ActionResult> LinkLoginCallback()
|
|
||||||
{
|
|
||||||
var user = await GetCurrentUserAsync();
|
|
||||||
if (user == null)
|
|
||||||
{
|
|
||||||
return View("Error");
|
|
||||||
}
|
|
||||||
var info = await _signInManager.GetExternalLoginInfoAsync(await _userManager.GetUserIdAsync(user));
|
|
||||||
if (info == null)
|
|
||||||
{
|
|
||||||
return RedirectToAction(nameof(ManageLogins), new { Message = ManageMessageId.Error });
|
|
||||||
}
|
|
||||||
var result = await _userManager.AddLoginAsync(user, info);
|
|
||||||
var message = ManageMessageId.Error;
|
|
||||||
if (result.Succeeded)
|
|
||||||
{
|
|
||||||
message = ManageMessageId.AddLoginSuccess;
|
|
||||||
// Clear the existing external cookie to ensure a clean login process
|
|
||||||
await HttpContext.SignOutAsync(IdentityConstants.ExternalScheme);
|
|
||||||
}
|
|
||||||
return RedirectToAction(nameof(ManageLogins), new { Message = message });
|
|
||||||
}
|
|
||||||
|
|
||||||
#region Helpers
|
|
||||||
|
|
||||||
private void AddErrors(IdentityResult result)
|
|
||||||
{
|
|
||||||
foreach (var error in result.Errors)
|
|
||||||
{
|
|
||||||
ModelState.AddModelError(string.Empty, error.Description);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum ManageMessageId
|
|
||||||
{
|
|
||||||
AddPhoneSuccess,
|
|
||||||
AddLoginSuccess,
|
|
||||||
ChangePasswordSuccess,
|
|
||||||
SetTwoFactorSuccess,
|
|
||||||
SetPasswordSuccess,
|
|
||||||
RemoveLoginSuccess,
|
|
||||||
RemovePhoneSuccess,
|
|
||||||
Error
|
|
||||||
}
|
|
||||||
|
|
||||||
private Task<ApplicationUser> GetCurrentUserAsync()
|
|
||||||
{
|
|
||||||
return _userManager.GetUserAsync(HttpContext.User);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,28 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Models;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Data
|
|
||||||
{
|
|
||||||
public class IdentityServiceDbContext : IdentityServiceDbContext<ApplicationUser, IdentityServiceApplication>
|
|
||||||
{
|
|
||||||
public IdentityServiceDbContext(DbContextOptions<IdentityServiceDbContext> options)
|
|
||||||
: base(options)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void OnModelCreating(ModelBuilder builder)
|
|
||||||
{
|
|
||||||
base.OnModelCreating(builder);
|
|
||||||
// Customize the ASP.NET Identity model and override the defaults if needed.
|
|
||||||
// For example, you can rename the ASP.NET Identity table names and more.
|
|
||||||
// Add your customizations after calling base.OnModelCreating(builder);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
using Microsoft.EntityFrameworkCore.Design;
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Data
|
|
||||||
{
|
|
||||||
}
|
|
|
@ -1,353 +0,0 @@
|
||||||
// <auto-generated />
|
|
||||||
using System;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
||||||
using Microsoft.EntityFrameworkCore.Metadata;
|
|
||||||
using Microsoft.EntityFrameworkCore.Migrations;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Data;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Data.Migrations
|
|
||||||
{
|
|
||||||
[DbContext(typeof(IdentityServiceDbContext))]
|
|
||||||
[Migration("00000000000000_CreateIdentitySchema")]
|
|
||||||
partial class CreateIdentitySchema
|
|
||||||
{
|
|
||||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|
||||||
{
|
|
||||||
modelBuilder
|
|
||||||
.HasAnnotation("ProductVersion", "2.0.0-preview1-24567");
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ConcurrencyStamp")
|
|
||||||
.IsConcurrencyToken();
|
|
||||||
|
|
||||||
b.Property<string>("Name")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("NormalizedName")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("NormalizedName")
|
|
||||||
.IsUnique()
|
|
||||||
.HasName("RoleNameIndex");
|
|
||||||
|
|
||||||
b.ToTable("AspNetRoles");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<int>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ClaimType");
|
|
||||||
|
|
||||||
b.Property<string>("ClaimValue");
|
|
||||||
|
|
||||||
b.Property<string>("RoleId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("RoleId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetRoleClaims");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<int>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ClaimType");
|
|
||||||
|
|
||||||
b.Property<string>("ClaimValue");
|
|
||||||
|
|
||||||
b.Property<string>("UserId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("UserId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserClaims");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserLogin<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("LoginProvider");
|
|
||||||
|
|
||||||
b.Property<string>("ProviderKey");
|
|
||||||
|
|
||||||
b.Property<string>("ProviderDisplayName");
|
|
||||||
|
|
||||||
b.Property<string>("UserId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.HasKey("LoginProvider", "ProviderKey");
|
|
||||||
|
|
||||||
b.HasIndex("UserId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserLogins");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("UserId");
|
|
||||||
|
|
||||||
b.Property<string>("RoleId");
|
|
||||||
|
|
||||||
b.HasKey("UserId", "RoleId");
|
|
||||||
|
|
||||||
b.HasIndex("RoleId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserRoles");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserToken<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("UserId");
|
|
||||||
|
|
||||||
b.Property<string>("LoginProvider");
|
|
||||||
|
|
||||||
b.Property<string>("Name");
|
|
||||||
|
|
||||||
b.Property<string>("Value");
|
|
||||||
|
|
||||||
b.HasKey("UserId", "LoginProvider", "Name");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserTokens");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ClientId")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("ClientSecretHash");
|
|
||||||
|
|
||||||
b.Property<string>("ConcurrencyStamp")
|
|
||||||
.IsConcurrencyToken();
|
|
||||||
|
|
||||||
b.Property<string>("Name")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("UserId");
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ClientId")
|
|
||||||
.IsUnique()
|
|
||||||
.HasName("ClientIdIndex");
|
|
||||||
|
|
||||||
b.HasIndex("Name")
|
|
||||||
.IsUnique()
|
|
||||||
.HasName("NameIndex");
|
|
||||||
|
|
||||||
b.HasIndex("UserId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetApplications");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplicationClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<int>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ApplicationId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.Property<string>("ClaimType")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("ClaimValue")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ApplicationId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetApplicationClaims");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceRedirectUri<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ApplicationId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.Property<bool>("IsLogout");
|
|
||||||
|
|
||||||
b.Property<string>("Value")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ApplicationId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetRedirectUris");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceScope<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ApplicationId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.Property<string>("Value")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ApplicationId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetScopes");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<int>("AccessFailedCount");
|
|
||||||
|
|
||||||
b.Property<string>("ConcurrencyStamp")
|
|
||||||
.IsConcurrencyToken();
|
|
||||||
|
|
||||||
b.Property<string>("Email")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<bool>("EmailConfirmed");
|
|
||||||
|
|
||||||
b.Property<bool>("LockoutEnabled");
|
|
||||||
|
|
||||||
b.Property<DateTimeOffset?>("LockoutEnd");
|
|
||||||
|
|
||||||
b.Property<string>("NormalizedEmail")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("NormalizedUserName")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("PasswordHash");
|
|
||||||
|
|
||||||
b.Property<string>("PhoneNumber");
|
|
||||||
|
|
||||||
b.Property<bool>("PhoneNumberConfirmed");
|
|
||||||
|
|
||||||
b.Property<string>("SecurityStamp");
|
|
||||||
|
|
||||||
b.Property<bool>("TwoFactorEnabled");
|
|
||||||
|
|
||||||
b.Property<string>("UserName")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("NormalizedEmail")
|
|
||||||
.HasName("EmailIndex");
|
|
||||||
|
|
||||||
b.HasIndex("NormalizedUserName")
|
|
||||||
.IsUnique()
|
|
||||||
|
|
||||||
.HasName("UserNameIndex");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUsers");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole")
|
|
||||||
.WithMany("Claims")
|
|
||||||
.HasForeignKey("RoleId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Claims")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserLogin<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Logins")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole")
|
|
||||||
.WithMany("Users")
|
|
||||||
.HasForeignKey("RoleId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Roles")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserToken<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Tokens")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany()
|
|
||||||
.HasForeignKey("UserId");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplicationClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication")
|
|
||||||
.WithMany("Claims")
|
|
||||||
.HasForeignKey("ApplicationId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceRedirectUri<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication")
|
|
||||||
.WithMany("RedirectUris")
|
|
||||||
.HasForeignKey("ApplicationId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceScope<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication")
|
|
||||||
.WithMany("Scopes")
|
|
||||||
.HasForeignKey("ApplicationId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,436 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using Microsoft.AspNetCore.Identity.Service;
|
|
||||||
using Microsoft.EntityFrameworkCore.Migrations;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Data.Migrations
|
|
||||||
{
|
|
||||||
public partial class CreateIdentitySchema : Migration
|
|
||||||
{
|
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
|
||||||
{
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetRoles",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<string>(nullable: false),
|
|
||||||
ConcurrencyStamp = table.Column<string>(nullable: true),
|
|
||||||
Name = table.Column<string>(maxLength: 256, nullable: true),
|
|
||||||
NormalizedName = table.Column<string>(maxLength: 256, nullable: true)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetRoles", x => x.Id);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetUsers",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<string>(nullable: false),
|
|
||||||
AccessFailedCount = table.Column<int>(nullable: false),
|
|
||||||
ConcurrencyStamp = table.Column<string>(nullable: true),
|
|
||||||
Email = table.Column<string>(maxLength: 256, nullable: true),
|
|
||||||
EmailConfirmed = table.Column<bool>(nullable: false),
|
|
||||||
LockoutEnabled = table.Column<bool>(nullable: false),
|
|
||||||
LockoutEnd = table.Column<DateTimeOffset>(nullable: true),
|
|
||||||
NormalizedEmail = table.Column<string>(maxLength: 256, nullable: true),
|
|
||||||
NormalizedUserName = table.Column<string>(maxLength: 256, nullable: true),
|
|
||||||
PasswordHash = table.Column<string>(nullable: true),
|
|
||||||
PhoneNumber = table.Column<string>(nullable: true),
|
|
||||||
PhoneNumberConfirmed = table.Column<bool>(nullable: false),
|
|
||||||
SecurityStamp = table.Column<string>(nullable: true),
|
|
||||||
TwoFactorEnabled = table.Column<bool>(nullable: false),
|
|
||||||
UserName = table.Column<string>(maxLength: 256, nullable: true)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetUsers", x => x.Id);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetRoleClaims",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<int>(nullable: false)
|
|
||||||
.Annotation("Sqlite:Autoincrement", true),
|
|
||||||
ClaimType = table.Column<string>(nullable: true),
|
|
||||||
ClaimValue = table.Column<string>(nullable: true),
|
|
||||||
RoleId = table.Column<string>(nullable: false)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetRoleClaims", x => x.Id);
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetRoleClaims_AspNetRoles_RoleId",
|
|
||||||
column: x => x.RoleId,
|
|
||||||
principalTable: "AspNetRoles",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetUserClaims",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<int>(nullable: false)
|
|
||||||
.Annotation("Sqlite:Autoincrement", true),
|
|
||||||
ClaimType = table.Column<string>(nullable: true),
|
|
||||||
ClaimValue = table.Column<string>(nullable: true),
|
|
||||||
UserId = table.Column<string>(nullable: false)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetUserClaims", x => x.Id);
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetUserClaims_AspNetUsers_UserId",
|
|
||||||
column: x => x.UserId,
|
|
||||||
principalTable: "AspNetUsers",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetUserLogins",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
LoginProvider = table.Column<string>(nullable: false),
|
|
||||||
ProviderKey = table.Column<string>(nullable: false),
|
|
||||||
ProviderDisplayName = table.Column<string>(nullable: true),
|
|
||||||
UserId = table.Column<string>(nullable: false)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetUserLogins", x => new { x.LoginProvider, x.ProviderKey });
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetUserLogins_AspNetUsers_UserId",
|
|
||||||
column: x => x.UserId,
|
|
||||||
principalTable: "AspNetUsers",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetUserRoles",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
UserId = table.Column<string>(nullable: false),
|
|
||||||
RoleId = table.Column<string>(nullable: false)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetUserRoles", x => new { x.UserId, x.RoleId });
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetUserRoles_AspNetRoles_RoleId",
|
|
||||||
column: x => x.RoleId,
|
|
||||||
principalTable: "AspNetRoles",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetUserRoles_AspNetUsers_UserId",
|
|
||||||
column: x => x.UserId,
|
|
||||||
principalTable: "AspNetUsers",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetUserTokens",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
UserId = table.Column<string>(nullable: false),
|
|
||||||
LoginProvider = table.Column<string>(nullable: false),
|
|
||||||
Name = table.Column<string>(nullable: false),
|
|
||||||
Value = table.Column<string>(nullable: true)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetUserTokens", x => new { x.UserId, x.LoginProvider, x.Name });
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetUserTokens_AspNetUsers_UserId",
|
|
||||||
column: x => x.UserId,
|
|
||||||
principalTable: "AspNetUsers",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetApplications",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<string>(nullable: false),
|
|
||||||
ClientId = table.Column<string>(maxLength: 256, nullable: false),
|
|
||||||
ClientSecretHash = table.Column<string>(nullable: true),
|
|
||||||
ConcurrencyStamp = table.Column<string>(nullable: true),
|
|
||||||
Name = table.Column<string>(maxLength: 256, nullable: false),
|
|
||||||
UserId = table.Column<string>(nullable: true)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetApplications", x => x.Id);
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetApplications_AspNetUsers_UserId",
|
|
||||||
column: x => x.UserId,
|
|
||||||
principalTable: "AspNetUsers",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Restrict);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetApplicationClaims",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<int>(nullable: false)
|
|
||||||
.Annotation("Sqlite:Autoincrement", true),
|
|
||||||
ApplicationId = table.Column<string>(nullable: false),
|
|
||||||
ClaimType = table.Column<string>(maxLength: 256, nullable: false),
|
|
||||||
ClaimValue = table.Column<string>(maxLength: 256, nullable: false)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetApplicationClaims", x => x.Id);
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetApplicationClaims_AspNetApplications_ApplicationId",
|
|
||||||
column: x => x.ApplicationId,
|
|
||||||
principalTable: "AspNetApplications",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetRedirectUris",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<string>(nullable: false),
|
|
||||||
ApplicationId = table.Column<string>(nullable: false),
|
|
||||||
IsLogout = table.Column<bool>(nullable: false),
|
|
||||||
Value = table.Column<string>(maxLength: 256, nullable: false)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetRedirectUris", x => x.Id);
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetRedirectUris_AspNetApplications_ApplicationId",
|
|
||||||
column: x => x.ApplicationId,
|
|
||||||
principalTable: "AspNetApplications",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
|
||||||
name: "AspNetScopes",
|
|
||||||
columns: table => new
|
|
||||||
{
|
|
||||||
Id = table.Column<string>(nullable: false),
|
|
||||||
ApplicationId = table.Column<string>(nullable: false),
|
|
||||||
Value = table.Column<string>(maxLength: 256, nullable: false)
|
|
||||||
},
|
|
||||||
constraints: table =>
|
|
||||||
{
|
|
||||||
table.PrimaryKey("PK_AspNetScopes", x => x.Id);
|
|
||||||
table.ForeignKey(
|
|
||||||
name: "FK_AspNetScopes_AspNetApplications_ApplicationId",
|
|
||||||
column: x => x.ApplicationId,
|
|
||||||
principalTable: "AspNetApplications",
|
|
||||||
principalColumn: "Id",
|
|
||||||
onDelete: ReferentialAction.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "RoleNameIndex",
|
|
||||||
table: "AspNetRoles",
|
|
||||||
column: "NormalizedName",
|
|
||||||
unique: true);
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetRoleClaims_RoleId",
|
|
||||||
table: "AspNetRoleClaims",
|
|
||||||
column: "RoleId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetUserClaims_UserId",
|
|
||||||
table: "AspNetUserClaims",
|
|
||||||
column: "UserId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetUserLogins_UserId",
|
|
||||||
table: "AspNetUserLogins",
|
|
||||||
column: "UserId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetUserRoles_RoleId",
|
|
||||||
table: "AspNetUserRoles",
|
|
||||||
column: "RoleId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "ClientIdIndex",
|
|
||||||
table: "AspNetApplications",
|
|
||||||
column: "ClientId",
|
|
||||||
unique: true);
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "NameIndex",
|
|
||||||
table: "AspNetApplications",
|
|
||||||
column: "Name",
|
|
||||||
unique: true);
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetApplications_UserId",
|
|
||||||
table: "AspNetApplications",
|
|
||||||
column: "UserId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetApplicationClaims_ApplicationId",
|
|
||||||
table: "AspNetApplicationClaims",
|
|
||||||
column: "ApplicationId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetRedirectUris_ApplicationId",
|
|
||||||
table: "AspNetRedirectUris",
|
|
||||||
column: "ApplicationId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "IX_AspNetScopes_ApplicationId",
|
|
||||||
table: "AspNetScopes",
|
|
||||||
column: "ApplicationId");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "EmailIndex",
|
|
||||||
table: "AspNetUsers",
|
|
||||||
column: "NormalizedEmail");
|
|
||||||
|
|
||||||
migrationBuilder.CreateIndex(
|
|
||||||
name: "UserNameIndex",
|
|
||||||
table: "AspNetUsers",
|
|
||||||
column: "NormalizedUserName",
|
|
||||||
unique: true);
|
|
||||||
|
|
||||||
// Seed client applications
|
|
||||||
var integratedClientClientId = "56A33E6A-ADFE-47EA-BBFE-40F4AE4C55BA";
|
|
||||||
RegisterApplication(migrationBuilder,
|
|
||||||
integratedClientClientId,
|
|
||||||
"IdentityOIDCWebApplicationSample",
|
|
||||||
new[] { ApplicationScope.OpenId.Scope },
|
|
||||||
new[] { "urn:self:aspnet:identity:integrated" },
|
|
||||||
new[] { "urn:self:aspnet:identity:integrated" });
|
|
||||||
|
|
||||||
var mobileAppId = "06D7C2FB-A66A-41AD-9509-77BDDFAB111B";
|
|
||||||
RegisterApplication(migrationBuilder,
|
|
||||||
mobileAppId,
|
|
||||||
"MobileApplication",
|
|
||||||
new[] { ApplicationScope.OpenId.Scope, ApplicationScope.OfflineAccess.Scope },
|
|
||||||
new[] { "urn:ietf:wg:oauth:2.0:oob" },
|
|
||||||
new[] { "urn:ietf:wg:oauth:2.0:oob" });
|
|
||||||
|
|
||||||
var protectedApi = "6EA3533F-DD7B-4C34-AAAD-3C493B72D7A5";
|
|
||||||
RegisterApplication(migrationBuilder,
|
|
||||||
protectedApi,
|
|
||||||
"ProtectedApi",
|
|
||||||
new[] { "read" },
|
|
||||||
new string[] { },
|
|
||||||
new string[] { });
|
|
||||||
|
|
||||||
var spaClientId = "CDA53D17-6683-4EA7-B6D7-B6DB23E60DED";
|
|
||||||
RegisterApplication(migrationBuilder,
|
|
||||||
spaClientId,
|
|
||||||
"SPA",
|
|
||||||
new[] { ApplicationScope.OpenId.Scope },
|
|
||||||
new[] { "https://localhost:44324/Spa.html" },
|
|
||||||
new[] { "https://localhost:44324/Spa.html" });
|
|
||||||
}
|
|
||||||
|
|
||||||
private void RegisterApplication(
|
|
||||||
MigrationBuilder migrationBuilder,
|
|
||||||
string clientId,
|
|
||||||
string name,
|
|
||||||
string[] scopes,
|
|
||||||
string[] redirectUris,
|
|
||||||
string[] logoutRedirectUris)
|
|
||||||
{
|
|
||||||
var clientAppId = Guid.NewGuid().ToString();
|
|
||||||
migrationBuilder.InsertData(
|
|
||||||
table: "AspNetApplications",
|
|
||||||
columns: new[] { "Id", "ClientId", "Name" },
|
|
||||||
values: new object[,]
|
|
||||||
{
|
|
||||||
{ clientAppId, clientId, name }
|
|
||||||
});
|
|
||||||
|
|
||||||
var scopeValues = new object[scopes.Length, 3];
|
|
||||||
|
|
||||||
for (int i = 0; i < scopes.Length; i++)
|
|
||||||
{
|
|
||||||
scopeValues.SetValue(Guid.NewGuid().ToString(), i, 0);
|
|
||||||
scopeValues.SetValue(clientAppId, i, 1);
|
|
||||||
scopeValues.SetValue(scopes[i], i, 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
migrationBuilder.InsertData(
|
|
||||||
table: "AspNetScopes",
|
|
||||||
columns: new[] { "Id", "ApplicationId", "Value" },
|
|
||||||
values: scopeValues);
|
|
||||||
|
|
||||||
var redirectUriValues = new object[redirectUris.Length + logoutRedirectUris.Length, 4];
|
|
||||||
|
|
||||||
for (var i = 0; i < redirectUris.Length; i++)
|
|
||||||
{
|
|
||||||
var clientRedirectUriId = Guid.NewGuid().ToString();
|
|
||||||
redirectUriValues.SetValue(clientRedirectUriId, i, 0);
|
|
||||||
redirectUriValues.SetValue(clientAppId, i, 1);
|
|
||||||
redirectUriValues.SetValue(false, i, 2);
|
|
||||||
redirectUriValues.SetValue(redirectUris[i], i, 3);
|
|
||||||
}
|
|
||||||
|
|
||||||
for (var i = redirectUris.Length; i < redirectUris.Length + logoutRedirectUris.Length; i++)
|
|
||||||
{
|
|
||||||
var clientLogoutUriId = Guid.NewGuid().ToString();
|
|
||||||
redirectUriValues.SetValue(clientLogoutUriId, i, 0);
|
|
||||||
redirectUriValues.SetValue(clientAppId, i, 1);
|
|
||||||
redirectUriValues.SetValue(true, i, 2);
|
|
||||||
redirectUriValues.SetValue(logoutRedirectUris[i - redirectUris.Length], i, 3);
|
|
||||||
}
|
|
||||||
|
|
||||||
migrationBuilder.InsertData(
|
|
||||||
table: "AspNetRedirectUris",
|
|
||||||
columns: new[] { "Id", "ApplicationId", "IsLogout", "Value" },
|
|
||||||
values: redirectUriValues);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void Down(MigrationBuilder migrationBuilder)
|
|
||||||
{
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetRoleClaims");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetUserClaims");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetUserLogins");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetUserRoles");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetUserTokens");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetApplicationClaims");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetRedirectUris");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetScopes");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetRoles");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetApplications");
|
|
||||||
|
|
||||||
migrationBuilder.DropTable(
|
|
||||||
name: "AspNetUsers");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,351 +0,0 @@
|
||||||
// <auto-generated />
|
|
||||||
using System;
|
|
||||||
using Microsoft.EntityFrameworkCore;
|
|
||||||
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
||||||
using Microsoft.EntityFrameworkCore.Metadata;
|
|
||||||
using Microsoft.EntityFrameworkCore.Migrations;
|
|
||||||
using IdentityOIDCWebApplicationSample.Identity.Data;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Data.Migrations
|
|
||||||
{
|
|
||||||
[DbContext(typeof(IdentityServiceDbContext))]
|
|
||||||
partial class IdentityServiceDbContextModelSnapshot : ModelSnapshot
|
|
||||||
{
|
|
||||||
protected override void BuildModel(ModelBuilder modelBuilder)
|
|
||||||
{
|
|
||||||
modelBuilder
|
|
||||||
.HasAnnotation("ProductVersion", "2.0.0-preview1");
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ConcurrencyStamp")
|
|
||||||
.IsConcurrencyToken();
|
|
||||||
|
|
||||||
b.Property<string>("Name")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("NormalizedName")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("NormalizedName")
|
|
||||||
.IsUnique()
|
|
||||||
.HasName("RoleNameIndex");
|
|
||||||
|
|
||||||
b.ToTable("AspNetRoles");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<int>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ClaimType");
|
|
||||||
|
|
||||||
b.Property<string>("ClaimValue");
|
|
||||||
|
|
||||||
b.Property<string>("RoleId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("RoleId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetRoleClaims");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<int>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ClaimType");
|
|
||||||
|
|
||||||
b.Property<string>("ClaimValue");
|
|
||||||
|
|
||||||
b.Property<string>("UserId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("UserId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserClaims");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserLogin<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("LoginProvider");
|
|
||||||
|
|
||||||
b.Property<string>("ProviderKey");
|
|
||||||
|
|
||||||
b.Property<string>("ProviderDisplayName");
|
|
||||||
|
|
||||||
b.Property<string>("UserId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.HasKey("LoginProvider", "ProviderKey");
|
|
||||||
|
|
||||||
b.HasIndex("UserId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserLogins");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("UserId");
|
|
||||||
|
|
||||||
b.Property<string>("RoleId");
|
|
||||||
|
|
||||||
b.HasKey("UserId", "RoleId");
|
|
||||||
|
|
||||||
b.HasIndex("RoleId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserRoles");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserToken<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("UserId");
|
|
||||||
|
|
||||||
b.Property<string>("LoginProvider");
|
|
||||||
|
|
||||||
b.Property<string>("Name");
|
|
||||||
|
|
||||||
b.Property<string>("Value");
|
|
||||||
|
|
||||||
b.HasKey("UserId", "LoginProvider", "Name");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUserTokens");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ClientId")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("ClientSecretHash");
|
|
||||||
|
|
||||||
b.Property<string>("ConcurrencyStamp")
|
|
||||||
.IsConcurrencyToken();
|
|
||||||
|
|
||||||
b.Property<string>("Name")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("UserId");
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ClientId")
|
|
||||||
.IsUnique()
|
|
||||||
.HasName("ClientIdIndex");
|
|
||||||
|
|
||||||
b.HasIndex("Name")
|
|
||||||
.IsUnique()
|
|
||||||
.HasName("NameIndex");
|
|
||||||
|
|
||||||
b.HasIndex("UserId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetApplications");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplicationClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<int>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ApplicationId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.Property<string>("ClaimType")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("ClaimValue")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ApplicationId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetApplicationClaims");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceRedirectUri<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ApplicationId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.Property<bool>("IsLogout");
|
|
||||||
|
|
||||||
b.Property<string>("Value")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ApplicationId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetRedirectUris");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceScope<string>", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<string>("ApplicationId")
|
|
||||||
.IsRequired();
|
|
||||||
|
|
||||||
b.Property<string>("Value")
|
|
||||||
.IsRequired()
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("ApplicationId");
|
|
||||||
|
|
||||||
b.ToTable("AspNetScopes");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser", b =>
|
|
||||||
{
|
|
||||||
b.Property<string>("Id")
|
|
||||||
.ValueGeneratedOnAdd();
|
|
||||||
|
|
||||||
b.Property<int>("AccessFailedCount");
|
|
||||||
|
|
||||||
b.Property<string>("ConcurrencyStamp")
|
|
||||||
.IsConcurrencyToken();
|
|
||||||
|
|
||||||
b.Property<string>("Email")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<bool>("EmailConfirmed");
|
|
||||||
|
|
||||||
b.Property<bool>("LockoutEnabled");
|
|
||||||
|
|
||||||
b.Property<DateTimeOffset?>("LockoutEnd");
|
|
||||||
|
|
||||||
b.Property<string>("NormalizedEmail")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("NormalizedUserName")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.Property<string>("PasswordHash");
|
|
||||||
|
|
||||||
b.Property<string>("PhoneNumber");
|
|
||||||
|
|
||||||
b.Property<bool>("PhoneNumberConfirmed");
|
|
||||||
|
|
||||||
b.Property<string>("SecurityStamp");
|
|
||||||
|
|
||||||
b.Property<bool>("TwoFactorEnabled");
|
|
||||||
|
|
||||||
b.Property<string>("UserName")
|
|
||||||
.HasMaxLength(256);
|
|
||||||
|
|
||||||
b.HasKey("Id");
|
|
||||||
|
|
||||||
b.HasIndex("NormalizedEmail")
|
|
||||||
.HasName("EmailIndex");
|
|
||||||
|
|
||||||
b.HasIndex("NormalizedUserName")
|
|
||||||
.IsUnique()
|
|
||||||
.HasName("UserNameIndex");
|
|
||||||
|
|
||||||
b.ToTable("AspNetUsers");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole")
|
|
||||||
.WithMany("Claims")
|
|
||||||
.HasForeignKey("RoleId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Claims")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserLogin<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Logins")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole")
|
|
||||||
.WithMany("Users")
|
|
||||||
.HasForeignKey("RoleId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Roles")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserToken<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany("Tokens")
|
|
||||||
.HasForeignKey("UserId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("IdentityOIDCWebApplicationSample.Identity.Models.ApplicationUser")
|
|
||||||
.WithMany()
|
|
||||||
.HasForeignKey("UserId");
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplicationClaim<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication")
|
|
||||||
.WithMany("Claims")
|
|
||||||
.HasForeignKey("ApplicationId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceRedirectUri<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication")
|
|
||||||
.WithMany("RedirectUris")
|
|
||||||
.HasForeignKey("ApplicationId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
|
|
||||||
modelBuilder.Entity("Microsoft.AspNetCore.Identity.Service.IdentityServiceScope<string>", b =>
|
|
||||||
{
|
|
||||||
b.HasOne("Microsoft.AspNetCore.Identity.Service.IdentityServiceApplication")
|
|
||||||
.WithMany("Scopes")
|
|
||||||
.HasForeignKey("ApplicationId")
|
|
||||||
.OnDelete(DeleteBehavior.Cascade);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,89 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Builder;
|
|
||||||
using Microsoft.AspNetCore.WebUtilities;
|
|
||||||
using Microsoft.Extensions.Configuration;
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
|
||||||
using Microsoft.Extensions.Options;
|
|
||||||
using Microsoft.IdentityModel.Protocols.OpenIdConnect;
|
|
||||||
using Newtonsoft.Json;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Identity.Service.Extensions
|
|
||||||
{
|
|
||||||
public static class IdentityServiceExtensions
|
|
||||||
{
|
|
||||||
public static IIdentityServiceBuilder AddClientInfoBinding(this IIdentityServiceBuilder builder)
|
|
||||||
{
|
|
||||||
builder.Services.AddSingleton<IAuthorizationResponseParameterProvider, ClientInfoProvider>();
|
|
||||||
builder.Services.AddSingleton<ITokenResponseParameterProvider, ClientInfoProvider>();
|
|
||||||
return builder;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static IIdentityServiceBuilder AddApplications<TUser, TApplication>(this IdentityBuilder builder)
|
|
||||||
where TUser : class
|
|
||||||
where TApplication : class
|
|
||||||
{
|
|
||||||
builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IConfigureOptions<IdentityServiceOptions>, DefaultSetup>());
|
|
||||||
return builder.AddApplications<TUser, TApplication>(options =>
|
|
||||||
{
|
|
||||||
options.IdTokenOptions.ContextClaims.AddSingle("tfp", "policy");
|
|
||||||
options.IdTokenOptions.ContextClaims.AddSingle("ver", "version");
|
|
||||||
options.AccessTokenOptions.ContextClaims.AddSingle("tfp", "policy");
|
|
||||||
options.AccessTokenOptions.ContextClaims.AddSingle("ver", "version");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private class DefaultSetup : ConfigureOptions<IdentityServiceOptions>
|
|
||||||
{
|
|
||||||
public DefaultSetup(IConfiguration configuration) : base(options => configuration.GetSection("Identity:Protocol").Bind(options))
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private class ClientInfoProvider : IAuthorizationResponseParameterProvider, ITokenResponseParameterProvider
|
|
||||||
{
|
|
||||||
public const string ClientInfo = "client_info";
|
|
||||||
|
|
||||||
private readonly IdentityOptions _options;
|
|
||||||
|
|
||||||
public int Order => 100;
|
|
||||||
|
|
||||||
public ClientInfoProvider(IOptions<IdentityOptions> options)
|
|
||||||
{
|
|
||||||
_options = options.Value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Task AddParameters(TokenGeneratingContext context, AuthorizationResponse response)
|
|
||||||
{
|
|
||||||
return AddParameters(context, response.Message);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Task AddParameters(TokenGeneratingContext context, OpenIdConnectMessage response)
|
|
||||||
{
|
|
||||||
var clientInfo = CreateClientInfo(context);
|
|
||||||
response.Parameters.Add(ClientInfo, clientInfo);
|
|
||||||
return Task.CompletedTask;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string CreateClientInfo(TokenGeneratingContext context)
|
|
||||||
{
|
|
||||||
var userId = context.User.Claims.Single(c => string.Equals(c.Type, _options.ClaimsIdentity.UserIdClaimType, StringComparison.Ordinal)).Value;
|
|
||||||
var tentantId = context.AmbientClaims.Single(c => string.Equals(c.Type, "tenantId", StringComparison.Ordinal)).Value;
|
|
||||||
|
|
||||||
var json = JsonConvert.SerializeObject(new ClientInfoModel { UserId = userId, TenantId = tentantId });
|
|
||||||
return WebEncoders.Base64UrlEncode(Encoding.UTF8.GetBytes(json));
|
|
||||||
}
|
|
||||||
|
|
||||||
private class ClientInfoModel
|
|
||||||
{
|
|
||||||
[JsonProperty(PropertyName = "uid")]
|
|
||||||
public string UserId { get; set; }
|
|
||||||
[JsonProperty(PropertyName = "utid")]
|
|
||||||
public string TenantId { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
{
|
|
||||||
public class ExternalLoginConfirmationViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[EmailAddress]
|
|
||||||
public string Email { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
{
|
|
||||||
public class ForgotPasswordViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[EmailAddress]
|
|
||||||
public string Email { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,22 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
{
|
|
||||||
public class LoginViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[EmailAddress]
|
|
||||||
public string Email { get; set; }
|
|
||||||
|
|
||||||
[Required]
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
public string Password { get; set; }
|
|
||||||
|
|
||||||
[Display(Name = "Remember me?")]
|
|
||||||
public bool RememberMe { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
{
|
|
||||||
public class RegisterViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[EmailAddress]
|
|
||||||
[Display(Name = "Email")]
|
|
||||||
public string Email { get; set; }
|
|
||||||
|
|
||||||
[Required]
|
|
||||||
[StringLength(100, ErrorMessage = "The {0} must be at least {2} and at most {1} characters long.", MinimumLength = 6)]
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "Password")]
|
|
||||||
public string Password { get; set; }
|
|
||||||
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "Confirm password")]
|
|
||||||
[Compare("Password", ErrorMessage = "The password and confirmation password do not match.")]
|
|
||||||
public string ConfirmPassword { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
{
|
|
||||||
public class ResetPasswordViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[EmailAddress]
|
|
||||||
public string Email { get; set; }
|
|
||||||
|
|
||||||
[Required]
|
|
||||||
[StringLength(100, ErrorMessage = "The {0} must be at least {2} and at most {1} characters long.", MinimumLength = 6)]
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
public string Password { get; set; }
|
|
||||||
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "Confirm password")]
|
|
||||||
[Compare("Password", ErrorMessage = "The password and confirmation password do not match.")]
|
|
||||||
public string ConfirmPassword { get; set; }
|
|
||||||
|
|
||||||
public string Code { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,19 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
{
|
|
||||||
public class SendCodeViewModel
|
|
||||||
{
|
|
||||||
public string SelectedProvider { get; set; }
|
|
||||||
|
|
||||||
public ICollection<SelectListItem> Providers { get; set; }
|
|
||||||
|
|
||||||
public string ReturnUrl { get; set; }
|
|
||||||
|
|
||||||
public bool RememberMe { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
{
|
|
||||||
public class VerifyCodeViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
public string Provider { get; set; }
|
|
||||||
|
|
||||||
[Required]
|
|
||||||
public string Code { get; set; }
|
|
||||||
|
|
||||||
public string ReturnUrl { get; set; }
|
|
||||||
|
|
||||||
[Display(Name = "Remember this browser?")]
|
|
||||||
public bool RememberBrowser { get; set; }
|
|
||||||
|
|
||||||
[Display(Name = "Remember me?")]
|
|
||||||
public bool RememberMe { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Identity;
|
|
||||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models
|
|
||||||
{
|
|
||||||
// Add profile data for application users by adding properties to the ApplicationUser class
|
|
||||||
public class ApplicationUser : IdentityUser
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class ApplicationDetailsViewModel
|
|
||||||
{
|
|
||||||
public string Name { get; set; }
|
|
||||||
public string ClientId { get; set; }
|
|
||||||
public bool HasClientSecret { get; set; }
|
|
||||||
public IEnumerable<string> RedirectUris { get; set; } = Enumerable.Empty<string>();
|
|
||||||
public IEnumerable<string> LogoutUris { get; set; } = Enumerable.Empty<string>();
|
|
||||||
public IEnumerable<string> Scopes { get; set; } = Enumerable.Empty<string>();
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class ChangeApplicationNameViewModel
|
|
||||||
{
|
|
||||||
public ChangeApplicationNameViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public ChangeApplicationNameViewModel(string name)
|
|
||||||
{
|
|
||||||
Name = name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class CreateApplicationViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
public string Name { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
using System.Collections.Generic;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class CreateLogoutUriViewModel
|
|
||||||
{
|
|
||||||
public CreateLogoutUriViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public CreateLogoutUriViewModel(string id, string applicationName, IEnumerable<string> logoutUris)
|
|
||||||
{
|
|
||||||
Id = id;
|
|
||||||
Name = applicationName;
|
|
||||||
LogoutUris = logoutUris;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Id { get; set; }
|
|
||||||
public string Name { get; }
|
|
||||||
public IEnumerable<string> LogoutUris { get; }
|
|
||||||
public string NewLogoutUri { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
using System.Collections.Generic;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class CreateRedirectUriViewModel
|
|
||||||
{
|
|
||||||
public CreateRedirectUriViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public CreateRedirectUriViewModel(string applicationName, IEnumerable<string> redirectUris)
|
|
||||||
{
|
|
||||||
Name = applicationName;
|
|
||||||
RedirectUris = redirectUris;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public IEnumerable<string> RedirectUris { get; }
|
|
||||||
public string NewRedirectUri { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
using System.Collections.Generic;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class CreateScopeViewModel
|
|
||||||
{
|
|
||||||
public CreateScopeViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public CreateScopeViewModel(string applicationName, IEnumerable<string> scopes)
|
|
||||||
{
|
|
||||||
Name = applicationName;
|
|
||||||
Scopes = scopes;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public IEnumerable<string> Scopes { get; }
|
|
||||||
public string NewScope { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class EditLogoutUriViewModel
|
|
||||||
{
|
|
||||||
public EditLogoutUriViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public EditLogoutUriViewModel(string applicationName, string logoutUri)
|
|
||||||
{
|
|
||||||
Name = applicationName;
|
|
||||||
LogoutUri = logoutUri;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public string LogoutUri { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class EditRedirectUriViewModel
|
|
||||||
{
|
|
||||||
public EditRedirectUriViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public EditRedirectUriViewModel(string applicationName, string redirectUri)
|
|
||||||
{
|
|
||||||
Name = applicationName;
|
|
||||||
RedirectUri = redirectUri;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public string RedirectUri { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class EditScopeViewModel
|
|
||||||
{
|
|
||||||
public EditScopeViewModel()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public EditScopeViewModel(string applicationName, string scope)
|
|
||||||
{
|
|
||||||
Name = applicationName;
|
|
||||||
Scope = scope;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public string Scope { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class GeneratedClientSecretViewModel
|
|
||||||
{
|
|
||||||
public GeneratedClientSecretViewModel(string name, string clientSecret)
|
|
||||||
{
|
|
||||||
Name = name;
|
|
||||||
ClientSecret = clientSecret;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public string ClientSecret { get; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,17 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class RemoveApplicationViewModel
|
|
||||||
{
|
|
||||||
public RemoveApplicationViewModel(string name)
|
|
||||||
{
|
|
||||||
Name = name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class RemoveLogoutUriViewModel
|
|
||||||
{
|
|
||||||
public RemoveLogoutUriViewModel(string name, string logoutUri)
|
|
||||||
{
|
|
||||||
Name = name;
|
|
||||||
LogoutUri = logoutUri;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public string LogoutUri { get; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class RemoveRedirectUriViewModel
|
|
||||||
{
|
|
||||||
public RemoveRedirectUriViewModel(string name, string redirectUri)
|
|
||||||
{
|
|
||||||
Name = name;
|
|
||||||
RedirectUri = redirectUri;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public string RedirectUri { get; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
{
|
|
||||||
public class RemoveScopeViewModel
|
|
||||||
{
|
|
||||||
public RemoveScopeViewModel(string name, string scope)
|
|
||||||
{
|
|
||||||
Name = name;
|
|
||||||
Scope = scope;
|
|
||||||
}
|
|
||||||
|
|
||||||
public string Name { get; }
|
|
||||||
public string Scope { get; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class AddPhoneNumberViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[Phone]
|
|
||||||
[Display(Name = "Phone number")]
|
|
||||||
public string PhoneNumber { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class ChangePasswordViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "Current password")]
|
|
||||||
public string OldPassword { get; set; }
|
|
||||||
|
|
||||||
[Required]
|
|
||||||
[StringLength(100, ErrorMessage = "The {0} must be at least {2} and at most {1} characters long.", MinimumLength = 6)]
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "New password")]
|
|
||||||
public string NewPassword { get; set; }
|
|
||||||
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "Confirm new password")]
|
|
||||||
[Compare("NewPassword", ErrorMessage = "The new password and confirmation password do not match.")]
|
|
||||||
public string ConfirmPassword { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class ConfigureTwoFactorViewModel
|
|
||||||
{
|
|
||||||
public string SelectedProvider { get; set; }
|
|
||||||
|
|
||||||
public IEnumerable<SelectListItem> Providers { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class FactorViewModel
|
|
||||||
{
|
|
||||||
public string Purpose { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Identity;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class IndexViewModel
|
|
||||||
{
|
|
||||||
public bool HasPassword { get; set; }
|
|
||||||
|
|
||||||
public IList<UserLoginInfo> Logins { get; set; }
|
|
||||||
|
|
||||||
public string PhoneNumber { get; set; }
|
|
||||||
|
|
||||||
public bool TwoFactor { get; set; }
|
|
||||||
|
|
||||||
public bool BrowserRemembered { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Authentication;
|
|
||||||
using Microsoft.AspNetCore.Identity;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class ManageLoginsViewModel
|
|
||||||
{
|
|
||||||
public IList<UserLoginInfo> CurrentLogins { get; set; }
|
|
||||||
|
|
||||||
public IList<AuthenticationScheme> OtherLogins { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class RemoveLoginViewModel
|
|
||||||
{
|
|
||||||
public string LoginProvider { get; set; }
|
|
||||||
|
|
||||||
public string ProviderKey { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,22 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class SetPasswordViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
[StringLength(100, ErrorMessage = "The {0} must be at least {2} and at most {1} characters long.", MinimumLength = 6)]
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "New password")]
|
|
||||||
public string NewPassword { get; set; }
|
|
||||||
|
|
||||||
[DataType(DataType.Password)]
|
|
||||||
[Display(Name = "Confirm new password")]
|
|
||||||
[Compare("NewPassword", ErrorMessage = "The new password and confirmation password do not match.")]
|
|
||||||
public string ConfirmPassword { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,19 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
{
|
|
||||||
public class VerifyPhoneNumberViewModel
|
|
||||||
{
|
|
||||||
[Required]
|
|
||||||
public string Code { get; set; }
|
|
||||||
|
|
||||||
[Required]
|
|
||||||
[Phone]
|
|
||||||
[Display(Name = "Phone number")]
|
|
||||||
public string PhoneNumber { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Services
|
|
||||||
{
|
|
||||||
public interface IEmailSender
|
|
||||||
{
|
|
||||||
Task SendEmailAsync(string email, string subject, string message);
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Services
|
|
||||||
{
|
|
||||||
public interface ISmsSender
|
|
||||||
{
|
|
||||||
Task SendSmsAsync(string number, string message);
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Identity.Services
|
|
||||||
{
|
|
||||||
// This class is used by the application to send Email and SMS
|
|
||||||
// when you turn on two-factor authentication in ASP.NET Identity.
|
|
||||||
// For more details see this link https://go.microsoft.com/fwlink/?LinkID=532713
|
|
||||||
public class AuthMessageSender : IEmailSender, ISmsSender
|
|
||||||
{
|
|
||||||
public Task SendEmailAsync(string email, string subject, string message)
|
|
||||||
{
|
|
||||||
// Plug in your email service here to send an email.
|
|
||||||
return Task.FromResult(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Task SendSmsAsync(string number, string message)
|
|
||||||
{
|
|
||||||
// Plug in your SMS service here to send a text message.
|
|
||||||
return Task.FromResult(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Access Denied";
|
|
||||||
}
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<h1 class="text-danger">Access Denied.</h1>
|
|
||||||
<p class="text-danger">You do not have access to this resource.</p>
|
|
||||||
</header>
|
|
|
@ -1,10 +0,0 @@
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Confirm Email";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
Thank you for confirming your email. Please <a asp-controller="Account" asp-action="Login">click here to log in</a>.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
|
@ -1,35 +0,0 @@
|
||||||
@model ExternalLoginConfirmationViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Register";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<h3>Associate your @ViewData["LoginProvider"] account.</h3>
|
|
||||||
|
|
||||||
<form asp-controller="Account" asp-action="ExternalLoginConfirmation" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<h4>Associate</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
|
|
||||||
<p class="text-info">
|
|
||||||
You've successfully authenticated with <strong>@ViewData["LoginProvider"]</strong>.
|
|
||||||
Please enter an email address for this site below and click the Register button to finish
|
|
||||||
logging in.
|
|
||||||
</p>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Email" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Email" class="form-control" />
|
|
||||||
<span asp-validation-for="Email" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Register</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Login Failure";
|
|
||||||
}
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<p class="text-danger">Unsuccessful login with service.</p>
|
|
||||||
</header>
|
|
|
@ -1,31 +0,0 @@
|
||||||
@model ForgotPasswordViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Forgot your password?";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<p>
|
|
||||||
For more information on how to enable reset password please see this <a href="https://go.microsoft.com/fwlink/?LinkID=532713">article</a>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
@*<form asp-controller="Account" asp-action="ForgotPassword" method="post" class="form-horizontal">
|
|
||||||
<h4>Enter your email.</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Email" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Email" class="form-control" />
|
|
||||||
<span asp-validation-for="Email" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>*@
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Forgot Password Confirmation";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<p>
|
|
||||||
Please check your email to reset your password.
|
|
||||||
</p>
|
|
|
@ -1,8 +0,0 @@
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Locked out";
|
|
||||||
}
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<h1 class="text-danger">Locked out.</h1>
|
|
||||||
<p class="text-danger">This account has been locked out, please try again later.</p>
|
|
||||||
</header>
|
|
|
@ -1,169 +0,0 @@
|
||||||
@using System.Collections.Generic
|
|
||||||
@using System.Linq
|
|
||||||
@using Microsoft.AspNetCore.Http
|
|
||||||
@using Microsoft.AspNetCore.Authentication
|
|
||||||
@using Microsoft.AspNetCore.Authentication.OpenIdConnect
|
|
||||||
@model LoginViewModel
|
|
||||||
@inject SignInManager<ApplicationUser> SignInManager
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Log in";
|
|
||||||
Layout = null;
|
|
||||||
}
|
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
<head>
|
|
||||||
<title>@ViewData["Title"]</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-weight: 300;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.center {
|
|
||||||
margin: 0px auto;
|
|
||||||
width: 60%;
|
|
||||||
border: 1px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
label{
|
|
||||||
margin-bottom: .8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text], input[type=password] {
|
|
||||||
border: 1px solid #CCC;
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-title{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=checkbox] {
|
|
||||||
margin-left: 0;
|
|
||||||
padding-left: 0;
|
|
||||||
margin-left: -5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="center">
|
|
||||||
<h1 class="login-title">@ViewData["Title"].</h1>
|
|
||||||
<form asp-controller="Account" asp-action="Login" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="login-form">
|
|
||||||
<h2 class="login-option">Use a local account to log in.</h2>
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<p>
|
|
||||||
<span class="form-label">@Html.DisplayNameFor(u => u.Email)</span>
|
|
||||||
<input asp-for="Email" class="form-input" />
|
|
||||||
<span asp-validation-for="Email" class="form-validation"></span>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<span class="form-label">@Html.DisplayNameFor(u => u.Password)</span>
|
|
||||||
<input asp-for="Password" class="form-input" />
|
|
||||||
<span asp-validation-for="Password" class="form-validation"></span>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<input asp-for="RememberMe" class="form-input" />
|
|
||||||
<span class="form-label">@Html.DisplayNameFor(u => u.RememberMe)</span>
|
|
||||||
</p>
|
|
||||||
<button type="submit" class="btn btn-default">Log in</button>
|
|
||||||
<p>
|
|
||||||
<a asp-action="Register" asp-route-returnurl="@ViewData["ReturnUrl"]">Register as a new user?</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a asp-action="ForgotPassword">Forgot your password?</a>
|
|
||||||
</p>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@*<div class="row">
|
|
||||||
<div class="col-md-8">
|
|
||||||
<section>
|
|
||||||
<form asp-controller="Account" asp-action="Login" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<h4>Use a local account to log in.</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Email" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Email" class="form-control" />
|
|
||||||
<span asp-validation-for="Email" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Password" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Password" class="form-control" />
|
|
||||||
<span asp-validation-for="Password" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<div class="checkbox">
|
|
||||||
<label asp-for="RememberMe">
|
|
||||||
<input asp-for="RememberMe" />
|
|
||||||
@Html.DisplayNameFor(m => m.RememberMe)
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Log in</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<p>
|
|
||||||
<a asp-action="Register" asp-route-returnurl="@ViewData["ReturnUrl"]">Register as a new user?</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a asp-action="ForgotPassword">Forgot your password?</a>
|
|
||||||
</p>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<section>
|
|
||||||
<h4>Use another service to log in.</h4>
|
|
||||||
<hr />
|
|
||||||
@{
|
|
||||||
var schemes = await SignInManager.GetExternalAuthenticationSchemesAsync();
|
|
||||||
var loginProviders = schemes.Where(scheme => scheme.DisplayName != OpenIdConnectDefaults.AuthenticationScheme).ToList();
|
|
||||||
if (loginProviders.Count == 0)
|
|
||||||
{
|
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
There are no external authentication services configured. See <a href="https://go.microsoft.com/fwlink/?LinkID=532715">this article</a>
|
|
||||||
for details on setting up this ASP.NET application to support logging in via external services.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
<form asp-controller="Account" asp-action="ExternalLogin" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
@foreach (var provider in loginProviders)
|
|
||||||
{
|
|
||||||
<button type="submit" class="btn btn-default" name="provider" value="@provider.Name" title="Log in using your @provider.DisplayName account">@provider.Name</button>
|
|
||||||
}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</div>*@
|
|
|
@ -1,95 +0,0 @@
|
||||||
@using System.Collections.Generic
|
|
||||||
@using System.Linq
|
|
||||||
@using Microsoft.AspNetCore.Http
|
|
||||||
@using Microsoft.AspNetCore.Authentication
|
|
||||||
@using Microsoft.AspNetCore.Authentication.OpenIdConnect
|
|
||||||
@model LoginViewModel
|
|
||||||
@inject SignInManager<ApplicationUser> SignInManager
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Log in";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-8">
|
|
||||||
<section>
|
|
||||||
<form asp-controller="Account" asp-action="Login" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<h4>Use a local account to log in.</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Email" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Email" class="form-control" />
|
|
||||||
<span asp-validation-for="Email" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Password" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Password" class="form-control" />
|
|
||||||
<span asp-validation-for="Password" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<div class="checkbox">
|
|
||||||
<label asp-for="RememberMe">
|
|
||||||
<input asp-for="RememberMe" />
|
|
||||||
@Html.DisplayNameFor(m => m.RememberMe)
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Log in</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<p>
|
|
||||||
<a asp-action="Register" asp-route-returnurl="@ViewData["ReturnUrl"]">Register as a new user?</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a asp-action="ForgotPassword">Forgot your password?</a>
|
|
||||||
</p>
|
|
||||||
</form>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<section>
|
|
||||||
<h4>Use another service to log in.</h4>
|
|
||||||
<hr />
|
|
||||||
@{
|
|
||||||
var schemes = await SignInManager.GetExternalAuthenticationSchemesAsync();
|
|
||||||
var loginProviders = schemes.Where(scheme => scheme.DisplayName != OpenIdConnectDefaults.AuthenticationScheme).ToList();
|
|
||||||
if (loginProviders.Count == 0)
|
|
||||||
{
|
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
There are no external authentication services configured. See <a href="https://go.microsoft.com/fwlink/?LinkID=532715">this article</a>
|
|
||||||
for details on setting up this ASP.NET application to support logging in via external services.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
<form asp-controller="Account" asp-action="ExternalLogin" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
@foreach (var provider in loginProviders)
|
|
||||||
{
|
|
||||||
<button type="submit" class="btn btn-default" name="provider" value="@provider.Name" title="Log in using your @provider.DisplayName account">@provider.Name</button>
|
|
||||||
}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,42 +0,0 @@
|
||||||
@model RegisterViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Register";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
|
|
||||||
<form asp-controller="Account" asp-action="Register" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<h4>Create a new account.</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Email" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Email" class="form-control" />
|
|
||||||
<span asp-validation-for="Email" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Password" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Password" class="form-control" />
|
|
||||||
<span asp-validation-for="Password" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="ConfirmPassword" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="ConfirmPassword" class="form-control" />
|
|
||||||
<span asp-validation-for="ConfirmPassword" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Register</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,43 +0,0 @@
|
||||||
@model ResetPasswordViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Reset password";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
|
|
||||||
<form asp-controller="Account" asp-action="ResetPassword" method="post" class="form-horizontal">
|
|
||||||
<h4>Reset your password.</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<input asp-for="Code" type="hidden" />
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Email" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Email" class="form-control" />
|
|
||||||
<span asp-validation-for="Email" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Password" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Password" class="form-control" />
|
|
||||||
<span asp-validation-for="Password" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="ConfirmPassword" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="ConfirmPassword" class="form-control" />
|
|
||||||
<span asp-validation-for="ConfirmPassword" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Reset</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Reset password confirmation";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h1>@ViewData["Title"].</h1>
|
|
||||||
<p>
|
|
||||||
Your password has been reset. Please <a asp-controller="Account" asp-action="Login">click here to log in</a>.
|
|
||||||
</p>
|
|
|
@ -1,21 +0,0 @@
|
||||||
@model SendCodeViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Send Verification Code";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
|
|
||||||
<form asp-controller="Account" asp-action="SendCode" asp-route-returnurl="@Model.ReturnUrl" method="post" class="form-horizontal">
|
|
||||||
<input asp-for="RememberMe" type="hidden" />
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-8">
|
|
||||||
Select two-factor authentication provider:
|
|
||||||
<select asp-for="SelectedProvider" asp-items="Model.Providers"></select>
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,38 +0,0 @@
|
||||||
@model VerifyCodeViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Verify";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
|
|
||||||
<form asp-controller="Account" asp-action="VerifyCode" asp-route-returnurl="@Model.ReturnUrl" method="post" class="form-horizontal">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<input asp-for="Provider" type="hidden" />
|
|
||||||
<input asp-for="RememberMe" type="hidden" />
|
|
||||||
<h4>@ViewData["Status"]</h4>
|
|
||||||
<hr />
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Code" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Code" class="form-control" />
|
|
||||||
<span asp-validation-for="Code" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<div class="checkbox">
|
|
||||||
<input asp-for="RememberBrowser" />
|
|
||||||
<label asp-for="RememberBrowser"></label>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,33 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model CreateLogoutUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Add a logout uri to your application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
<li class="h4">Logout uris</li>
|
|
||||||
|
|
||||||
@foreach (var logoutUri in Model.LogoutUris)
|
|
||||||
{
|
|
||||||
<li>@logoutUri</li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="AddLogoutUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewLogoutUri">New scope</label>
|
|
||||||
<input asp-for="NewLogoutUri" class="form-control" placeholder="New scope">
|
|
||||||
<span asp-validation-for="NewLogoutUri" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Add</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,33 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model CreateRedirectUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Add a redirect uri to your application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
<li class="h4">Redirect uris</li>
|
|
||||||
|
|
||||||
@foreach (var redirectUri in Model.RedirectUris)
|
|
||||||
{
|
|
||||||
<li>@redirectUri</li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="AddRedirectUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewRedirectUri">New scope</label>
|
|
||||||
<input asp-for="NewRedirectUri" class="form-control" placeholder="New scope">
|
|
||||||
<span asp-validation-for="NewRedirectUri" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Add</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,37 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model CreateScopeViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Add a scope to your application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
<li class="h4">Scopes</li>
|
|
||||||
<li>
|
|
||||||
<ul class="list-unstyled list-inline">
|
|
||||||
@foreach (var scope in Model.Scopes)
|
|
||||||
{
|
|
||||||
<li>@scope</li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="AddScope" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewScope">New scope</label>
|
|
||||||
<input asp-for="NewScope" class="form-control" placeholder="New scope">
|
|
||||||
<span asp-validation-for="NewScope" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Add</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model ChangeApplicationNameViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Change name";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="ChangeName" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Name">Name</label>
|
|
||||||
<input asp-for="Name" class="form-control" placeholder="Name">
|
|
||||||
<span asp-validation-for="Name" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Update</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model CreateApplicationViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Create your application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="Create" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Name">Name</label>
|
|
||||||
<input asp-for="Name" class="form-control" placeholder="Name">
|
|
||||||
<span asp-validation-for="Name" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,43 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model CreateLogoutUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Add a logout uri to your application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li>@Model.Name</li>
|
|
||||||
<li class="h4">Logout uris</li>
|
|
||||||
<li>
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
@foreach (var logoutUris in Model.LogoutUris)
|
|
||||||
{
|
|
||||||
<li>@logoutUris</li>
|
|
||||||
}
|
|
||||||
@if (Model.LogoutUris.Count() == 0)
|
|
||||||
{
|
|
||||||
<li>(none)</li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="CreateLogoutUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewLogoutUri">New logout uri</label>
|
|
||||||
<input asp-for="NewLogoutUri" class="form-control large" placeholder="New logout uri">
|
|
||||||
<span asp-validation-for="NewLogoutUri" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<a asp-action="Details" class="btn btn-success">Continue to the application details</a>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,43 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model CreateRedirectUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Add a redirect uri to your application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li>@Model.Name</li>
|
|
||||||
<li class="h4">Redirect uris</li>
|
|
||||||
<li>
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
@foreach (var redirectUris in Model.RedirectUris)
|
|
||||||
{
|
|
||||||
<li>@redirectUris</li>
|
|
||||||
}
|
|
||||||
@if (Model.RedirectUris.Count() == 0)
|
|
||||||
{
|
|
||||||
<li>(none)</li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="CreateRedirectUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewRedirectUri">New redirect uri</label>
|
|
||||||
<input asp-for="NewRedirectUri" class="form-control large" placeholder="New redirect uri">
|
|
||||||
<span asp-validation-for="NewRedirectUri" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<a asp-action="CreateLogoutUri" class="btn btn-default">Continue to add logout uris</a>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,39 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model CreateScopeViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Add a scope to your application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li>@Model.Name</li>
|
|
||||||
<li class="h4">Scopes</li>
|
|
||||||
<li>
|
|
||||||
<ul class="list-unstyled list-inline">
|
|
||||||
@foreach (var scope in Model.Scopes)
|
|
||||||
{
|
|
||||||
<li>@scope</li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="CreateScope" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewScope">New scope</label>
|
|
||||||
<input asp-for="NewScope" class="form-control" placeholder="New scope">
|
|
||||||
<span asp-validation-for="NewScope" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<a asp-action="CreateRedirectUri" class="btn btn-default">Continue to add redirect uris</a>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,48 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model ApplicationDetailsViewModel
|
|
||||||
<div>
|
|
||||||
<h4>View your application settings</h4>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="ChangeName">@Model.Name</a></li>
|
|
||||||
<li class="h4">Application ID</li>
|
|
||||||
<li>@Model.ClientId</li>
|
|
||||||
<li class="h4">Keys</li>
|
|
||||||
<li>
|
|
||||||
@if (Model.HasClientSecret)
|
|
||||||
{
|
|
||||||
<a asp-action="RegenerateClientSecret" class="btn btn-default">Regenerate key</a>
|
|
||||||
<a asp-action="RemoveClientSecret" class="btn btn-default">Remove key</a>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
<a asp-action="GenerateClientSecret" class="btn btn-default">Create key</a>
|
|
||||||
}
|
|
||||||
</li>
|
|
||||||
<li class="h4">Scopes</li>
|
|
||||||
<li>
|
|
||||||
<ul class="list-inline">
|
|
||||||
@foreach (var scope in @Model.Scopes)
|
|
||||||
{
|
|
||||||
<li><a asp-action="EditScope" asp-route-scope="@scope">@scope</a></li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="h4">Redirect uris</li>
|
|
||||||
@foreach (var redirectUri in @Model.RedirectUris)
|
|
||||||
{
|
|
||||||
<li><a asp-action="EditRedirectUri" asp-route-redirectUri="@redirectUri">@redirectUri</a></li>
|
|
||||||
}
|
|
||||||
<li class="h4">Logout uris</li>
|
|
||||||
@foreach (var logoutUri in @Model.LogoutUris)
|
|
||||||
{
|
|
||||||
<li><a asp-action="EditLogoutUri" asp-route-logoutUri="@logoutUri">@logoutUri</a></li>
|
|
||||||
}
|
|
||||||
</ul>
|
|
||||||
<hr />
|
|
||||||
<a asp-action="RemoveApplication" class="btn btn-danger">Delete application</a>
|
|
||||||
<a asp-action="AddScope" class="btn btn-default">Add scope</a>
|
|
||||||
<a asp-action="AddRedirectUri" class="btn btn-default">Add redirect uri</a>
|
|
||||||
<a asp-action="AddLogoutUri" class="btn btn-default">Add logout uri</a>
|
|
||||||
</div>
|
|
|
@ -1,29 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model EditLogoutUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Edit logout uri";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="EditLogoutUri" asp-route-logoutUri="@Model.LogoutUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="LogoutUri">Logout uri</label>
|
|
||||||
<input asp-for="LogoutUri" class="form-control large" placeholder="LogoutUri">
|
|
||||||
<span asp-validation-for="LogoutUri" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Update</button>
|
|
||||||
<a asp-action="RemoveLogoutUri" asp-route-logoutUri="@Model.LogoutUri" class="btn btn-danger">Remove</a>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,29 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model EditRedirectUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Edit redirect uri";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="EditRedirectUri" asp-route-redirectUri="@Model.RedirectUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="RedirectUri">Redirect uri</label>
|
|
||||||
<input asp-for="RedirectUri" class="form-control large" placeholder="RedirectUri">
|
|
||||||
<span asp-validation-for="RedirectUri" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Update</button>
|
|
||||||
<a asp-action="RemoveRedirectUri" asp-route-redirectUri="@Model.RedirectUri" class="btn btn-danger">Remove</a>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,29 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model EditScopeViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Edit scope";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="EditScope" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Scope">Scope</label>
|
|
||||||
<input asp-for="Scope" class="form-control" placeholder="Scope">
|
|
||||||
<span asp-validation-for="Scope" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-default">Update</button>
|
|
||||||
<a asp-action="RemoveScope" class="btn btn-danger">Remove</a>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model string
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Generate an application key";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li>@Model</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="GenerateClientSecret" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<button type="submit" class="btn btn-default">Confirm</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,17 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model GeneratedClientSecretViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Application key successfully generated";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
<li class="h4">Application key</li>
|
|
||||||
<li>@Model.ClientSecret</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
|
@ -1,32 +0,0 @@
|
||||||
@model IEnumerable<IdentityServiceApplication>
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Manage your applications";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<p class="text-success">@ViewData["StatusMessage"]</p>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<h4>Applications</h4>
|
|
||||||
<hr />
|
|
||||||
<table class="table">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Name</th>
|
|
||||||
<th>Client ID</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
@foreach (var application in Model)
|
|
||||||
{
|
|
||||||
<tr>
|
|
||||||
<td><a asp-action="Details" asp-route-id="@application.Id">@application.Name</a> </td>
|
|
||||||
<td>@application.ClientId</td>
|
|
||||||
</tr>
|
|
||||||
}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<p>
|
|
||||||
<a asp-action="Create" class="btn btn-default">Create new application</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
|
@ -1,25 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model string
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Regenerate an application key";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li>@Model</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="RegenerateClientSecret" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<button type="submit" class="btn btn-default">Confirm</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,19 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model RemoveApplicationViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Remove application";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="RemoveApplication" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<p>Are you sure you want to remove the application <strong>@Model.Name</strong>?</p>
|
|
||||||
<button type="submit" class="btn btn-default">Confirm</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,25 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model string
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Remove the application key";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li>@Model</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="RemoveClientSecret" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<button type="submit" class="btn btn-default">Confirm</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model RemoveLogoutUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Remove logout uri";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="RemoveLogoutUri" asp-route-logoutUri="@Model.LogoutUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<p>Are you sure you want to remove the logout uri <strong>@Model.LogoutUri</strong>?</p>
|
|
||||||
<button type="submit" class="btn btn-default">Confirm</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model RemoveRedirectUriViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Remove redirect uri";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="RemoveRedirectUri" asp-route-redirectUri="@Model.RedirectUri" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<p>Are you sure you want to remove the redirect uri <strong>@Model.RedirectUri</strong>?</p>
|
|
||||||
<button type="submit" class="btn btn-default">Confirm</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ApplicationViewModels
|
|
||||||
@model RemoveScopeViewModel
|
|
||||||
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Remove scope";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"]</h2>
|
|
||||||
<hr />
|
|
||||||
<ul class="list-unstyled">
|
|
||||||
<li class="h4">Name</li>
|
|
||||||
<li><a asp-action="Details">@Model.Name</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<hr />
|
|
||||||
<form asp-action="RemoveScope" method="post">
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<p>Are you sure you want to remove the scope <strong>@Model.Scope</strong>?</p>
|
|
||||||
<button type="submit" class="btn btn-default">Confirm</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
@using Microsoft.IdentityModel.Protocols.OpenIdConnect
|
|
||||||
@model OpenIdConnectMessage
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Invalid logout redirect";
|
|
||||||
}
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<p class="text-warning">@Model.ErrorDescription</p>
|
|
|
@ -1,5 +0,0 @@
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Signed Out";
|
|
||||||
}
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<p class="text-success">You have successfully signed out.</p>
|
|
|
@ -1,27 +0,0 @@
|
||||||
@model AddPhoneNumberViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Add Phone Number";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<form asp-controller="Manage" asp-action="AddPhoneNumber" method="post" class="form-horizontal">
|
|
||||||
<h4>Add a phone number.</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="PhoneNumber" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="PhoneNumber" class="form-control" />
|
|
||||||
<span asp-validation-for="PhoneNumber" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Send verification code</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,42 +0,0 @@
|
||||||
@model ChangePasswordViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Change Password";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
|
|
||||||
<form asp-controller="Manage" asp-action="ChangePassword" method="post" class="form-horizontal">
|
|
||||||
<h4>Change Password</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="OldPassword" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="OldPassword" class="form-control" />
|
|
||||||
<span asp-validation-for="OldPassword" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewPassword" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="NewPassword" class="form-control" />
|
|
||||||
<span asp-validation-for="NewPassword" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="ConfirmPassword" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="ConfirmPassword" class="form-control" />
|
|
||||||
<span asp-validation-for="ConfirmPassword" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Change password</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,71 +0,0 @@
|
||||||
@model IndexViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Manage your account";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
<p class="text-success">@ViewData["StatusMessage"]</p>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<h4>Change your account settings</h4>
|
|
||||||
<hr />
|
|
||||||
<dl class="dl-horizontal">
|
|
||||||
<dt>Password:</dt>
|
|
||||||
<dd>
|
|
||||||
@if (Model.HasPassword)
|
|
||||||
{
|
|
||||||
<a asp-controller="Manage" asp-action="ChangePassword" class="btn-bracketed">Change</a>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
<a asp-controller="Manage" asp-action="SetPassword" class="btn-bracketed">Create</a>
|
|
||||||
}
|
|
||||||
</dd>
|
|
||||||
<dt>External logins:</dt>
|
|
||||||
<dd>
|
|
||||||
|
|
||||||
@Model.Logins.Count <a asp-controller="Manage" asp-action="ManageLogins" class="btn-bracketed">Manage</a>
|
|
||||||
</dd>
|
|
||||||
<dt>Phone number:</dt>
|
|
||||||
<dd>
|
|
||||||
<p>
|
|
||||||
Phone numbers can be used as a second factor of verification in two-factor authentication.
|
|
||||||
See <a href="https://go.microsoft.com/fwlink/?LinkID=532713">this article</a>
|
|
||||||
for details on setting up this ASP.NET application to support two-factor authentication using SMS.
|
|
||||||
</p>
|
|
||||||
@*@(Model.PhoneNumber ?? "None")
|
|
||||||
@if (Model.PhoneNumber != null)
|
|
||||||
{
|
|
||||||
<br />
|
|
||||||
<a asp-controller="Manage" asp-action="AddPhoneNumber" class="btn-bracketed">Change</a>
|
|
||||||
<form asp-controller="Manage" asp-action="RemovePhoneNumber" method="post">
|
|
||||||
[<button type="submit" class="btn-link">Remove</button>]
|
|
||||||
</form>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
<a asp-controller="Manage" asp-action="AddPhoneNumber" class="btn-bracketed">Add</a>
|
|
||||||
}*@
|
|
||||||
</dd>
|
|
||||||
|
|
||||||
<dt>Two-factor authentication:</dt>
|
|
||||||
<dd>
|
|
||||||
<p>
|
|
||||||
There are no two-factor authentication providers configured. See <a href="https://go.microsoft.com/fwlink/?LinkID=532713">this article</a>
|
|
||||||
for setting up this application to support two-factor authentication.
|
|
||||||
</p>
|
|
||||||
@*@if (Model.TwoFactor)
|
|
||||||
{
|
|
||||||
<form asp-controller="Manage" asp-action="DisableTwoFactorAuthentication" method="post" class="form-horizontal">
|
|
||||||
Enabled <button type="submit" class="btn-link btn-bracketed">Disable</button>
|
|
||||||
</form>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
<form asp-controller="Manage" asp-action="EnableTwoFactorAuthentication" method="post" class="form-horizontal">
|
|
||||||
<button type="submit" class="btn-link btn-bracketed">Enable</button> Disabled
|
|
||||||
</form>
|
|
||||||
}*@
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
</div>
|
|
|
@ -1,54 +0,0 @@
|
||||||
@model ManageLoginsViewModel
|
|
||||||
@using Microsoft.AspNetCore.Authentication
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Manage your external logins";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
|
|
||||||
<p class="text-success">@ViewData["StatusMessage"]</p>
|
|
||||||
@if (Model.CurrentLogins.Count > 0)
|
|
||||||
{
|
|
||||||
<h4>Registered Logins</h4>
|
|
||||||
<table class="table">
|
|
||||||
<tbody>
|
|
||||||
@for (var index = 0; index < Model.CurrentLogins.Count; index++)
|
|
||||||
{
|
|
||||||
<tr>
|
|
||||||
<td>@Model.CurrentLogins[index].LoginProvider</td>
|
|
||||||
<td>
|
|
||||||
@if ((bool)ViewData["ShowRemoveButton"])
|
|
||||||
{
|
|
||||||
<form asp-controller="Manage" asp-action="RemoveLogin" method="post" class="form-horizontal">
|
|
||||||
<div>
|
|
||||||
<input asp-for="@Model.CurrentLogins[index].LoginProvider" name="LoginProvider" type="hidden" />
|
|
||||||
<input asp-for="@Model.CurrentLogins[index].ProviderKey" name="ProviderKey" type="hidden" />
|
|
||||||
<input type="submit" class="btn btn-default" value="Remove" title="Remove this @Model.CurrentLogins[index].LoginProvider login from your account" />
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
@:
|
|
||||||
}
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
}
|
|
||||||
@if (Model.OtherLogins.Count > 0)
|
|
||||||
{
|
|
||||||
<h4>Add another service to log in.</h4>
|
|
||||||
<hr />
|
|
||||||
<form asp-controller="Manage" asp-action="LinkLogin" method="post" class="form-horizontal">
|
|
||||||
<div id="socialLoginList">
|
|
||||||
<p>
|
|
||||||
@foreach (var provider in Model.OtherLogins)
|
|
||||||
{
|
|
||||||
<button type="submit" class="btn btn-default" name="provider" value="@provider.Name" title="Log in using your @provider.DisplayName account">@provider.Name</button>
|
|
||||||
}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
}
|
|
|
@ -1,38 +0,0 @@
|
||||||
@model SetPasswordViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Set Password";
|
|
||||||
}
|
|
||||||
|
|
||||||
<p class="text-info">
|
|
||||||
You do not have a local username/password for this site. Add a local
|
|
||||||
account so you can log in without an external login.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<form asp-controller="Manage" asp-action="SetPassword" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<h4>Set your password</h4>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="NewPassword" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="NewPassword" class="form-control" />
|
|
||||||
<span asp-validation-for="NewPassword" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="ConfirmPassword" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="ConfirmPassword" class="form-control" />
|
|
||||||
<span asp-validation-for="ConfirmPassword" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Set password</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,30 +0,0 @@
|
||||||
@model VerifyPhoneNumberViewModel
|
|
||||||
@{
|
|
||||||
ViewData["Title"] = "Verify Phone Number";
|
|
||||||
}
|
|
||||||
|
|
||||||
<h2>@ViewData["Title"].</h2>
|
|
||||||
|
|
||||||
<form asp-controller="Manage" asp-action="VerifyPhoneNumber" asp-route-returnurl="@ViewData["ReturnUrl"]" method="post" class="form-horizontal">
|
|
||||||
<input asp-for="PhoneNumber" type="hidden" />
|
|
||||||
<h4>Add a phone number.</h4>
|
|
||||||
<h5>@ViewData["Status"]</h5>
|
|
||||||
<hr />
|
|
||||||
<div asp-validation-summary="All" class="text-danger"></div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label asp-for="Code" class="col-md-2 control-label"></label>
|
|
||||||
<div class="col-md-10">
|
|
||||||
<input asp-for="Code" class="form-control" />
|
|
||||||
<span asp-validation-for="Code" class="text-danger"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div class="col-md-offset-2 col-md-10">
|
|
||||||
<button type="submit" class="btn btn-default">Submit</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
@section Scripts {
|
|
||||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
@using Microsoft.AspNetCore.Identity
|
|
||||||
@using Microsoft.AspNetCore.Identity.Service
|
|
||||||
@using IdentityOIDCWebApplicationSample
|
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models
|
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.AccountViewModels
|
|
||||||
@using IdentityOIDCWebApplicationSample.Identity.Models.ManageViewModels
|
|
||||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
|
@ -1,3 +0,0 @@
|
||||||
@{
|
|
||||||
Layout = "_Layout";
|
|
||||||
}
|
|
|
@ -1,60 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Authentication;
|
|
||||||
using Microsoft.AspNetCore.Authentication.Cookies;
|
|
||||||
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Controllers
|
|
||||||
{
|
|
||||||
public class AccountController : Controller
|
|
||||||
{
|
|
||||||
//
|
|
||||||
// GET: /Account/SignIn
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult SignIn()
|
|
||||||
{
|
|
||||||
return Challenge(
|
|
||||||
new AuthenticationProperties { RedirectUri = "/" }, OpenIdConnectDefaults.AuthenticationScheme);
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult Manage()
|
|
||||||
{
|
|
||||||
return RedirectToAction("Index", "Manage", new { area = "Identity" });
|
|
||||||
}
|
|
||||||
//
|
|
||||||
// GET: /Account/SignOut
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult SignOut()
|
|
||||||
{
|
|
||||||
var callbackUrl = Url.Action(nameof(SignedOut), "Account", values: null, protocol: Request.Scheme);
|
|
||||||
return SignOut(new AuthenticationProperties { RedirectUri = callbackUrl },
|
|
||||||
CookieAuthenticationDefaults.AuthenticationScheme, OpenIdConnectDefaults.AuthenticationScheme);
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
|
||||||
// GET: /Account/SignedOut
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult SignedOut()
|
|
||||||
{
|
|
||||||
if (HttpContext.User.Identity.IsAuthenticated)
|
|
||||||
{
|
|
||||||
// Redirect to home page if the user is authenticated.
|
|
||||||
return RedirectToAction(nameof(HomeController.Index), "Home");
|
|
||||||
}
|
|
||||||
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
|
||||||
// GET: /Account/AccessDenied
|
|
||||||
[HttpGet]
|
|
||||||
public IActionResult AccessDenied()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,38 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Diagnostics;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using IdentityOIDCWebApplicationSample.Models;
|
|
||||||
using Microsoft.Net.Http.Headers;
|
|
||||||
|
|
||||||
namespace IdentityOIDCWebApplicationSample.Controllers
|
|
||||||
{
|
|
||||||
public class HomeController : Controller
|
|
||||||
{
|
|
||||||
public IActionResult Index()
|
|
||||||
{
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
public IActionResult Spa() => Redirect("Spa.html");
|
|
||||||
|
|
||||||
public IActionResult About()
|
|
||||||
{
|
|
||||||
ViewData["Message"] = "Your application description page.";
|
|
||||||
|
|
||||||
return View();
|
|
||||||
}
|
|
||||||
|
|
||||||
public IActionResult Contact()
|
|
||||||
{
|
|
||||||
return Ok(new { Message = $"API Called with token {HttpContext.Request.Headers[HeaderNames.Authorization]}" });
|
|
||||||
}
|
|
||||||
|
|
||||||
public IActionResult Error()
|
|
||||||
{
|
|
||||||
return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
using Microsoft.AspNetCore.Builder;
|
|
||||||
using Microsoft.AspNetCore.Http;
|
|
||||||
using Microsoft.AspNetCore.Rewrite;
|
|
||||||
using Microsoft.Extensions.Configuration;
|
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Authentication.Extensions
|
|
||||||
{
|
|
||||||
public static class AuthenticationServiceCollectionExtensions
|
|
||||||
{
|
|
||||||
public static IApplicationBuilder UseHttps(this IApplicationBuilder builder)
|
|
||||||
{
|
|
||||||
var configuration = builder.ApplicationServices.GetRequiredService<IConfiguration>();
|
|
||||||
var port = configuration.GetValue<int?>("Https:Port", null);
|
|
||||||
var rewriteOptions = new RewriteOptions();
|
|
||||||
rewriteOptions.AddRedirectToHttps(StatusCodes.Status301MovedPermanently, port);
|
|
||||||
builder.UseRewriter(rewriteOptions);
|
|
||||||
return builder;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,41 +0,0 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
||||||
<UserSecretsId>aspnet-IdentityWebApplicationSample-71B323EE-A696-4709-9EA5-C93EFCD9E6FB</UserSecretsId>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="$(MicrosoftAspNetCoreAuthenticationCookiesPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="$(MicrosoftAspNetCoreAuthenticationFacebookPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="$(MicrosoftAspNetCoreAuthenticationGooglePackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="$(MicrosoftAspNetCoreAuthenticationTwitterPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="$(MicrosoftAspNetCoreAuthorizationPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="$(MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="$(MicrosoftAspNetCoreDiagnosticsPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="$(MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="$(MicrosoftAspNetCoreHostingPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Rewrite" Version="$(MicrosoftAspNetCoreRewritePackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="$(MicrosoftAspNetCoreServerIISIntegrationPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="$(MicrosoftAspNetCoreServerKestrelPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="$(MicrosoftAspNetCoreServerKestrelHttpsPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(MicrosoftEntityFrameworkCoreSqlServerPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" PrivateAssets="All" Version="$(MicrosoftEntityFrameworkCoreToolsPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="$(MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="$(MicrosoftExtensionsConfigurationUserSecretsPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="$(MicrosoftExtensionsConfigurationCommandLinePackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="$(MicrosoftExtensionsLoggingConfigurationPackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(MicrosoftExtensionsLoggingConsolePackageVersion)" />
|
|
||||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="$(MicrosoftExtensionsLoggingDebugPackageVersion)" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\src\Service.Diagnostics\Microsoft.AspNetCore.Diagnostics.Identity.Service.csproj" />
|
|
||||||
<ProjectReference Include="..\..\src\Service.EF\Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.csproj" />
|
|
||||||
<ProjectReference Include="..\..\src\Service.IntegratedWebClient\Microsoft.AspNetCore.Identity.Service.IntegratedWebClient.csproj" />
|
|
||||||
<ProjectReference Include="..\..\src\Service.AzureKeyVault\Microsoft.AspNetCore.Identity.Service.AzureKeyVault.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
|
@ -1,15 +0,0 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
|
||||||
|
|
||||||
using System.Security.Cryptography.X509Certificates;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore
|
|
||||||
{
|
|
||||||
internal class CertificateFileLoader : ICertificateFileLoader
|
|
||||||
{
|
|
||||||
public X509Certificate2 Load(string path, string password, X509KeyStorageFlags flags)
|
|
||||||
{
|
|
||||||
return new X509Certificate2(path, password, flags);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче