From eb95948363c38aa5d94062c80d5982a8b3386b88 Mon Sep 17 00:00:00 2001 From: John Berry Date: Sun, 10 May 2020 21:59:34 -0700 Subject: [PATCH] Update authorization.md Changed to correct Nuget package name --- docfx/guides/http/authorization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docfx/guides/http/authorization.md b/docfx/guides/http/authorization.md index ce27a582..0a5eb2d2 100644 --- a/docfx/guides/http/authorization.md +++ b/docfx/guides/http/authorization.md @@ -10,7 +10,7 @@ If you are using an Open ID Connect supporting identity provider such as Auth0, First install the NuGet package into your Azure Functions project: - Install-Package FunctionMonkey.TokenValidation + Install-Package FunctionMonkey.TokenValidator _At the time of writing you may need to add -pre onto the above as Function Monkey is listed as a preview package due to its reliance on a preview Service Bus package_ @@ -211,4 +211,4 @@ And it is shown specified at the route level in the below Function App configura ## Accessing the Claims From Command Handlers -Claims are accessed by mapping them onto command properties as described in the [next section](/http/claimsmapping.md). \ No newline at end of file +Claims are accessed by mapping them onto command properties as described in the [next section](/http/claimsmapping.md).