v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
Tenant Identity

Retrieve OpenID Configuration for current Org

Public OIDC discovery document pointing at the JWKS URIs. No authentication required.

id_token_signing_alg_values_supported is intentionally empty because NICo issues bearer access JWTs, not OIDC id_tokens; strict OIDC client libraries that require a non-empty algorithm list will reject this document. Use the JWKS endpoint directly for signature verification. Returns 404 when no identity material exists for this org/site.

get/v2/org/{org}/nico/site/{siteID}/.well-known/openid-configuration

Response

OpenID discovery document

issuerstring

Issuer URL for OpenID Connect discovery

jwks_uristring uri

URL of the JSON Web Key Set used to verify tokens

response_types_supportedstring[]

OAuth response types supported by this issuer

subject_types_supportedstring[]

Subject identifier types supported by this issuer

id_token_signing_alg_values_supportedstring[]

ID token signing algorithms supported by this issuer

spiffe_jwks_uristring uri

URL of the SPIFFE JSON Web Key Set used to verify SPIFFE JWT-SVIDs