简体   繁体   English

Azure移动服务身份验证-我们无法连接到该服务

[英]Azure Mobile Services Auth - We can't connect to the service

I'm getting "We can't connect to the service you need right now. Check your network connection or try this later." 我收到“我们无法立即连接到您需要的服务。请检查您的网络连接或稍后再试。” every now and then on my Windows 10 application when executing 执行时不时在Windows 10应用程序上

user = await MyCloud.AzureClient.LoginAsync(provider, true);

Does anyone know the root cause of this error? 有人知道此错误的根本原因吗? The app is connected to internet, checking internet connectivity of the app with 该应用程序已连接到Internet,并使用

ConnectionProfile internetConnectionProfile = 
                               NetworkInformation.GetInternetConnectionProfile();

The problem is with calling 问题在于打电话

LoginAsync(this IMobileServiceClient client, string provider, bool useSingleSignOn)

Single Sign On does not work well. 单一登录效果不佳。 Everything is working fine by just calling 只需打电话就可以正常工作

LoginAsync(this IMobileServiceClient client, string provider)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure移动服务:无法使用Xamarin登录 - Azure Mobile Services : can't login with Xamarin Azure Active Directory身份验证出现错误“我们无法立即连接到您需要的服务” - Azure Active directory authentication got error “we can't connect to the service you need right now” 在 Azure 移动服务中找不到属性 nameId - Can't find a property nameId in Azure mobile services 无法使用 Azure Active Directory 连接到连接服务身份验证 - Can't connect to Connected Services Authentication with Azure Active Directory Azure WCF服务无法连接到SQL Azure - Azure WCF service can't connect to SQL Azure 新表Mobile Service Azure,无法获取数据 - New table Mobile Service Azure, can't get data 添加GSM功能以连接到azure移动服务 - Adding GSM function to connect to azure mobile service 无法连接到Azure移动服务Visual Studio 2015 - Cannot connect to Azure Mobile Services Visual Studio 2015 Xaml桌面应用程序连接到Windows Azure移动服务 - Xaml desktop application connect to Windows Azure Mobile Services 无法使用 Azure 移动服务 .NET 从第二个表中读取数据 - Can't read data from second table using Azure Mobile Services .NET
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM