Hi,
Today we are experiencing issue regarding the log out process. Our Windows 8.1 application is connected to MS Dynamics CRM Online with an azure account (office 365). Once the app has successfully authenticated the end user with his account and if this user
has ticked the box "keep me signed", it is no more possible for him to change the used account. After the log out process, when the app request to authenticate again, the "login box" is displayed but the Web Authentication Broker automatically
used the previous account to sign it. It is no more possible to enter a new account. That means, once installed the application can be used only for one account.
So my question is "how can we indicate to the Web Authentication Broker" to forget the account or to request again new credentials ?
The app is using the Nuget package "Windows Azure Authentication Library for Windows Store Beta". We use the classical code to remove the authentication token :
(AuthenticationContext.TokenCache as DefaultTokenCache).Clear();
We tried several scenarios to change the used account by following the KB 2507767 but nothing seems to work.
http://support.microsoft.com/kb/2507767
Have you any idea / solutions?
Thanks you a lot,
Franck