Tenant Identity
Create or Update Token Delegation
Register an RFC 8693 token exchange callback for the tenant. When configured, the Core gRPC API issues a short-lived intermediate JWT-SVID to the tenant's exchange server instead of signing workload tokens directly.
User must have authorization role with TENANT_ADMIN suffix in the URL {org}.
Requires a pre-existing /tenant-identity/config on this org/site (returns 404 otherwise). Because PUT is full-replace, omitting clientSecretBasic on an update clears any stored credentials and switches the org back to no-auth; re-supply clientId / clientSecret on every PUT to keep basic auth (the raw secret is never returned by GET). Returns 201 Created on first call, 200 OK on subsequent updates.
put/v2/org/{org}/nico/site/{siteID}/tenant-identity/token-delegation
Request body
Response
Token delegation replaced/updated