Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

CONNECT EAP

Create client

  • Last UpdatedAug 14, 2026
  • 2 minute read

Create a client that external applications to use to authenticate and authorize with CONNECT.

  1. In the navigation rail, select Access.

  2. Then select Clients.

  3. Select Create client.

    The Create new client side sheet opens.

  4. In the Name text box, enter a name.

  5. In the Description text box, enter a description.

  6. 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.

  7. 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.

  8. 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.

  9. Select Create.

  10. 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.

  11. Select Close.

Next steps

Related Links