[Archived] UI and library components for integrating ASP.NET Core applications with Azure Active Directory. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 26c7e2cdf2
Update README.md
2018-11-26 15:45:47 -08:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
build Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55) 2018-11-16 15:07:40 -08:00
samples/AzureADB2CSample Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55) 2018-11-16 15:07:40 -08:00
src Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55) 2018-11-16 15:07:40 -08:00
test Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55) 2018-11-16 15:07:40 -08:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
.editorconfig Initial commit 2018-03-03 14:44:32 -08:00
.gitattributes Add .gitignore and .gitattributes 2018-03-03 12:17:25 -08:00
.gitignore Add .gitignore and .gitattributes 2018-03-03 12:17:25 -08:00
.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 Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55) 2018-11-16 15:07:40 -08:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:27:51 -07:00
NuGet.config Initial commit 2018-03-03 14:44:32 -08:00
NuGetPackageVerifier.json Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55) 2018-11-16 15:07:40 -08:00
README.md Update README.md 2018-11-26 15:45:47 -08:00
Settings.StyleCop Initial commit 2018-03-03 14:44:32 -08:00
build.cmd Initial commit 2018-03-03 14:44:32 -08:00
build.sh chmod +x .sh scripts 2018-04-10 09:42:10 -07:00
korebuild-lock.txt Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55) 2018-11-16 15:07:40 -08:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:09 -07:00
run.cmd Initial commit 2018-03-03 14:44:32 -08:00
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 [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

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 AspNetCore repo.