Skip to main content
Version: 4.0.2
Version: 4.0.0

App Configuration API

App Configuration API

Manage OAuth2/OIDC applications through the app configuration model used by Trustdesk (Integrations → Applications).

These APIs replace the flat legacy payload on /apps-srv/clients with structured configuration (redirect_uris, scopes, authentication_setup, external references such as hosted_pages_layout_id and user_setup_id, and more).

Requires Trustdesk.

Client secret and signing-key rotation, and app search, are also managed here (/apps-srv/apps/{clientID}/secrets*, /apps-srv/apps/{clientID}/signing-key/rotate, /apps-srv/apps/-/search).

Related documentation

Referenced configuration APIs (IDs stored on the application, owned by other services)

Authentication

Security Scheme Type:

oauth2

OAuth Flow (authorizationCode):

Scopes:

  • cidaas:apps_read: Read app configurations

  • cidaas:apps_write: Create or update app configurations

  • cidaas:apps_delete: Delete app configurations

OAuth Flow (clientCredentials):

Scopes:

  • cidaas:apps_read: Read app configurations

  • cidaas:apps_write: Create or update app configurations

  • cidaas:apps_delete: Delete app configurations