For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

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 strategyDescription
REQUIRED_IF_SUPPORTEDEnforces hardware key validation if the device supports hardware keys.

Note: This is the default strategy.
REQUIREDEnforces 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: