0

I need some help with creating a simple WebRole that uses federated authorzation/authentication with LiveId and the Access Control Service. I'm able to get it working with a local test ASP.NET application, but can't seem to find any information on the steps necessary to do this with a Web Role that can be deployed to Azure. The only information that I've found is to handle this scenario using a custom STS and the ACS or just LiveID, but nothing that demonstrates using both together.

Is there currently a limitation with Azure that prevents this? I've read some articles that seem to indicate it isn't currently possible due to the Geneva Framework not being fully implemented on Azure - can anyone confirm?

Thank you very much for any help!

4

1 回答 1

1

您可能会发现此资源很有用 - http://code.msdn.microsoft.com/wifwazpassive。它展示了如何在 Azure Webrole 中使用 ACS。它确实使用了自定义 STS,而不是 LiveID,但鉴于它使用的是日内瓦框架组件,应该可以使其与 LiveID 一起使用。

于 2009-09-15T09:45:35.967 回答