0

I'm writing an app which accesses user information over the web. I want to use the Microsoft Account of the current user, to identify them to my application and, in turn, to the cloud-hosted services supporting the application. If they don't have an account, I would prompt them to create one.

In short, I would like functionality much like the Games hub of Windows 8, but I haven't found any tutorials on user identity that could start me in the right direction.

Paul Turner
  • 38,949
  • 15
  • 102
  • 166

1 Answers1

3

This http://msdn.microsoft.com/en-us/library/live/hh826551.aspx should be what you want to do. It's the same tutorial i used to enable sign in with microsoft account in my app.

Tamay
  • 206
  • 1
  • 4