Standard-credentials-mode (Section)#
Path: /facilities/data-sources/data-source/jdbc/standard-credentials-mode
Use the standard data model for credential storage, using the credentials table to store passwords and the associated data.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| check-account-status | boolean | optional | true | When accounts and credentials tables are stored in the same data source, allows to check the account status while fetching the credentials. When true a credential is only considered valid by the data source when its owning account is active. This setting allows to do an early check of the status and avoids to configure check-account-status flag on credential manager. |