Skip to content

Commit 2862a71

Browse files
committed
moving Web app calling Web API with B2C in own folder
1 parent cae8c19 commit 2862a71

File tree

84 files changed

+65
-813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+65
-813
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@
121121
/4-WebApp-your-API/4-2-B2C/.vs
122122
/4-WebApp-your-API/4-2-B2C/Client/obj
123123
/4-WebApp-your-API/4-2-B2C/TodoListService/obj
124+
/4-WebApp-your-API/4-2-B2C/Client/bin
125+
/4-WebApp-your-API/4-2-B2C/TodoListService/bin

4-WebApp-your-API/Client/TodoListClient.csproj renamed to 4-WebApp-your-API/4-2-B2C/Client/TodoListClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<ProjectReference Include="..\..\Microsoft.Identity.Web.UI\Microsoft.Identity.Web.UI.csproj" />
32-
<ProjectReference Include="..\..\Microsoft.Identity.Web\Microsoft.Identity.Web.csproj" />
31+
<ProjectReference Include="..\..\..\Microsoft.Identity.Web.UI\Microsoft.Identity.Web.UI.csproj" />
32+
<ProjectReference Include="..\..\..\Microsoft.Identity.Web\Microsoft.Identity.Web.csproj" />
3333
</ItemGroup>
3434

3535
</Project>

4-WebApp-your-API/README.md renamed to 4-WebApp-your-API/4-2-B2C/README.md

Lines changed: 57 additions & 123 deletions

4-WebApp-your-API/TodoListService/TodoListService.csproj renamed to 4-WebApp-your-API/4-2-B2C/TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="..\..\Microsoft.Identity.Web\Microsoft.Identity.Web.csproj" />
10+
<ProjectReference Include="..\..\..\Microsoft.Identity.Web\Microsoft.Identity.Web.csproj" />
1111
</ItemGroup>
1212

1313
</Project>

4-WebApp-your-API/WebApp-OpenIDConnect-DotNet.sln renamed to 4-WebApp-your-API/4-2-B2C/WebApp-OpenIDConnect-DotNet.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoListService", "TodoList
1313
EndProject
1414
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoListClient", "Client\TodoListClient.csproj", "{79AF134C-0F4A-43F8-8C47-75039ED87CE7}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web", "..\Microsoft.Identity.Web\Microsoft.Identity.Web.csproj", "{2AED6B80-C6DF-4AA3-98F0-77338CC1449A}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web", "..\..\Microsoft.Identity.Web\Microsoft.Identity.Web.csproj", "{2AED6B80-C6DF-4AA3-98F0-77338CC1449A}"
1717
EndProject
18-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web.UI", "..\Microsoft.Identity.Web.UI\Microsoft.Identity.Web.UI.csproj", "{A2B0D2D4-6799-4B6F-AC51-F0F0A6CA1E89}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web.UI", "..\..\Microsoft.Identity.Web.UI\Microsoft.Identity.Web.UI.csproj", "{A2B0D2D4-6799-4B6F-AC51-F0F0A6CA1E89}"
1919
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web.Test", "..\Microsoft.Identity.Web.Test\Microsoft.Identity.Web.Test.csproj", "{C4827ACC-3765-46C2-8D86-ACFCEB175A11}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Identity.Web.Test", "..\..\Microsoft.Identity.Web.Test\Microsoft.Identity.Web.Test.csproj", "{C4827ACC-3765-46C2-8D86-ACFCEB175A11}"
2121
EndProject
2222
Global
2323
GlobalSection(SolutionConfigurationPlatforms) = preSolution

4-WebApp-your-API/AppCreationScripts/AppCreationScripts.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

4-WebApp-your-API/AppCreationScripts/Cleanup.ps1

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)