This helps getting azure appservice authentication working with asp.net core.
Info
Version: | 2.0.3 |
Author(s): | Kirsten Kluge |
Last Update: | Tuesday, August 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication |
NuGet Url: | https://www.nuget.org/packages/KK.AspNetCore.EasyAuthAuthentication |
Install
Install-Package KK.AspNetCore.EasyAuthAuthentication
dotnet add package KK.AspNetCore.EasyAuthAuthentication
paket add KK.AspNetCore.EasyAuthAuthentication
KK.AspNetCore.EasyAuthAuthentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.1.2)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Configuration(>= 2.1.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.2)
- System.IdentityModel.Tokens.Jwt(>= 5.3.0)