Can not log in into my Mobile App when the Web API is behind a Front Door

Ihor Kuliiev 21 Reputation points
2023-03-10T14:04:08.93+00:00

Hello,

My Mobile App (Xamarin Native) uses WebAuthenticator for authentication with different identity providers - Microsoft, Google, Facebook, Twitter.

There is an AuthenticationController on my Web API the WebAuthenticator makes a call to. After that a user is redirected to a provider's login page. Once authenticated, the second call is made to the AuthenticationController where a custom access token is generated for the user, and they are logged in into the Mobile App.

The Web API is deployed on Azure App Service.

If I use an Azure Front Door URL (the original Web API URL is behind it), then after entering credentials the second call to the AuthenticationController never happens. Users see just a blank white screen.

I will be grateful for any help or adviсe.

Thank you.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,293 questions
Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
576 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,158 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,869 questions
{count} votes