[PR #982] [CLOSED] feat: Adds Azure AD/Entra ID as an OAuth provider #1096

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/982
Author: @cyberdev-tech
Created: 2/8/2025
Status: Closed

Base: mainHead: feat/azureOAuth


📝 Commits (4)

  • 0f15c89 feat: azure/entra oauth
  • a3eb7cd fix: tenant not tetant
  • dadb420 Update app/Extensions/OAuth/Providers/AzureProvider.php
  • 634a42d fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/982 **Author:** [@cyberdev-tech](https://github.com/cyberdev-tech) **Created:** 2/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/azureOAuth` --- ### 📝 Commits (4) - [`0f15c89`](https://github.com/pelican-dev/panel/commit/0f15c89382e13f8df0e49e11b24a8512b6041510) feat: azure/entra oauth - [`a3eb7cd`](https://github.com/pelican-dev/panel/commit/a3eb7cd2f3d4e82ac73e56c5b9c033cc57c1e742) fix: tenant not tetant - [`dadb420`](https://github.com/pelican-dev/panel/commit/dadb4201835a9a659230b2f05abf4261e8630d22) Update app/Extensions/OAuth/Providers/AzureProvider.php - [`634a42d`](https://github.com/pelican-dev/panel/commit/634a42df6970d4a91f3cf727e15bb5aeba517020) fix: removed redirect and color ### 📊 Changes **4 files changed** (+673 additions, -547 deletions) <details> <summary>View changed files</summary> ➕ `app/Extensions/OAuth/Providers/AzureProvider.php` (+68 -0) 📝 `app/Providers/AppServiceProvider.php` (+2 -0) 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+602 -547) </details> ### 📄 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. --- <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:39 +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#1096