The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Security webauthn supported-algorithms endpoint overview
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Overview
This API endpoint retrieves the list of supported algorithms for WebAuthn authentication.
Examples
Retrieving the list of supported algorithms
This endpoint retrieves all of the supported algorithms for WebAuthn authentication. The following table lists the supported algorithms:
Algorithm ID | Algorithm Name | Description |
---|---|---|
-7 |
ES256 |
ECDSA w/ SHA-256 |
-35 |
ES384 |
ECDSA w/ SHA-384 |
-257 |
RS256 |
RSASSA-PKCS1-v1_5 using SHA-256 |
# The API: GET "/api/security/webauthn/supported-algorithms" # The call to retrieve the list of supported algorithms: curl -k https://<mgmt-ip>/api/security/webauthn/supported-algorithms