Previous Topic: Authentication Settings

Next Topic: Permissions

Encryption

When sending the user login and password data, it is recommended that this data be encrypted. The security parameter located in the eurekify.properties file is:

sage.security.disable.ssl.ADAuthentication=true

When this is set to =True, SSL authentication is disabled.

SSL, or Secure Sockets Layer technology enables encryption of sensitive information during transactions.

When the parameter is set to =False, that is SSL encryption is enabled, you have to also supply the keystore file:

sage.security.eurekify.keyStore.file=

The keystore file is a database that stores the private and public keys necessary for SSL encryption and decoding.