Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,

am developing a Windows Store 8.1 app using C# and xaml.

I am performing single sign on using Azure Active Directory Account login.

Case 1: I have added few users in Active directory and log in with the "X User"credentials in the app.
When i delete that X user in AD and i try reopen the app and it is saying that the X User is logged in, even though the user is deleted in AD. After 1 hour it is asking the user to log in.


Rather than displaying the X user is already logged in, immediately i want to display log in screen to the User to log in, this is one case

Case 2: When i change the password of X user in Active Directory and when i reopen the app it is not asking user to log in with the new password, it is displaying the X user is already logged in

In both the scenarios i want to display the log in screen to the user to log in

How can i achieve this?
Posted

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