Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneesstack72

Relationships

#1166 Document IdP group-based access control in serve guide

Opened by stack72 · 7/15/2026· Shipped 7/16/2026

Summary

The serve skill guide already documents idp-group: grant syntax and YAML file format, but doesn't explain what IdP groups are, where they come from, or how they stay current. Add context to the serve guide covering:

  • What IdP groups are (group memberships from a customer's identity provider like Okta, passed through swamp-club's SSO integration)
  • How they flow: SSO login → swamp-club captures groups → userinfo returns them → swamp serve stores them on the server token
  • How the background refresh loop keeps groups current (--group-refresh-interval, default 4h)
  • What happens when a user is removed from a group (grant stops matching within the refresh interval, no re-login needed)
  • What happens when a user is fully deprovisioned (server token auto-revoked)
  • That SSO setup is configured in swamp-club (link to swamp-club docs when available)

The grant syntax (idp-group:platform-eng) and YAML file format are already documented — this is the missing "how do groups get here and stay current" context.

Files to update

  • .claude/skills/swamp/references/serve/guide.md — add IdP groups section
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 2 MORETRIAGE+ 5 MOREREVIEW+ 6 MOREPR_MERGED+ 3 MORENOTIFICATION_SKIPPED

Shipped

7/16/2026, 12:29:34 AM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/16/2026, 12:22:00 AM

Sign in to post a ripple.