BenMorris / FunctionsCustomSercuity

A basic sample demonstrating how custom input binding can be used to support custom authentication for Azure Functions.
76 stars 22 forks source link

Newbie Question: how to I create the auth token? #5

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi Ben,

Apologies for a newbie question.

How do I create the token that your awesome code will authenticate?

I didn't see an Azure Function for performing the required logic to create and return the token.

Best regards,

Karl

ghost commented 5 years ago

I found some examples, apologies for the question.