Page 1 of 1
Phonegap Authenication
Posted: Mon Apr 01, 2013 11:17 am
by andrew
Is it possible to use Atrium authenication with pui.start()? We want to deploy a phonegap application but we are using a validation list for external users. I did see that pui.start is only looking at iSeries based profiles.
Re: Phonegap Authenication
Posted: Mon Apr 01, 2013 12:35 pm
by Scott Klement
Unfortunately, there's no way to invoke validation lists from phonegap with the way the PUI currently works. (I'm assuiming that's what you're looking for.)
The only think I can think of is to call an anonymous program (one that's available to all, without userid/password) and then have that anonymous program bring up a screen asking for it's own userid/password. Write code to check that against the validation list, and then if all is well, call the "real" program.