Tutorial: Writing a TokenProvider with an Azure Function

In the Fluid Framework , TokenProviders are responsible for creating and signing tokens that the @fluidframework/azure-client uses to make requests to the Azure Fluid Relay. Each Fluid service must implement a custom TokenProvider based on the particular service’s authentication and security considerations.

To learn more about using TokenProviders, see How to: Write a TokenProvider with an Azure Function .