9

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.!

Ricardo Pons
  • 249
  • 1
  • 2
  • 8
  • 3
    I found a solution for this :) via nuget http://nuget.org/packages/Azure.ACS.LoginControls i hope it's useful for someone. – Ricardo Pons Jan 28 '12 at 21:43
  • Check out this question, [http://stackoverflow.com/questions/7640529/how-to-develop-user-authenticated-rest-service-with-azure-acs](http://stackoverflow.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](http://msdn.microsoft.com/en-us/library/hh446531.aspx) helpful. – J Burnett Aug 22 '12 at 17:57
  • @RicardoPons, please post this as an answer to your own question so that other people could easily find it. – Sevenate Jun 17 '13 at 10:26

3 Answers3

0

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

Ewerton
  • 4,046
  • 4
  • 30
  • 56
0

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

Raaj830
  • 1
  • 3