Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Administering Integration Server | Connecting Integration Server to Database Components in an External RDBMS | Using Kerberos Authentication for Outbound Connections to a Database | Using the Kerberos Re-Authentication Feature
 
Using the Kerberos Re-Authentication Feature
Integration Server supports using the DataDirect driver's Kerberos re-authentication with any supported database.
*To connect to database using Kerberos authentication and then use a different database user to access the database
*Add the following new database URL parameter to the JDBC connection pool: ReAuthenticateUser= userName
For example, to use an Oracle user named "ISinternalUser" to access the database instead of the user who gets authenticated using Kerberos, first grant all the required Oracle permissions to that user and then add the following property to the database URL for the JDBC pool: ReAuthenticateUser=ISinternalUser