Extension Configuration
All configuration is made in the "Extension Configuration" section of the "Settings" module beneath the "Admin Tools".
The extension configuration can be found in the admin tools.
Properties
| Property | Tab | Type |
|---|---|---|
| enableBackendLogin | Backend | boolean |
| backendConnection | Backend | positive integer |
| reactivateDisabledBackendUsers | Backend | boolean |
| reactivateDeletedBackendUsers | Backend | boolean |
| softLogout | Backend | boolean |
| additionalAuthorizeParameters | Backend | string |
| disableSudoModeBypass | Backend | boolean |
| genericCallback | Token | boolean |
| privateKeyFile | Token | string |
| publicKeyFile | Token | string |
| userIdentifier | Token | string |
enableBackendLogin
- Property
- enableBackendLogin
- Data type
- boolean
- Default
false- Description
- Enable Auth0 login for TYPO3 backend.
backendConnection
- Property
- backendConnection
- Data type
- positive integer
- Default
1- Description
- Application identifier for backend login.
reactivateDisabledBackendUsers
- Property
- reactivateDisabledBackendUsers
- Data type
- boolean
- Default
false- Description
- Allow log in for disabled backend users.
reactivateDeletedBackendUsers
- Property
- reactivateDeletedBackendUsers
- Data type
- boolean
- Default
false- Description
- Allow log in for deleted backend users.
softLogout
- Property
- softLogout
- Data type
- boolean
- Default
false- Description
- Log off from TYPO3 only (not from Auth0).
additionalAuthorizeParameters
- Property
- additionalAuthorizeParameters
- Data type
- string
- Default
- unset
- Description
- Additional query parameters for backend authentication (e.g.
access_).type=offline&connection=google- oauth2
disableSudoModeBypass
- Property
- disableSudoModeBypass
- Data type
- boolean
- Default
false- Description
-
Controls whether Auth0-authenticated users with a valid session can bypass TYPO3's sudo mode password confirmation dialog when accessing Admin Tools modules.
When disabled (default), Auth0 users with a valid session will not be prompted for password confirmation when accessing protected Admin Tools modules, providing a smoother user experience for externally authenticated users.
When enabled, the standard TYPO3 sudo mode behavior is enforced, requiring password confirmation regardless of Auth0 session status.
Note
This setting only applies to TYPO3 13.4.13 and higher, where sudo mode bypassing is available.
privateKeyFile
- Property
- privateKeyFile
- Data type
- string
- Default
- unset
- Description
- The absolute path to your private key file on your server. If set, this key will be used for signing the generated tokens. Otherwise, TYPO3's encryption key will be used. Only RSA keys are supported for now.
publicKeyFile
- Property
- publicKeyFile
- Data type
- string
- Default
- unset
- Description
- The absolute path to your public key file on your server.
userIdentifier
- Property
- userIdentifier
- Data type
- string
- Default
sub- Description
- The property of the ID token containing the unique user ID.