Flesh out payment stuff

This commit is contained in:
Joey Yakimowich-Payne 2026-01-22 12:21:12 -07:00
commit acfed861ab
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
27 changed files with 938 additions and 173 deletions

View file

@ -11,6 +11,9 @@
# - Kaboot OAuth2/OIDC Provider (public client)
# - Kaboot Application
# - kaboot-users Group
# - kaboot-ai-access Group
# - kaboot-admin Group
# - kaboot-early-access Group
# - Enrollment flow with prompt, user write, and login stages
# - Password complexity policy
# - Test user (kaboottest) - for manual browser testing
@ -106,6 +109,20 @@ entries:
attrs:
name: kaboot-ai-access
- id: kaboot-admin-group
model: authentik_core.group
identifiers:
name: kaboot-admin
attrs:
name: kaboot-admin
- id: kaboot-early-access-group
model: authentik_core.group
identifiers:
name: kaboot-early-access
attrs:
name: kaboot-early-access
# ═══════════════════════════════════════════════════════════════════════════════
# GROUPS SCOPE MAPPING
# ═══════════════════════════════════════════════════════════════════════════════