Field | Description | API Mapping |
---|---|---|
Organization Support | Determines how this application may use organizations when accessing via the Client Credentials Flow. Options include:
| Organization Support maps to organization_usage .Options:
|
Allow machine-to-machine access to any organization | Determines whether this application can access any organization or is limited to a set of explicitly associated organizations when using the Client Credentials Flow. By default, this behavior is not allowed. Warning: Enabling machine-to-machine access to any organization allows the application to access any organization without it being explicitly associated. It should only be enabled for trusted internal applications. | Allow machine-to-machine access to any organization maps to allow_any_organization .Options:
|
client_grant
details for the API you wish to configure access to.organization
parameter to the /oauth/token
endpoint. For these clients, you can set a default organization that is automatically applied to any Client Credentials request from the application when none
is specified and organization support is required
by the API.
organization_usage=require
for the API (i.e. target audience).Field | Description | API Mapping |
---|---|---|
Default Organization for Machine-to-Machine Access | Defines which organization to apply to Client Credentials requests that do not contain an organization | Default Organization for Machine-to-Machine Access maps to the default_organization object with the following properties:
|