[Feature] Add SSO login via OIDC (Authentik)#2801
Open
MrHDOLEK wants to merge 2 commits into
Open
Conversation
budko
approved these changes
Jun 9, 2026
|
when is it comming? i need it!! |
|
@alexjustesen please merge, i need sso!! |
PyGuy-Programming
approved these changes
Jun 24, 2026
|
any thoughts on merging this, @alexjustesen? |
Author
Please check this project because i have same problems and i needed the same . https://github.com/MrHDOLEK/NetPulse |
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
Adds optional Single Sign-On (OpenID Connect) to the admin panel, built on Laravel Socialite + SocialiteProviders. The first bundled provider is Authentik, but the implementation is
provider-agnostic: providers are declared in config/sso.php (driver, label, icon, scopes, token endpoint), so additional OIDC providers can be added without touching the auth flow.
Everything is configurable from the UI through a new admin-only Settings → Single Sign-On page — no redeploy required. When enabled, a “Sign in with …” button appears under the
login form; password login stays available as a fallback. Settings can optionally be overridden via environment variables for image/compose-based deployments.
Key capabilities:
connection button (validates reachability + client credentials against the provider token endpoint).
verified, matching email.
Tested with Authentik. Closes #1530.
🪵 Changelog
➕ Added
action.
✏️ Changed
📷 Screenshots
If this PR has any UI/UX changes it's strongly suggested you add screenshots here.