PingFederate Server

Compatible database drivers

PingFederate is compatible with the following vendor-specific Java database connectivity (JDBC) drivers.

Database server Driver information

Amazon Aurora MySQL 3.10.0 (compatible with MySQL 8.0.42)

Driver version information

aws-advanced-jdbc-wrapper version 2.6.6 with mysql-connector-j version 9.5.0

If you use the AWS wrapper driver, you must deploy the original driver and the wrapper driver together. Learn more in Using the AWS Advanced Wrapper in the AWS documentation.

Driver class

software.amazon.jdbc.Driver

JDBC URL

jdbc:aws-wrapper:mysql://databaseservername/databasename

Database location

Regional

Amazon Aurora PostgreSQL (compatible with PostgreSQL 16.4)

Driver version information

aws-advanced-jdbc-wrapper version 2.6.6 with postresql versions 42.7.5

If you use the AWS wrapper driver, you must deploy the original driver and the wrapper driver together. Learn more in Using the AWS Advanced Wrapper in the AWS documentation.

Driver class

software.amazon.jdbc.Driver

JDBC URL

jdbc:aws-wrapper:postgresql://databaseservername/databasename

Microsoft SQL Server 2016 SP2, 2017, 2019, and 2022

Microsoft Azure SQL Managed Instance

Driver version information

sqljdbc version 13.3.0

Driver class

com.microsoft.sqlserver.jdbc.SQLServerDriver

JDBC URL

jdbc:sqlserver://databaseservername;databaseName=databasename

Oracle Database 12c Release 2 and 19c

Driver version information

ojdbc11 version 23.26.0.0.0

Driver class

oracle.jdbc.Oracle.Driver

JDBC URL

jdbc:oracle:thin:@databaseservername:databasename

Oracle MySQL 8.0 and 8.4

Driver version information

mysql-connector-j version 9.5.0

Don’t use MySQL driver version 9.3, as it isn’t compatible with PingFederate.

Driver class

com.mysql.cj.jdbc.Driver

JDBC URL

jdbc:mysql://databaseservername/databasename

PostgreSQL 13.4, 16.4, 17.0, and 18.0

Driver version information

postgresql version 42.7.8

Driver class

org.postgresql.Driver

JDBC URL

jdbc:postgresql://databaseservername/databasename

For additional information about these drivers, contact the respective vendors.