I am writing a Windows Phone 8 app which will use the Microsoft Account to authenticate a user (Via Azure Mobile Services)
I have followed the instructions here: http://www.windowsazure.com/en-us/develop/mobile/how-to-guides/register-for-microsoft-authentication/
Everything works as expected I get a user ID token back from the service and I use this to identify the user's assets in my system.
Problem: Every time I run the App, It wants me to log in. Ticking the Keep Me Signed In check box when logging in just remembers the account email address. It always asked for the password.
Is there something I need to do to get the "Keep me signed in" to actually keep the user signed in for this application.