Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docfx/guides/http/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand Down Expand Up @@ -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).
Claims are accessed by mapping them onto command properties as described in the [next section](/http/claimsmapping.md).