Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SSO in Oracle IPM

766340Apr 13 2010 — edited May 16 2011
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2011
Added on Apr 13 2010
2 comments
949 views