windows store apps - How to authenticate the user in offline mode in Azure Active Directory? -
am developing windows store 8.1 app using c# , xaml.
in app, user log in app using azure active directory single sign on log in(with net connection)
but how authenticate user in azure active directory when user not connected internet?
i want app work in offline mode too..
how can accomplish this?
when 'log in', there should artifact produced. in case of openidconnect there id_token, oauth produces accesstoken. if captured , stored securely, there evidence user did authenticate aad @ 1 time. artifacts of 'log in' have expiration times.
backing up, when user logs in, how identity used? managed protected resources or reach out them?
windows-store-apps azure-mobile-services azure-active-directory
No comments:
Post a Comment