02/02/2026 Oracle opera - Authentication change

🔐 Authentication Configuration Enhancement

Release Impact: Backward-compatible (no breaking changes)

We’ve added support for multiple authentication types through configuration updates.

✨ What’s New

  • A new type field in oAuth_details now controls authentication behavior.

  • Supported values:

    • ocim → Enables OCIM authentication.

    • Omitted → Defaults to the existing SSD authentication.

🔄 Behavior by Authentication Type

OCIM (type: "ocim")

  • Uses client_credentials grant type.

  • Applies required OCIM scope.

  • Requires enterprise_id.

  • Does not require username or password.

  • Sends both x-app-key and enterpriseId headers.

SSD (Default)

  • Uses password grant type.

  • Requires username and password.

  • Does not include scope.

  • Sends only the x-app-key header.

🧑‍💻 Lee

Last updated