Can someone please point me to the right direction with this; I have setup Azure Functions Authentications, it works fine when I deploy my function to Azure but locally the token is not validated hence the I can't retrieve the authenticated user. I am using Microsoft and Facebook authentications as well as a custom Authentication method, all working fine on Azure but locally none of them work!
I found this article which explains how it is done for Azure Mobile Apps however it seems that the method provided is not going to be possible for Functions.