Go to file
Javier Calvarro Nelson af05248042 [Fixes #4] Adds an Azure Active Directory B2C package
* Adds extension methods to configure Azure Active Directory B2C
  authentication for Web applications and APIs.
* Adds all the supporting controllers/pages to support handling UI
  flows.
* Adds a sample using B2C to authenticate in a web application.
2018-03-22 13:22:13 -07:00
build [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
samples/AzureADB2CSample [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
src [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
test [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
.appveyor.yml
.editorconfig
.gitattributes
.gitignore
.travis.yml
AADIntegration.sln [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
README.md [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
Settings.StyleCop
build.cmd
build.sh
korebuild-lock.txt [Fixes #4] Adds an Azure Active Directory B2C package 2018-03-22 13:22:13 -07:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props

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.