SSO in Oracle IPM
766340Apr 13 2010 — edited May 16 2011Hi,
The steps to login and obtain a service factory reference in IPM, have been described in the Developer Guide as follows
import oracle.imaging.BasicUserToken;
import oracle.imaging.ServicesFactory;
import oracle.imaging.UserToken;
UserToken credentials = new BasicUserToken("ipmuser", "ipmuserpwd");
ServicesFactory servicesFactory =ServicesFactory.login(credentials, Locale.US,"http://ipmhost:16000/imaging/ws");
This implies that for every client request a new user token has to be obtained and used to get reference to servicefactory.
How would IPM integrate the above two steps in an environment with enterprise SSO (implemented using OAM and OID).
Also, are there any best practices with respect to caching the servicefactory instances.
Request for help on the above.
Regards
anand