Skip to content

Environment Compatibility

Tested Operating Systems and JDKs

As WSO2 Identity Server is a Java application, you can generally run them on most operating systems. Given below are the JDKs that we have tested our products with.

Supported JDK versions
  • CorrettoJDK 8
  • AdoptOpenJDK 8
  • AdoptOpenJDK 11
  • OpenJDK 8
  • OpenJDK 11
  • Oracle JDK 8
  • Oracle JDK 11
Supported Operating Systems
  • Ubuntu 16.04
  • Ubuntu 18.04
  • CentOS 7
  • Windows Server 2016
  • Windows Server 2012 R2
  • Mac OS 10.13.6

The WSO2 Identity Server Analytics is supported with JDK 1.8.

Tested DBMSs

WSO2 Identity Server supports the following DBMSs.

WSO2 Identity Server
  • MySQL 8.0
  • To use MySQL 8.0, you need to create the database with charset latin1 as shown below

    create database regdb
    character set latin1;

  • MySQL 5.7
  • Oracle19c
  • Oracle 12c
  • Oracle SE2-12.1
  • SQLServer-SE-14.00
  • DB2 v11.5
  • DB2 v10.5 (Compatibility mode: MYS)
  • Postgres 11
  • Postgresql 10.5
WSO2 Identity Server Analytics
  • MySQL 5.7.15
  • Microsoft SQL Server 2014
  • Oracle 12.1.0.2.0

Tested Web Browsers

  • Chrome Version 78.0.3904.87 (Official Build) (64-bit)
  • Firefox 70.0.1 (64-bit)
  • Internet Explorer 11.576.14393
  • Safari 13.0.3

Tested LDAPs

Following is a list of LDAPs that WSO2 Identity Server 5.9.0 is tested with.

  • Open LDAP 2.4.28
  • Microsoft Active Directory Windows 2012
Top