PWA offline features

0
Hi all, Am developing application through offline. For that we need Azure authentication for internal users and OTP base authentication for external users. So if i want to use it for offline features. I guess SAML and 2FA will not support for offline mode. can anyone suggest here ?   Thanks in advance   
asked
1 answers
0

Hi, an authentication must happen when the user is online, thats correct. So at first login, you always have to be online, but you can keep the session alive. Read following part of mendix docs. You will see, mendix has already some logic about that.

https://docs.mendix.com/refguide/mobile/introduction-to-mobile-technologies/progressive-web-app/#sessions

 

If you have any detailed questions, please tell me.

answered