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:

  1. Create a SAML Auth Settings record on the root page (PID 0) in the TYPO3 backend under List > Create new record > SAML Auth Settings
  2. Configure the Service Provider (SP) settings (your TYPO3 installation)
  3. Configure the Identity Provider (IdP) settings (your SSO server)
  4. Select the user folder and default user groups for new users

See the Configuration section for detailed setup instructions.

Verification 

To verify the installation:

  1. Access the Admin Tools > SAML Auth backend module
  2. Check that your SAML metadata is correctly generated
  3. Share the SP metadata with your Identity Provider administrator