Add AAD Integration repo
This commit is contained in:
parent
6ee57067b8
commit
7eb13646d5
|
|
@ -1,3 +1,7 @@
|
||||||
|
[submodule "modules/AADIntegration"]
|
||||||
|
path = modules/AADIntegration
|
||||||
|
url = https://github.com/aspnet/AADIntegration.git
|
||||||
|
branch = release/2.1
|
||||||
[submodule "modules/Antiforgery"]
|
[submodule "modules/Antiforgery"]
|
||||||
path = modules/Antiforgery
|
path = modules/Antiforgery
|
||||||
url = https://github.com/aspnet/Antiforgery.git
|
url = https://github.com/aspnet/Antiforgery.git
|
||||||
|
|
@ -189,4 +193,4 @@
|
||||||
[submodule "modules/WebHooks"]
|
[submodule "modules/WebHooks"]
|
||||||
path = modules/WebHooks
|
path = modules/WebHooks
|
||||||
url = https://github.com/aspnet/WebHooks.git
|
url = https://github.com/aspnet/WebHooks.git
|
||||||
branch = release/2.1
|
branch = release/2.1
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Repository Include="AADIntegration" />
|
||||||
<Repository Include="Antiforgery" />
|
<Repository Include="Antiforgery" />
|
||||||
<Repository Include="AuthSamples" />
|
<Repository Include="AuthSamples" />
|
||||||
<Repository Include="AzureIntegration" />
|
<Repository Include="AzureIntegration" />
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8947b815075dc16015bb867e568129b18e54804c
|
||||||
Loading…
Reference in New Issue