windows store apps - How to authenticate the user in offline mode in Azure Active Directory? -


Developing a Windows Store 8.1 application using C # and xaml.

In the app, initially log on to the app using the Azure Active Directory Single Sign (with an internet connection) on user login

but when the user is not connected to the internet How to authenticate the user in the Azure Active Directory?

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

How can I get it?

When you 'log in', then there should be a built-in object. In the case of openID connection, there is an id_token, ohth creates an access key. If they have been captured and stored safely, then there will be evidence that the user had authenticated AAD at one time. It is time to conclude the artwork of 'log in'.

Backups, when a user logs in, how is this identity used? Do you manage secure resources or do you reach for them?


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -