Skip to main content
Version: 1.0

App Settings API

App Setting API

App settings in cidaas are used to configure and customize how an application behaves in terms of security, authentication, user experience, and identity provider integration

These APIs are used to:

  • Create and Update an App and configure various token conditions e.g., Account Verification, Multi-Factor Authentication
  • Perform client secret rotation.
  • Groups and role restriction.
  • Grant types and many more.

You can learn more about App settings from our exclusive documentation.

Authentication

Security Scheme Type:

oauth2

OAuth Flow (implicit):

Scopes:

  • cidaas:apps_read: app settings read

  • cidaas:apps_write: app settings write

OAuth Flow (authorizationCode):

Scopes:

  • cidaas:apps_read: app settings read

  • cidaas:apps_write: app settings write

OAuth Flow (clientCredentials):

Scopes:

  • cidaas:apps_read: app settings read

  • cidaas:apps_write: app settings write

  • cidaas:apps_delete: app settings delete

  • cidaas:scopes_read: scopes read

  • cidaas:scopes_write: scopes write

  • cidaas:scopes_delete: scopes delete