Kantega SSO Enterprise 6.41.x release notes

Kantega SSO Enterprise 6.41.x release notes

We are pleased to announce a new version of Kantega SSO Enterprise.

Compatible applications

In general, the latest version of Kantega SSO Enterprise is compatible with the oldest version that has not reached end of life. See Atlassian’s End-of-life (EOL) policy to get an overview of versions and EOL dates.

Changelog

Changes in 6.41.0

May 28, 2025

Release summary: OIDC secret and Entra ID Connector secret overrides via environment variables

New features

  • OIDC Secrets overrides for OIDC IDP via environment variables, set at startup.

    Secrets can be provided by setting inline variable before the startup command
    ORG_KANTEGA_ATLASKERB_IDENTITYPROVIDERS_OIDCSTATIC_CLIENTSECRET=SECRET ./startup.sh
    Setting variables via JVM -D arguments is possible but is more prone to leakage since it will be visible in process monitors like ps or top, so it is not recommended.
    Configuring OIDC Client Secret

  • Api COnnectorSecrets overrides via environment variables, set at startup.
    Visit Cloud user provisioning->EntraID Connector->Cloud integration for configuration details
    ORG_KANTEGA_ATLASKERB_CONNECTOR_AZURE_AZUREADCONNECTORTYPE_STATIC_CLIENTSECRET=YOUR_SECRET ./startup.sh
    Configuring Entra ID Client Secret

     

Bug fixes

  • Jit provisioning Fixes an error where setting additional parameters could cause an exception when user is not available