Question

I'm trying to build this scenario in windows client:

Picture of my desired scenario

Steps I did:

  1. Client starts; it opens a window with a choice of the identity providers
  2. End-user choose one of the identity providers (let's say Google)
  3. It goes to next tab, where web-browser navigates to Google sign-in screen.
  4. User signs-in, and authentication token (user id, etc.) are received.
  5. Now I can login using Mobile Services, and access Azure tables, all is fine.

But now we want to use WCF service. How to obtain the IdP token in this scenario, to be used to obtain ACS SWT Token. I have access token, authentication token, user id, and much more information from IdP, but how can I either catch or forge IdP token from these informations?

I want to be able to access Azure table in a WCF service, while having the identity of a signed user from the client-side?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top