Question

If I use Asp.net,I can add sts, and get user infomation from Claims.

But now I have a winform application, so I can't add STS reference in my project. I need to let user login my app with Google account.

I can get SWT token in code behind. But I don't know how to use this SWT get user account information. Can any body help? Thanks very much!

Was it helpful?

Solution

for Live ID, you can only get NameIdentifier claim.

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