PHPackages                             blockshiftnetwork/socialite-azure-oauth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. blockshiftnetwork/socialite-azure-oauth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

blockshiftnetwork/socialite-azure-oauth
=======================================

Allow multi connection to azure AD using socialite of Laravel

v2.0.1(5y ago)057MITPHP

Since Dec 10Pushed 5y agoCompare

[ Source](https://github.com/blockshiftnetwork/socialite-azure-oauth)[ Packagist](https://packagist.org/packages/blockshiftnetwork/socialite-azure-oauth)[ RSS](/packages/blockshiftnetwork-socialite-azure-oauth/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (14)Used By (0)

Laravel Socialite Azure Active Directory Plugin
===============================================

[](#laravel-socialite-azure-active-directory-plugin)

Inspired by metrogistics/laravel-azure-ad-oauth and updated to allow multi azure connection and better override.

Installation
------------

[](#installation)

Publish the config and override any defaults:

```
php artisan vendor:publish

```

Add the necessary env vars following what defined in your config file. By default :

```
AZURE_AD_CLIENT_ID=XXXX
AZURE_AD_CLIENT_SECRET=XXXX

```

Usage
-----

[](#usage)

Create a controller and import the trait AzureOAuthControllerTrait. It'll provide you method for socialite oAuth. Then add your controller namespace in config file for key `auth_controller`

After the setup of your Azure AD (see below), all you need to do to make use of Azure AD SSO is to point a user to the `/login/microsoft` route (configurable) for login.

Once logged, user will be redirected and will trigger the method `handleOAuthUser()` of your own controller.

Azure AD Setup
--------------

[](#azure-ad-setup)

1. Navigate to `Azure Active Directory` -&gt; `App registrations`.
2. Create a new application
3. Choose a name
4. Select the wanted value for supported account types (it's up to you)
5. On platform configuration, select "Client Application (Web, iOS, Android, Desktop+Devices)"
6. Click "Create"
7. Click into the newly created app.
8. The "Application ID" is what you will need for your `AZURE_AD_CLIENT_ID` env variable.
9. Click into "Redirect URIs". You will need to whitelist the redirection path for your app here. It will typically be `https://domain.com/login/microsoft/callback`. Click "Save"
10. Select the permissions required for you app in the "Api permissions" tab.
11. Add any necessary roles to the manifest:
12. Click on the "Manifest" tab.
13. Add roles as necessary using the following format:

    ```
      "appRoles": [
          {
            "allowedMemberTypes": [
              "User"
            ],
            "displayName": "Manager Role",
            "id": "08b0e9e3-8d88-4d99-b630-b9642a70f51e",// Any unique GUID
            "isEnabled": true,
            "description": "Manage stuff with this role",
            "value": "manager"
          }
        ],

    ```
14. Click "Save"
15. In the "Certificates &amp; secrets" tab, click on "new client secret" enter a description (something like "App Secret"). Set Duration to "Never Expires". Click "Save". Copy the whole key. This will not show again. You will need this value for the `AZURE_AD_CLIENT_SECRET` env variable.
16. Go back in Azure active directory and click on the "Entreprise application" link. Then click on the application name
17. Under the "Properties" tab, enable user sign-in. Make user assignment required. Click "Save".
18. Under the "Users and groups" tab, add users and their roles as needed.
19. Extra: configure published domain to make your app verified :

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Recently: every ~119 days

Total

13

Last Release

1863d ago

Major Versions

v1.11 → v2.02020-10-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/13807d18c3251d3f5b8eebf5341dc03d273dbf17ddc159203ee76333133f1ec1?d=identicon)[alexr1712](/maintainers/alexr1712)

---

Top Contributors

[![AlexR1712](https://avatars.githubusercontent.com/u/8460736?v=4)](https://github.com/AlexR1712 "AlexR1712 (1 commits)")[![jeremy379](https://avatars.githubusercontent.com/u/5048337?v=4)](https://github.com/jeremy379 "jeremy379 (1 commits)")

### Embed Badge

![Health badge](/badges/blockshiftnetwork-socialite-azure-oauth/health.svg)

```
[![Health](https://phpackages.com/badges/blockshiftnetwork-socialite-azure-oauth/health.svg)](https://phpackages.com/packages/blockshiftnetwork-socialite-azure-oauth)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[metrogistics/laravel-azure-ad-oauth

Provides single-sign-on ability to Microsoft Azure Active Directory enabled apps.

8679.1k1](/packages/metrogistics-laravel-azure-ad-oauth)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
