Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 83469

SAML in offline hybrid mobile app

$
0
0
Hi All, Does anyone know if it would be possible to implement SAML in an offline hybrid mobile app. The idea is that the user will connect and authenticate with SAML while online but continue to use the app in offline mode when in the field (mostly in remote locations without wifi/data connection).  I have implemented the SAML module on our hybrid app as described here: https://docs.mendix.com/howto/mobile/implement-sso-on-a-hybrid-app-with-mendix-and-saml.  However this line:  var samlWindow = cordova.InAppBrowser.open(window.mx.remoteUrl + "SSO/", "_blank", "location=no,toolbar=no"); does not appear to open the cordova in app browser.  Any ideas if this could work or am I running into a limitation with offline mode?        

Viewing all articles
Browse latest Browse all 83469

Trending Articles