Retrieve SPIFFE JWKS for current Org
SPIFFE trust-domain JWKS — same key material as the OIDC JWKS but with use: jwt-svid for SPIFFE-native verifiers. No authentication required.
Not-configured and malformed-body behavior matches the OIDC JWKS endpoint.
Path parameters
org
Name of the Org
siteID
ID of the Site
Response
SPIFFE JWKS document.
keys
RFC 7517 JWK members. NICo currently emits only EC keys
(kty: EC, crv: P-256, alg: ES256); the schema is
intentionally open-ended so that future algorithms can be
added without a spec change.
Errors
404
Not Found Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error