T3AM - TYPO3 Authentication Manager
(Pron.: /tiːm/), (*1)
What does it do?
T3AM is a tiny extension which adds another TYPO3 as a source of backend user accounts.
This means you can log into any configured TYPO3 with T3AM using your account and password.
T3AM is intended for teams and agencies where many people work on many projects and need a backend account on any of these systems.
If installed and configured you will no longer need to create accounts for your colleagues., (*2)
t3am_server
is deprecated replaced with t3am 4.0 and later., (*3)
Installation & Configuration
You need one TYPO3 to be configured as a server and one as a client., (*4)
Server installation
- Install T3AM in the TYPO3 instance you want to use as your authentication management system. (e.g.
auth.acme.inc
)
a) Composer: composer require in2code/t3am:^4.0
b) TER download: extensions.typo3.org
c) github dowload https://github.com/in2code-de/t3am
- Activate T3AM in the Extension Manager.
- Activate
isServer
in the T3AM extension settings
Your instance can now be used as T3AM server.
For each client that should be able to connect to your server you need to create an access token., (*5)
- Create a new T3AM Client record on the root page (ID 0)
- Enter a name and description for the client instance (e.g.
www.example.com
)
- Click on save. You can now copy the generated token from the
token
field and configure your client with it.
Client installation
- Install T3AM in the TYPO3 instance you want to T3AM-enable. (e.g.
www.example.com
)
a) Composer: composer require in2code/t3am:^4.0
b) TER download: extensions.typo3.org
c) github dowload https://github.com/in2code-de/t3am
- Activate T3AM in the Extension Manager.
- Configure the T3AM extension settings:
1.1. Leave
isServer
unchecked
1.2. Enter the full T3AM server url with scheme in server
(e.g. https://auth.acme.inc
)
1.3. Get the generated token for this client from your T3AM server instance and paste it into token
1.4. If you want to synchronize avatars you can define a location where they should be saved on the local file system in avatarFolder
1.5. Leave selfSigned
unchecked. This is a development option. Check only if you know what you are doing.
T3am Version 4.0 (Server) supports all, (*6)
User synchronizing
Backend Users are synchronized by their username.
This means that any user that logs in to the backend will be primarily fetched from the T3AM Server instance.
If the user does not exist TYPO3 will fall back to its own authentication mechanism (you can still log in with any other account that exists in the system)., (*7)
If the account got deleted in T3AM Server it will be removed from the client upon login attempt., (*8)
To enable avatar synchronization you have to configure T3AM.
1. Got to the extension manager
2. Click on T3AM
3. Enter a valid "combined folder identifier", which is the UID of the FAL Storage (in most cases "1" for fileadmin) followed by a colon ":" and the path to the folder where the image should be stored (e.g. "/avatars/"). The full configuration value should look like this: "1:/avatars/".
4. Log out and in again and your backend user avatar should be synchronized., (*9)
When a user is deleted on the client, there will be created a new user the next time the user logs in with a valid result from the server. If you want to remove the user completely you have to remove the user first from server and then from all clients. The recommendation is to deactivate the user on the server., (*10)
Compatibility
Version 4.0 supports TYPO3 11 as Server version., (*11)
T3AM Clients are available for:
* TYPO3 7 and 8: Version 1.0
* TYPO3 9: Version 2.0
* TYPO3 10: Version 3.0
* TYPO3 11: Version 4.0
* TYPO3 12: Version 5.0, (*12)
Early Access Programm for TYPO3 13 support
:information_source: TYPO3 13 compatibility, (*13)
See EAP page (DE) or
EAP page (EN) for more information how
to get access to a TYPO3 13 version, (*14)
Changelog
v5.0.0
* Support for TYPO3 12, (*15)
v4.0.2
* Specify PHP constraints, (*16)
v4.0.1
* Provide support for older versions of t3am, if version 4 is used as server, (*17)
v4.0.0
* TYPO3 v11 support
* Feature: t3am_server is obsolte - t3am can be server and client now, (*18)
V3.0.2
* Support for T3am Server 4.ß, (*19)
V3.0.0
* Support TYPO3 V10, (*20)
v2.0.2
* Support TYPO3 V8 & 9
* Various Bugfixes, (*21)
v2.0
* Support for TYPO3 9.0, (*22)
v1.2
* show message, if t3am is active on login error, (*23)
v1.1
* Synchronize only relevant fields
* Synchronize the user's avatar, (*24)
v1.0:
* Synchronize the full user record, (*25)
- in2code GmbH (https://www.in2code.de)
Credits
- Resources/Public/Icons/Extension.svg:
- Resources/Public/Icons/tx_t3am_client.svg: Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY