Securing Application

Applications use Client API provided by TIBCO® Graph Database software. There are 3 necessary steps that every application developer should be aware of.

  1. Secure communication between client and server requires the protocol to be specified as "ssl". The communication is ssl over TCP.
  2. The URL should specify the database name it wishes to connect to. Do not use any default database name
  3. The URL or connect API method should pass the user name and password. (If password is in plain text, use the obfuscation tool).