feat(sso): implement Authentik SSO stack with automated setup and OIDC integrations#595
Open
mvmax-dev wants to merge 1 commit into
Open
feat(sso): implement Authentik SSO stack with automated setup and OIDC integrations#595mvmax-dev wants to merge 1 commit into
mvmax-dev wants to merge 1 commit into
Conversation
…C integrations - Configured Authentik 2024.8.3 with Postgres 16.4-alpine and Redis 7.4.0-alpine. - Created idempotent, dry-run-capable to register OIDC providers/apps/groups. - Added to install & configure Nextcloud OIDC via occ. - Mounted with generic_oauth config. - Added OIDC configuration for Open WebUI, Portainer, Gitea, and Outline. - Designed required user groups: homelab-admins, homelab-users, media-users. Closes illbnm#504
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR delivers the complete Authentik SSO Stack implementation for Bounty #504 ($300 USDT). It provides a production-grade identity management solution with complete automated provisioning, safe credential loading, dynamic Traefik ForwardAuth middlewares, and seamless OIDC integrations across all requested applications.
🛠️ What has been implemented:
Production SSO Stack Configuration (stacks/sso/docker-compose.yml):
Idempotent Authentik Provisioning Engine (scripts/authentik-setup.sh):
--dry-runpreview execution..envfiles (preventing plain-text console exposures).homelab-admins,homelab-users, andmedia-users.Nextcloud OIDC Auto-configuration (scripts/nextcloud-oidc-setup.sh):
socialloginapp viaocccli.Grafana OIDC Migration (config/grafana/grafana.ini):
grafana.inimounting that reads OIDC parameters from$__env{...}environment variables.Integrated OIDC Env Params:
Closes #504