Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Added environment variables for

    • JWT_ISSUER_URI (has to be set to the issuer URI of jwt tokens that are used by external applications, for example used by genoslc confluence plugin)

    • ROLE_DELIMITER

    • CONFIGURATION_AREA_WILDCARD

    • OAUTH_CLAIM_CONFIGURATION

Single Page Application

(warning) Breaking

...

Changes (warning)

  • no breaking changes in this release

...

The attribute from which the role claims should be read can be customized. Similar to the space definition this configuration is done via an json array to allow multiple role claim definitions. Here is how the json array should look like:

(warning) outdated example (warning) see documentation here

Code Block
languagejson
[
    {
        "roleClaimAttribute": "roles",
        "displayNameFormat": "System user ${applicationId}"
    },
    {
        "roleClaimAttribute": "cdcm.groups",
        "displayNameFormat": "${given_name} ${family_name} | ${department}"
    }
]

...

Codebeamer is now integrated via the codebeamer REST api. This allows for the selection of normal trackers as well as documents in codebeamer document trackers as work products in configuration items.

...

Bug Fixes

...