Question

I have seen sometimes the concept of "offline authentication" in slides but I have never been able to map it to specific feature.

Now in Worklight 6.1 I see it in a table of features and the support for each platform:
http://www-01.ibm.com/support/docview.wss?uid=swg27039422

What is offline authentication and how does Worklight implements it? I understand it is not the same as "working offline".

Was it helpful?

Solution

Looks like "Offline authentication" is a reference to Encrypted Offline Cache... and the same can be achieved with JSONStore as well.

Source: Enhancing Your Mobile Enterprise Security with IBM Worklight

Offline authentication
When applications are running on mobile devices that are not connected to the network, the need for user authentication still exists. The encrypted cache feature in Worklight can be used to achieve more offline authentication because only the correct passwords can unlock the offline cache.

Theoretically you could devise an authentication flow that uses local secure storage for authentication needs.... I don't know how popular that would be...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top