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 |
enableFrontendLogin | Frontend | boolean |
userStoragePage | Frontend | positive integer |
reactivateDisabledFrontendUsers | Frontend | boolean |
reactivateDeletedFrontendUsers | Frontend | boolean |
enableBackendLogin¶
Property
enableBackendLogin
Data type
boolean
Default
false
Description
Enable Auth0 log in 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
:code:``
Description
Additional query parameters for backend authentication (e.g. access_type=offline&connection=google-oauth2
).
enableFrontendLogin¶
Property
enableFrontendLogin
Data type
boolean
Default
true
Description
Enable Auth0 log in for TYPO3 frontend.
userStoragePage¶
Property
userStoragePage
Data type
positive integer
Default
0
Description
Storage page for frontend user.
reactivateDisabledFrontendUsers¶
Property
reactivateDisabledFrontendUsers
Data type
boolean
Default
true
Description
Allow log in for disabled frontend users.
reactivateDeletedFrontendUsers¶
Property
reactivateDeletedFrontendUsers
Data type
boolean
Default
true
Description
Allow log in for deleted frontend users.