...
API Keys
Username : <API Client ID>|<Clarity Username>
Password: <API Key>
...
Rego ODATA now supports API Keys as well for user authentication. The format of the Username is: <API Client >|<
Note:
ODATA does not use Single Sign on or Cognito password. Basic authentication or API keys are used for authentication.
All the rules associated with API Keys such as key expiration will be applied.
Existing Odata access right is still needed to access Odata.
Administrators will need to enable APIs in their environment and create an API Client that end-users should use to generate API keys.
When refreshing non-production from a production environment the API keys for the non-production environment will be overwritten with the production values as the API keys are stored in the database.
...