v0.112.0

Prev Next

2025-05-07

New features

Support for custom query parameter in Entra ID (OIDC) and generic OIDC identity services

Orchestrator now supports routing a custom query parameter to a declared Entra ID or OIDC IDP via service extension. Orchestrator passes the query parameter which then gets captured by the browser.
Service extensions should be updated per the Go documentation for idfabric.

Field ordering of orchestrator logs

Readability of orchestrator logs can be improved by enabling fieldOrdering (optional). fieldOrdering organizes the fields in the log output, setting values in the following order: ts , level, service, traceID, sessionID, and msg.

Please note that enabling fieldOrdering will impact orchestrator performance. If performance must remain optimal, Strata recommends leaving this option disabled. For more information, see Logging.