.net core support for Authentication #11281
-
Hello, I am trying to implement AzureFunctionTokenProvider() described here: Authentication and authorization in your app and How to: Write a TokenProvider with an Azure Function. My current backend is Azure Functions using .NET (C#), however there is currently no fluid-framework support. Is it possible to provide documentation on how to support custom tokenProviders outside the InsecureTokenProvider() and AzureFunctionTokenProvider(). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@renszzzzzzz , token generation is not restricted to javascript. The only requirement of the service is to generate a jwt token. You can use any backend language to do this. You can learn about the token structure here: |
Beta Was this translation helpful? Give feedback.
@renszzzzzzz , token generation is not restricted to javascript. The only requirement of the service is to generate a jwt token. You can use any backend language to do this. You can learn about the token structure here:
https://learn.microsoft.com/en-us/azure/azure-fluid-relay/concepts/authentication-authorization