PHPackages                             kizeo/socialiteprovidersmicrosoft - 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. kizeo/socialiteprovidersmicrosoft

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

kizeo/socialiteprovidersmicrosoft
=================================

ADFS OAuth2 Provider for Laravel Socialite

v3.0.0(5y ago)011MITPHPPHP ^5.6 || ^7.0

Since Jan 5Pushed 5y agoCompare

[ Source](https://github.com/kizeo/Microsoft)[ Packagist](https://packagist.org/packages/kizeo/socialiteprovidersmicrosoft)[ RSS](/packages/kizeo-socialiteprovidersmicrosoft/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

Microsoft
=========

[](#microsoft)

```
composer require kizeo/socialiteprovidersmicrosoft
```

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'microsoftadfs' => [
  'client_id' => env('MICROSOFTADFS_CLIENT_ID'),
  'client_secret' => env('MICROSOFTADFS_CLIENT_SECRET'),
  'redirect' => env('MICROSOFTADFS_REDIRECT_URI'),
  'base_uri' => env('MICROSOFTADFS_REDIRECT_URI')
],
```

### Add provider event listener

[](#add-provider-event-listener)

Configure the package's listener to listen for `SocialiteWasCalled` events.

Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        'Kizeo\\ADFSSocialite\\MicrosoftADFSExtendSocialite@handle',
    ],
];
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

```
return Socialite::driver('microsoftadfs')->redirect();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~461 days

Total

3

Last Release

2125d ago

Major Versions

v1.1 → v3.0.02020-07-15

### Community

Maintainers

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

---

Top Contributors

[![Vinksyunit](https://avatars.githubusercontent.com/u/8203487?v=4)](https://github.com/Vinksyunit "Vinksyunit (10 commits)")[![atymic](https://avatars.githubusercontent.com/u/50683531?v=4)](https://github.com/atymic "atymic (4 commits)")[![Jimbolino](https://avatars.githubusercontent.com/u/5860587?v=4)](https://github.com/Jimbolino "Jimbolino (2 commits)")[![faustbrian](https://avatars.githubusercontent.com/u/22145591?v=4)](https://github.com/faustbrian "faustbrian (1 commits)")[![antonkomarev](https://avatars.githubusercontent.com/u/1849174?v=4)](https://github.com/antonkomarev "antonkomarev (1 commits)")[![Max13](https://avatars.githubusercontent.com/u/531249?v=4)](https://github.com/Max13 "Max13 (1 commits)")[![stidges](https://avatars.githubusercontent.com/u/4399967?v=4)](https://github.com/stidges "stidges (1 commits)")[![danswiser](https://avatars.githubusercontent.com/u/6931029?v=4)](https://github.com/danswiser "danswiser (1 commits)")

### Embed Badge

![Health badge](/badges/kizeo-socialiteprovidersmicrosoft/health.svg)

```
[![Health](https://phpackages.com/badges/kizeo-socialiteprovidersmicrosoft/health.svg)](https://phpackages.com/packages/kizeo-socialiteprovidersmicrosoft)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M7](/packages/socialiteproviders-laravelpassport)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

422.0M17](/packages/socialiteproviders-discord)

PHPackages © 2026

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