Verification-strategy (OneOf)#
Path: /processing/credential-managers/credential-manager{id}/credential-verification-type/client-credentials-only/verification-strategy
The options for how to verify credentials
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| verify-using-all-algorithms | empty | optional | Match the stored password pattern against the ShaCrypt password format and use the appropriate algorithm. Eg. if password is $5$… then pick SHA256 and if it starts with $6$ then pick SHA512 etc. | |
| verify-using-single-algorithm | empty | optional | Only use the selected algorithm when matching passwords. |