Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Remove alert | Edit | Delete | Change type
Question
You cannot vote on your own post
0
I am developing a Windows Store 8.1 app using C# and xaml.

I have integrated log in authentication with Azure Active Directory single sign-on using .Net Back end mobile service

Case 1: I have added a few users in Azure Active Directory and logged in with the "User X" credentials in the app. When I delete that User X, in AAD, and I try to reopen the app, it is saying that User X is logged in, even though the user is deleted in AAD. After 1 hour it is asking the user to log in.(Is this the minimal time required to effect the changes that made in AAD)

Rather than displaying that User X is already logged in, I immediately want to display log in screen to the User to log in.

Case 2: When I change the password of User X in Azure Active Directory, then reopen the app, it is not asking the user to log in with the new password. Again, it is displaying User X is already logged in.

In both the scenarios I want to display the log in screen for the user to log in.

How can I achieve this?
Posted
Comments
Thanks7872 2-Dec-14 9:24am    
You can achieve this by hiring a freelancer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900