PHPackages                             different-technology/azure-ad-be - 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. different-technology/azure-ad-be

ActiveTypo3-cms-extension[Authentication &amp; Authorization](/categories/authentication)

different-technology/azure-ad-be
================================

Microsoft Entra ID - TYPO3 Backend Login

1.1.0(1y ago)12761[1 issues](https://github.com/different-technology/azure-ad-be/issues)GPL-2.0-or-laterPHP

Since Apr 25Pushed 1y ago2 watchersCompare

[ Source](https://github.com/different-technology/azure-ad-be)[ Packagist](https://packagist.org/packages/different-technology/azure-ad-be)[ Docs](https://different.technology/)[ RSS](/packages/different-technology-azure-ad-be/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Microsoft Entra ID - TYPO3 Backend Login
========================================

[](#microsoft-entra-id---typo3-backend-login)

Former title: Azure Active Directory - TYPO3 Backend Login

Setup
-----

[](#setup)

Add the following env parameters:

```
TYPO3_AZURE_AD_BE_CLIENT_ID=
TYPO3_AZURE_AD_BE_CLIENT_SECRET=
TYPO3_AZURE_AD_BE_URL_AUTHORIZE=https://login.microsoftonline.com//oauth2/v2.0/authorize
TYPO3_AZURE_AD_BE_URL_ACCESS_TOKEN=https://login.microsoftonline.com//oauth2/v2.0/token

```

### Group permissions

[](#group-permissions)

You may wish to affect the users permissions or properties depending on which Entra ID / Azure AD group they are in.

Ensure your application has `Directory.Read.All` permissions.

In your site\_package `ext_localconf.php`, create an array where the group display name is the index and the affected `be_user` properties are the values. This array gets merged in order from top to bottom for each group the user is a member of.

For example:

```
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['azure_ad_be']['groups'] = [
	'admin-group-name' => [
		'admin' => 1
	],
	'editor-group' => [
		'usergroup' => 12
	]
];
```

### Disable TYPO3 login

[](#disable-typo3-login)

If you want to disable logging in via username and password, add the following to your `ext_localconf.php`

```
unset($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['backend']['loginProviders'][1433416747]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~234 days

Total

5

Last Release

538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39af3f9c14f1d619d2584ae31552504f2f12424a947ee8d8c7a64e1ef23f47d2?d=identicon)[lagerregal](/maintainers/lagerregal)

---

Top Contributors

[![Lagerregal](https://avatars.githubusercontent.com/u/2297740?v=4)](https://github.com/Lagerregal "Lagerregal (10 commits)")[![mikestreety](https://avatars.githubusercontent.com/u/354085?v=4)](https://github.com/mikestreety "mikestreety (4 commits)")

### Embed Badge

![Health badge](/badges/different-technology-azure-ad-be/health.svg)

```
[![Health](https://phpackages.com/badges/different-technology-azure-ad-be/health.svg)](https://phpackages.com/packages/different-technology-azure-ad-be)
```

###  Alternatives

[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

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

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[in2code/femanager

Modern TYPO3 Frontend User Registration.

49745.4k6](/packages/in2code-femanager)[microsoft/kiota-authentication-phpleague

Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform

153.2M7](/packages/microsoft-kiota-authentication-phpleague)[thathoff/kirby-oauth

Kirby OAuth 2 Plugin

3823.9k](/packages/thathoff-kirby-oauth)

PHPackages © 2026

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