0

I have a Windows 8 app that I want to connect to a WCF Service hosted on Windows Azure - easy.

The tricky part is that I want to allow only Authenticated users (via their windows live account) to access my service, including being able to pass a unique identifier to the service to identify the user on the Azure hosted app.

All of this plumbing is available when you use Azure Mobile Services, but surely there must be a solution for a regular WCF app within azure.

Azure Mobile Services has a MobileServiceClient type that has all of the required functionality, but I need a regular Azure-hosted WCF equivalent

4

1 回答 1

0

您可以尝试从现已弃用的Windows Azure Toolkit for Windows 8中提取一些内容。目前发布预览版可用;它不会按原样工作,因为它是 pre-RTM,但它应该有助于启动您的工作。

我将再次强调它不受支持,并且 Windows Azure 移动服务是记录计划。

于 2013-01-27T17:58:59.713 回答