Go to file
Javier Calvarro Nelson de86071b2c React to changes in Virtual schemes 2018-03-22 13:39:45 -07:00
build [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
samples/AzureADB2CSample [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
src React to changes in Virtual schemes 2018-03-22 13:39:45 -07:00
test [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
.appveyor.yml Initial commit 2018-03-03 14:44:32 -08:00
.editorconfig Initial commit 2018-03-03 14:44:32 -08:00
.gitattributes Add .gitignore and .gitattributes 2018-03-03 12:17:25 -08:00
.gitignore Add .gitignore and .gitattributes 2018-03-03 12:17:25 -08:00
.travis.yml Initial commit 2018-03-03 14:44:32 -08:00
AADIntegration.sln [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
CONTRIBUTING.md Add .gitignore and .gitattributes 2018-03-03 12:17:25 -08:00
Directory.Build.props Initial commit 2018-03-03 14:44:32 -08:00
Directory.Build.targets Initial commit 2018-03-03 14:44:32 -08:00
LICENSE.txt Add .gitignore and .gitattributes 2018-03-03 12:17:25 -08:00
NuGet.config Initial commit 2018-03-03 14:44:32 -08:00
NuGetPackageVerifier.json [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
README.md [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
Settings.StyleCop Initial commit 2018-03-03 14:44:32 -08:00
build.cmd Initial commit 2018-03-03 14:44:32 -08:00
build.sh Initial commit 2018-03-03 14:44:32 -08:00
korebuild-lock.txt [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
korebuild.json Initial commit 2018-03-03 14:44:32 -08:00
run.cmd Initial commit 2018-03-03 14:44:32 -08:00
run.ps1 Initial commit 2018-03-03 14:44:32 -08:00
run.sh Initial commit 2018-03-03 14:44:32 -08:00
version.props Initial commit 2018-03-03 14:44:32 -08:00

README.md

ASP.NET Core Azure Active Directory Integration

ASP.NET Core Azure Active Directory Integration provides seamless authentication integration with different Azure Active Directory services like Azure Active Directory and Azure Active Directory B2C for ASP.NET Core applications.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.