How should I use SWT get User's information from Azure ACS

84 Views Asked by At

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!

1

There are 1 best solutions below

0
On BEST ANSWER

for Live ID, you can only get NameIdentifier claim.