forked from Sustainsys/Saml2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kentor.AuthServices.sln
104 lines (104 loc) · 6.91 KB
/
Kentor.AuthServices.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentor.AuthServices", "Kentor.AuthServices\Kentor.AuthServices.csproj", "{93BA675E-A159-4701-B68B-C4B81015C556}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0C4834E-A7A9-476F-8F46-B2D533190872}"
ProjectSection(SolutionItems) = preProject
CodeCoverage.runsettings = CodeCoverage.runsettings
CONTRIBUTING.md = CONTRIBUTING.md
CONTRIBUTORS.txt = CONTRIBUTORS.txt
Kentor.AuthServices.ruleset = Kentor.AuthServices.ruleset
LICENSE = LICENSE
README.md = README.md
VersionInfo.cs = VersionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApplication", "SampleApplication\SampleApplication.csproj", "{A8933B89-1052-43EF-A884-07860375F3FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentor.AuthServices.Tests", "Kentor.AuthServices.Tests\Kentor.AuthServices.Tests.csproj", "{D3334615-C970-464F-8F45-50CB53A5C0EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{DB9690FA-2519-4D70-A831-2D6705842721}"
ProjectSection(SolutionItems) = preProject
doc\ClaimsAuthenticationManager.md = doc\ClaimsAuthenticationManager.md
doc\Configuration.md = doc\Configuration.md
doc\IdentityServer3Okta.md = doc\IdentityServer3Okta.md
doc\OktaAppOptions.png = doc\OktaAppOptions.png
doc\OwinMiddleware.md = doc\OwinMiddleware.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{8EE1C45E-A81F-4D3F-A645-4C20528E327F}"
ProjectSection(SolutionItems) = preProject
nuget\Kentor.AuthServices.HttpModule.nuspec = nuget\Kentor.AuthServices.HttpModule.nuspec
nuget\Kentor.AuthServices.Mvc.nuspec = nuget\Kentor.AuthServices.Mvc.nuspec
nuget\Kentor.AuthServices.nuspec = nuget\Kentor.AuthServices.nuspec
nuget\Kentor.AuthServices.Owin.nuspec = nuget\Kentor.AuthServices.Owin.nuspec
nuget\kentor.png = nuget\kentor.png
nuget\MakePackage.ps1 = nuget\MakePackage.ps1
nuget\ReleaseNotes.txt = nuget\ReleaseNotes.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentor.AuthServices.Mvc", "Kentor.AuthServices.Mvc\Kentor.AuthServices.Mvc.csproj", "{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleMvcApplication", "SampleMvcApplication\SampleMvcApplication.csproj", "{CE07482B-C6AB-4195-A1A7-3BB69176EFF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentor.AuthServices.StubIdp", "Kentor.AuthServices.StubIdp\Kentor.AuthServices.StubIdp.csproj", "{7B60747D-6337-4424-ACB5-7D580EC1E1A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentor.AuthServices.Owin", "Kentor.AuthServices.Owin\Kentor.AuthServices.Owin.csproj", "{FA1E7723-124C-4D2D-A731-E16400B0073B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleOwinApplication", "SampleOwinApplication\SampleOwinApplication.csproj", "{1C263C1A-3201-4A90-96BB-22CD3F074EC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentor.AuthServices.HttpModule", "Kentor.AuthServices.HttpModule\Kentor.AuthServices.HttpModule.csproj", "{86A588E8-2E2D-4394-9545-24D8EA939CF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleIdentityServer3", "SampleIdentityServer3\SampleIdentityServer3.csproj", "{D4B36D49-D994-48AC-AC1F-7A2AA49BDF0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93BA675E-A159-4701-B68B-C4B81015C556}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93BA675E-A159-4701-B68B-C4B81015C556}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93BA675E-A159-4701-B68B-C4B81015C556}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93BA675E-A159-4701-B68B-C4B81015C556}.Release|Any CPU.Build.0 = Release|Any CPU
{A8933B89-1052-43EF-A884-07860375F3FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8933B89-1052-43EF-A884-07860375F3FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8933B89-1052-43EF-A884-07860375F3FA}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D3334615-C970-464F-8F45-50CB53A5C0EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3334615-C970-464F-8F45-50CB53A5C0EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3334615-C970-464F-8F45-50CB53A5C0EE}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D32F0A3-CEC8-4DC6-A096-5905EA9C3770}.Release|Any CPU.Build.0 = Release|Any CPU
{CE07482B-C6AB-4195-A1A7-3BB69176EFF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE07482B-C6AB-4195-A1A7-3BB69176EFF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE07482B-C6AB-4195-A1A7-3BB69176EFF2}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B60747D-6337-4424-ACB5-7D580EC1E1A1}.Release|Any CPU.Build.0 = Release|Any CPU
{FA1E7723-124C-4D2D-A731-E16400B0073B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA1E7723-124C-4D2D-A731-E16400B0073B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA1E7723-124C-4D2D-A731-E16400B0073B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA1E7723-124C-4D2D-A731-E16400B0073B}.Release|Any CPU.Build.0 = Release|Any CPU
{1C263C1A-3201-4A90-96BB-22CD3F074EC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C263C1A-3201-4A90-96BB-22CD3F074EC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C263C1A-3201-4A90-96BB-22CD3F074EC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C263C1A-3201-4A90-96BB-22CD3F074EC8}.Release|Any CPU.Build.0 = Release|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86A588E8-2E2D-4394-9545-24D8EA939CF2}.Release|Any CPU.Build.0 = Release|Any CPU
{D4B36D49-D994-48AC-AC1F-7A2AA49BDF0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4B36D49-D994-48AC-AC1F-7A2AA49BDF0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4B36D49-D994-48AC-AC1F-7A2AA49BDF0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4B36D49-D994-48AC-AC1F-7A2AA49BDF0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal