Flesh out payment stuff
This commit is contained in:
parent
b0dcdd6438
commit
acfed861ab
27 changed files with 938 additions and 173 deletions
|
|
@ -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
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue