mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #2104] [CLOSED] feat: add Authelia as SSO provider #2070
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2070
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/2104
Author: @DanielRamosAcosta
Created: 9/13/2025
Status: ❌ Closed
Base:
master← Head:feature/add-authelia-sso📝 Commits (5)
6407b97chore: add initial devcontainer configfdec72achore: add .pnpm-store to .gitignorec9aa9e9feat: add Authelia SSO integration with login button and callback handling3ef9ee7chore: add Authelia SSO provider only if configuredddfa79fchore: remove comments📊 Changes
14 files changed (+345 additions, -2 deletions)
View changed files
➕
.devcontainer/Dockerfile(+29 -0)➕
.devcontainer/devcontainer.json(+25 -0)📝
.env.example(+6 -0)📝
.gitignore(+2 -0)📝
app/Helpers.php(+8 -0)➕
app/Http/Controllers/SSO/AutheliaCallbackController.php(+22 -0)📝
app/Providers/AppServiceProvider.php(+13 -0)📝
composer.json(+2 -1)📝
composer.lock(+125 -1)📝
config/services.php(+7 -0)➕
resources/assets/img/logos/authelia.svg(+71 -0)📝
resources/assets/js/components/auth/LoginForm.vue(+2 -0)➕
resources/assets/js/components/auth/sso/AutheliaLoginButton.vue(+29 -0)📝
routes/web.base.php(+4 -0)📄 Description
Hi 👋
This is an initial draft PR to start a conversation and see what you think about adding support for Authelia as an SSO provider, leveraging Socialite providers.
I purchased a Koel Plus license because I really like the project and wanted to integrate it into my SSO flow. However, I only realized afterwards that the current SSO feature supports Google only 🫠.
With this PR I’d like to:
Additionally, I’ve added support for development with Dev Containers, to make it easier to spin up a quick, self-contained development environment.
In particular, I’d need help with E2E testing against an Authelia instance, since the Koel Docker image is generated from the current release, which makes manual testing trickier. Before investing more time setting up a full test environment, I’d love to confirm whether you see this as something that could be integrated in the first place.
Thanks a lot for your time and for this amazing project 🙏
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.