You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the OAuth token is now enforced on every tool call in
login_flow mode, not just on tool visibility. A NULL stored grant no longer
bypasses it. Operators must ensure the OIDC client permits every scope in use —
the Astrolabe client hook was missing mail.read, mail.write, mail.send,
talk.read and talk.write; it is fixed here, but the hook skips already
configured installs, so existing deployments need occ oidc:update (or delete
and recreate the client) and users must re-consent. Users provisioned through nc_auth_provision_access before this release hold an explicit scope list that
cannot contain semantic.read; one nc_auth_update_scopes(add_scopes= ["semantic.read"]) or PATCH /api/v1/users/{id}/scopes grants it. No
migration is required.
Fix
auth: drop a semicolon from the nc_auth_provision_access description
auth: reject an empty scope list instead of reading it as unrestricted
auth: consolidate provisioning onto the OAuth token's scopes