Transports and Interfaces: Siebel Enterprise Application Integration > Java Message Service Transport > Enabling Authentication and Authorization for the EAI JMS Transport >

Configuring Credentials in JNDI


JNDI credentials are specified in the jndi.properties file by setting java.naming.security.principal to username and java.naming.security.credentials to password. For more details, refer to the JNDI specification. The construction of the naming context will automatically read the credentials from the jndi.properties file and use those credentials to connect to a JNDI server if authentication is required to perform JNDI lookup.

Transports and Interfaces: Siebel Enterprise Application Integration