Credential-manager (List)#
Path: /processing/credential-managers/credential-manager
Credential managers communicate with backend systems to validate and manage credentials
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | This is the unique id of the credential manager | |
| min-time-on-fail | uint32 | optional | 1500 | The number of milliseconds that a failed attempt to verify a credential is guaranteed to take. This provides an option to prevent brute force credential guessing attempts, or it could provide a way to hide how long it really took to verify a credential, mitigating side channel timing leaks. |
Subsections#
| Name | Type | Description |
|---|---|---|
| credential-verification-type | Section | The type of credential verification to be performed |
| algorithm | OneOf | Choose one and only one of the algorithms to use with the credential-manager |
| data-source | OneOf | None |
| credential-policy | Section | Configures the credential manager to use a policy when handling credentials. |
| credential-upgrade | Section | Enable on-the-fly credential upgrade. |