Field Settings API
Field Setup API
The Field Setup is a feature of cidaas to have full flexibility to add further fields that should be stored at a user's profile. These fields can either be mandatory or optional at the app level to ensure all required fields are collected from the user and to support for dynamic rendering of registration or progressive User Interfaces. This API is used to get all the registration fields available for your instance.
The APIs are meant to be retrieved in an unauthorized state e.g. for rendering registration pages whereas the add or update APIs are secured by the OAuth2 Standard.
Authentication
- OAuth 2.0: oauth2
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (authorizationCode): | Token URL: https://domain/token-srv/token Authorization URL: https://domain/authz-srv/authz Refresh URL: https://domain/token-srv/token Scopes:
|
OAuth Flow (clientCredentials): | Token URL: https://domain/token-srv/token Scopes:
|
Terms of Service
https://www.cidaas.com/terms-of-use/