New in Intrexx 12.1.0

Multifactor authentication

The new multi-factor authentication combines two factors (user name with password + SMS/phone/authentication app), making unauthorized access by third parties considerably more difficult. A stolen password alone is therefore no longer sufficient, so that even with successful phishing attacks, access remains blocked if the second factor is missing.

When updating to Intrexx 12.1.0, please note that due to the adjustments for multi-factor authentication, access to a portal with 12.1.0 is only possible with a manager of the same version (12.1.0). Furthermore, older portals can no longer be accessed with the Manager version 12.1.0.

All further information on this topic can be found here.

New Portal Manager version

There is a new Portal Manager for Intrexx 12.1.0 with version 12.1.0. You can only access Intrexx 12.1.0 with the Portal Manager version 12.1.0.

Please also note that you cannot use the Portal Manager with version 12.1.0 to access Intrexx versions older than Intrexx 12.1.0.

Download Portal Manager

  Up to 12.0.4 As of 12.1.0

Windows

Download Download

Linux

Download Download

Mac

Download Download

Exchange Online

In addition to the standard authentication, OAuth2 authentication for Exchange Online can now also be configured in the Intrexx email service. All information on this topic can be found here.

Signatures for setup downloads on web servers

Downloads and online updates are now digitally signed by INTREXX to increase security against manipulation of the delivered files. This affects the download in the Intrexx support portal as well as in the Intrexx online help. The Intrexx download manager for online updates in the Intrexx Portal Manager validates downloads automatically.

All further information on this topic can be found here.

Tooltip positioning

There is now an option that positions the element at the calling element if the element is within a table. Further information can be found here.

New global language constants

There are new global constants for our Intrexx application templates. General information can be found here.

Groovy API - Phone and SMS

In Intrexx 12.1.0, two Groovy classes were provided for Phone and SMS:

  • en.uplanet.lucy.server.mfa.scripting.groovy.GroovyMfaService
  • en.uplanet.lucy.server.phoneservice.scripting.groovy.GroovyPhoneService

The methods contained therein ensure the sending of an SMS or a voice call:

  • GroovyMfaService: Using an SMS to a configured provider
  • GroovyPhoneService: Using an SMS to a configured provider
  • normalizePhoneNumber: Phone numbers can be consolidated to the E.164 format

Please note that an external provider must be configured. By default, Intrexx uses the provider "seven.io" - please be sure to note the configuration of the service.

Data Picker - Focus

To prevent the automatic setting of the focus, the field from which the value for the data picker originates can now be given the expert attribute "data-picker-autofocus = 0". You can find all the information here.

Checkbox

Data fields with the data type integer and string can now also be used in view tables ("Checkbox" control type) and for the "Checkbox" element.

The following rules apply:

  • Integer: all values != 0 are true, 0 is false.

  • String: true, 1 ,yes, yes becomes true, all other values become false. Not set (null) behaves like the Boolean data type - no value is displayed.

You can find all further information here.