Go to file
Pranav K e27088d9d9 React to Razor.Design package removal 2018-10-31 14:26:52 -07:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
build React to Razor.Design package removal 2018-10-31 14:26:52 -07:00
samples/AzureADB2CSample React to Razor.Design package removal 2018-10-31 14:26:52 -07:00
src React to Razor.Design package removal 2018-10-31 14:26:52 -07:00
test React to Razor.Design package removal 2018-10-31 14:26:52 -07:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
.editorconfig
.gitattributes
.gitignore
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
AADIntegration.sln [Fixes #11] Add functional tests for the libraries 2018-03-27 21:33:13 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:45:04 -07:00
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:29 -07:00
Directory.Build.targets React to Razor.Design package removal 2018-10-31 14:26:52 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:27:51 -07:00
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 chmod +x .sh scripts 2018-04-10 09:42:10 -07:00
korebuild-lock.txt React to Razor.Design package removal 2018-10-31 14:26:52 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
run.cmd
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:29 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:29 -07:00
version.props Merge remote-tracking branch 'origin/release/2.2' 2018-09-21 14:33:56 -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.