Skip to main content
ONTAP REST API reference

Security webauthn supported-algorithms endpoint overview

Contributors

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