Installation
The extension can be installed via Composer (recommended) or manually.
Composer Installation
Install the extension using Composer:
composer require netresearch/nr-saml-auth
Copied!
After installation, activate the extension in the Extension Manager or via CLI:
vendor/bin/typo3 extension:setup
Copied!
Initial Setup
After installation, you need to:
- Create a SAML Auth Settings record on the root page (PID 0) in the TYPO3 backend under List > Create new record > SAML Auth Settings
- Configure the Service Provider (SP) settings (your TYPO3 installation)
- Configure the Identity Provider (IdP) settings (your SSO server)
- Select the user folder and default user groups for new users
See the Configuration section for detailed setup instructions.
Verification
To verify the installation:
- Access the Admin Tools > SAML Auth backend module
- Check that your SAML metadata is correctly generated
- Share the SP metadata with your Identity Provider administrator