Tenant Identity
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.
get/v2/org/{org}/nico/site/{siteID}/.well-known/spiffe/jwks.json
Response
SPIFFE JWKS document.
Example response
{
"keys": [
{
"kty": "EC",
"crv": "P-256",
"alg": "ES256"
}
]
}