mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #2012] [CLOSED] feat: add generic oidc schema #1703
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/2012
Author: @lusu007
Created: 12/17/2025
Status: ❌ Closed
Base:
main← Head:feat/generic-oidc📝 Commits (1)
af1fb4ffeat: add generic oidc schema📊 Changes
4 files changed (+261 additions, -81 deletions)
View changed files
➕
app/Extensions/OAuth/Schemas/GenericOidcSchema.php(+107 -0)📝
app/Providers/Extensions/OAuthServiceProvider.php(+4 -0)📝
composer.json(+1 -0)📝
composer.lock(+149 -81)📄 Description
Add Generic OIDC Provider Support
Adds support for generic OpenID Connect (OIDC) providers, enabling integration with Keycloak, Auth0, Okta, and other OIDC-compatible identity providers.
Changes:
kovah/laravel-socialite-oidcpackageGenericOidcSchemaclassOAuthServiceProviderNote: This is my first PHP contribution. Feedback and suggestions are welcome!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.