[PR #975] [MERGED] Fix OAuthProvider & Add ColorPicker for Authentik #1088

Closed
opened 2026-02-05 18:03:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/975
Author: @rmartinoscar
Created: 2/7/2025
Status: Merged
Merged: 2/7/2025
Merged by: @rmartinoscar

Base: mainHead: fix/OAuthProviders


📝 Commits (4)

  • 186359c Fix driver name & Remove useless providerClass
  • 66890fb Fix AuthentikProvider config & Add ColorPicker
  • dd43077 Add journal to .gitignore
  • 8348db1 Revert providerClass removal

📊 Changes

4 files changed (+13 additions, -9 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 app/Extensions/OAuth/Providers/AuthentikProvider.php (+10 -7)
📝 app/Extensions/OAuth/Providers/DiscordProvider.php (+1 -1)
📝 app/Filament/Pages/Auth/EditProfile.php (+1 -1)

📄 Description

  • Fix 500 Driver [XXXXX] not supported.
  • Fix Authentik getting Steam client_secret
  • Add ColorPicker for Authentik
    image
  • Make a button on Login that links to an other page if we have to many enabled providers Or collapse them somehow
    image

Tested all providers beside Linkedin & Gitlab.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/975 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/7/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/OAuthProviders` --- ### 📝 Commits (4) - [`186359c`](https://github.com/pelican-dev/panel/commit/186359c8a74315d586f4b9f150959c03cf901ab6) Fix driver name & Remove useless providerClass - [`66890fb`](https://github.com/pelican-dev/panel/commit/66890fb7826302296b77fb5976bbd0e52b5690e1) Fix AuthentikProvider config & Add ColorPicker - [`dd43077`](https://github.com/pelican-dev/panel/commit/dd43077592503df15a8825fa991dc8127d848846) Add journal to .gitignore - [`8348db1`](https://github.com/pelican-dev/panel/commit/8348db180f91fcba493faee39e165a3b136e687d) Revert providerClass removal ### 📊 Changes **4 files changed** (+13 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `app/Extensions/OAuth/Providers/AuthentikProvider.php` (+10 -7) 📝 `app/Extensions/OAuth/Providers/DiscordProvider.php` (+1 -1) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+1 -1) </details> ### 📄 Description - [x] Fix 500 Driver [XXXXX] not supported. - [x] Fix Authentik getting Steam client_secret - [x] Add ColorPicker for Authentik ![image](https://github.com/user-attachments/assets/30dc3f76-b426-494e-bdc0-f221739fcfbb) - [ ] `Make a button on Login that links to an other page if we have to many enabled providers` Or `collapse them somehow` ![image](https://github.com/user-attachments/assets/b4c3c806-0d97-451b-943c-e2b7e1ef3f8f) Tested all providers beside Linkedin & Gitlab. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:03:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1088