Create or Update Token Delegation
Authentication
Path parameters
Request
URL of the tenant’s RFC 8693 token exchange endpoint.
The Core gRPC API validates scheme and host against its
configured [machine_identity].token_endpoint_domain_allowlist
and rejects mismatches with 400 Bad Request. Operators that
need to enforce HTTPS-only must populate that allowlist.
Audience value placed on the intermediate JWT-SVID posted to the exchange endpoint.
Raw OAuth2 client_secret_basic credentials. clientSecret is accepted on input but never returned in responses.
Response
Token delegation replaced/updated
Public half of client_secret_basic credentials. Only the SHA-256 hash of the secret is returned.