If the OTK/OIDC database is Oracle-driven, use the following procedure to create a JDBC connection to the database. This connection enables the Layer 7 Gateway to exchange authentication and authorization data with CA CloudMinder.
Note: Perform this procedure for each tenant for which you configure CA CloudMinder as an external IdP using OAuth. Perform this procedure only once for each tenant, even if the tenant has many OAuth clients.
Follow these steps:
For example, enter:
Forward Inc. JDBC
com.l7tech.jdbc.oracle.OracleDriver
For a standalone Oracle installation, enter the following:
jdbc:l7tech:oracle://<DB-HOSTNAME>:<DB-PORT>;Database=<DB>
Where <DB-HOSTNAME> is the hostname for the Oracle database, <DB-PORT> is the port on which the database is listening, and <DB> is the name of the Oracle service.
For an Oracle RAC installation, enter the following:
jdbc:l7tech:oracle://<DB-HOSTNAME>:<DB-PORT>;ServiceName=<DB>
You created this user name, and the password that is referenced in the following step, in the procedure entitled the Create the OTK/OIDC Database (Oracle).
|
Copyright © 2014 CA.
All rights reserved.
|
|