cost 363 ms
无法在 Azure ASP.NET 后端验证 MobileServiceClient - Can't authenticate MobileServiceClient in Azure ASP.NET Backend

我有基于 Visual Studio 2019 模板的 ASP.NET Web 应用程序(.NET Framework),并带有个人用户帐户的自定义身份验证。 它适用于 Postman。 我能够获得令牌并访问标记为 [授权] 的 controller 我正在为用于离线同步的 MobileServi ...

Azure SQL C# 后端查询浮点数导致“内部服务器错误” - Azure SQL C# Backend Querying Float Caues "Internal Server Error"

我有一个非常适合你们的集市,我就是想不通,甚至想不通。 我过去创建了一些 Azure 数据库,我相信这是我使用 .NET 后端的第二个数据库。 除了浮点变量之外,我似乎已经正确地拉/插入了所有内容。 精简类客户端: 精简类后端: 在服务器端,价格列(和类的其他浮点数)被设置为数据类型“浮点 ...

Azure移动应用程序自定义身份验证和MobileServiceClient - Azure mobile app custom authentication and MobileServiceClient

我正在为Azure移动应用程序遵循自定义身份验证( https://www.newventuresoftware.com/blog/custom-authentication-with-azure-mobile-apps ) 我创建了AuthControll ,它接受用户名和密码并创建令牌 ...

Azure移动服务客户端InvokeApiAsync未达到WebAPI - Azure Mobile Service Client InvokeApiAsync not hitting WebAPI

我似乎无法从我的xamarin Forms移动应用程序中访问Web API。 我可以通过PostMan命中api,并且效果很好。 输入文本时运行的命令 此命令调用ExecuteSearchCommand方法,客户端通过该方法进行api调用 我的ItemController ...

如何在MobileServiceClient中使用基本身份验证? - How can I use basic authentication with MobileServiceClient?

我正在使用azure移动服务SDK进行离线同步。 我制作了api,以便使用电子邮件和密码进行基本身份验证来保护它。 如何将这些凭据嵌入MobileServiceClient,以便每当我调用一个方法时,它都具有正确的身份验证凭据。 这是我现有的MobileServiceClient代 ...

创建新的MobileServiceClient()将冻结VS和Android应用 - Creating a new MobileServiceClient() freezes VS and Android app

在Xamarin Forms应用程序上工作(Android和iOS)尝试创建与简易表的连接时,我在Azure移动应用程序中的Visual Studio冻结了大约7秒钟,然后返回时退出了代码,Android在调试中运行的应用程序被永久冻结。 逐步执行代码时,它将遍历client = new ...

如何在Xamarin表单中使用IMobileServiceTableQuery的where查询? - How to use where query from IMobileServiceTableQuery in xamarin Forms?

我尝试从电子邮件中获取对象ID,可以在IMobileServiceTableQuery中做到这一点,因此,如果我在sql服务器中写查询,它将是类似SELECT id from Member where email = 'nani@gmail.com' ,所以如何在IMobileServiceTa ...

替换Azure MobileService.Client.GetPush()。RegisterAsync() - Replacement for Azure MobileService.Client.GetPush().RegisterAsync()

由于Microsoft.Azure.MobileClient nuget当前仅支持.net标准,因此我正在考虑将其从我的应用程序项目中删除。 我唯一要使用的是RegisterAsync()调用。 我可以在后端(使用Azure通知服务)执行此操作吗? 我有Firebase令牌和Apple ...

Xamarin MobileServiceClient RefreshUserAsync与Google 403 - Xamarin MobileServiceClient RefreshUserAsync with Google 403

我正在使用Azure的MobileServiceClient sdk与我的服务器进行身份验证。 升级到4.x版本后,我还使用Xamarin.Auth通过Google和Facebook验证用户身份。 当响应从Google回来时,我得到一个刷新令牌。 然后,我将移动服务SDK称为: 这 ...

是否可以使用Azure Function App URL创建Azure MobileServiceClient实例,而不创建Azure Mobile App? - Can I create Azure MobileServiceClient instance with Azure Function App url instead of creating an Azure Mobile App?

我的目的是构建无服务器的移动应用程序后端。 现在,当我尝试创建MobileServiceClient实例时,它要求提供Azure移动应用程序URI,这个URI可以是功能应用程序URI还是只能是移动应用程序? ...

Azure App Service身份验证-即使身份验证失败也提取数据 - Azure App Service Authentication - Pulled data even when authentication failed

我有一个针对Windows UWP的Xamarin Forms应用程序。 我已经按照以下类似本文的Microsoft文档成功设置了离线同步和身份验证: https : //docs.microsoft.com/zh-cn/azure/app-service-mobile/app-service ...

MobileServiceClient MobileServiceInvalidOperationException响应的内容为null - MobileServiceClient MobileServiceInvalidOperationException Response Content is null

我在Xamarin Forms应用程序中使用以下代码: 我遇到的问题是当500导致抛出MobileServiceInvalidOperationException时。当我尝试读取响应的内容(e.Response.Content)时,它为null。 当我使用Restlet调用相同的API ...

如何从Azure移动应用程序获取列平均值 - How to get column average from azure mobile apps

我正在Windows 10应用程序中使用azure移动应用程序.net后端,我想从数据库中的表中检索平均列。 我怎样才能做到这一点? 我搜索了互联网,找不到任何有用的信息。 我的表格只有两列; id(字符串)和Rating(int)。 ...

在服务器端Azure移动应用程序上提供“ login_hint” - Providing “login_hint” on server side Azure Mobile App

我正在使用Azure MobileServiceClient向移动应用程序进行身份验证。 我想启用安全注销功能,该功能涉及删除Web组件创建的cookie。 否则,如果有未过期的Cookie潜伏,选择“登录”的任何人都只会登录。 删除Cookie效果很好。 不幸的是,这意味着在同一台 ...

使用Xamarin的Azure移动应用程序身份验证 - Azure Mobile App Authentication using Xamarin

我阅读了这两篇文章1. 在这里和2. 在这里,以了解当服务器上的API使用基于Claims的自定义授权并且Xamarin客户端使用MobileServiceClient框架调用服务器上的API时,对Azure移动应用执行身份验证的最佳方法。 我无法最终确定这些链接中的两个示例中哪个是更好的方法 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM