Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 699 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 699 Bytes

simplesamlphp-typo3auth

Typo3 authentication module for SimpleSAMLphp

What does it do?

Authenticate using Typo3 frontend users from the fe_users table.

How to install?

  1. Copy the folder typo3auth from the modules directory to the modules directory of your SimpleSAMLphp instance.
  2. Configure the database access like shown in config/authsources.php.
  3. Enable the module like shown in config/config.php.

Known issues

  • 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.