This commit is contained in:
Space-Banane
2026-04-02 19:47:53 +02:00
parent 9ed4e240c2
commit bdddf602be
30 changed files with 783 additions and 17 deletions

View File

@@ -0,0 +1,25 @@
# Self-Hosted Auth Manager
Centralize authentication and authorization for self-hosted services using consistent SSO and OAuth policies.
## Problem
Self-hosted stacks often accumulate fragmented login systems, creating security gaps and admin overhead.
## Core capabilities
- Unified identity provider for internal tools.
- Role and group mapping across services like Gitea, dashboards, and admin panels.
- MFA enforcement and session policy controls.
- Audit logs for access events and permission changes.
## MVP scope
- Deploy with one identity backend and two relying-party integrations.
- Define baseline role model and default access policies.
- Add admin UI for user lifecycle management.
## Success criteria
- Fewer account management tasks across services.
- Improved access consistency and security posture.
## Stretch ideas
- Just-in-time privileged access workflows.
- Risk-based auth prompts based on context and device posture.