PHPackages                             netlogix/nxkeycloak - 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. netlogix/nxkeycloak

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

netlogix/nxkeycloak
===================

TYPO3 extension for logging into the TYPO3 backend using Keycloak

1.0.0(4y ago)04GPL-2.0-or-laterPHPPHP ^7.4 || ^8.0 || ^8.1CI passing

Since May 27Pushed 4y ago3 watchersCompare

[ Source](https://github.com/netlogix/nxkeycloak)[ Packagist](https://packagist.org/packages/netlogix/nxkeycloak)[ RSS](/packages/netlogix-nxkeycloak/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

TYPO3 Extension `nxkeycloak`
============================

[](#typo3-extension-nxkeycloak)

[![stability-beta](https://camo.githubusercontent.com/36eced06ca8bf4d0320406cbe1eacb0dbca16e6726c978d54c184e7676204dee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746162696c6974792d626574612d3333626266662e737667)](https://github.com/netlogix/nxkeycloak)[![TYPO3 V11](https://camo.githubusercontent.com/5432de37ab8517e6d9e6f803a2e1a7674a308c6d93896fe8a6fbc8a4cb50aece/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31312d6f72616e67652e737667)](https://get.typo3.org/version/11)[![Minimum PHP Version](https://camo.githubusercontent.com/0e9ac047546796cfdbe1423d1f4d91c8f37d2fbb11614a7900bb7686aaa5401f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e342d3838393242462e737667)](https://php.net/)[![GitHub CI status](https://github.com/netlogix/nxkeycloak/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/netlogix/nxkeycloak/actions)

This extension allows backend logins using a keycloak server.

Features
--------

[](#features)

- login via a configurable Keycloak server
- create backend user records for new users (currently admin-only)
- login existing (non-keycloak) user if email address matches

Missing Features
----------------

[](#missing-features)

- terminate Keycloak session on TYPO3 logoff
- periodically check if Keycloak session is still active (and terminate TYPO3 session if not)
- fetch group config from Keycloak to create non-admin users
- fetch additional user data to decide if the user is allowed to log-in in a specific TYPO3 applications

Configuration
-------------

[](#configuration)

### Keycloak

[](#keycloak)

This extension needs a configured client in Keycloak. Go to your desired realm and create a new client using these configuration values:

- Client ID: create an ID and take note for later use (use e.g. `typo3`)
- Client Protocol: `openid-connect`
- Access Type: `confidential`
- enable `Standard Flow`
- add these redirect URLs:
    - `https:///typo3/*`

Save the client then go to `Credentials` and copy the secret for later use.

### TYPO3

[](#typo3)

This extension needs the following configuration values set in Install Tool:

- clientId: the ID of the client created in Keycloak
- clientSecret: the secret used to authenticate the client
- host: the host of the Keycloak server. Must include the protocol and port (e.g. `https://keycloak.netlogix.de:8080`)
- realm: the realm containing user data for this application

Note: Both clientID and clientSecret can be set using environment variables (`NXKEYCLOAK_CLIENTID` and `NXKEYCLOAK_CLIENTSECRET`) as well. Values set in Install Tool will be preferred in any case.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

1499d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/667b5107f4c2ea180baa00166c2ee3f2a1b412ce22768d6e81bb09323d1c7fe0?d=identicon)[netlogix](/maintainers/netlogix)

![](https://www.gravatar.com/avatar/124704a0d41c6364ac5773df0c9bedc3a85f902f0826df5f12ff2a4b2a06d520?d=identicon)[paxuclus](/maintainers/paxuclus)

---

Top Contributors

[![phroust](https://avatars.githubusercontent.com/u/4057645?v=4)](https://github.com/phroust "phroust (1 commits)")

### Embed Badge

![Health badge](/badges/netlogix-nxkeycloak/health.svg)

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

###  Alternatives

[mfc/oauth2

Generic OAuth2 authentication and authorization for TYPO3 CMS

11310.1k2](/packages/mfc-oauth2)[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)[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)
