I'm programming a Metro app, in which the user should authenticate using acs.
Now I have included a nuget package (Windows8.Identity.AccessControl
) and I am able to get the identitprovider
list and to Login, but how can I receive the token (I need the nameidentifier)?
In the azure toolkit there is a sample, but written in JavaScript and I cannot figure out how to do this :(.
I've worked with acs in combination with a WP7 app and I had no problems there.
Thanks for your help. :)