I'm following this example for .NET MAUI Web authenticator to integrate google authentication in my .NET MAUI app.
This example uses a .NET Web API as the backend. I wish to use Azure Functions as my backend. How can I achieve this?
I've looked but there are not any examples. I do not wish to use MSAL.
EDIT: I know Azure Functions and App Services offer this option https://learn.microsoft.com/en-us/azure/app-service/overview-authentication-authorization
But there are no examples on how to integrate this approach with .NET MAUI web authenticator