Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:compatibility [2018/11/14 14:34]
kopro [Google Chrome]
devel:documentation:compatibility [2023/05/09 15:07]
laniko [Apache Tomcat]
Line 1: Line 1:
 +<- .:long-polling |  ^ .:start | Documentation ^ .:known issues | ->
 +====== Compatibility ======
 +
 +===== Web browsers =====
 +
 +{{:devel:documentation:chrome_logo_png30.png?100 |}}
 +==== Google Chrome ====
 +=== Tested versions ===
 +  * Version 66.0.3359.181 (Official build) (64bit)
 +  * Version 70.0.3538.67 (Official build) (64bit)
 +  * Version 70.0.3538.102 (Official build) (64bit)
 +
 +----
 +
 +{{:devel:documentation:firefox-01.png?100 |}}
 +==== Firefox ====
 +=== Tested versions ===
 +  * <del>Version 47.0</del> - supported only for CzechIdM 10.4 and lower
 +  * Version 63.0
 +
 +
 +----
 +
 +{{:devel:documentation:ie7windows.png?100 |}}
 +==== Internet Explorer & Edge ====
 +For now it isn't possible to use CzechIdM product with IE versions older than IE11. 
 +=== Tested versions ===
 +  * <del>IE 11, IE 11.345.17134.0</del> - **IE 11 is no longer supported**.
 +  * EDGE 84.0.522.59
 +
 +=== Known issues ===
 +  * **Icons and fonts do not work** if your system or IE has downloading of fonts disabled (this is a security setting). You can enable it in IE or system settings (or through the AD domain GPO). See following pictures for how to do that: {{:devel:documentation:fontdisable01.png?linkonly | System settings }} or {{ :devel:documentation:fontdisable02.png?linkonly | IE settings}}. [[http://www.thewindowsclub.com/icons-fonts-missing-internet-explorer-11|Article about it]].
 +  * **Calendar in approval tasks overlaps** the bottom of the page. A scroll bar appears but when working on touchpad without gesture scrolling support there is no way to scroll. As a workaround you can type the date into the text field without using the calendar. This is fixed in newer versions of Edge based on Chromium core.
 + 
 +
 +----
 +
 +{{:devel:documentation:safari.png?90 |}}
 +==== Apple Safari ====
 +  * Safari 11.x
 +
 +
 +----
 +
 +===== Java =====
 +IdM as java application require java to work.
 +=== Tested versions ===
 +  * Java JDK 11 for IdM 11 and newer
 +
 +----
 +
 +
 +===== Application servers =====
 +
 +Our product is primary developed and tested on [[http://tomcat.apache.org/|Apache Tomcat]] application server. We recommend to use this application server.
 +
 +==== Apache Tomcat ====
 +
 +{{.:300px-tomcat-logo.svg.png?170  }}Apache Tomcat is currently tested on these versions:
 +
 +  * <del>8.0.x</del>  - **No longer supported.**
 +  * 8.5.x - **No longer supported.**  Should still work with CzechIdM 11.0.0. Not works with CzechIdM 12 + due bug in Tomcat.
 +  * 9.0.x - **Mandatory for CzechIdM version 12+**
 +
 +You can download the Tomcat from [[http://tomcat.apache.org/|its official webpage]].
 +
 +CzechIdM 10 and higher versions **are not**  compatible with Apache Tomcat 7.
 +
 +=== Known issues ===
 +
 +  * We don't register any issues with this application server.
 +
 +----
 +
 +
 +==== JBoss WildfFly ====
 +
 +Support for WildFly was dropped in CzechIdM 11.0.0.
 +
 +
 +===== CzechIdM supported databases =====
 +==== PostgreSQL ====
 +{{:devel:documentation:psql.png?100 |}}
 +PostgreSQL is our first supported databases. CzechIdM application contains all required flyway scripts for run the database.
 +
 +Tested versions:
 +  * <del>9.6</del> - **No longer supported.** Should still work with CzechIdM 11.0.0.
 +  * <del>10</del> - **No longer supported.** Should still work with CzechIdM 11.0.0.
 +  * 11
 +  * 12 (recommended)
 +  * 13
 +
 +
 +=== Known issues ===
 +  * We don't register any issues with the PostgreSQL database.
 +
 +----
 +
 +==== Microsoft SQL Server ====
 +{{:devel:documentation:mssql.png?150 |}}
 +Microsoft SQL Server is another supported database. CzechIdM application contains all required flyway scripts to manage the tables inside database. Please follow these [[tutorial:adm:mssql_database_support|instructions]] to setup CzechIdM with MsSQL database.
 +
 +Tested versions:
 +  * SQL Server 2017, version 14, build 14.0.3294.2
 +
 +=== Knows issues ===
 +  * Filtering by fulltext ID's doesn't work correctly. For example, Events agenda and filter by ownerId and Id (the ownerType filtering works).
 +  * (only CzechIdM versions older than 10.1) Automatic roles by attribute work in MsSQL only when using shorttext (String).
  
  • by laniko