Retrieve Tenant Identity Configuration for current Org
Authentication
Path parameters
Response
Stored allowlist of audience strings. Always non-empty: when a
PUT supplied an empty list, the Core gRPC API substituted
[defaultAudience] before persisting. Issuance rejects audiences
outside this list.
SPIFFE ID prefix used in the JWT sub claim. When the PUT body
omitted subjectPrefix, Core stored
spiffe://<trust-domain-from-issuer> here, so the value
returned by GET may differ from what was submitted.
Per-org signing keys currently published in JWKS. Exactly
one entry has currentSigner: true. During a rotation
overlap window a second entry is present with
currentSigner: false and a populated expireAt; once
the overlap window elapses the Core gRPC API deletes the
expired entry and only the current signer remains.
Date/time when the Tenant identity configuration was created
Date/time when the Tenant identity configuration was last updated