Auth0 only supports HMAC and RSA; it does not currently support Elliptic Curve encryption (ECDSA).
JSON Web Key Set Properties
Reference for the properties in a JSON Web Key Set (JWKS), including alg, kty, use, kid, n, e, and x5c.
Here is an example of the JSON Web Key Set (JWKS) used by a sample tenant, containing a single JSON Web Key (JWK):
Each property in the key is defined by the JWK specification RFC 7517 Section 4 or, for algorithm-specific properties, in RFC 7518.
For an example that uses JWKS to verify a ’s signature, see Navigating RS256 and JWKS (uses Node.js), or check out our Backend/API Quickstarts.