Typo3 authentication module for SimpleSAMLphp
Authenticate using Typo3 frontend users from the fe_users
table.
- Copy the folder typo3auth from the modules directory to the modules directory of your SimpleSAMLphp instance.
- Configure the database access like shown in config/authsources.php.
- Enable the module like shown in config/config.php.
- Currently only frontend users can be used, as I had no need for backend users. Should be easy to add tho, if you want me to implement it, just open an issue.
- Tested with Typo3 v11 and v12, other versions might work as well but I can't be sure.