Click here to Skip to main content
15,878,871 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.

In the app, Initially user will log in into the app using Azure Active directory single sign on log in(With Internet connection)

But how to authenticate the user in Azure Active Directory when the user is not connected to the internet?

I want my app to work in offline mode too..

How can i achieve this?
Posted
Comments
girishkalamati 27-Nov-14 7:26am    
nice question santosh !

1 solution

then probably you should go for "directory synchronization"

In short you need to maintain a machine which can sync details (objects i.e. User details) and put in File system which can be accessed by LDAP protocols on top of it and serve you the request even if your application is running offline !

Condition : At-least your app should be able to connected and talk local AD or Directory machine !

but before that you need peep in to these specs :
Quote:
Review object limits

Review requirements for the directory synchronization computer

Review requirements for the domain controllers

Ensure you have administrator permissions

Review performance considerations

Review hardware recommendations

Review your Windows Azure AD authentication requirements


Follow this : LINK
 
Share this answer
 
v3

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