Go to file
Pranav K 1df6255a4a
Merge remote-tracking branch 'origin/release/2.2'
2018-09-21 14:33:56 -07:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
build Merge remote-tracking branch 'origin/release/2.2' 2018-09-21 14:33:56 -07:00
samples/AzureADB2CSample Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 16:39:50 -07:00
src Apply attribute to page model rather than handler 2018-06-20 10:53:56 -07:00
test Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 16:39:50 -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
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:45:04 -07:00
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 chmod +x .sh scripts 2018-04-10 09:42:10 -07:00
korebuild-lock.txt Merge remote-tracking branch 'origin/release/2.2' 2018-09-21 14:33:56 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
run.cmd
run.ps1 [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
run.sh [automated] Change default branch to master 2018-07-02 12:40:09 -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.