PHPackages                             annieneel/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. annieneel/socialite-azure-oauth

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

annieneel/socialite-azure-oauth
===============================

Allow multi connection to azure AD using socialite of Laravel

096PHP

Since May 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/annieneel/socialite-azure-oauth)[ Packagist](https://packagist.org/packages/annieneel/socialite-azure-oauth)[ RSS](/packages/annieneel-socialite-azure-oauth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)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

19

—

LowBetter than 10% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bece701480b2fb32bad126e82f4eee73df081ff3b0d9661d11d427d07f985282?d=identicon)[apennington](/maintainers/apennington)

---

Top Contributors

[![cc-apennington](https://avatars.githubusercontent.com/u/186340880?v=4)](https://github.com/cc-apennington "cc-apennington (2 commits)")[![annieneel](https://avatars.githubusercontent.com/u/6805832?v=4)](https://github.com/annieneel "annieneel (1 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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