Release Impact: Backward-compatible (no breaking changes)
We’ve added support for multiple authentication types through configuration updates.
A new type field in oAuth_details now controls authentication behavior.
type
oAuth_details
Supported values:
ocim → Enables OCIM authentication.
ocim
Omitted → Defaults to the existing SSD authentication.
OCIM (type: "ocim")
type: "ocim"
Uses client_credentials grant type.
client_credentials
Applies required OCIM scope.
Requires enterprise_id.
enterprise_id
Does not require username or password.
Sends both x-app-key and enterpriseId headers.
x-app-key
enterpriseId
SSD (Default)
Uses password grant type.
password
Requires username and password.
Does not include scope.
Sends only the x-app-key header.
🧑💻 Lee
Last updated 1 month ago