mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #982] [CLOSED] feat: Adds Azure AD/Entra ID as an OAuth provider #1096
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/982
Author: @cyberdev-tech
Created: 2/8/2025
Status: ❌ Closed
Base:
main← Head:feat/azureOAuth📝 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
Gives the user the ability to add Entra ID as an OAuth provider to allow simpler collaboration when working in teams.
Display name is changeable due to the fact that people call Entra ID different things due to their name change and use cases. Some call it Azure Active Directory (old name) and some call it Entra ID or just Microsoft.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.