mirror of
https://github.com/penpot/penpot.git
synced 2026-07-21 21:47:50 +00:00
get-teams-detail, get-org-invitations and delete-org-invitations lacked ::rpc/auth false, so wrap-nitrate-sso ran on them whenever params carried an organization-id. For SSO-active orgs this rejected the org owner's admin-console reads with a 401, since their Penpot session has no SSO grant for the org. These are shared-key protected management calls made on the org owner's behalf and never use profile-id, so they should not require an end-user SSO session — matching their sibling endpoints.