i using azure mobile service login using google account.
i force google account chooser appear if user logged in 1 account.
i know using prompt=select_account in url, able accomplish that. azure doesn't allow me change url calling client.login('google').
can please point me right direction?
thanks
did try use client.logout() javascript prior calling mobile service?
additionally credential cache being used might need cleared retrigger redirect login dialog (including account chooser) like: sessionstorage.loggedinuser = null;
i assume here not using passwordvault credential cache? var vault = new windows.security.credentials.passwordvault();
my reference: https://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-how-to-use-client-library/#caching
Comments
Post a Comment