Hi All,
Currently I am working on SUP hybrid application. i have migrate the hybrid application from SUP 2.1.3 to SUP 2.2 with SP 05
Initially under SCC the domain and security profile was Default and admin. For security profile
1. NoSecLogin 2. PreconfiguredLoginModule with all the role and again 3. PreConfiguredLoginModule is set So I didn't make any changes in it just deploy the mbo pkg and hybrid app, but when i tried to login from iPAD device it sends supAdmin as a user to backend to call the MBO and I got the error message as invalid user repeat logon
Under SCC I have created new domain and the new security profile with HttpLoginAuthenticationModule and mapped it with ping url from backend system.
When I publish the application on iPAD and tries to login - it still sends the supAdmin user to the back-end instead sending login credential that I have enter in the login screen. due to this I am getting an error that invalid logon credentials (repeat logon)
After going through the log file I came to know that it is referring the username password from from server context variable which was by default set to supAdmin and its password.
So change that to the valid SAP system username and password but still it no luck. I have also attaching the log file for reference.
I have previously used HttpAuthenticationLoginMoule with MBO based native application and it works fine. Do we need to do some different setting for hybrid application?
Kindly help me to address the exact issue.
Kind Regards,
- Amey