Using Single Sign-on (SSO) with Siebel Java Data Bean

If you use single sign-on (SSO) with Siebel Java Data Bean, then you must include the following items in the login:

  • Login ID of an employee as the username.

  • The value of the TrustToken parameter in the connect string. To determine the value for the TrustToken, examine the TrustToken parameter in the Siebel application configuration (CFG) file. For more information, see Setting the Connect String.

For example:

m_dataBean.login("Siebel://gatewayserver:2321/enterpriseServer/SCCObjMgr_enu", 
SADMIN, HELLO,"enu");

where:

  • SADMIN is an employee.

  • The TrustToken parameter is HELLO in the LDAPSecAdpt section of the Siebel application configuration (CFG) file.