Create client
- Last UpdatedAug 14, 2026
- 2 minute read
Create a client that external applications to use to authenticate and authorize with CONNECT.
-
In the navigation rail, select Access.
-
Then select Clients.
-
Select Create client.
The Create new client side sheet opens.
-
In the Name text box, enter a name.
-
In the Description text box, enter a description.
-
In the Token Lifetime text box, enter a lifetime in seconds.
A token lifetime is the length of time an access token remains valid before a new token is required.
The default value is 3600 seconds (1 hour), which is also the maximum value. This value provides a balance between security and usability in most scenarios. Use shorter lifetimes (minimum 60 seconds) to enhance security. Use longer lifetimes to reduce the frequency of token renewal.
-
In the Secret description box, enter a description.
A client secret is a key used with the client ID to authenticate when requesting tokens from the authorization server. Treat the client secret like a password and store it securely.
-
In the Expiration date text box, enter a date and time. Optionally, select Calendar
to pick a date. By default, the secret expires one year after creation.
-
Select Create.
-
Copy the Client Id and Client secret using Copy
. Paste them in a secure location. The client secret will is not accessible after
you close the dialog.
-
Select Close.