9
votes

Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID.

I need authenticate with Windows Live ID in my WPF app.

I have a Website that works with Windows Azure Acces Control , I use claims for Roles in my website , but i need know, if its possible use this claims with WPF app.

I can´t find anything about WPF & Windows Azure Access Control , only for ASP.NET

Thank you so much.!

3
I found a solution for this :) via nuget nuget.org/packages/Azure.ACS.LoginControls i hope it's useful for someone.Ricardo Pons
Check out this question, https://stackguides.com/questions/7640529/how-to-develop-user-authenticated-rest-service-with-azure-acs The answer links to a MSDN sample for Windows Phone. Although it is targeted for Silverlight, the principles apply to WPF as well. You may also find the explanation / diagrams of http://msdn.microsoft.com/en-us/library/hh446531.aspx helpful.J Burnett
@RicardoPons, please post this as an answer to your own question so that other people could easily find it.Sevenate

3 Answers

0
votes

Maybe this could help you. I found it in this post

0
votes

First of all try the link I m sending you ... It will provide you the basic structure of how to setup your live ID : MSDN blog

You can also try this one to read more : MSDN library