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!

Était-ce utile?

La solution

for Live ID, you can only get NameIdentifier claim.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top