Enabling Authentication and Selecting Authentication Type
You can select either file-based authentication or LDAP-based authentication and enable it for the project.
- Procedure
- In TIBCO BusinessEvents Studio, import and open the relevant project and open its CDD file, as follows:
For TIBCO BusinessEvents Decision Manager:BE_HOME/rms/project/BRMS > RMS.cdd > Cluster properties > RMS property group
- In the CDD file add the following property if it is not present and specify the value as desired:
be.auth.type=[file|ldap]
- Do one of the following:
To configure LDAP authentication, add and configure the LDAP properties shown in Authentication Property Reference for the TRA File. Familiarity with LDAP is required. Details are not provided in this guide.To configure file-based authentication, see Configuring File-Based Authentication.Note: For Active Directory Configuration, authentication requires the domain name, for example,
abc@acme.com
, and not distinguished name (which is used with Oracle Directory Server). If you are using Active Directory for authentication, ensure that theuserPrincipalName
attribute is set on AD server.