Go to file
Nate McMaster 98a6c5875e
Add certificate names for code signing
2018-06-05 22:30:00 -07:00
build Update dependencies.props 2018-06-03 19:03:16 +00:00
samples/AzureADB2CSample Upgrade to netcoreapp22 2018-05-16 14:26:44 -07:00
src Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename 2018-04-13 16:13:44 -07:00
test Upgrade to netcoreapp22 2018-05-16 14:26:44 -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
.gitignore
.travis.yml Initial commit 2018-03-03 14:44:32 -08:00
AADIntegration.sln [Fixes #11] Add functional tests for the libraries 2018-03-27 21:33:13 -07:00
CONTRIBUTING.md
Directory.Build.props Add certificate names for code signing 2018-06-05 22:30:00 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-16 14:26:44 -07:00
LICENSE.txt
NuGet.config Initial commit 2018-03-03 14:44:32 -08:00
NuGetPackageVerifier.json Add Azure AD package + tests 2018-03-23 12:25:17 -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 chmod +x .sh scripts 2018-04-10 09:42:10 -07:00
korebuild-lock.txt Add certificate names for code signing 2018-06-05 22:30:00 -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 Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:12:23 -07:00
run.sh Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:12:23 -07:00
version.props This version got missed in updating 2018-04-16 16:41:15 -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.