8 WebLogic Embedded LDAP Setup
This topic provides the information to configure the Weblogic Embedded LDAP server for Oracle Banking Microservices Architecture
- Configure WebLogic LDAP
This topic provides systematic instructions to configure WebLogic LDAP Setup. - Create Users
This topic provides systematic instructions to create users. - Oracle Banking Microservices Architecture Security Config Table Entries
This topic describes about Oracle Banking Microservices Architecture Security Config Table Entries. - Workaround for plato-api-gateway Service Deployment Issue with OJDBC11 Background
This topic provides the information about the Workaround for plato-api-gateway Service Deployment Issue with OJDBC11 Background.
8.1 Configure WebLogic LDAP
This topic provides systematic instructions to configure WebLogic LDAP Setup.
Parent topic: WebLogic Embedded LDAP Setup
8.2 Create Users
This topic provides systematic instructions to create users.
Parent topic: WebLogic Embedded LDAP Setup
8.3 Oracle Banking Microservices Architecture Security Config Table Entries
This topic describes about Oracle Banking Microservices Architecture Security Config Table Entries.
Connection details for the embedded LDAP of WebLogic (assuming the admin server is running on 10.99.99.10:7001) are given below:
Connection Details:
URL: ldap:// 10.99.99.10:7001
Server Base: dc={DOMAIN_NAME} ( in our case it would be dc=ldap_domain)
User Search Base: ou=people,ou=myrealm
Server User: cn=admin
Server Credentials: As setup in step Point 3 under 1.8.1
Table 8-1 Security Config Table Entries:
| ID | VALUE | Description |
|---|---|---|
| LDAP_URL | ldap:// 10.99.99.10:7001 | Valid LDAP Server address with port. |
| LDAP_SERVER_USER | cn=admin | LDAP server login username |
| LDAP_SERVER_BASE | dc=ldap_domain | LDAP Server Base |
| LDAP_SERVER_CREDENTIAL | yIksiMFfjVbfcpA7Qheh8Q== | LDAP server credentials in encrypted form (For Encryption steps, refer to Encrypted Utility section below) |
| LDAP_USER_SEARCH_BASE | ou=people,ou=myrealm | LDAP User Search Base |
| LDAP_PROVIDER | EMBEDDED_WEBLOGIC | Which LDAP Provider to be used. Also, if this row is not present in this table, then In-House Spring Plato LDAP will be used. |
Parent topic: WebLogic Embedded LDAP Setup
8.4 Workaround for plato-api-gateway Service Deployment Issue with OJDBC11 Background
This topic provides the information about the Workaround for plato-api-gateway Service Deployment Issue with OJDBC11 Background.
The plato-api-gateway service deployment may fail when using the default ojdbc11 JAR provided with WebLogic 14.1.2. As a temporary workaround, you can manually replace the JDBC driver with version 21.11.0.0.0.
- Locate and Backup Current Driver
Navigate to the existing
ojdbc11 JARlocation:
/scratch/obma/fmw/oracle_common/modules/oracle.jdbcOptional: Back up the current version of
ojdbc11.jarfor rollback. - Replace JAR File
Download
ojdbc11version 21.11.0.0.0 and place it as needed in the directory above, replacing the existing JAR.
Parent topic: WebLogic Embedded LDAP Setup







