Credential-manager (List)#

Path: /processing/credential-managers/credential-manager

Credential managers communicate with backend systems to validate and manage credentials

Keys: id

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired-This is the unique id of the credential manager
min-time-on-failuint32optional1500The 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#

NameTypeDescription
credential-verification-type SectionThe type of credential verification to be performed
algorithm OneOfChoose one and only one of the algorithms to use with the credential-manager
data-source OneOf
credential-policy SectionConfigures the credential manager to use a policy when handling credentials.
credential-upgrade SectionEnable on-the-fly credential upgrade.

Was this helpful?