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 today

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

25

—

LowBetter than 35% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity14

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

591d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2297740?v=4)[Markus Hölzle](/maintainers/lagerregal)[@Lagerregal](https://github.com/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

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[thenetworg/oauth2-azure

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

25310.7M83](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

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

2306.4M45](/packages/stevenmaguire-oauth2-keycloak)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[mfc/oauth2

Generic OAuth2 authentication and authorization for TYPO3 CMS

11310.1k2](/packages/mfc-oauth2)[typo3/cms-felogin

TYPO3 CMS Frontend Login - A template-based plugin to log in website users in the TYPO3 frontend.

117.2M132](/packages/typo3-cms-felogin)

PHPackages © 2026

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