Download the PHP package netlogix/nxkeycloak without Composer
On this page you can find all versions of the php package netlogix/nxkeycloak. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download netlogix/nxkeycloak
More information about netlogix/nxkeycloak
Files in netlogix/nxkeycloak
Package nxkeycloak
Short Description TYPO3 extension for logging into the TYPO3 backend using Keycloak
License GPL-2.0-or-later
Informations about the package nxkeycloak
TYPO3 Extension nxkeycloak
This extension allows backend logins using a keycloak server.
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
- 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
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-domain>/typo3/*
Save the client then go to Credentials
and copy the secret for later use.
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.
All versions of nxkeycloak with dependencies
typo3/cms-core Version ^11.5
typo3/cms-beuser Version ^11.5
league/oauth2-client Version ^2.6