Custom Bearer access token authentication for Azure Functions.
Info
Version: | 1.0.0-beta |
Author(s): | Paul Durbin |
Last Update: | Friday, August 23, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dev.azure.com/ctx-eng-automation-devops/AzFuncAccessTokenAuth |
NuGet Url: | https://www.nuget.org/packages/AzFuncAccessTokenAuth |
Install
Install-Package AzFuncAccessTokenAuth
dotnet add package AzFuncAccessTokenAuth
paket add AzFuncAccessTokenAuth
AzFuncAccessTokenAuth Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.2.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 5.5.0)
- System.IdentityModel.Tokens.Jwt(>= 5.5.0)