OAuth 2.0 client registration

Create an account for a third-party application

ℹ️

Note

You can use this call to create an application account, or an Orange Logic administrator can complete this task in the Orange Logic interface.

This call is idempotent, so Orange Logic won’t create a new application account if one already exists that matches the parameters you specify.

Body Params
string
required

The name of the application account.

string

A description of the application account.

string

The record ID of an asset in Orange Logic.

Choose an image file, such as a logo, to identify the account. An account icon image is not required, but we recommend using one because users see this image when they authorize the third-party application.

string
required

The URL the user is redirected to after authorizing the application.

A redirect URI is often the home page or login page of the third-party application. Check the API documentation of the third-party application to find a recommended URI redirect address.

string

A unique value that allows any new accounts created with the same name and seed to generate the same OAuth credentials.

Seeds are optional. However, we strongly recommend using them to simplify your configuration by creating consistent credentials across environments or sites. You can enter any string, but we recommend including the account name. Keep seeds confidential and document their purpose clearly to simplify future account management.

string

A list of the groups the application account is assigned to.

Response

Language
Credentials
OAuth2
URL
Response
Choose an example:
application/json