Go to file
Nate McMaster bc7eee804b
Updating dependencies to 2.1.2 and adding a section for pinned variable versions
2018-07-11 18:47:23 -07:00
build Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:47:23 -07:00
samples/AzureADB2CSample
…
src Set 2.1 baselines 2018-06-14 11:07:25 -07:00
test [Fixes #11] Add functional tests for the libraries 2018-03-27 21:33:13 -07:00
.appveyor.yml
…
.editorconfig
…
.gitattributes
…
.gitignore
…
.travis.yml
…
AADIntegration.sln [Fixes #11] Add functional tests for the libraries 2018-03-27 21:33:13 -07:00
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 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 Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:47:23 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 13:14:45 -07:00
run.cmd
…
run.ps1
…
run.sh chmod +x .sh scripts 2018-04-10 09:42:10 -07:00
version.props Reverting version from 2.1.2 back to 2.1.1 2018-07-11 15:06:20 -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.