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
OAuth scope enforcement now actually applies to tool calls.
Sessions whose token or stored app-password scopes do not cover a tool were
silently allowed and are now denied with InsufficientScopeError; under OAuth,
a request arriving without a verified token is denied rather than treated as
BasicAuth. Deployments relying on the previous permissive behaviour must grant
the required scopes (nc_auth_update_scopes, or
PATCH /api/v1/users/{user_id}/scopes).
Fix
auth: fail closed in check_scopes when OAuth has no token