Go to file
Nate McMaster 08e6ad0c74
Merge branch 'release/2.1' into dev
2018-04-30 15:03:12 -07:00
build Update dependencies.props 2018-04-29 12:04:20 -07:00
samples/AzureADB2CSample
src Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename 2018-04-13 16:13:44 -07:00
test
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.travis.yml
AADIntegration.sln
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:29:54 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Settings.StyleCop
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-04-29 12:04:20 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 13:14:45 -07:00
run.cmd
run.ps1
run.sh
version.props Fixing unintended merge 2018-04-16 16:43:09 -07: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.