aspnetcore/src/AADIntegration
Nate McMaster 85e2147ff0
Merge branch 'release/2.2'
2018-12-07 11:11:44 -08:00
..
build Merge branch 'release/2.2' 2018-12-07 11:11:44 -08:00
samples/AzureADB2CSample Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
src Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
test Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-20 10:57:52 -08:00
AADIntegration.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-20 10:57:52 -08:00
Directory.Build.props Merge remote-tracking branch 'origin/release/2.1' into rybrande/Mondo2.2 2018-11-21 16:33:42 -08:00
Directory.Build.targets Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
NuGetPackageVerifier.json Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-20 10:57:52 -08:00
version.props Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -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.