Credentials-in-accounts-table-mode (Section)#
Path: /facilities/data-sources/data-source{id}/jdbc/credentials-in-accounts-table-mode
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| credential-query | string | optional | SELECT account_id AS accountId, username AS userName, password FROM accounts WHERE username = :subjectId AND active = 1 | DEPRECATED: Query to execute to verify or retrieve the password and account claims to verify |
| custom-query-verifies-password | boolean | optional | false | DEPRECATED: Whether the custom credential query verifies the password or not |
| insert-credentials-when-not-found | boolean | optional | false | DEPRECATED: Whether insert-or-update semantics should be used when updating credentials in the accounts table. When set to true, a credential update inserts a new record in the accounts table if a matching record is not found. |