Go to file
Pranav K 4b5188c679
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-26 16:43:39 -07:00
build Use the correct application part factory by default 2018-03-26 16:40:45 -07:00
samples/AzureADB2CSample Application parts cleanups 2018-03-22 20:13:10 -07:00
src Use the correct application part factory by default 2018-03-26 16:40:45 -07:00
test Add Azure AD package + tests 2018-03-23 12:25:17 -07:00
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.travis.yml
AADIntegration.sln Add Azure AD package + tests 2018-03-23 12:25:17 -07:00
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Add Azure AD package + tests 2018-03-23 12:25:17 -07:00
README.md
Settings.StyleCop
build.cmd
build.sh
korebuild-lock.txt
korebuild.json
run.cmd
run.ps1
run.sh
version.props

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.