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
  • JDK 11.0.8
  • JDK 11.0.9
  • OpenJDK 8
  • OpenJDK 11
  • Oracle JDK 8
  • Oracle JDK 11
Supported Operating Systems
  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • CentOS 7
  • Windows Server 2019 Standard x64
  • Windows Server 2016 Standard x64
  • Windows 10
  • Mac OS 10.13.6
  • RedHat version 7
  • RedHat version 9

Given below are the JDKs and Operating Systems we have tested WSO2 Identity Server Analytics with.

Supported JDK versions
  • OpenJDK 8
  • Oracle JDK 8
  • AdoptOpenJDK 8
Supported Operating Systems
  • macOS Catalina 10.15.7
  • Ubuntu 20.04
  • Ubuntu 18.04
  • Windows 10
  • openSUSE Tumbleweed 20201114

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
  • Oracle 19c
  • Oracle 12c
  • Microsoft SQL Server 2019
  • DB2 v11.5
  • Postgres 14.2
  • Postgres 13.6
  • Postgres 12.2
  • Postgres 12.4
  • MariaDB 10.4.13
WSO2 Identity Server Analytics
  • MySQL 5.7.15
  • MySQL 8.0
  • Microsoft SQL Server 2014
  • Microsoft SQL Server 2019
  • Oracle 12.1.0.2.0
  • Oracle 12.2.0.1
  • Oracle 19c
  • Postgres 11
  • Postgres 10.5

Tested Web Browsers

  • Mozilla Firefox 75.0 (64-bit)
  • Mozilla Firefox 81.0.2 (64-bit)
  • Google Chrome Version 84.0.4147.125 (Official Build, 64-bit)
  • Google Chrome Version 85.0.4183.102 (Official Build, 64-bit)
  • Google Chrome Version 86.0.4240.75 (Official Build, x86_64)
  • Chromium version 86.0.4240.111 (Official Build)
  • MS Edge 44.18362
  • Safari 13.0.3

Tested LDAPs

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

  • Open LDAP 2.4.28
  • Microsoft Active Directory Windows 2012
Top