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
- OAuth 2.0: oauth2.0
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (implicit): | Authorization URL: https://domain/authz-srv/authz Scopes:
|
OAuth Flow (authorizationCode): | Token URL: https://domain/token-srv/token Authorization URL: https://domain/authz-srv/authz Scopes:
|
OAuth Flow (clientCredentials): | Token URL: https://domain/token-srv/token Scopes:
|
Terms of Service
https://www.cidaas.com/terms-of-use/