How to use "Restrict JWT Issuing option for Windows 8 apps" in Live Connect? -
based on descriptions on http://msdn.microsoft.com/en-us/library/live/hh826544.aspx#restrict_jwt, still don't know how use feature. understanding that:
i need create 2 win8 apps. example, appa , appb
configure them live service on configuring app.
only specify 1 app redirection uri. example, specify "url://appa" redirection uri appa.
make sure both 2 win8 apps' "restrict jwt issuing" option set "no"
for appb, use redirection uri appa initialize liveauthclient object: var authclient = new liveauthclient("url://appa"); after that, authentication token appb live connect should able parsed appa's client secret. turned out authentication failed , no authentication token returned.
can 1 point out whether understanding correct. in advance.
Comments
Post a Comment