We have developed serveral EGL applications running on WAS on the IBM i.
Customers have asked us to implement Single Sign On to the Windows Active Directory, they want to bypass the logon screen.
I managed to configure EIM and SPNEGO on the IBM i and WAS.
With this configuration I can secure the RUI application and get a LTPA token stored in a cookie.
This cookie is placed in the request header of the REST service call.
With some Java code I managed to get to perform some tasks on the IBM i running under the IBM i profile of the Windows user.
What we want to achieve is to get the EGL Program Calls also running under the IBM i profile.
The Program Calls are processed by the fda7.jar and as far as I can see the connections are bases on username and password and not on identity tokens.
Does anyone know if there is a solution for that ?
Thanks in advance,
Carlo Mertens - Axians