I have just installed BPM Mobile 2.0 in one of our environments, which has BPM 9.2.0.1. I can log in to the system by typing a username and password (from eUser) on the screen which the Mobile app presents.
My question is: would it be possible to implement some form of Single Sign On for the Mobile app? In other words, I would like the user to receive a single prompt for their Active Directory username and password and for this to be processed by the SAP scripts already configured for our environment.
Is this possible, or how else can I validate the credentials for Mobile against AD?
I have observed that our standard SSO script is executing and rejecting the login because the ClientType is blank rather than "WEB;SSO". It then falls through to the eUser.js which looks at eUser and succeeds.