Changelog
User-visible changes to ScaiKey. Latest first.
2026-05-17 — Public documentation launch#
First public version of these docs covering the platform's identity model, OAuth/OIDC surface, admin API, and webhook contracts. The product itself has been in production for some time — this is the documentation catching up.
If you find a gap or an inaccuracy, ping the ScaiKey team.
Earlier#
Pre-launch changes are tracked in the internal changelog. Notable platform-visible items that pre-date this doc site:
- Platform-level OIDC end_session endpoint for
GLOBALapps without a tenant slug — see Reference → OAuth endpoints. - RFC 8693 Token Exchange active on the platform, per-target opt-in via the application's
token_exchange_allowedflag. subclaim onclient_credentialsJWTs now set to theclient_id(also exposed astoken_type: "client_credentials"for consumers that key off it).- Webhook signature format: HMAC-SHA256 over
"{timestamp}.{compact-sorted-json-body}", delivered inX-ScaiKey-Signature: t=...,v1=...— see Reference → Webhooks.