Note that there are some explanatory texts on larger screens.

plurals
  1. POSingle Sign On on Multiple Apps Windows Phone
    primarykey
    data
    text
    <p>We are developing multiple apps for our client which all can be used using same credentials(credentials of there company portal). So we want to implement something like single sign on, such that user need not to login each app. I have already gone through these links <a href="http://msdn.microsoft.com/en-us/library/live/hh826544.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/live/hh826544.aspx</a></p> <p>http://stackoverflow.com/questions/5598411/single-sign-on-choices-to-use-with-windows-phone-7</p> <p>Here is what i need exactly:</p> <p>step 1.) When user login to one app(say App1), the portal will return a token, ineed to store this token somewhere, such that only authorized apps can access this. Step 2.) when any other app(of same group) launches it will check on the location for the token and if token exists, it will not demand for credentials. Step.3) When user logs out from any app, it will remove the token from shared location.</p> <p>We have already implemented this in IOS using keychain(possibly wrong term as i am not ios developer).This keychain provides a common space for the apps signed with same certificate.</p> <p>As per my knowledge uptill windows phone 7.5 there is no possibility. Does windows Phone 8 has something for this. If not i am open to any kind of suggestions to serve the purpose.</p> <p>P.S. : Security is our major concern, So when you suggest please let us know you think there could be any security concers though hack or phone loss.</p> <p>Thanks a lot..</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload