Added hardware-protected key validation strategy options
· One min read
We have added more options for configuring the hardware-protected key validation strategy in the Admin API.
Now, you can choose between either:
| Validation strategy | Description |
|---|---|
REQUIRED_IF_SUPPORTED | Enforces hardware key validation if the device supports hardware keys. Note: This is the default strategy. |
REQUIRED | Enforces hardware key validation for all devices. |
This is configured with the hwKeyValidationStrategy property in your application configuration, using the Admin API.
Want to learn more?
To learn more, see the:
- Hardware-protected keys feature documentation.
- Update properties of application configuration endpoint in our Admin API reference documentation.