错误:使用azure服务使用google进行身份验证时,403 disallowed_useragent

时间:2016-11-14 13:38:20

标签: c# azure xamarin.forms google-oauth

如何解决错误403 disallowed_useragent。在使用谷歌认证的Windows Azure移动服务时出现错误。 我的代码是

var user = await TodoItemManager.DefaultManager.CurrentClient.LoginAsync(
    UIApplication.SharedApplication.KeyWindow.RootViewController, MobileServiceAuthenticationProvider.Google);
                    if (user != null)
                    {
                        var authAlert = new UIAlertView("Authentication", "You are now logged in " + user.UserId, null, "OK", null);
                        //authAlert.Show();
                    }

0 个答案:

没有答案