Middleware to initiate a proper identity in an aspnet core application when using azure appservice authentication.
Info
Version: | 1.0.0-beta |
Author(s): | lpunderscore |
Last Update: | Sunday, February 19, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lpmeunier/azureappservice-authentication-middleware |
NuGet Url: | https://www.nuget.org/packages/AzureAppserviceAuthenticationMiddleware |
Install
Install-Package AzureAppserviceAuthenticationMiddleware
dotnet add package AzureAppserviceAuthenticationMiddleware
paket add AzureAppserviceAuthenticationMiddleware
AzureAppserviceAuthenticationMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 1.1.0)
- Microsoft.AspNetCore.Authentication(>= 1.1.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.0)
- Newtonsoft.Json(>= 9.0.22)
Tags