Go to file
Pranav K c6cc1ef6d6 Apply attribute to page model rather than handler 2018-06-20 10:53:56 -07:00
.vsts-pipelines/builds Adding VSTS file 2018-06-11 10:54:44 -07:00
build Update dependencies.props 2018-06-07 19:24:13 +00:00
samples/AzureADB2CSample Upgrade to netcoreapp22 2018-05-16 14:26:44 -07:00
src Apply attribute to page model rather than handler 2018-06-20 10:53:56 -07:00
test Upgrade to netcoreapp22 2018-05-16 14:26:44 -07:00
.appveyor.yml
…
.editorconfig
…
.gitattributes
…
.gitignore
…
.travis.yml
…
AADIntegration.sln
…
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
…
NuGetPackageVerifier.json
…
README.md
…
Settings.StyleCop
…
build.cmd
…
build.sh
…
korebuild-lock.txt Update dependencies.props 2018-06-07 19:24:13 +00:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 13:14:45 -07:00
run.cmd
…
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 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.