#217: map IdP groups and roles onto the permission model #285
No reviewers
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#285
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-217-claim-mapping"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Declarative idpMapping.rules turn ID-token claims into pond roles and the site-admin flag on every OIDC login. Mapped grants go through the SAME GrantsService path (cache invalidation + collab access notify asserted by test), never raw rows. Ownership via role_grants.origin and users.is_site_admin_managed: the mapping only touches what it owns - manual wins, always. Claim removal revokes on next login; every change audited with origin idp_mapping; unknown slugs / last-admin protection log-and-skip (never a login lockout). Documented in permissions.md, ADR 0021, data-model.md, hardening guide. Stacked on #216. Refs #217