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.
- Secure communication between client and server requires the protocol to be specified as "ssl". The communication is ssl over TCP.
- The URL should specify the database name it wishes to connect to. Do not use any default database name
- The URL or connect API method should pass the user name and password. (If password is in plain text, use the obfuscation tool).
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.