mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #981] [CLOSED] Add Entra ID/Azure AD as an OAuth provider #1095
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/981
Author: @cyberdev-tech
Created: 2/8/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (4)
0f15c89feat: azure/entra oautha3eb7cdfix: tenant not tetantdadb420Update app/Extensions/OAuth/Providers/AzureProvider.php634a42dfix: removed redirect and color📊 Changes
4 files changed (+673 additions, -547 deletions)
View changed files
➕
app/Extensions/OAuth/Providers/AzureProvider.php(+68 -0)📝
app/Providers/AppServiceProvider.php(+2 -0)📝
composer.json(+1 -0)📝
composer.lock(+602 -547)📄 Description
Basically just adds Entra ID/Azure Active Directory as an alternative for OAuth. Works like intended in development runtime.
Might be difficult to test unless you have an active Entra tenant to use for testing. If you need any help with testing just leave a comment 🙂
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.