Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Release 4.10.0

Table of contents
  1. Statistics
  2. Breaking changes
  3. Feature highlights
  4. Builds

Statistics

April 1 2022 - June 30 2022

statistics_4.10.0.png

Breaking changes

  • OCG Data Service for OnPrem 4.5.0 or above is required
  • IDABUS Identity Engine 4.10.x is required
  • Add loginMode to systems configuration in config.dev.json or config.prod.json, if enabled is set to false, otherwise the login widget will not appear. Possible values are mix, basic, windows and azure, for example:
    {
      ...
      "systems": {
          "enabled": false,
          "loginMode": "mix"
      }
      ...
    }
    

Feature highlights

  • Blur level can be adjusted in the configuration
  • Profile page can be set as start page in the configuration
  • New resource-table features
    • Added initial sorting configuration
    • Added support to show multivalued attributes
  • Implemented approval for IDABUS
    • Open / history approvals for requestor, approver or emergency approver
    • Approval information in event graph for administrators
    • Approval cancelation for administrators
    • Delegation rule
  • Changes to multivalued attributes are always treated as add / remove instead of modify
  • Object type and attributes to show can be specified in identity-browser
  • Connections on the start page can be configured to
    • connect to an external URL
    • connect to OnPrem service using windows or form authentication
    • connect to IDABUS service using azure authentication
  • Brand view can be customised through a custom component

Builds

  • Build 000 Release candidate