Authentication failed with Azure Active Directory in Windows Phone
问题 I am follow the window phone authentication tutorial with Add authentication to your Mobile Services app. And I choose using Azure Active Directory way to make authentication. But the question is: it always fails and shows The remote procedure call failed. (Exception from HRESULT: 0x800706BE) at the following code protected override async void OnNavigatedTo(NavigationEventArgs e) { await Authenticate();//here throws System.Exception in mscorlib.ni.dll await RefreshMissionTable(); } And I make