Skip to Content
0
Former Member
Nov 16, 2010 at 08:04 PM

Create Bobj session using SSO ticket

30 Views

Hello All,

I developed portal java program that creates new Infoview session using this code:

ISessionMgr smAnager = CrystalEnterprise.getSessionMgr();

IEnterpriseSession enterpriseSession = null;

enterpriseSession = smAnager.logon(username, password, cms, auth);

There is SSO between Sap portal and Bobj server .

Can I logon from the Portal java program to Bobj without user and password - Using the logon ticket (Cookie)?

Thanks

Nir